Hi, i have seen that DEFPARAM flatbefore and flatafter don’t work on systems running on Daily but in smaller timeframes they work. There is a way to implement them on the daily? i need an enter at market NOT before or NOTafter a certain time in the day bar, should i use multiple timeframes or there are some easiest ways?
JSParticipant
Senior
You can indeed use multiple time frames for example:
TimeFrame(Daily)
…
…
TimeFrame(1 Hour)
If OpenTime >= 090000 and OpenTime <= 160000 then
…
…