Skip to main content

Winston System for Amibroker (AFL)

huiminglauw about 16 years ago Amibroker (AFL)

  • Rating:
    4 / 5 (Votes 6)
  • Tags:
    trading system, amibroker, candlestick, pattern, pivots

Trading system based on candlestick patterns taken from the inditraders forum.

Screenshots

You cannot view the code for the following reasons:
  • You must be a member.

10 comments

about 16 years ago

Formula is notworking could you please check once again
This the error we are getting:

shootingStar=/*(NOT largeBody AND smallLowerShadow AND LargeUpperShadow) OR*/ 
    smallLowerShadow AND NOT doji A
----------------------------------^

Error 29.

Variable ‘doji’ used without having been initialized.

about 16 years ago

Works fine for me. What version of Amibroker are you using? Also try adding

doji = False;

just before line 50 and see if that solves your problem.

about 16 years ago

Excellent ! It works with me fine. Grateful for sharing such a wonderful formula !

7. tito20
about 14 years ago

huiminglauw pls tel me how its work and gave me another name of grate afl

9. darshit
about 13 years ago
respected huiminglauw

can you guide me how to use this afl
i will great full to you if you could help me in this matter..

10. StockJock
almost 11 years ago

Does this code have anything to do with the 3 Level ZigZag method? It looks similar.

Leave Comment

Please login here to leave a comment.