Weird position size calculation (GBPCAD and FundedNext)
-
Hi guys,
I run into some issues with my EAs in regards to the position size calculation from the function "Risk % of Balance":
I use the same EA (https://fxdreema.com/shared/m6exuaaCb) on different Symbols and different broker. I backtested the strategy with tick data from Ducaskopy - size calculation worked well. But on my account with Darwinex the EA goes wild on GBPCAD and returns a the position size 100 times too high. All other symbols work as expected.
Additionally, I startet a challenge at FundedNext with other EAS, but the same buy/sell blocks and the size calculation is on all symbols roughly 100 times too high.
Has anyone an idea how to troubleshoot it or had even experied the same issue in the past?
Thanks in advance for your time and support!
-
@Pascal-0 This is because different brokers use different pip size rules. You can modify them here:

-
Thanks!
Is there any possiblity to read it out on Init and let the EA react dynamic on the broker/symbol pip size rules?
-
Yes, but not with any fxDreema block. You will need custom code for that. I remember jstap shared that code some time ago. You will probably find it through the forum search tool.