Agreed. Could you please share the link to your project?
Posts made by l'andorrà
-
RE: EA only opens 1 trade, when there are 5 conditions, what am I doing wrongposted in Questions & Answers
-
RE: My first MT5 optimization on fxDreema...and the fisrt issue!posted in Questions & Answers
@Ipod The bot works perfectly fine. And it works smoothly when backtested. The problem is optimizing it.
-
RE: My first MT5 optimization on fxDreema...and the fisrt issue!posted in Questions & Answers
@OntradingX The problem is not backtest, but optimization. I have no problem with huge projects when backtesting. The issue is optimizing them.
-
RE: Repeat buy or sell from the same price pointposted in Questions & Answers
@vijithtr You link is leading to the builder, not to your project. This is the way to do it:

-
RE: Resubmit pending order when SL is triggered.posted in Questions & Answers
Yes, the initial value can be 0. Then it will be modify accordingly as the bot is progressing in time.
-
RE: mix indicators with variableposted in Questions & Answers
You need to add a 'no trade' block on top of your structure.
-
RE: How to identify a particular trade and its Hedge trade in a Grid and Hedge eaposted in Questions & Answers
Well, considering there can be infinite open trades at the same time hedging against all the other, you will definitely need am array to group them accordingly. Sadly, there is not fxDreema block doing that. You will need some custom code to create that array and then import it into your fxDreema project. You'll need a programmer doing that. and I'm afraid I cannot be helpful on that.
-
RE: How to identify a particular trade and its Hedge trade in a Grid and Hedge eaposted in Questions & Answers
What do you exactly mean? What conditions are to be applied to the hedged trade?
-
RE: Repeat buy or sell from the same price pointposted in Questions & Answers
I can't see any project. Please check the link to it.
-
RE: My first MT5 optimization on fxDreema...and the fisrt issue!posted in Questions & Answers
@Jaico Me temo que no. Cuando más indgo más veo que el problema está en los bucles usados en fxDreema. Son una auténtica pesadilla para el optimizador. Pero gracias por tu sugerencia.
-
RE: mix indicators with variableposted in Questions & Answers
Have you created a first project to begin with?
-
RE: Double lot size every time the account balance doubles.posted in Questions & Answers
Does that mean that if balance was 4500 yesterday but it's 3500 today the both will still be using 1.2 lots?
-
RE: How to put name and data on the chartposted in Questions & Answers
As you can read on the the second post, you can use any of those blocks to do it.
-
RE: Open a Buy and sell order on specific Price with specific Trailing stop lossposted in Questions & Answers
Have you created a first project to begin with?
-
RE: TURNING A MONEY MANAGEMENT SEQUENCE INTO A LOOP AFTER A MAXIMUM LOT SIZE IS REACHED.posted in Questions & Answers
Well, let's begin with the most basic. What lot size sequence do you exactly need?
-
RE: check stop-loss block to check amount of loss in deposit currency...posted in Questions & Answers
Ok. Now I understand. Then what you need is some custom code doing the calculation of loss for the current SL. No fxDreema block does that directly, I'm afraid. Maybe jstap can be helpful here.
-
RE: Need to close some order.posted in Questions & Answers
I agree with jstap. Learning how to use them in fxDreema can very time consuming. Probably you should try chatGPT.