@OmidRezazadeh said in Robot not working properly:
shared/Cqslk5IQ
Is this the whole project or just part of it?
@OmidRezazadeh said in Robot not working properly:
shared/Cqslk5IQ
Is this the whole project or just part of it?
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.
Will there be one or many open trades at the same time at any moment in time?
Is that line manually or automatically created?
What exact conditions are necessary for the bot to identify that reversal?
Are those buffers gathered into the same buffer? That is the most common reason why MT5 indicators don't work in fxDreema.
Man, this is so frustratingly disappointing.
Hasn't anyone found this issue before?
Did you try a first version on fxDreema? We can begin from there.
Do you mean the first buy should be at 1.1900, the second one at 1.1890, third at 1.880 and so on?
You can do it with loops and variables. Are you familiar with them?
@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:

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.
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?
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.
@OmidRezazadeh Spread is always included in MT5 backtest by default.
Not sure I fully get it. DO you mean this?
I don't get the last part, sorry.
The problem is those variables listed in the error. You need to remove the final comma after number 10.