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:
- 6535
- Rating:
- Published:
- 2018.04.18 16:50
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The indicator draws a Moving Average relative to ATR and overbought/oversold levels in a separate window.
Calculation formula:
Overbought_Oversold = (MA/ATR)*100
where:
- MA - the Moving Average of the difference between Close and Low prices for the selected period;
- ATR - Average True Range with the specified calculation period.
It has four input parameters:
- Period - calculation period;
- Method - MA calculation method;
- Overbought - overbought level;
- Oversold - oversold level.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/20061

An assistant indicator. It shows time for holding a position open.

The indicator shows days of the week on the price chart.

The Pivot Money Flow indicator displays the direction and the reversal of money flows.

MACD+SAR - Trend Analyzer Tool.