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:
35142
Rating:
(15)
Published:
2008.02.02 10:37
Updated:
2014.04.21 14:52
CHO.mq4 (2.8 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

First, Chaikin Accumulation/Distribution (Volume Accumulation, VA) is calculated:

     VA = {[(Close - Low) - (High - Close)] / (High - Low)}*Volume
   
Then Chaikin Oscillator is calculated:

     CHO = SMA(VA, m) - SMA(VA, n),

where:
     m is the higher order of the average;
     n is the lower order of the average.



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

Accumulative Swing Index - ASI Accumulative Swing Index - ASI

Accumulative Swing Index is used to analyze futures.

NRTR NRTR

A variation of a well-known Nick Rypock Trailing Reverse indicator.

Zigzag2 R Zigzag2 R

Zigzag2_R_ is a variant of the indicator Zigzag with an added option of drawing two extremums on one bar.

Chaikin's Volatility - CHV Chaikin's Volatility - CHV

The volatility indicator by Chaikin accounts for the spread changes between the maximal and minimal prices. It defines the volatility value based on the range width between the maximum and minimum.