Skip to main content

Livermore Secret Market Key Indicator for Amibroker (AFL)

akerstkh about 16 years ago Amibroker (AFL)

  • Rating:
    3 / 5 (Votes 8)
  • Tags:
    oscillator, trading system, amibroker

The full explanation of this indicator with Chart and the Programming Logic Flow Chart are here:-

http://blessedfool.blogspot.com/2010/01/livermore-market-key.html

Bless You
KH Tang

Screenshots

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

13 comments

about 16 years ago

THERE IS SOME PROBLEM I PLOTTED ON AMI BOT THERE IS NOTHING DISPLAYED ADMINISTRATOR PL CHECK AND CORRECT

3. malik33
about 16 years ago

THERE IS SOME PROBLEM I PLOTTED ON AMI BUT THERE IS NOTHING TO DISPLAYED ?

over 15 years ago

A full explaination on this indicator is in the following link:-

http://blessedfool.blogspot.com/search/label/Jesse%20Livermore

Bless You
KH Tang

9. maya
almost 15 years ago

Where can I download the market key indicator?Thanks Maya

10. ryantang
over 13 years ago

SIr, can you explaon how to write %, not only price to confirm the trend

11. geol13
over 11 years ago

Hi KH Tang!

can you help me create this in Excel? Thank you!

VK

12. davidalan
over 11 years ago

Could Be Better But It Works

Filter = 1;// Buy OR Sell ;
AddColumn(Close, "Close",1.2, colorDefault,2,50);
AddColumn(Volume, "Vol",1.2, colorDefault,2,50);
AddColumn(IIf(Buy,BuyPrice,null),"Buy", 1.2,1,colorGreen,50);
AddColumn(IIf(Cover,CoverPrice,null),"Cover Short", 1.2,1,colorLightBlue,50);
AddColumn(IIf(Sell,SellPrice,null),"Sell" ,1.2,1,colorOrange,50);
AddColumn(WeightNo, "StateNo",1.2,colorDefault,2,50);
13. ARIES77
over 5 years ago

I know maybe you author this AFL will probably never read this, but from the bottom of my heart … Thank you

Leave Comment

Please login here to leave a comment.