Skip to main content

Moving Average Difference for Amibroker (AFL)

rananjay00007 about 16 years ago Amibroker (AFL)

  • Rating:
    5 / 5 (Votes 2)
  • Tags:
    trading system, amibroker, moving average

Follow the buy and sell arrows on the chart.

Screenshots

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

4 comments

1. Alok
about 16 years ago

Dear Friend,

This AFL is giving Error 31 and says

Graph0barcolor=iif(KMA>0,5,4);
GraphXspace=5;

Title=name()+""+date()+"The close is "+writeval(abs(KMA),format=1.2)+"%"+writeif(KMA_________^

syntax error expecting y or

How to correct this.

about 16 years ago

I updated the formula with the new updated afl. Although it never gave me any errors.

4. Alok
about 16 years ago

now the chart and afl works.

thanks for the help

Leave Comment

Please login here to leave a comment.