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 ....
merk for Amibroker (AFL)
Rating:
3 / 5 (Votes 2)
Tags:
trading system, amibroker
alım satım ile ilgili bir formüldür
Similar Indicators / Formulas
All in One
Submitted
by Nahid almost 14 years ago
Kase Peak Osc. V2 batu
Submitted
by batu1453 over 10 years ago
Kase CD V2batu
Submitted
by batu1453 over 10 years ago
Ichimoku
Submitted
by prashantrdx over 10 years ago
Arvind' System
Submitted
by akdabc over 14 years ago
Miftha remix for dse
Submitted
by coolpace over 14 years ago
Indicator / Formula
Copy & Paste Friendly
_SECTION_BEGIN("Chart Settings"); SetChartOptions(0,chartShowArrows|chartShowDates); SetChartBkColor(ParamColor("Outer Panel",colorPaleBlue)); SetChartBkGradientFill(ParamColor("Upper Chart",1),ParamColor("Lower Chart",23)); _SECTION_END(); m = Param("Periods", 10, 5, 20, 1 ); n = Param("Average", 4, 3, 10, 1 ); Var2=(High+Low+Close*2)/4; Var3=EMA(Var2,m); Var4=StDev(Var2,m); Var5=(Var2-Var3)*100/IIf(Var4==0,1,Var4); Var6=EMA(Var5,n); Var7=EMA(Var6,n); WW=(EMA(Var7,m)+100)/2-4; MM=HHV(WW,n); Plot(ww, "WW", 8, 1+4); Plot(mm, "MM", 4, 1+4); Buy=IIf(ww>Ref(ww,-1) AND Ref(ww,-1)<Ref(ww,-2) AND ww<50,20,0); Plot(Buy, "BUY", 8,2+4); Sell=IIf(ww<Ref(ww,-1) AND Ref(ww,-1)>Ref(ww,-2) AND ww>50,20,0); Plot(Sell, "SELL", 4,2+4);
2 comments
Leave Comment
Please login here to leave a comment.
Back
how to use this dear tasma
Hellow, Seems to be interesting. But do not know how to use this. Appreciate your help in understanding this.
Thanks
viswanath