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
kats bONSOIR Est ce normal que les droites se démultiplient en plusieurs droites quelle differe...
kats j ai fait une copie d'ecran mais je ne sais pas comment l'envoyer sur le site
Gaspare Ciao Ivan si puo' inserire una strategia su questo indicatore per ottimizzare le variabil...
P. Marlowe Quite an impressive work, Iván. Extremely useful and accurate. Congratulations. Keep it up¡
lkiklkik i love it !!! thanks.
Stenozar Hi Ivan, can you translate from tradingviwe the EMA TREND METER INDICATOR? It couid be inte...
Iván Hi Yes I can. Please, create a new topic for that I will translate it.
Stenozar Hi Ivan, I've created a new topic about the indicator: https://www.prorealcode.com/topic/ema...
jacquesgermain sì da aggiungere
Maik2404 auf welchen Wert muss ich die Kompresionsperiode stellen?
jacquesgermain — Période de compression : ce paramètre détermine la période de rétrospection utilisée pour ...
jacquesgermain Bonjour non pas de soucis car src=customclose donc dans le menu configuration/propriété me...
geroniman Merci Jacques , indic tres utile. J'ai un indic à programmer avec du price action. es tu dis...
jacquesgermain ok pour regarder ...
Bateson
5 months ago
Matriciel Very nice job ! Is it possible to do the opposite because what interests me is to have the ...
YvesRobert Hi Matriciel, how can we do this, because stochastic is limited between 0 and 100 but price ...
Traderfox06 Dear zeiiermantrading, I really like your approach combining adaptive averages with MACD in...
jacquesgermain Hello IASD it's normal , when this occurs, uncheck RSI and MFI line and click then the MAC...
emiliobercial Thank you very much for sharing!
Carlose estoy de acuerdo con IASD Esta muy bien el MAD y el indicador en el precio no se ven bien...
bousalahane merci pour le partage de cet l'indicateur, j'ai rajouté un autre indicateur pour faire une s...
KumoNoJuzza Hi Guys. This looks very interesting but don't overnight fees kill the profit when trading o...
ThaNoizy Yes, you cannot use CFDs on IG for Weekly strats you need to use their Index Futures, they h...
KumoNoJuzza Thanks. I did not know IG had Futures. I am always missing an info or a detail. I used to th...
Nicolas
1 year ago
f1_maik Ein sehr schöner Indikator, vielen Dank. Wenn ich den Indikator importiere und starte hat d...
Nicolas das ist in der Tat normal, Sie müssen die Auf- und Abwärtsfarbe direkt im Parameterfenster d...
FXtonio Bonjour Nicolas, merci pour cette merveille, je l'utilise en compl2ment du "magical buy sell...
Nicolas
1 year ago
3 RSI
3 RSI
2
Indicators
Violet Nicolas, you calculate iRSI, but don't use it. You show RSI in the returned values, which, a...
Nicolas Yes, that's an error. RSI instruction is set by default to 14 if you don't indicate it that'...
supertiti Bel outil si on ne se tape pas sur les doigts avec ! Comment ajoute-on une image avec le co...
JohnScher Short variant, see at https://www.prorealcode.com/topic/late-lunch-trade-dax40-strategy/
DANY Hi JohnScher, Thanks a lot for your contribution. Consider this release to avoid overfit...
JohnScher Thank you so much for exploring the Late Lunch Strategy. For discussion and in answer to yo...
BenJuice JohnScher, merci de partager ta stratégie. Je suis nouveau dans ce domaine, sur ton code q...
JohnScher As a percentage of the price, here 2%. StopLoss as well as TargetProfit. SL and TP come ...
Wilko I absolutely love the simplicity of this mean-reversion strategy. Well done!

Top