ROCK CLIMBER

ROCK CLIMBER

Hello, I want to share this strategy of Semi Swing Trading on DAX 4H

It includes a non-conventional PSAR setup, an RSI and 1 simple moving average. Only for Longs looking for brief small trends.

WF with 100000 bars attached.

Any suggestions to improve ratio win/loss or % of wins are always welcome =D

 

 

Best T.

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. JM • 08/30/2017 #

    Hello David, thanks for your strategy !!
    I have a question on your code, can you explain me the condition below :
    (xOpen > xClose and XHigh-XOpen and XLow < Xclose)
    I don't understand the condition XHigh-XOpen ?
    Do you want to test XHigh < XOpen ??
    I improve your stategy with a trailing stop but the performance is less but with a better drawdown !
    Regards.
    JM

  2. David Somogyi • 08/30/2017 #

    Hello JM, thanks for your comment.

    Actually i should have name it XMid instead of Xopen. xHigh means Highest value in the set, while xMid means Midpoint of the previous bar. XMid = [xOpen(Previous Bar) + Close(Previous Bar)]/2
    Also, an upper bollinger band crossing over close instead of PSAR works too as an exit.

    Regards

  3. JM • 08/30/2017 #

    David thanks for your return and your explication !
    But I have a problem of interstand the logical sequence of programmation : “XHigh-XOpen” -> this must be equal at 1 or 0 in the condition if …. ??
    Anyway perhaps I have to search in the ProBuilder language…
    Do you have test this strategy in real mode with the DAX ?
    I want to test with my IG account with CFD.
    Regards.

  4. David Somogyi • 08/30/2017 #

    JM,

    Actually you can remove that part of the code. Look at below:

    //ROCK CLIMBER DAX 4 HR
    defparam cumulateorders = false

    Positionsize = 2
    //MyPSAR = SAR[0.09,0.03,0.2]

    If BarIndex = 0 then
    xClose = TotalPrice
    xOpen = Open
    //xHigh = max(High,max(xOpen, xClose))
    xLow = min(Low,min(xOpen,Xclose))
    ELSE
    xClose = Totalprice
    xOpen = (xOpen[1] + xClose[1])/2
    //xHigh = max(High,max(xOpen, xClose))
    xLow = min(Low,min(xOpen,Xclose))
    ENDIF

    MyRSI = RSI[7](close)

    If MyRSI crosses over 60 and close> Average[25] then
    Buy Positionsize contracts at market
    ENDIF

    If LongonMarket and (xOpen > xClose and XLow < Xclose) or BollingerUp[7] crosses over close then
    Sell at market
    ENDIF

    set stop loss 80

    No, I currently don't have this system in my real portfolio but it is a good candidate.

  5. JM • 08/30/2017 #

    David,
    Thanks a lot and next week I begin the test of this strategy in real…
    You have other strategy in real account better then that one ??

  6. rejo007 • 08/30/2017 #

    hello david,
    i’ll try it
    could you tell me wich strategy do you use in real?
    thanks

  7. David Somogyi • 08/30/2017 #

    Hello,

    I have a couple of DAX strategies of breakout and mean reversion. I’ll try to post them later on.

    Regards,

  8. Roberto Blázquez • 08/30/2017 #

    Hi David, I just saw your strategy and it’s good!!! I’m going to try it from today in real and I’ll tell you. I’ve also tried it on the Dow Jones and it also works very well. I know this post is from many years ago but it’s great that to this day it keeps working. Thank you so much for this job.

avatar
Register or

Likes

avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar
Related users ' posts
Patrice210 bonjour STANKO, effectivement la première ligne apparait en anomalie et je ne comprend pas v...
KumoNoJuzza Hi guys, Thanks @Stanko and everyone for your contributions. I have been playing around ...
Stanko Hi KumoNoJuzza, thanks for the post. I also tried your code with Dax and the performance is ...
magnus59 Hi Nicolas, thaks for your great work here, I need a scanner for the swedish OMX when ma...
Nicolas Yes, sure please open a new topic in the ProScreener forum section, thank you.
paullyons Hello! Thanks for post your indicators. I'd like you to let me know how to draw lines for ...
snucke i dont think you understod the question. i did not ask about the band pass indicator. i as...
thomas2004ch Hi, Is this startegy suitable for daily SPY? Regards
ebous64 Je cherche à traiter des effets de bords avec un encadrement ajustable des variables. Vous a...
DELBERT Bonjour , Nicolas , je voudrais installer cet indicateur sur ma PRT , version 10.3 , mais je...
Nicolas En effet, il faut à minima une version 11. La 10.3 est tellement ancienne maintenant.. Je pe...
DELBERT Bonjour , Nicolas , merci pour ta réponse , je fais un essai et je verrais . Salutations .
Rafa Hi Nicolas! I can´t install this indicator. it installs in a separate window not as an av...
Nicolas Add it on the price, see how: https://www.prorealcode.com/blog/video-tutorials/how-to-add-an...
Frankyslo1 No consigo instalarlo en el precio en PRL-version 10
Khaled Thank you Nicolas! Looks like TDI (Trader Dynamic Index). Interesting to give Exit Signal as...
Nicolas ColorBetween is an instruction added last year: https://www.prorealcode.com/documentation/co...
JohnScher Postscript: It's running in the live right now. One position after the other is opened. ...
ullle73 nice!! how's it been since your last post on going live? :)
thomas2004ch Hi, Is this strategy suitable for daily SPY? Regards
Dest
2 years ago
DIDI Index
DIDI Index
0
Indicators
wally Hola soy nuevo en el mudo robots. Alguien seria tan amable de poner el archivo itf.file ya q...
Darren Nash I found this works well on the DOW
thomas2004ch Hi John, Is your strategy suitable for daily SPY? Regards
ChemaGeek Bonjour Nicolas, j'ai récemment découvert cet indicateur (Regularized Momentum 2017) et je l...
YvesRobert Bonjour, nouveau sur PRT (qq jours), j'essaie un peu de voir quel type d'indicateur me convi...
cdc.andersson Hello, I´m trying to paste the code and start testing but can´t get it to work in PRT. Shoul...
Lupo32 Thank You Aaron
superfalcio I'm having no more issue on the new Prorealtime release 11.1
AntoGH Bonjour peut-on backtester cela ? Et si vous l'avez fait pourriez vous nous donner le code.....
Nicolas désolé c'est un oubli de ma part, tu peux supprimer cette ligne, elle n'est plus utile dans ...
DELBERT Bonjour , Nicolas , merci pour ta réponse , je suis en effet avec PRT 10.3 , et j'ai bidouil...
Roland57800 Bonjour Noobywan, si je comprends bien l'utilisation de ce code que je trouve particulièr...
Noobywan Bonjour, quand la question a été posée dans le forum à celui qui avait fait la requête en am...
Fabian This Code draws only a retangle if the condition has been confirmed and NOT before (in that ...
RakeshPoluri I have a question about the bands on the candles. Is it bollinger bands or something else?
Nicolas I think that's 2 Bollinger Bands
Emperor.it "style(line,2)" C'è una guida ai parametri che si possono modificare ? Tipo stile della lin...
IV Mcm https://www.prorealcode.com/programming-with-prorealtime/
supertiti https://zupimages.net/viewer.php?id=20/50/2e3v.jpg
volanirina Bonjour Je souhaite l'avoir sur l'indicateur MT4 si possible s'il vous plait. car je l'ai fa...
Nicolas ProRealCode est un site dédié à l'utilisation de la plateforme de trading ProRealTime: https...
fazel53 How do i attach this indicator to my mt5 platform?
Nicolas You can't! All indicators here are for ProRealTime trading platform: https://www.prorealtime...

Top