You need to contact the admin directly and let him know the email you registered with OR adding that info in the payment info if that is possible.
Posts made by l'andorrà
-
RE: Paymentposted in General Discussions
-
RE: Resubmit pending order when SL is triggered.posted in Questions & Answers
Will there be one or many open trades at the same time at any moment in time?
-
RE: Hi, I drew a horizontal line I want to say that whenever the price crosses it, buy it how to writeposted in Questions & Answers
Is that line manually or automatically created?
-
RE: Stop position whenever reversal of candlestickposted in Questions & Answers
What exact conditions are necessary for the bot to identify that reversal?
-
RE: TDI Custom Indicator -Cross Overposted in Questions & Answers
Are those buffers gathered into the same buffer? That is the most common reason why MT5 indicators don't work in fxDreema.
-
RE: My first MT5 optimization on fxDreema...and the fisrt issue!posted in Questions & Answers
Man, this is so frustratingly disappointing.
Hasn't anyone found this issue before? -
RE: Hedge conceptposted in Questions & Answers
Did you try a first version on fxDreema? We can begin from there.
-
RE: Buy limitposted in Questions & Answers
Do you mean the first buy should be at 1.1900, the second one at 1.1890, third at 1.880 and so on?
-
RE: Need to close some order.posted in Questions & Answers
You can do it with loops and variables. Are you familiar with them?
-
RE: Find & delete max object in a chartposted in Questions & Answers
@vahidelon The first part of the loop needs to find the price level you need and then the second part of it needs to store the name of that line. You will need this block:

-
RE: Close all trades (profitable and losable ones) when reached a profit amount.posted in Questions & Answers
But how can't a trade be closed when the SL is hit at 10 USD profit. This is the part I do not understand. When price hits a SL the trade is closed. There is no option to hold it. This is why I asked for the 3rd point.
-
My first MT5 optimization on fxDreema...and the fisrt issue!posted in Questions & Answers
I'm trying to optimize the first bot created with fxDreema on MT5 and something weird happens. I optimized many non fxDreema bots in the past so I can confirm the problem is not the platform itself nor the available data. I'm using that same data to optimize the bot.
The issue is that when I click on 'Start', the number of tasks per core is correctly distributed...but none of them is executed! I waited for a whole day to see if maybe the needed more time than usual, but nothing changed.
The task manager is showing 48% of RAM memory RAM is being used and 99-100% CPU capacity is used. And this is what I see:

It stays there for hours and that's it! Honestly I don't know what to think and I have no idea why not a single result is found.
Any suggestions?
-
RE: Robot Codingposted in Questions & Answers
I'm not a programmer, but I'm afraid you will have to build it here from scratch. AFAIK, there is not tool converting a python code into fxDreema code.
-
RE: Hello The robot works great in the test, but in reality and on the Rail account, because of the spread and commission, etc., it does not perform well, what solution do you suggest? Malfunctioning of the robot in the real accountposted in Questions & Answers
@OmidRezazadeh Spread is always included in MT5 backtest by default.
-
RE: Close all trades (profitable and losable ones) when reached a profit amount.posted in Questions & Answers
Not sure I fully get it. DO you mean this?
- Trade is open with an initial 100 USD TP.
- Trade hits 50 USD profit. Immediately SL is moved to 10 USD profit.
- Trade is closed when 100 USD TP is hit but not when 10 USD profit SL is hit?
I don't get the last part, sorry.
-
RE: Error compilingposted in Questions & Answers
The problem is those variables listed in the error. You need to remove the final comma after number 10.
-
RE: Error on eurusd and nzdusdposted in Bug Reports
This is the second thread you created for the exact same question. Please don't duplicate threads.
