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
Nicolas Ahah, I'm not the author of this one :) I know you are a great coder Wilko, why don't you p...
Wilko Thanks for the flattery! I will, I promise.  /F
Nicolas Still don't have seen anything from your own :) You promised me! Ahaha 
Andres Uffff, I didn't adjust the different index spreads. With the heavy spread of Italy It's nega...
davidp13 Good day. I know this was posted such a long time ago, but I though rebuilding the system on...
davidp13 Also to note that the one position in my code does not close the other, which as far as I kn...
zilliq I think the "best"  method to backtest is  to do a simplier Walk forward backtest (and we ho...
volpiemanuele Hi, I have modified and optimized the strategy on FTSE 100 CASH Eur 1 on IG demo account. B...

Top