Sadly there is no block in fxDreema doing that. You will need some custom code to do that calculation and them insert it as a custom code block in the bot. Sorry for not being more helpful.
Posts made by l'andorrà
-
RE: How can i risk free my positions?posted in Questions & Answers
-
RE: Profit / loss Target by Time Filterposted in Questions & Answers
Then you need to reset the 3 variables (open result, closed result and final result= to zero in a 'Modify variables block connect to both YELLOW output dots for blocks 4 and 5.
-
RE: Can antiMG strategies work?posted in Questions & Answers
I've read good and bas reviews of antiMG so I cannot provide a personal opinion on that. On the RoR feature, I don't think it is a good approach to trading, but I can understand those who try it.
-
RE: Trade Mgnt Heiken Ashiposted in Questions & Answers
But do you need both outcomes to be possible at the same time or just activate one of them at a time?
-
RE: want to put a blue line on the chartposted in Questions & Answers
Then you need one variable storing the price level of each new open trade open. Then recalculate the potential noew proce to trigger the conditions you need and repeat again when that price is hit. Obviously those variables will have to be carefully reset in order to avoid miscalculations.
-
RE: Draw TRIANGLE based on ZZ values on MT5posted in Questions & Answers
I'm not an expert on this topis but if you are building it on MT5 you can find several issues there because the admin is modifying MT5 code.
-
RE: % of profit trailling stopsposted in Questions & Answers
Not completely sure what you mean. Could you please provide an example with numbers?
-
RE: Cant get Variable values to print on screenposted in Questions & Answers
Remove the 'once per bar' block on top and use a 'pass' block instead.
-
RE: number of candles between the placing and activation orderposted in Questions & Answers
You will need a counter adding +1 for each new candle passing since. You'll need a variable to do that. Are you familiar with variables?
-
RE: reset by max lotsposted in Questions & Answers
@ettaher Ths is the place to specify the max lot via a Constant:

-
RE: Profit / loss Target by Time Filterposted in Questions & Answers
Do you mean you need all profits to reset at the end of both blocks 4 and 5?
-
RE: Can someone help me on how to put a price ranger on a EA.posted in Questions & Answers
You can remove blocks 17 and 25. They are redundant. I don't fully understand the logix of blocks 19 and 27. Thet cannot distinguish between the current open trade and the following one. How many open trades are supposed to be active at the same time?
-
RE: want to put a blue line on the chartposted in Questions & Answers
Not, it's not easy. You will need at least two variables controlling that sequence of movements up and down. There are no blocks doing that automatically. Are you familiar with variables?
-
RE: Buy and Sell pending order...posted in Questions & Answers
The problem is deciding which trade will be 'the first one'. How is that decided when more than one trade is open at the same time?
-
RE: Formula of % of Balance => Lotsposted in Questions & Answers
That formula is doing exactly that. You select a % of the current balance and it wil transform it into lots. However, the trade wil need an active SL for that calculation to be working.