high-low>xpips
-
Hi!
I'm a newbie to fxdreema and have been trying to create a formular block where if "candle high-low> xpips" && bid> open .........open buy order. I would be glad if anyone can help me with this.
Thank you -
I think for start you can pick block called "conditions" -> in left operand chose "candle"-> in parameters chose "Candle totalsize(pips)",now you have to deside wich candle it will look at, if you want current candle then leav "CandleID" as it is "0", but if you want last closed candle then you change "CandleID" to"1". Now for right operand chose "Value" and change "Numeric" to "Pips" ->now insert how much pips you like to compare with. Now in center you chose ">" or maybe "=>" or "==" .
Now add blocks "Buy now" or "Sell now" or "anything you like", but you know you still have to limit order count becouse in this way you added blocks it will keep buying on every new tick while your conditions are met, i sugest you add a block called "no trade" this will limit opening new trades while there is a trade running alredy. Blocks must be connected in this sequence... No trade -> conditions -> Buy now.
Im prety shore its not going to work any way, but maybe by making this you will understand how FxDrema builder works here, then you can make something more complicated. -
Thank you very much for your wonderful help. I will try it and see
