Stock Portfolio Organizer
The ultimate porfolio management solution.
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
MIDAS SYSTEM for Amibroker (AFL)
THIS AFL CREATED BY MR.THOMASZ & PUBLISHED IN JULY EDITION STOCK & COMMODITY MAGAGINE.
CLICK ANY PRICE BAR, YOU WILL GET SUPPORT & RESISISTANCE BAND . iF YOU PLACE IN PREVIOUS SWING POINT THEN YOU WILL GOT EARLY INFORMATION OF PRICE REVERSAL.
ENJOY
Similar Indicators / Formulas
Indicator / Formula
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | dn = DateTime (); sd = SelectedValue ( dn ); start = dn == sd; mp = ( H + L )/2; PV = mp * V ; CV = Cum ( V ); VSS = CV - ValueWhen ( start, CV ); denom = IIf ( VSS == 0, 1, VSS ); num = Cum ( PV ) - ValueWhen ( start, Cum ( PV ) ); M = IIf ( BarsSince ( start ), num/denom, mp ); Q1 = Param ( "Percentage Upper" , 1, 0, 10, 0.01 ); Q2 = Param ( "Percentage Lower" , 1, 0, 10, 0.01 ); Plot ( C , Date () + " Close" , colorBlack , styleBar ); Plot ( M, "M" + _PARAM_VALUES (), colorBlue ); Plot ( M * ( 1 + Q1 * 0.01 ), "Upper" , colorGreen ); Plot ( M * ( 1 - Q2 * 0.01 ), "Lower" , colorRed ); |
3 comments
Leave Comment
Please login here to leave a comment.
Back
Interesting!
EXCELLENT !!!
cnbondre
MUST WATCH — GOOD ONE