Stock Portfolio Organizer
The ultimate porfolio management solution.
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
Fishnet Improved for Amibroker (AFL)
It is a fishnet of multiple moving averages .
It gives clear indication of the trend (even in 5 minutes chart).
When yellow bunch of moving average cuts the red bunch of moving
averages from downward to upward and both moving averages are
sloping upside , then it is a buy signal and vice-versa.
Similar Indicators / Formulas
Indicator / Formula
/*Plot EMA*/ Plot( EMA( Close,3), "3 EMA", colorYellow,styleLine); Plot( EMA( Close,5), "5 EMA", colorYellow,styleLine); Plot( EMA( Close,7), "7 EMA", colorYellow,styleLine); Plot( EMA( Close,9), "9 EMA", colorYellow,styleLine); Plot( EMA( Close,11), "11 EMA", colorYellow,styleLine); Plot( EMA( Close,13), "13 EMA", colorYellow,styleLine); Plot( EMA( Close,15), "15 EMA", colorYellow,styleLine); Plot( EMA( Close,17), "17 EMA", colorYellow,styleLine); Plot( EMA( Close,46), "46 EMA", colorRed,styleLine); Plot( EMA( Close,48), "48 EMA", colorRed,styleLine); Plot( EMA( Close,50), "50 EMA", colorRed,styleLine); Plot( EMA( Close,52), "52 EMA", colorRed,styleLine); Plot( EMA( Close,54), "54 EMA", colorRed,styleLine); Plot( EMA( Close,56), "56 EMA", colorRed,styleLine); Plot( EMA( Close,58), "58 EMA", colorRed,styleLine); Plot( EMA( Close,60), "60 EMA", colorRed,styleLine);
10 comments
Leave Comment
Please login here to leave a comment.
Back
very good.
Can you/anybody add buy sell signals
thanks
viswanath
hi k3325 good work, thanks
@ kv_maligi
here is buy sell arrows for this afl,
Hello murali ji,
kindly check ur above Code again. Lots of error in it(Using 5.6 amibroker)
thanx you
@anandnst
Ya the bove sems to be incorrect. just paste below give to the afl.
hi anandji and jahnyji
There are no errors here, I’ve checked it first then after post here, I am also using the Ami 5.60, it works very well. Once again, pls take a look at what’s coming through the lines of Errors write here.
thank u
@ Muralikrishna
ur given code is working well in A.B 5.6
Thank u very much.
Thank you so much this AFL!
Here is the formula with buy and sell signals —
Murali Sir will you add necessary command for automatic buy sell indicators in this formula.I would like to put into use this afl in my robo system