Least Candle ID or Shift
-
Hello fxDreema
How do I summarize the blocks using shift? I need a sign to wait on the other.
For example:
If signal 1 happen to 5 candle behind, or shift 5
If signal 2 happen during these five candles.
Instead of using multiple blocks
1º block = Candle ID 5
or
2º block = Candle ID 4
or
3º block = Candle ID 3
or
4º block = Candle ID 2
or
5º block = Candle ID 1
Use like this:
1 block = Candle ID 5 to Candle ID 1
If the signal 2 happen during these 5 candles, trigger position.
-
The only block that do something similar to this is "Indicator moves within limits". It check whether the buffer of the selected indicator is > and/or < from some other value, and it does that for N number of candles.
-
Okay. Thanks for the info. In the case of Bollinger Band, how to use it?
For example:
If the previous candle is below the lower band and then x candles.
Please make a working example of how to use this block.
-
https://fxdreema.com/shared/bNXmeUAX
http://prntscr.com/7o5mis
Candle Low < Bollinger Low for ID's 1, 2, 3, 4 and 5 -
Thanks for the info.
But now I tried adding the stochastic, but it does not appear in the chart.
[attachment=0:63n4q7qz]https://fxdreema.com/shared/RJfkXMZ6b
......
Capturar.PNG -
Stochastic has totally different nature, it's values vary between 0 and 100. How can you compare the value from Candle Low, which is something like 1.2345, to other value that is somewhere between 0 and 100

And you have 25 candles in these blocks. Note that the comparison between Candle Low and BB is for each candle individually. It's not like comparing a single Candle Low value with 25 values of BB. So you probably don't see Stochastic because the first block didn't passed, at least I can't see 25 lows below BB's low.
-
So it does not open positions between 1 and 25 candles, but it would be after 25 candles, right? I'm sorry but I did not understand properly.
-
Block 79 now wants to see 25 candles (in a row) where their Low is below BB's Low (for each independent candles). Just try this with lower number of candles.