AI Algo
5 000 USD
Demo downloaded:
45
Published:
30 July 2025
Current version:
1.1
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.1
2025.08.31
Performance Optimization with New Bar Check
Change: In OnTick(), added a check for a new bar using iTime(_Symbol, PERIOD_M15, 0) so that calculations are performed only on a new bar instead of every tick.
Goal: Reduce CPU load, especially during high tick frequency.
Benefit: According to tests on similar systems, this can reduce resource usage by up to 50% under heavy load, while maintaining the accuracy of trading signals.
Impact: Improves the EA’s efficiency, especially when testing over long periods or in live trading on fast-moving markets.
Change: In CalculateLotSize(), added a check for the total position volume, limiting exposure to 5% of the account balance (totalExposure > AccountInfoDouble(ACCOUNT_BALANCE) * 0.05 / 1000.0).
Goal: Prevent excessive position accumulation, which is a common risk in grid strategies.
Benefit: Limits potential losses during strong market moves, protecting capital.
Impact: Increases safety by controlling exposure, especially with aggressive multiplier settings.
Change: In OnTick(), added a check for a new bar using iTime(_Symbol, PERIOD_M15, 0) so that calculations are performed only on a new bar instead of every tick.
Goal: Reduce CPU load, especially during high tick frequency.
Benefit: According to tests on similar systems, this can reduce resource usage by up to 50% under heavy load, while maintaining the accuracy of trading signals.
Impact: Improves the EA’s efficiency, especially when testing over long periods or in live trading on fast-moving markets.
Change: In CalculateLotSize(), added a check for the total position volume, limiting exposure to 5% of the account balance (totalExposure > AccountInfoDouble(ACCOUNT_BALANCE) * 0.05 / 1000.0).
Goal: Prevent excessive position accumulation, which is a common risk in grid strategies.
Benefit: Limits potential losses during strong market moves, protecting capital.
Impact: Increases safety by controlling exposure, especially with aggressive multiplier settings.
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
