Fixed Ratio by Ryan Jones
-
Good day,
I've read through the documentation on this Fixed Ratio type of Money Management and I'm wondering if something may be off with the way it's calculating and scaling the positions. Below is 2 examples;
Fixed Volume in the MQL Code shows "VolumeSize = (double)c::lot_size11a;"
Fixed Ratio in the MQL code "FixedRatioUnitSize = (double)c::lot_size11a;"The problem I'm seeing is that when using Fixed Ratio, it's not using the values from the other constants. I have 16 Buy Now blocks here, 8 of which are Fixed Ratio and all 8 have a different Constant to use.

I have a Log Message block printing the Position Order so I know if the 1st or 2nd or 3rd Buy Now block is being used. And as you can see, all 3 use the same Lot Size when there's 3 different constants in each with different values.

If you want an expedited way to test this, I can give you the code to my project and a .set file and you will see right away that it's not using the correct values. unless there's something I'm doing wrong but I can't see anything as of right now.
Thanks in advance and thank you again for everything!
-
This is the second thread you created for the exact same question. Please don't duplicate threads.
-
@l-andorrà
This is under Bug Reports. With all the evidence needed to cultivate a fix. Sorry for the confusion.