Stock Portfolio Organizer
The ultimate porfolio management solution.
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
Gold Fish for Amibroker (AFL)
This is an excellent indicator for Intraday and positional Trading.
Similar Indicators / Formulas
Indicator / Formula
//GOLD FISH INTRADAY TRADING SYSTEM //By Abdul,realsenseindia@yahoo.com //good for Equity, F&O, Currency and mcx. //visit my website for suitable trading strategy for this Indicator. k=MA(C,6)*0.04/100; ab=(MA(H,Param("EF",39,6,100,1,0))+k); ba=(MA(L,Param("EF",39,6,100,1,0))-k); Plot(ab,"",colorBlue,styleLine); Plot(ba,"",colorBlue,styleLine); Color=IIf(C>ab,colorGreen,IIf(C<ba,colorRed,colorLightGrey)); Plot(C,"",color,styleBar|styleThick); function Momentum( array, period ) { return array - Ref( array, -period ); } XXX=Momentum(C,10); Buy=xxx>0 AND C>ab;Short=xxx<0 AND C<ba; Buy=ExRem(Buy,Short); Short=ExRem(Short,Buy); PlotShapes(IIf(Buy,shapeUpArrow,shapeNone) ,colorBrightGreen); PlotShapes(IIf(Short,shapeDownArrow,shapeNone),colorRed);
7 comments
Leave Comment
Please login here to leave a comment.
Back
5 star iam giving sir very good one one but this indicator repainting?
No It does not repaint.
pl give yr website
please visit www.realsenseindia.com
This is matching with Tenken Kijunsen cross of the bars of ichimoku.
Well done & its good indicator.
One issue is : strength of the signal not known & profit booking/SL is missing
You add date at the bottom of chart. What date is it how to know?
good one