I'm creating a new post to be sure my question is seen.
First the functionnality to manipulate graph on the esignal interface is a great functionality!!!
So I started to play with it,
esignal.CreateNewWindow(IESignal.windowTypeFlags.w tfADVANCEDCHART, 0, 0, 800, 600, False, args(0))
QUESTION I
This code only open graphs with Daily bars, is it possible to open a graph with one minute or even specify add on like bollinger or rsi.
QUESTION II
I can get the window handle through the onwindowopen event but I can't close it using the destroywindow sdk call. if I post a WM_CLOSE message, esignal clashes.
Thanks,
Nick.
First the functionnality to manipulate graph on the esignal interface is a great functionality!!!
So I started to play with it,
esignal.CreateNewWindow(IESignal.windowTypeFlags.w tfADVANCEDCHART, 0, 0, 800, 600, False, args(0))
QUESTION I
This code only open graphs with Daily bars, is it possible to open a graph with one minute or even specify add on like bollinger or rsi.
QUESTION II
I can get the window handle through the onwindowopen event but I can't close it using the destroywindow sdk call. if I post a WM_CLOSE message, esignal clashes.
Thanks,
Nick.
Comment