Thread: Ask!
View Single Post
  #378 (permalink)  
Old 10-03-2006, 03:35 AM
dbbpj's Avatar
dbbpj dbbpj is offline
Junior Member
 
Join Date: May 2006
Posts: 17
dbbpj is on a distinguished road
Period_converter_Opt code

Extension to previous post:
I looked at the code briefly and my curosity would be: what WindowHandle returns in a case of multiple windows opened with the same symbol and timeframe.

if(hwnd == 0) {
//trying to detect the chart window for updating.... offline window
hwnd = WindowHandle(Symbol(), NewPeriod);
}

Cheers,
Diby
Reply With Quote