so i don't know, maybe #122 is executed before #184
Posts made by ambrogio
-
RE: Why wasn't my pending order deletedposted in Questions & Answers
-
RE: Why wasn't my pending order deletedposted in Questions & Answers
@bmarchand Check your boolean blocks, you are using a variable that are currently setting to FALSE, please use a constant, also don't type true/false in capital letter

-
RE: Apply a template?posted in Questions & Answers
Also i guess that "apply template" doesn't work in the backtester
-
RE: Apply a template?posted in Questions & Answers
@John-Doe consider that today the markets are closed so the experts cannot work, try tomorrow
-
RE: RSI indicator within limits glitchyposted in Questions & Answers
@GTOAT777 can you upload your example so i can reproduce the same?
Or better the link -
RE: RSI indicator within limits glitchyposted in Questions & Answers
Click on .ex4 in the builder in order to dowload the file, it should be return some error
-
RE: Apply a template?posted in Questions & Answers
Pay attention, if you load the template by EA, the EA will be removed instantly.
-
RE: EA that needs some tweaking--works and makes a little profitposted in Questions & Answers
@bmarchand reverse yes/no inside all "draw line" blocks. This way the lines will be redraw with original name without increase number.

-
RE: block problem: Set "Current Market" for next blocksposted in Questions & Answers
@dadilula As you said, the MT4 platform does not allow multi-pair backtesting, it allows multi-pair live trading instead, so in this case that block is useful. MT5 platform on the other hand also allows multi-pair backtesting.
-
RE: How can I set up an EA to avoid trading during Sideway RSI 48-52?posted in Questions & Answers
Remember to specify candle ID1 inside rsi condition block
-
RE: How can I set up an EA to avoid trading during Sideway RSI 48-52?posted in Questions & Answers
@Poowanas-0 said in How can I set up an EA to avoid trading during Sideway RSI 48-52?:
@l-andorrà
If connect the block with the conditions as you said, it will not conform to concept 48-52, for example.Assuming a value of 53, the upper block will pass, while the lower block will not pass.
Suppose the value is 47, the upper block does not pass, while the lower block passes.
you're right, the two blocks simply must not be connected together through the orange dot but through the yellow dot.
-
RE: Loop vs No Loop - RSI Divergence Need helpposted in Questions & Answers
@romainchtr i think the problem is the "once per bar" block placed at the top. Try to move that block just above "sell now" blocks.
-
RE: CUSTOM INDICATORposted in Questions & Answers
@GINGI-bot said in CUSTOM INDICATOR:
leave thet above ....the project is here... please help
https://fxdreema.com/shared/bItZybRgd"indicator appear" blocks are the right way, but.....your blocks #16 and #17 are very restrictive, a cross of the rsi on the same candlestick as the arrow is very unlikely. Please, remove them and check it.

