Stock Portfolio Organizer
The ultimate porfolio management solution.
Shares, Margin, CFD's, Futures and Forex
EOD and Realtime
Dividends and Trust Distributions
And Much More ....
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
Advanced Adaptive Indicators
Advanced Pattern Exploration
Neural Networks
And Much More ....
Guppy oscillator for Amibroker (AFL)
Rating:
3 / 5 (Votes 4)
Tags:
oscillator, amibroker
Here is an another oscillator with high accuracy.
Screenshots
Similar Indicators / Formulas
3 Days Track
Submitted
by janet0211 over 14 years ago
Trading Volume Statistic
Submitted
by tuanstock1 over 10 years ago
Ergodic Oscillator
Submitted
by dljtrader about 14 years ago
BoH Risk Aversion Indicator
Submitted
by genkumag almost 13 years ago
Chande Momentum Oscillator
Submitted
by klimpek almost 14 years ago
Indicator / Formula
Copy & Paste Friendly
//Source = Leon Wilson, www.wilsontechstats.com/software/MMAConstruction.htm //AFL Translation = Mubashar Virk, mavirk@gmail.com Trigger = Param("Trigger",21,1,55,1); Short1=(EMA(Close,3)+EMA(Close,5)+ EMA(Close,8)+EMA(Close,10)+ EMA(Close,12)+EMA(Close,15)); LONG2 =(EMA(Close,30)+EMA(Close,35)+ EMA(Close,40)+EMA(Close,45)+ EMA(Close,50)+EMA(Close,60)); GuppyMMAOscillator = ((Short1-Long2)/Long2)*100; Plot (GuppyMMAOscillator, "Guppy MMA Oscillator", colorRed); Plot (EMA(GuppyMMAOscillator, Trigger), "Trigger", colorBrightGreen); Plot (0, "", colorWhite, styleNoLabel);
3 comments
Leave Comment
Please login here to leave a comment.
Back
hi
how to trade in this afl? is it on eod?
ravi
It’s agood AFL. I would like to combine with one’s of community zerolag.
Powerfull !!!
So, maybe you can try any triggered to make a comprehenship form.
Regards,
Thank’s.