Markus Heitkoetter Long Setup (Traders Magazine)

Markus Heitkoetter Long Setup (Traders Magazine)

Found this in a german version of traders mag a few years ago.

  • use the MACD trading indicator to identify bullish and bearish market conditions
  • use the the RSI trading indicator to determine the strength of a trend
  • use the Bollinger Bands rising (price is going away from its mean)
  • the Close vs the Bollinger Bands are widely opened
  • price Close is higher than its previous High
  • High Volumes are necessary

 

Share this

Risk disclosure:

No information on this site is investment advice or a solicitation to buy or sell any financial instrument. Past performance is not indicative of future results. Trading may expose you to risk of loss greater than your deposits and is only suitable for experienced investors who have sufficient financial means to bear such risk.

ProRealTime ITF files and other attachments : How to import ITF files into ProRealTime platform?

PRC is also on YouTube, subscribe to our channel for exclusive content and tutorials

  1. avatar
    Anonymous • 05/14/2018 #

    Hi Odin,

    Thanks for this screener based on the popular criteria to trade trends from Marcus. Is it possible to automate it using his suggested SL and target (I think 1.5 times of SL) based on the ATR from the timeframe used?

    I haven’t coded anything on prorealtime, so I may take a lot of time to do it. Also I simply reversed your conditions to take short trades as current market is more biased towards bear run. Below code returns good results but please confirm if this code looks okay.

    I don’t see any currency in the results, so does it work for currency?

    //c1 = RSI[7](close) > 50
    c2 = MACDline[12,26,9](close) < MACD[12,26,9](close)
    c3 = MACDline[12,26,9](close) < 0
    c4 = BollingerDown[12](close) < BollingerDown[12](close)[1]
    c5 = (Close – BollingerDown[12](close)) / (BollingerDown[12](close) – BollingerDown[12](close))
    c6 = c5[1] < 0.9
    c7 = close 3000000
    //SCREENER [c1 and c2 and c3 and c4 and c6 and c7 and c8] (c8 as “volumen”)

    SCREENER [c2 and c3 and c4 and c6 and c7]

avatar
Register or

Likes

avatar avatar avatar avatar avatar avatar avatar avatar
Related users ' posts
Stephane0174 Bonjour et merci pour le Screener. Je suis nouveau ici et je ne connais rien en programmati...
Nicolas Je pense que c'est le copier/coller des guillemets qui pose problème, il faudrait les retape...
emism12 Looks great, personally I don't use automated trading for single stocks, but is definitely o...
adconsulting Ciao, I look that the strategy (backtest 50 k), works very good wiht US 500 CASH 1 EURO in...
Kev Monaghan The equity curve looks to follow the stock price almost perfectly, Have you tested on stock ...
venugopal Hi Nicolas, Thanks for this code. Is it possible to build a screener using this indicator?. ...
Nicolas It has been done in that topic. Enjoy.
Abouadam2 EFFICACE
smarttrader1 hi, can you improve on this ? can you make this flag screeener for day trading, I want to be...
Nicolas Please open a new topic in the proscreener forum for this specific query. Please provide exp...
NHGambler Nice screener. Only thing is I wonder if this is aimed more at small/medium/large caps? I ...
mickey992 salut merci pour ton partage et ton travaille
patapouf Hi Vivien René I just discovered your “Ordered trend-following stocks Screener”. Great work...
RobertFX Works fine
Kees Pols great tool! Thank you
tush1822 appreciate your post mate!! it helped me.
fredfilm Hi Nicolas, how could we add a price screen to this? eg stock prices between $1 to $3 etc
odin hi luisella, i think breadth indicators a not available in pro realtime, because you the cal...
4example Thank you
Gaby333 to good to be true dosent do anything))
Simba Greetings from germany! :) Can you told me your EXIT-strategy for this, please? :) Would ...
Despair What do you mean by “German extra stocks”?
odin i mean german xetra stocks :-)
Despair Ok! Thanks.
Gianluca thank you very nice screener
GraHal Is this the Discussion Topic you need @Gregg https://www.prorealcode.com/topic/scalping-i...
bertrandpinoy bonjour Nicolas y a t il une possibilité de signal sonore dès qu une vente ou un achat serai...
Nicolas Oui cela nécessitera une adaptation du code cependant, merci de formuler une demande sur le ...
crolakstrading Hi Nicolas.. I'm really big fan of this indicator! is there any possibility to make this ind...
Nicolas Yes, that's possible. Please open a new topic in the forum.
crolakstrading Just saw your reply thank you!! I will open up a new topic!!
Paul Thanks for posting. I was currently searching how to improve day-trading based on support an...
Jessar Könntest du im Forum etwas öffnen und später darüber zu sprechen?
arahussein Hi All, I am new to trading and i find this indicator very logicail! Hence my (dumb?) quest...
bertrandpinoy BONJOUR PAUL impossible de tenter le trading automatique, PRT me dis que l instruction "GRAP...
Paul Bonjour, supprimez les lignes avec un "graph"
bertrandpinoy merci. vous l utiliser actuellment sur quel instrument vous? et quel timeframe? Merci
GraHal Yes sorry, I set up a link to a screen shot on my google drive and then I got locked into th...
gabri Here's the thread https://www.prorealcode.com/topic/multiframe-rsi-of-rsi/
Bernard13 Bonjour Nicolas, Pourriez-vous m'indiquer si cet indicateur fonctionne avec la V11 ? Le di...
Doctrading Yes, nice idea.
noisette I tried some backtests with "9:30 MACD" with "Breakout strategy" but results are much better...
Doctrading Hello, can you send us your code ?

Top