Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Libraries

Smooth Algorithms - Corrected/Modified - library for MetaTrader 5 - library for MetaTrader 5

https://www.mql5.com/en/code/17472
Published by:
Dragan Drenjanin
Views:
2809
Rating:
(6)
Published:
2023.10.12 20:23
Updated:
2023.11.13 15:29
\MQL5\Indicators\
ColorRsiMACD.mq5 (22.27 KB) view
\MQL5\Include\ \MQL5\Experts\
ExampleEA.mq5 (85.99 KB) view
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.

    Double Bolling Band Signal Double Bolling Band Signal

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

    ATR Trailing Stop with 1 Buffer only ATR Trailing Stop with 1 Buffer only

    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.

    MT5 CCI with shift parameter MT5 CCI with shift parameter

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

    Simplest CSV file reader Simplest CSV file reader

    Provide simplest class to read and parse CSV file