Custom indicators
-
Does anyone know of a existing breakout indicator with a buffer for the high and another buffer for the low for a certain period of time?
like this one? (but this one have only one buffer)
-
It's not custom indicator, but try with block Condition, go to Market properties and there you will find Lowest and Highest options.
-
Is it server time (same as chart)?
I've tried candleclose cross over highest price (hours period) but it opens to early before the period ends?
I used time frame current and 5 min on the chart and the "highest price hours period" over 2 hours time
-
It's candles time = server time.
I don't remember how I've made it, but if it calculates values inside the period, then I can suggest to put some time filter above (maybe Hours Filter). And I also think this will also speed up the backtest. -
Yes, with hours filter it works fine
