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
- Views:
- 3943
- Rating:
- Published:
- 2018.06.16 11:03
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Price Cycle oscillator.
It has four input parameters:
- Period - calculation period;
- Method - calculation method;
- Overbought - overbought level;
- Oversold - oversold level.
Calculations:
PC = MA(Close-Low) / ATR
When the indicator line moves beyond the daily overbought/oversold level and the price approaches to the extreme monthly ranges, we can consider it is time to buy/sell.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/20700