Profrobotrading Channel EA
300 USD
Demo downloaded:
11
Published:
31 May 2025
Current version:
1.15
Didn't find a suitable robot?
Order your own one
on Freelance
Go to Freelance
Order your own one
on Freelance
How to buy а trading robot or an indicator
Run your EA on
virtual hosting
virtual hosting
Test аn indicator/trading robot before buying
Want to earn in the Market?
How to present a product for a sell-through
Version 1.15
2026.02.06
Version 1.15 (Martingale Multiplicator Fix & Broker-Step Lot Normalization)
In the previous version, martingale lots were calculated using a fixed NormalizeDouble(..., 2) rounding.
On brokers with MINLOT = 0.01 and LOTSTEP = 0.01, this could cause small multiplicators (e.g., 1.10–1.49) to be rounded back to the same value (0.01), making it look like the multiplicator “does not work” except at larger values (e.g., 1.50).
What has been changed / fixed:
Martingale lot calculation is now broker-step aware:
Lots are normalized using the real symbol settings (MINLOT / MAXLOT / LOTSTEP) via a new NormalizeLot() helper.
Added an additional safeguard EnsureLotIncrease():
If Multiplicator > 1 but rounding keeps the lot unchanged, the EA forces at least +1 LOTSTEP increase.
This guarantees visible martingale growth even on 0.01 accounts.
What has been added:
New input parameter: UseGlobalMultiplicatorInTester
If true (default), Strategy Tester uses the global Multiplicator input.
If false, Strategy Tester keeps per-symbol / per-set multiplicators (same behavior as in live trading).
New input parameter: LogMartinCalc
Optional debug log showing: previous lot, multiplicator, normalized new lot, and broker LOTSTEP (default false).
Testing notes:
To verify the fix, test on a broker/account with MINLOT 0.01 and try multiplicators like 1.10, 1.20, 1.30.
Enable LogMartinCalc to see the exact lot rounding and applied LOTSTEP in the Experts log.
For multi-symbol/per-set testing, set UseGlobalMultiplicatorInTester = false.
In the previous version, martingale lots were calculated using a fixed NormalizeDouble(..., 2) rounding.
On brokers with MINLOT = 0.01 and LOTSTEP = 0.01, this could cause small multiplicators (e.g., 1.10–1.49) to be rounded back to the same value (0.01), making it look like the multiplicator “does not work” except at larger values (e.g., 1.50).
What has been changed / fixed:
Martingale lot calculation is now broker-step aware:
Lots are normalized using the real symbol settings (MINLOT / MAXLOT / LOTSTEP) via a new NormalizeLot() helper.
Added an additional safeguard EnsureLotIncrease():
If Multiplicator > 1 but rounding keeps the lot unchanged, the EA forces at least +1 LOTSTEP increase.
This guarantees visible martingale growth even on 0.01 accounts.
What has been added:
New input parameter: UseGlobalMultiplicatorInTester
If true (default), Strategy Tester uses the global Multiplicator input.
If false, Strategy Tester keeps per-symbol / per-set multiplicators (same behavior as in live trading).
New input parameter: LogMartinCalc
Optional debug log showing: previous lot, multiplicator, normalized new lot, and broker LOTSTEP (default false).
Testing notes:
To verify the fix, test on a broker/account with MINLOT 0.01 and try multiplicators like 1.10, 1.20, 1.30.
Enable LogMartinCalc to see the exact lot rounding and applied LOTSTEP in the Experts log.
For multi-symbol/per-set testing, set UseGlobalMultiplicatorInTester = false.
Version 1.14
2026.01.04
Graphics
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
