Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
The Example of IndicatorParameters() usage - expert for MetaTrader 5
- Views:
- 9033
- 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 (CA)
Corrected Average indicator by A.Uhl (also known as the "Optimal moving average").
Chart_Period_ChangerA simple script for switching basic timeframes. It allows to change a chart period using hot keys.
Jolly Roger EA Version
Inspired by Pirat's Expert Advisor submitted to the Automated Trading Championship 2011.
Ideal ZigZagThis 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.