Doctrading

Supertrend Touch

Category: Screeners By: Doctrading Created: May 18, 2016, 12:03 PM
May 18, 2016, 12:03 PM
Screeners
5 Comments
Supertrend Touch

Hi all,

This is a very simple but effective code using SuperTrend.

It detect stocks with those conditions :

  • close > Supertrend
  • lowest < Supertrend

So we trade bounces on the Supertrend.
I wish you good trading.

ca1=low <= Supertrend[3,10]
ca2=close > Supertrend[3,10]

Screener[ca1 and ca2]

Download
Filename: SUPERTREND-TOUCH.itf
Downloads: 501
Doctrading
Doctrading Master
Hello, I'm Marc. Nice to meet you.
Author’s Profile

Comments

JSTAR PRODUCTIONS
9 years ago
#

Hi there DocTrading, I have run this Screener and it only seems to screem When trend line touches and Candle to go down/red. How can this be modified so it screen from a red touch candle to run green trendline.

wanjpt
10 years ago
#

Doctrading, could you code an alert when the supertrend touches price for various timeframes say daily 4h and 1 hr and 5min. thanks.

 

Doctrading
10 years ago
#

The screener was originally written by one of my email contacts.

It could be fine for swing trading, with some filters.

manel
10 years ago
#

Thanks  for this ! Good simple screener, works well.

gianlox
10 years ago
#


What markets did you feel ? Thanks..

ProRealCode ProRealCode
Loading...