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 ....
For Portfolio Manager Click Here

WiseTrader Toolbox

#1 Selling Amibroker Plugin featuring:

Advanced Adaptive Indicators
Advanced Pattern Exploration
Neural Networks
And Much More ....
Find Out More Here

Buy & TD Clone & TGL for Amibroker (AFL)
morgen
over 13 years ago
Amibroker (AFL)

Rating:
3 / 5 (Votes 18)
Tags:
trading system, amibroker

A clone version of the Demark Trendlines produced from connecting two deman or two supply points. Indicator includes parametrization that allows selection of the level, choice of the trendline having extensions and ability to request display of the Demand/Supply points used to create the trendline. Indicator also includes ability to display the breakout qualifiers. Code based on description provided in the Demark book “New Science of Technical Analysis”.

Includes buy and sell points.

Screenshots

Similar Indicators / Formulas

weighted moving average scan
Submitted by naninn about 13 years ago
Kase Peak Osc. V2 batu
Submitted by batu1453 over 9 years ago
Kase CD V2batu
Submitted by batu1453 over 9 years ago
Ichimoku
Submitted by prashantrdx almost 10 years ago
EMA System Ribbon
Submitted by yo123 about 13 years ago
Three-Bar Inside Bar Pattern
Submitted by EliStern about 13 years ago
You cannot view the code for the following reasons:
  • You must be a member and have contributed at least 1 indicator

39 comments

1. THE LORD KSA

THNX ITS AGOOD ONE

2. tigernifty

sir, am face the below problem,
pls clarify..
SetBarFillColor (IIf(downbar,colorRed, IIf(upbar,colorBrightGreen,colorTan ) ));
..
thx

3. morgen

It’s about trend.
When upbar = C >= Ref( H, -1 ), the candle is filled with brightgreen, respectively tan color.
When downbar = C < Ref( L, -1 ), the candle is filled with red color.

4. aldoane

thanks very

5. vaenu999

it is shown syntax error in ami 5

6. Rakesh Kumar

Very Good Work. But formula is different from its Screen Shot. Buying & sell arrow (Up/Down) are missing. Please insert Buy/Sell arrow/triangle if possible.

8. morgen

Buying & sell arrow (Up/Down) are in the formula! at

PlotShapes(IIf(Buy,shapeUpArrow,shapeNone),colorBlue,0,L,Offset=-10);
PlotShapes(IIf(Sell,shapeDownArrow,shapeNone),colorRed,0,H,Offset=-10);

If you want “Triangle”, write it instead “Arrow”.

9. sanjay9999

thanks very nice

10. halfman

@tigernifty

Change this line :
SetBarFillColor (IIf(downbar,colorRed,IIf(upbar,colorBrightGreen,colorTan ) )

with :

SetBarFillColor =IIf(downbar,colorRed,IIf(upbar,colorBrightGreen,colorTan ) )

I hope it’s gonna work now.

12. king_egypt32

thanks

14. s4ksa

thanks

but ican,t view formula

15. prasadmuni

THANKS AND WILL COMMENT ON THIS SOON
REGARDS

16. ahmed9009

Thank you

17. shariful

thanks lot bro its amazing ….I like it..

19. hoavq

nice AFL!

20. mofa

thanks

21. douple

thanks

22. blue66

thanks

23. lukaszplewa

cool :D

24. khatera

thanks

25. Matthew

thank

26. mohammed_166

thanks

27. Mohamed AMARRAGY

May I have a copy of the formula Please .

Regadrs

28. Mohamed AMARRAGY

May I have a copy of the formula Please .

Regadrs

29. majedone

good

30. buku

thanks

31. ck1250

pls set the sell signal

33. samwong001

Buying & sell arrow (Up/Down) are in the formula! at

PlotShapes(IIf(Buy,shapeUpArrow,shapeNone),colorBlue,0,L,Offset=-10);
PlotShapes(IIf(Sell,shapeDownArrow,shapeNone),colorRed,0,H,Offset=-10);

If you want “Triangle”, write it instead “Arrow”.

34. josepanang

thanks

35. darkomarijaan

thanks

Comment hidden - Show
Comment hidden - Show
Comment hidden - Show
39. saad13

thanks

40. jeanvaljean.2653

Thank you

42. bduyng

thank you

43. gyucel_26

harika teşekürler. Umarım çalışmalar devam eder.

44. gyucel_26

thanks,want to look!

45. Mr Tran

I don’t see this code. Can someone copy and resend it here, please. Thank many!

Leave Comment

Please login here to leave a comment.

Back