Awesome Oscillator

Studies that have been contributed to the community by other users. If you’ve got something useful to share, that’s great!
shortski
Posts: 27
Joined: 21 May 2008

Awesome Oscillator

Postby shortski » 14 Jan 2009

I was told this was available here but can't find it. Is anyone familiar with the indicator and if so, can you post the code?

Thanks

User avatar
TJ
Posts: 7740
Joined: 29 Aug 2006
Location: Global Citizen
Has thanked: 1033 times
Been thanked: 2221 times

Postby TJ » 14 Jan 2009

Code: Select all

// Awesome Oscillator

Input:
ST.length(5),
LT.Length(34);

var:
AO(0);

AO = AverageFC( MedianPrice, ST.length) - AverageFC(MedianPrice, LT.length);

plot1( AO, "Awesome");
edited 20090114 17:20ET

shortski
Posts: 27
Joined: 21 May 2008

Postby shortski » 15 Jan 2009

thanks

I will give this a try


Return to “User Contributed Studies and Indicator Library”