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
carpentier Joffrey Bonjour à tous, Avant tout merci pour ce travail, cependant je suis bloqué quand je l'insta...
carpentier Joffrey Re, C'est ok, j'ai trouvé mon erreur... Cependant sur quel base peut on calculer son CALC...
Aragorna Hi Nicolas, How is it possible to use it in a higher timeframe plotted on a lower timeframe?...
FXmike hey my friends, thank you for this great code. my problem is he make no trade open. backtest...
FXmike Can i put a Action that my start contract is smaller than 1 ? 0.3 or 0.5 ? In wich Position...
phoentzs I wrote the code for M15 back then and also variants in H1 and M1. Everything works so far....
leofi https://www.prorealcode.com/topic/simple-average-with-visual-color/
leofi Go visit www.prorealcode.com/topic/simple-average-with-visual-color/ and watch 2em post
Dritan Hi,I am new on Prorealtime and coding.I downloaded the indi but I have it on a separate wind...
Zigo
4 years ago
fifi743 Good morning, there is no mistake about the shorts c11=SMI[14,3,5](close)>-40
Zigo has to be c11=SMI[14,3,5] < -40 (indeed)
xar3 Thank you ;-) Zigo
Jan Wind Thanks for sharing ! The Gain/Loss ratio is a bit low, 1,16, hardly offset the risks take...
drive whats the period ?
Lucas0000 Hola. estoy buscando un programador en proorder, para hacer un programa basado en el Q-trend...
Ludwig Bonjour Merci pour le code, je souhaite intégrer un break even et mette en place un réinves...
superfalcio hello, this strategy is pretty interesting, anyway on index after diferent suggestion and im...
Fralex Hello everyone I optimized the original “LongOnly-DAX-4H-TMA-Channel” algorithm over a pe...
Alps007 Hi Nicolas. Happy New Year. Can you please program me several MACD divergence screeners ...
Arlei Zanin Hello Nicolas, would it be possible to convert the Cloud to Pascal language? Thank you.
ashee i want it in MT4
Marie-Eve Vergoz Bonsoir - Voici l'erreur qui est signalée lorsque je souhaite utiliser cet indicateur : il...
Om Hello, thanks for sharing! Getting a message that Variable P is undefined?
matin Intraday Average Volume Indicator Not working, what can i do plz
Sapo Thank you very much. as always your indicators are extremely effective. kind regards Vonasi.
mitsu21 Hi, it looks nice. I'll try it tomorrow thank you for your share kind regards bruno
kj1988 Thank you Vonasi for sharing this indicator. Very useful as a comfirmation to the price act...
Dom Hello, hello....je commence le trading et découvre par la même occasion le codage....et ce n...
Nicolas Merci, ça fait plaisir !
Be-n Bonjour tout le monde ! Dans l'indicateur de tendance, j'ai du mal à saisir la nuance entre ...
Vonasi Sure that is possible. I will code it and make a post in the English ProBuilder forum and pu...
Vonasi Vama v2 with Hull moving average included can be found here: https://www.prorealcode.com/top...
JMat45 Thank you, Vonasi.
Nicolas
5 years ago
LRMA
LRMA
0
Indicators
Vinks_o_7 Thanks again Vonasi !
Bard Thank you, this is a great tool @Vonasi, especially for those that used to like shorting Ind...
Aragorna Hi Vonasi, is there a reason why it does not work anymore in new version ePRT Platform? tha...
YvesRobert @robertogozzi. It's done. Thank you
YvesRobert Hello Roberto, some questions about your strategy. 1 - Do the 2 lines SET TARGET pPROFIT T...
robertogozzi 1. The 2 lines SET TARGET pPROFIT TP and SET STOP pLOSS SL are always executed, each bar. Bu...
sycomore Ça ne fonctionne sur aucune valeur, je dois être trop con...
Nicolas il faut appliquer l'indicateur sur le prix.
AntoGH Je crains de ne pas comprendre... Cela indique la probabilité de la prochaine bougie ou donn...
manchokcity can we have it in mql4 platform? or how or which platform do we use it?
camporan I don't use MetaTrader so I won't be able to do the translation myself. Sorry!
Alexander9 This can for amibroker ? . Thanks
avatar
Anonymous Hi robertogozzi - thank you very much for sharing this strategy. I have performed various ...
robertogozzi Thank you samsampop.
Dotan Hello guys I really appreciate this coding effort but can I use this code for Mt5 Forex Trad...
Gubben So far so good. After a long drawdown it was winning four times in five weeks. Since 24 jul...
pat95162 Salut Pourquoi je n'ai pas les même résultats que vous
UkCoopDownUnder Any hints for us, on which variables we should be optimising ? As of November 2020, the cu...

Top