MM and Volume Upper Limit
-
Hello fxDreema.
I would like to add a variable in the "Volume Upper Limit" within the buy and sell blocks.
How do I do this in the Formula block? It sounds simple, but still do not know how to do.
Formula: N = 0,5 * [(1 + 8 * P / delta) 0,5 ^ + 1]
Where N is the number of contracts, P is the total closed trade profit, and delta is the parameter discussed above. The carat symbol (^) represents exponentiation; that is, the quantity in parentheses is raised to the power of 0.5 (square root).
More info: http://www.adaptrade.com/Articles/article-frps.htm -
Pure MQL code can be used in almost every input field where you can write something, but of couse you must understand it a little bit.
There is actually a MM for Fixed ratio, what is wrong with it? -
There's nothing wrong. Just like that the result of MMRJ is Volume Upper Limit, within the blocks buy and sell now, in MM.
-
I don't know what to advice you. This MM is a little bit weird and even I have to always remind myself how it's working, because I always forget. But I use some static variables to keep some data and also looking in the past trades to get other data. It's just not something that can be written in one simple line