@sktsec no I haven't, and I couldn't find such block. Can you show me?
Latest posts made by allstarengin
-
RE: How To Fix The Margin In money (Not In Lots)posted in Questions & Answers
-
RE: How To Fix The Margin In money (Not In Lots)posted in Questions & Answers
And I'm not a developer. So, do you know how to write the code for that requirement?
-
How To Fix The Margin In money (Not In Lots)posted in Questions & Answers
Hi,
I want each of my trades to have a fixed (for instance) $100 margin requirement. In other words, I'd like to set the margin in "money" (not in lots). Also, please note that, I won't use stop loss or take profit.
Does anyone know how to make that?
Regards.
-
RE: Do we really need constants?posted in Questions & Answers
@l-andorrĂ Bro, I'd like to consult with you privately through your website, but I noticed the contact form doesn't allow file attachments. Would it be possible for you to share your direct email address instead?
-
RE: Do we really need constants?posted in Questions & Answers
Thank you for your solid feedback bro, I'll always try my backtests with constants from now on


-
RE: Do we really need constants?posted in Questions & Answers
I mean what is the difference between 1. condition and the second condition bro?
https://fxdreema.com/shared/L3o8G9vkb
In the documentation below, it says "Constants - Similar to the Variables, but the idea is that they should not be modified. These are also input parameters of the robot. In the output code they are not really constants."
So, if constants make a parameter unchangeable, then why do we need it? Because we can already make parameters unchangeable when we don't click the box next to the values?
On the other hand, the last sentence of the Constant documentation explanation above says: "In the output code they are not really constants." So, if we don't add constants to the values in the conditions, does that mean that robot can change the values by mistake or by accident within the live order?
https://fxdreema.com/documentation/builder/constants-and-variables
You can also see the ss below...

-
Do we really need constants?posted in Questions & Answers
Hello,
Function of constants is making parameters cannot be modified. But you can make an unchanged parameter by “not” clicking the tick box just next to the parameter… So, my question is do we really need constants even though we don’t click on the box next to parameters?
Regards…