@l-andorrà --> Constants can be selected by the user but can never change. However, variables can be modified, but cannot be chosen by the user.
Well noted, i'll try it. Thank you for your reply.
@l-andorrà --> Constants can be selected by the user but can never change. However, variables can be modified, but cannot be chosen by the user.
Well noted, i'll try it. Thank you for your reply.
Sorry for that, here is the link :
link text
How to used variable / constant in conditions?
Let say I have extern input by user :
Extern Input which will be filled in by user shall be Boolean type :
In case user take Rebound_Trade = True and Breakthrough_Trade = False
I need to take this conditions to activate Limit Order (Buy & Sell Limit) Block
In case user take Rebound_Trade = False and Breakthrough_Trade = True
I need to take this conditions to activate Stop Order (Buy & Sell Stop) Block
In case user take Rebound_Trade = True and Breakthrough_Trade = True
I need to take this conditions to activate Limit Order (Buy & Sell Limit) Block also Stop Order (Buy & Sell Stop) Block
Please help with this matters?
@l-andorrà Thank you for your reply, solved already.
How to open limit order both buy and sell limit refer to candle daily open price, i mean open pending order buy limit under current daily open price minus 20 pip, and open pending order sell limit above current daily open price plus 20 pip?