review the past candles
-
How can i create a block where i can order to check this example:
for the last 20 candles or last 2 weeks or x amount of candles check if price was greater that example 21ema?
or
if the daily low of the previous candle is lower than the 21ema on a 1 hr chart?
-
Maybe these can help: http://prntscr.com/6lijha
-
i can send you the screenshot about what i want to do, but i dont want to post it in this forum
-
How can i compare if the last 20 bars has been below the lower bollinger bar?
-
There is a block "Indicator moves within limits"
-
the red and blue big candle are monthly and the current chart is a daily
so i want to compare if the previous monthly candle high is above the 200 daily ema and close under the 200 daily ema..
How can i do that?
-
You can set Monthly timeframe in blocks, but it will not work on the backtester. For some reason only Daily and everything below works, but Weekly and Monthly don't work. But you can try in Condition -> Market properties -> Highest... Lowest.... using Daily or something lower.
-
ill try that later