Skip to main content

NIRMALA 5I WITH BLINK COLOUR for Amibroker (AFL)

iwan over 15 years ago Amibroker (AFL)

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

Here is the combine afl with use elaborated together and blink colour for the linear regression.
Include a short trend for recovery, accumulation, bullish, distribution and bearish.
By Iwan.

Screenshots

You cannot view the code for the following reasons:
  • You must be a member and have contributed at least 1 indicator

26 comments

Comment hidden — Show
7. halfman
about 15 years ago

No syntax error.

U only to replace :

SetBarFillColor(IIf( Close > Open, colorDarkGreen, colorDarkRed));

with this :
SetBarFillColor= IIf( Close > Open, colorDarkGreen, colorDarkRed);

Very good afl afterall.

Comment hidden — Show
Comment hidden — Show
Comment hidden — Show
Comment hidden — Show
Comment hidden — Show
Comment hidden — Show
Comment hidden — Show
26. crk
almost 6 years ago

is there help file for using this indicator pl

Leave Comment

Please login here to leave a comment.