Join our fan page

Smooth Algorithms - Corrected/Modified - library for MetaTrader 5 - library for MetaTrader 5
- Published by:
- Dragan Drenjanin
- Views:
- 3676
- Rating:
- Published:
- 2023.10.12 20:23
- Updated:
- 2023.11.13 15:29
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
This library is fully functional and bug free. A few years ago I thoroughly revised this library. Exactly 2021, ensuring its reliability. I recommend reading the author's original explanation for this library at the following LINK.
In this example, you will see complete and operational project, labeled "Example EA". This project uses a template obtained from the codebase, which is freely available. I made several modifications, added new features and more. Even though I've been away from this robot for a while now, that doesn't mean it lacks potential. With some fine-tuning and the addition of new features and functionality, it could be the promised robot. However, its current main role is to show how I have integrated this library.
Note: <TradeAlgorithms.mqh>, has been integrated into this example and has undergone the necessary improvements.

Let follow previous EA by this link https://www.mql5.com/en/code/46630

This is an edit of the Mod_ATR_Trailing_Stop by MQL5 user @Scriptor found here https://www.mql5.com/en/code/20423 . MT5 indicator .mql5 and .ex5 files, report any bugs, I'll fix.

The default CCI in MT5 doesn't have the shift parameter. This script implements the shift.

Provide simplest class to read and parse CSV file