Can FxDreema Creat order mangement ea
-
I try to creat ea using fxdreema services that can manage my order ex,
In every click----------1- Buy order ( enter value such as lot size, TP ,SL in metatrader ) and sell stop order (enter value such as lot size, TP ,SL in metatrader) but i want to hide its value
or
2-Sell order ( enter value such as lot size, TP ,SL in metatrader ) and Buy stop order (enter value such as lot size, TP ,SL in metatrader) but i want to hide its value
Can fxdreema can do this
-
I think this must be a script. What input parameters do you want to have exactly?
You can define own inputs and use them inside the blocks, like "Using Constants (Inputs) in project" example here: http://fxdreema.com/examples -
Iam scalper trader who need script that do 1- buy at current price and set hidden tp & sl manually not fixed according to market volume at this time and sell stop order with manual hidden tp & sl ( I don't need fixed parameter I want change parameter in metatrader because I change tp & sl between each currency ). Or 2- sell & buy stop with same setting
-
Hi I want to make me expert this indicator With the facility
The specifications expert
1:Buy when blue arrow shows the sales closing Lot
2:sales when red arrow shows the buy closing LotThanks I'm waiting for a reply
......
1ADX_Trend.mq4 -
Hi I want to make me expert this indicator With the facility
The specifications expert
1:Buy when blue arrow shows the sales closing Lot
2:sales when red arrow shows the buy closing LotThanks I'm waiting for a reply
......
1ADX_Trend.mq4 -
Arrows seems to appear on the 5th candle. I'm using "<1000" as a condition because when there is no arrow, the buffer gives us a value of 2147483647, so the moment when the arrow appears is the moment when it's buffer value is less than 2147483647. Well, 1000 looks better than 2147483647 and that's why I'm using it.
"Signals" block is waiting for the condition (inticator<1000) to happen to pass once, and then waits for the opposite condition (indicator>1000) to happen. After the opposite condition happens, it starts to wait again for the normal condition.
dr_hassan , just to mention that I saw your project where you trying to do it, and I think you can make it, but check the link I posted above.