Watch how to download trading robots for free
Find us on Telegram!
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
Views:
3351
Rating:
(9)
Published:
2018.06.16 11:03
PC.mq5 (10.66 KB) view
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

MI MI

Indicator MI (Mass Index).

EMV EMV

Indicator Arms' Ease of Movement Value (EMV).

TQ TQ

Indicator Trend Quality.

SL_Calculator SL_Calculator

Indicator StopLoss Calculator.