Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 9119
- Rating:
- Published:
- 2012.07.02 17:23
- Updated:
- 2022.01.31 09:53
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The MQL5 language has the possibility to get the information about the number of input parameters, their type and values by indicator handle.
This Expert Advisor illustrates the usage of the IndicatorParameters() function.
Demo:
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/915

Corrected Average indicator by A.Uhl (also known as the "Optimal moving average").

A simple script for switching basic timeframes. It allows to change a chart period using hot keys.

Inspired by Pirat's Expert Advisor submitted to the Automated Trading Championship 2011.

This is a simple but very fast ZigZag with no suspended or wrong peaks. The indicator is designed for use in EAs. Peaks retrieval has been time-optimized.