Skip to main content

AN.KUMAR INDICATOR for Amibroker (AFL)

chatpurpose about 12 years ago Amibroker (AFL)

  • Rating:
    4 / 5 (Votes 6)
  • Tags:
    oscillator, amibroker

settled down mind gave me this indicator.
This is very very simple but, extremely
effective. Its prediction of future
is astonishing.It is far far better than
money flow index indicator. Please see
the screenshot.This is at present
in the form of an indicator only. I shall
post new afl code with the same logic
of buy and sell signals.

Screenshots

Indicator / Formula

Copy & Paste Friendly
//*VALUE BELOW ZERO IS BEARISH, ABOVE ZERO IS BULLISH**//

MYINDI=(((C-Ref(C,-1))/(HHV(H,2)-LLV(L,2)))*(V+Ref(V,-1))/2);

Plot(EMA(MYINDI,10),"A.N.KUMAR INDICATOR",colorBlack,style=styleDots,Min(0,0),Max(0,0),xshift=0,zorder=0,width=1);

12 comments

about 12 years ago

hi..i dont think, it is difficult to adopt to 5.3. delete the
last line, where you are getting the error. Try to write like this…
plot(EMA…." THEN FOLLOW THE SYNTAX as it gives.

about 12 years ago

sir, i don’t know afl language. so what to write…. i am not getting it. if u like please help, give full text what is to write instead of third line. thank u…

about 12 years ago

hello sir, retain the formula until style=styledots.balance,delete. closing bracket ) followed by semicolon ; should be there at the end.now SAVE IT. comments section is not allowing me to post formula. i dont know why. try and confirm whether this helped you. kindly rate my formula if it worked for you.

12. denni
over 9 years ago

sir It is not working. i have 5.7. please help me. thank you

Leave Comment

Please login here to leave a comment.