Is there between operator in C# please? I'm trying to apply a time filter similar to this:
if (ToDay(Time[0]) "Between" 20101615 and "Tomorrow" 20100300) then plot no signals.
I'm not sure how to do this correctly. Please help. Which time format to use American -a.m/p.m. or 24 hrs format? I would like to create time filter/restriction in my program to plot no signals between 16:15 today and 03:00 tomorrow morning. I simply want to ignore Asian session and start plotting signals when European session starts. What would be the correct syntax please?
Another question I have is how to check values of some indicator after session ends please? Thanks to Ninja support I know how to do this during the session with print() and output window... Do I need to run a replay or there is a way to see the value of some indicator at specific time in the past? For ex., what was the value of SMA(50) at 14:00 E.T.? Or better how to see/print the value of indicator where clicked on the chart? Is there a way?
Thank you very much.
Art.

Comment