You forgot to add the link.
Posts made by l'andorrà
-
RE: Lot sizeposted in Questions & Answers
@Bandito7 Easy. You just need to select this option instead of 'Any symbol':

-
RE: take profitposted in Questions & Answers
Sorry for the confusion but, apparently you confirmed and denied my question in two different replies?
-
RE: Hello everyoneposted in Questions & Answers
I agree with VHV. That is probably the best solution.
-
RE: Modify each lot to a based lot sizeposted in Questions & Answers
Not sure I fully understand what you mean. Do you want several open trades at the same time with the exact lot size (0.04)? I don't see the point of that. Why not opening one only trade for the global lot size you need? You will save a lot of commissions.
-
RE: EA that trade without uploading custom indicatorposted in Questions & Answers
Unless the bot can access the info provided by that indicator, it will not work. The only two options are via the indicator's buffers or indicator's objects, s sktsec said. If none of them are available to the bot, there will be no communication between them.
-
RE: Stop loss in my main problem really, Stop loss closs all tradesposted in Questions & Answers
Yes, but then you need to create a loop with with an array that can store the ticket numbers of the selected trades. That is not possible with fxDreema. You will need a programmer that can create that array first and then incorporate it into your bot via custom code block.
-
RE: Last priceposted in Questions & Answers
@alhammeed1990 In this example you can see how to do that when price is 20 pips in loss from the previous open price.

-
RE: Stop loss in my main problem really, Stop loss closs all tradesposted in Questions & Answers
@haitham You can select a maximum loss you are ready to accept for all open trades (EUR 50.00, for example) and then do this:

All open trades will be closed when that global loss is hit.
-
RE: EA to trade with custom indicator on chartposted in Questions & Answers
Did you check if the custom indicator is compatible with fxDreema? That is the first step before moving on.
-
RE: datetimeposted in Questions & Answers
Just copy the suggested code into a grey 'custom mql code' block.
-
RE: Please help me solve this! I need to draw a short line at the high of the candleposted in Questions & Answers
Why do you need to draw that line? You can store the value of that price level into a variable instead.
-
RE: take profitposted in Questions & Answers
@behnnod_rp Not sure I get the idea. Do you mean calculating the distance from the open price to the lowest price of the last 10 candles and the double that distance for the TP of the trade?
-
RE: two following lineposted in Questions & Answers
Do you really need those lines? You can store those values into variables instead and make the EA far more efficient.

