Fixed Ratio by Ryan Jones Lot Sizes are incorrect???
-
Hey everyone!
I am running into a weird issue when using the Fixed Ratio by Ryan Jones money management system. Below is the link to my project;
https://fxdreema.com/shared/MPLCuQeebI have made a condition that allows me to use the enumeration to select either "Volume" (for a Lot Size only) or "Ratio" (to use the Fixed Ratio)
This condition block functions perfectly but when I have it set to "Volume", I get all the separate Lot Sizes as per whats written in the constants. But, when I flip it to "Ratio", I only get 0.01 Lot Sizes until the Delta Value is exceeded. Then all 8 Position's worth of Lot Size increase 1 Step. (Which is also correct)
Any idea why the constants aren't having their values used when I use the"Ratio" condition?

Any and all help is greatly appreciated!
-
Hola, soy muy novato en esto de crear EAs, pero tambien hice un bot que usaba ese tipo de gestion Ryan J, aqui te comparto el video que yo use como referencia y platilla para mi EA con este tipo de gestion... te aclaro que este video es parte de un grupo que te muestran como crear un EA usando ese tipo de Gestion, aqui el enlace de youtube para que lo revises... Espero que te pueda servir de algo.
https://www.youtube.com/watch?v=MOgsjrxSWzU&list=PL6ntBzRGJDdB7UteGJh97LAFnxcVPz3Qk&index=4
-
@DragonZueloTrends
Lo siento, sólo puedo traducir español usando Google Translate y seguir un vídeo puede que no me ayude. Aunque lo aprecio.
¿Sabes si lo configuré mal usando una constante dos veces?
-
@BBMess Never used that option, but did you read the documentation to check what you want is possible (look at the second half of the page)?
-
I did, and I believe my project is using it correctly. The problem is that each Buy Now and Sell Now block has a different constant for the lot size and no matter what position is placed, a 0101 Lot Size is used. I flip it back to Volume and the lot size increases normally. Just wondering if anyone else knew something I didn't but I'm thinking that it may be bugged. How does it know what "1 Unit" is worth to calculate "1 Unit's" worth of lot size?
-
Honestly, don't know. In case like this I build my own custom lot size structure. Maybe you should contact the admin to ask him directly.
-
I've built a work around. It functions how the Fixed Ratio by Ryan Jones Money Management is supposed to work;
https://fxdreema.com/shared/thI3OqqM -
@BBMess Thank you for sharing.