Watch how to download trading robots for free
Find us on Facebook!
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:
4224
Rating:
(8)
Published:
2018.07.09 13:45
Pain.mq5 (10.39 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Oscillator PAIN (Price Action Indicator) displays the OHL3C candlestick price ratio over a specified period of time.

It has two parameters:

  • Period - calculation period;
  • Method - calculation method.

Calculation:

Pain = (3*MA(Close) - MA(Open) - MA(High) - MA(Low)) / 2

where:

  • MA - moving average with the Period time period and the Method calculation method.

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/21108

NV NV

NV (Natenberg's Volatility) - Sheldon Natenberg's historical volatility indicator.

IMI IMI

Indicator Intraday Momentum Index.

SRange_Contraction SRange_Contraction

A signal indicator of daily ranges.

RIND RIND

Indicator "Range Indicator."