Stop time, and be able to test it
-
Hello fellow Dreemas.
Difficult one I think....if I only wanted to trade in last 30 seconds of whatever time frame I'm in... How would you do it. -
@tipsywisdom
use = 'once per bar' ,connect to 'second filter' -
@aman thank you! i did that right after I posted and didn't assume it was that easy...either way though i cant test it in backtest

-
@tipsywisdom You can use UNIX time. All ticks in backtesting store the UNIX time they arrived to the terminal. Although tough to work with, you can create a structure to identify theUNIX time 30 seconds before the end of a candle.
-
many thanks, i will look into it.
-
@tipsywisdom You're welcome.
-
@l-andorrà Hello, how use "UNIX" is the first time that I have read about it
-
@uriel-0 It is not an easy thing to do. What do you need exactly?