Hi all,
I am new to this forum, glad to contribute with my little experience (tradestation).
I have re-written the DeMark indicators for Tradestation, after reading the book, this way I can say I have understood all the aspects that would be not considered if I got the indicators already programmed.
Now I am trying to make some helpful adjustments, creating a square on the chart with some information about indicator counting.
What I am trying to do is to place this square dynamically on the chart, in a way that when resizing or moving it, it remain always visible.
I understood that the information I need are the one collected with getappinfo(aiLeftDispDateTime), but I have to extracte date and time separatly in order to use them in text_new(date, time, price, text) function.
Do you have any idea?
Maybe the date can be obtained with datetojulian(getappinfo(aiLeftDispDateTime)), but what about the time?
thanks a lot
eros
I am new to this forum, glad to contribute with my little experience (tradestation).
I have re-written the DeMark indicators for Tradestation, after reading the book, this way I can say I have understood all the aspects that would be not considered if I got the indicators already programmed.
Now I am trying to make some helpful adjustments, creating a square on the chart with some information about indicator counting.
What I am trying to do is to place this square dynamically on the chart, in a way that when resizing or moving it, it remain always visible.
I understood that the information I need are the one collected with getappinfo(aiLeftDispDateTime), but I have to extracte date and time separatly in order to use them in text_new(date, time, price, text) function.
Do you have any idea?
Maybe the date can be obtained with datetojulian(getappinfo(aiLeftDispDateTime)), but what about the time?
thanks a lot
eros