Multiply lots by 'X' when my balance increases by 'X $' ?
-
How can I build in FXDreema so that when the account balance grows by 'X $ amount' to then multiply the lots by 'X' amount?
-
You need a variable in which the lot size is stored. Then you can use that balance condition to modify its value.
-
@l-andorrà Hi and thank you for your help with this issue. This is what I tried based on what you said. I can't get it to work, what do you think? My goal is to Multiply my lots by 'X' every time my account balance grows by 'X$' amount. It seems as though it would need to store the last multiplied balance and Risk value to determine whether or not it needs to multiply the Risk by 'X' or not.

-
@l-andorrà I'm not having any success. Any chance you could provide a screen grab of what it should look like? I have been on this issue for months now. The most common sense approaches do not seem to work. I don't know what I am missing. I'd appreciate more help. Thanks
-
But what will happen is balance is going back below X?
-
@l-andorrà Ok, I can see you aren't going to help any further. That's fine.
-
@nwvw28 Have you solved the problem? I'm also facing a similar issue as you
-
My first thought is that the variables have the same name, which is a bad habit. This is how I handle dynamic risk. If the account balance is over x%, I take the base percent and add whatever I want and store that in a local variable. If the account balance is less than X%, then I restore the local variable back to the base setting, as not to over risk.

