Stock Portfolio Organizer
The ultimate porfolio management solution.
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
Behgozin slope finder modified for Amibroker (AFL)
This is a modified version of Behogozin slope finder, It adds Buy and Sell signal along with Ribbon information. Buy when it is Green, Sell when it is Red. Pink means you can get out if you wants.
Similar Indicators / Formulas
Indicator / Formula
SetChartBkGradientFill(1,23); _SECTION_BEGIN("Behgozin Slope Finder"); Tr2 = Ref(C,1); Tr3=Ref(C,7); Trend2 = MA(Tr2,7); Trend3=MA(Tr3,7); Slope1=((Trend3-Trend2)/Trend3)*100; Plot(Slope1,"Buy When it is Green and Sell when it is Red or Pink",colorGold,styleLine+styleDots|styleThick); Tr4 = Ref(C,7); Tr5=Ref(C,15); Trend3 = MA(Tr4,15); Trend4=MA(Tr5,15); Slope2=((Trend4-Trend3)/Trend4)*100; Plot(Slope2,"",colorGreen,styleLine+styleDots|styleThick); Plot(0,"",colorWhite,styleLine); _SECTION_END();SetSortColumns(-2); //Richu Buy= nwbull=slope1 > 0 AND slope2 > 0 ; Sell=nwbear=slope1 < 0 AND slope2 < 0 ; Buy = ExRem( Buy, Sell ); Sell = ExRem( Sell, Buy ); PlotShapes(IIf(Buy,shapeUpArrow,Null),colorGreen,0,0,-10); PlotShapes(IIf(Sell,shapeDownArrow,Null),colorRed,0,0,-10); Plot( 1, /*efines the height of the ribbon in percent of pane width */"ribbon", IIf( nwbull, colorLime, IIf( nwbear, colorRed,IIf(Signal()<MACD(), colorPink, colorPink ))), /* choose color */ styleOwnScale|styleArea|styleNoLabel, -01, 50 );
29 comments
Leave Comment
Please login here to leave a comment.
Back
Good buy/sell signal with scanning(4 Star from me).
be careful arrow changes
I warning you, this code uses future prices to adjust the current slope.
Ref(C,7) is the price over the next 7 periods in the future!
repaint buy sell arrows ..
Hi,
Can we use any other method instead of Ref() which refers to future prices ?
Gopi
To GOPAL
1)Block this part of .afl as follow:
Lot of errors in HEIKIN-ASHI ORIGINAL Code. Check it
looking nice will test
very nice indicator. thanks
p.s.: any relation with behgozin broker of IR?
To Correct unstable signal:
Its not working in mine……Showing Blank Chart….Pls Help me… any pulgins I need or wt….. Hope of getting help frm any1
Thank you very much all friends, the first, mr Arian I am iranian but not related to behgozin broker. you van find me on facebook as behgozin Ahmad- 2- as I said it was one of my first indicators that has some deficiency that my friends such as Anandnst recognized and mention it in original indicator. thanks for richuw and kv maligi for trying make a better and more effective indicator. I am working on another indicator that is under the test but this indicator can be used very well. please do not consider its variation. If you want decrease the effect of variation change the constant in Trend 2 and 3 to biger one such as 10 and in Trend 4 ad 5 from 15 to 20. It produce more reliable signals but somewhat later. enjoy it and be rich
Behgozin (hotaro)
Dear Hotaro,
congratulations on your very nice work!
q: i have noticed that in many shares, the trend is strongly upward but in your AFL, the slope is down warding. how it could be explained?
thnx and rgrds!
Arian
Mr Arian- I think the difference is inside the method of calculation for future prices by Amibroker. otherwise there is not any unususl lines in my program with respect to others
Thanks Morgan……For ur correct afl
It would be more helpful is u can plot the parameter of Day range…….
The arrow is still changing……
it looks to future data. it is useless.
yes, that’s right!
“The arrow is still changing” because of it using future values. If you do a back testing, this system give a fantastic result.
But take care to use this in a live market If you don’t want to broke
GOOD ONE SIR AND THANKS FOR SHARING
PRASAD
This afl gives signal when crosses zero line. Can any expert help me to make it gives buy signal when both lines are minimum 4 points above zero ( it may be 5, 6, 7, or 8 or above and each line may have different values as well). I want to use it for exploration or scanner.
Regards
mr. Morgen
1st of all thanks. bt still it changes buy sell signal.
need sell signal
good.good*1000
ну да, на истории работает (идиоты)
line161 “q” should be “p”
line 162 “p” should be “q” gets triagles pointing in the right direction
Thanks for sharing.
How to arrows unchanged(non-repaint)?
any one correct and then full code of this afl paste plzzzzzz