Skip to main content

TTM Squeeze (Foreign) for Amibroker (AFL)

jbalaji87 about 12 years ago Amibroker (AFL)

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

To plot TTM Squeeze of two different Stocks in single pane.

Note: used TTM squeeze by john Carter from the forum

Screenshots

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

15 comments

over 11 years ago

Here I am submitting “RSI Sell Scanner”, this is not my code just I was Modified this code. My request “Is this correct afl code or not”. Here is code.

C1 = Volume > 100000 AND Close < 50;

Sell = RSIa( Close, 14 ) < 70
AND RSIa( Close, 14 ) > 30
AND Ref( RSIa( Close, 14 ), -10 ) > 70;

Filter = C1 AND Sell;
AddColumn(C,“close”);

Comment hidden — Show

Leave Comment

Please login here to leave a comment.