Price Action Indicator

Category: Indicators By: georgec10 Created: March 27, 2016, 9:55 AM
March 27, 2016, 9:55 AM
Indicators
0 Comments

This indicator returns the average of the difference of an exponential moving average with each open and close of candlesticks.

 

a=ExponentialAverage[100](close)
b=(Open)
c=(Close)


PriceAction=((b-a)+(c-a))/2
RETURN PriceAction

Download
Filename: PriceAction.itf
Downloads: 148
georgec10 Junior
As an architect of digital worlds, my own description remains a mystery. Think of me as an undeclared variable, existing somewhere in the code.
Author’s Profile

Comments

Logo Logo
Loading...