@jstap Thanks for responding.
So if I dont use pass, I can connect the use breakeven directly to buy and sell now like picture below?
Because I used this before, but somehow it didn't work.

@jstap Thanks for responding.
So if I dont use pass, I can connect the use breakeven directly to buy and sell now like picture below?
Because I used this before, but somehow it didn't work.

so after reading some Q&As, would this also possible?

Good morning,
I set my breakeven function and it didnt work. I found a Q&A regarding this.
As in the picture below, block 6 and block 4 need to be connected.
https://fxdreema.com/demo/mt4-wrong-closing-rule

Thank you!
@jstap Ok. Thank you!
I'll try your suggestion. 
Hello good people 
I was trying to build EA, where EA runs where the price has been to this price range or in this price range as screenshot below.
with two conditions:
And for example the price range is defined by the ATR. In the example below, is 1 ATR above and 1 ATR below from the Moving Average

Thank you for the helps!
@jstap Thanks!!
is this what I did wrong? I put the "==true", where your setting did not put "==true" in the RSI condition.
This is mine:

and this is yours:

to your question:
Number 3 is where the trade is opened on my demo account. If you see above, the trade is opened where MACD and signal crossed BUT no RSI trigger.
Number 1&2 are where I am expecting to do, RSI trigger first and the MACD and signal crosses
I was using your suggestion regarding the RSI trigger as mentioned above.
However, somehow it didn't work.
If you see picture below. number 1 is where RSI "touched" above level 70 first and then the trade supposed to open where MACD and signal crossed (number 2)
However the trade was opened without considering the RSI. (number 3)
Is it possible for you to see my project and let me know if there's something wrong with my setting?https://fxdreema.com/shared/E5Ymf1v1e
Thanks!

@tipsywisdom Thank you! it works.. 
@jstap it did work. I tried it on my demo
@jstap ok. If I put the Timeframe_1 constant in the comment, so whenever I change the Timeframe_1, the comment would also change..
would this be possible?

Hello,
Could anyone help how to organize this spread comment on the chart. (eg. font size or colours).
Which condition or block that I need to readjust? I only use the comment setting in buy now block, but I could not adjust it somehow.

Thanks in advance for any helps!
@jstap oh okay. Thanks for the explanation, but I think I wasn't clear explaining my question..Sorry
What I would like to do, is it possible to add comment constant where it will automatically take the value from the other constant (for instance, time constant) without giving any input to the comment constant.
Lets say, I have time constant as below:

How do I set my comment constant, where it will take the value of time constant automatically, whenever I change the Timeframe_1?
Because what you mentioned above, in order to get the comment I need to select the period everytime I set the EA, right?

@jstap ok. so whenever I changed the timeframe from the other constant, the comment will be changed accordingly?
@jstap
Did you mean like this?

@jstap Ok. Ill try to recreate from the start.
Thank you! 
Hello good people 
I have set the constant for the comment and put it on the buy now block and it works as it supposed to.


But I would like to have the comment based on the time constant (or any other constants)

so every time I changed the time constant or the other constants, it will show in the comment section.
Is that possible?
@jstap Thanks for the reply.


Hello,
I have several questions:

Does anyone know what does it mean? and eventuall also know how to get rid of this?
on the sell now it seems it didnt appear anything similar, even though I set the same/similar settings
Thank you!
@jstap Ok thanks!
Ill try to do it as your suggestions. and see how it works. 