TANGIER Germany30 – Time frame 30 minutes

TANGIER Germany30 – Time frame 30 minutes

Hello everybody! I post here a strategy that I am using with real money.

It uses trend direction (slope) of the 20 periods moving average and the price momentum.

Orders are then triggered once the RSI 20 periods enter in overbought and oversold areas.

Tested with 100k bars: if someone could test it with 200k bars and let me then know the result, this would be many appreciated!!

Best regards.

H.

 

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. Jean-Christophe • 01/28/2019 #

    Buon Giorno Discomusic ! Tested with 200k bars tick by tick (16/08/2010->now):
    – almost flat from 16/08/2010 till Q2 2015
    – capital curve increases since Q2 2015
    – win position 50%, profit factor 1,26
    – profit = 4719€
    – max drawdown 1176€

    • discomusic • 01/28/2019 #

      many thanks!! Interesting… Just a question, please, how is i psssible to obtain the 200k bars for the backtests?
      Thanks, have a nice day,

    • Jean-Christophe • 01/28/2019 #

      To get 200k bars you must have either a premium or a sponsored CFD account : https://trading.prorealtime.com/it/ig

  2. PastaPesto • 01/28/2019 #

    Hello, Thanks for sharing.
    I did a quick test on Wallstreet and it looks pretty good on 1 hour chart. You probably need to raise pips there because there are many 0 bars on closed positions. It seems to be ok even on larger SL and TP levels on wallstreet.
    Maybe you should look at more index, to see if there is something there.

    • discomusic • 01/28/2019 #

      Hi! thanks!! Very interesting! I shall make some other test, and then I inform you.
      I like to consider us as a team, without secrets or similar… As I guess that ‘together’ we can have more chances.. 🙂

    • discomusic • 01/28/2019 #

      ok, thank you!!!! 🙂

  3. fifi743 • 01/28/2019 #

    Hello, I made some changes attached here
    cordially

  4. discomusic • 01/28/2019 #

    Hi GraHal! Thanks for the suggestion: I have just created this thread: https://www.prorealcode.com/topic/tangier-germany30-strategy-time-frame-30-minutes/
    As PastaPesto remarks, this strategy could work (perhaps better) on other charts. I am doing some test in this direction, with good results..
    I shall post here the best of them. Unfortunately I can only load 100k bars backtests.
    Let us try to work togheter, to obtain something reliable.
    Ciao!

  5. Davide Bramerini • 01/28/2019 #

    it is really good ?

  6. Davide Bramerini • 01/28/2019 #

    is really good for the cac 40

  7. Tony87 • 01/28/2019 #

    on 200k test in the red untill 2017 then strong green

  8. LancerX • 01/28/2019 #

    Please indicate the trade stat to show ave gain against average lost..

  9. Jan Wind • 01/28/2019 #

    Thanks for sharing the strategy !.
    Did you do an Out of Sample run when testing on the 100k bars ? I usually test my strategy with 66% in sample and 34% out of sample (just one, not 5 which is stated by default) on the total run of in this case 100k bars.

  10. jmf125 • 01/28/2019 #

    I don’t know if anyone is following this thread anymore. Anyway I will post my comment.
    After many years I decide to go back to prorealtime and imported this strategy. I am using IG Indexand tried it on Germany30 , 30 mins interval.
    My results are totally different from the time period shown (Feb 2018 to Feb 2019). I have 3 trades and a total loss of 130.
    What am I doing wrong ? Import of the strategy, same market, same timeframe. Is it IG Index ?

  11. Andrea.1981 • 01/28/2019 #

    hey i have optimized this code …if anyone whant look it worck on germany 1euro not 5euro that it was …. and only 1 contract
    i make 2 versiono first is normal take profit but is very linear profit and second a simply trail stop make more profit.

    • Exalaxe • 01/28/2019 #

      Hey, i just noticed you optimized this strategy. Could i see your new version, please?

  12. Andrea.1981 • 01/28/2019 #

    sorry i add my code but it not enter why i dont know

  13. Andrea.1981 • 01/28/2019 #

    this is code simply stop , and you can see another version for stop

    / Codice principale : TANGIER _ ger30 30min ok
    //————————————————————————-
    // Definizione dei parametri del codice
    DEFPARAM CumulateOrders = False // Posizioni cumulate disattivate
    DEFPARAM FLATBEFORE = 090000
    DEFPARAM FLATafter = 175500
    indicator1 = RSI[25](close)
    c1 = (indicator1 CROSSES OVER 50)
    c8=close>average[15]
    c65=Momentum[12]>momentum[13][1]
    c66=momentum[14][1]>momentum[12][2]
    IF c8 and c1 and c65 and c66 THEN
    BUY 1 CONTRACT AT MARKET
    ENDIF

    indicator2 = RSI[15](close)
    c2 = (indicator2 CROSSES UNDER 60)
    c13= average[17]<average[16][1]
    IF c2 or c13 THEN
    SELL AT MARKET
    ENDIF

    indicator3 = RSI[22](close)
    c3 = (indicator3 CROSSES UNDER 32)
    c34=close<average[20]
    c65=Momentum[12]<momentum[12][1]
    c66=momentum[14][1]average[22][1]
    IF c5 or c13 THEN
    EXITSHORT AT MARKET
    ENDIF

    SET STOP pLOSS 40
    //tsl = round(440/10000*close)
    SET TARGET pPROFIT 40//tsl

avatar
Register or

Likes

avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar

+11 more likes

Related users ' posts
otty82  all right. thanks
mmichael Hello, I noticed that the indicator shows the initial balance of today but also for all the ...
leyoy Bonjour, comment l'adapter sur 15 minutes au lieu de 1 heures ... j'ai changé 090000 par 081...
Derek Nice strategy. Have you tried adding a stop loss since there are a few sharp drawdowns? I ...
Piston_Broke Non so .... da qui la mia domanda iniziale :-)
Piston_Broke Hi Derek. I have tried many different ways to apply SL's to this and similar versions of th...
Nicolas Indeed, if you are not willing to loose, you will always win. Averaging down losers can carr...
David You're always safer going Long especially with averaging down on an index as the probability...
Oskar Bergvall  I noted Davids and Nicolas remarks. Could it be possible to make an indicator for contraria...
Lotar
8 years ago
Nicolas You can send it to contact@prorealcode.com and I'll attach it here. Thanks for your sharing!
Francesco78 Hi Lotar, which variables would you choose to recalibrate it to the present market condition...
Degardin Arnaud unfortunatly in today's market it's not working at all...
Nicolas it is based on seasonality of DAX.
Luciano Santiago Juárez Hello I am new here I am trying to understand this code IF monthlyMultiplierLong > 0 ...
Luciano Santiago Juárez Sorry the code copied bad the line I dont understand is: ELSIF monthlyMultiplierLong 0 THEN
gregus bonjour a tous quelqu un pourait il recodé en prt il sagit  du dynamique zone ma, je n arri...
Nicolas Merci de faire une requête spécifique sur le forum. 
Wing Yes, investigate as much as you want. For more insight, you can view the linet1, linet2 etc....
CKW Hi Wing, Thanks for your sharing. I am still trying to breakdown & understand your code...
Wing Hello CKW. No, the parameter, 7 in this case, is used when calling the RSI indicator to ide...
Nacho Buenos días Raul, tengo puesto este sistema desde hace unos días en una cuenta demo en la ve...
Dominik Hola Raul ... it looks wonderful :-) Why does it not work if I use less than 100,000 € capi...
Bobbi Hola y gracias por compartir! Descubrí que en 5 minutos teníamos algo muy bueno! Pero no ...
Nicolas
8 years ago
StepRSI
StepRSI
5
Indicators
Nicolas Thanks for this modification, I still do not have tested it, where did you get this idea to ...
rfsteve Trial and error from study of indicators call it coding mad science was trying to find an in...
Maxime Baudin Nice! Thanks :)
Nicolas
8 years ago
supertiti bonjour à tous J'utilise cet indicateur depuis plusieurs mois, une fois règlé "K" à sa conv...
Nicolas
8 years ago
GraHal Forked code I mention above is here ... GraHal wrote: So below is the PRC Stochastic RSI v...
GraHal Try again (quite limited what you can do as Comments in the Library) https://www.prorealco...
AutoFlanders Thanks GraHal, that's what i was looking for
Nicolas
8 years ago
T3 Velocity
T3 Velocity
16
Indicators
tatankayotanka As you can do to set a marker directly in the price property page and then view it such as m...
Nicolas It may be a good idea to discuss this in the forum instead. Please open a new topic in probu...
Wester Hi, is this more or less the same as the TTM Squeeze indicator (john carter)
danhei Hi I am tryong to figure out how trist strategy works. I am new to pro real time. Can some...
Plop61 Hello,Thank you for sharing this beautiful strategy.Is it possible to indicate the code for ...
NoName Thank you very much for this fascinating trading system. It is still proving to be extremely...
ALE
8 years ago
pollon Ciao Ale,  anche a me da questo errore  "QQE_QUDAX1HBUY"  "QQE_QUDAX1HSELL"  "UNIV_QUDAX...
reb Hi Ale do you trade these QU strategies?  Are the results same as backtests Thnaks in adv...
avatar
crazytrader Hi anyone that has run this lately?
larouedegann best with this hour IF TIME =081000 THEN plushaut=highest[2](high) plusbas = lowest[2](lo...
CanAny1Trade Hi! I'm trying to put together a similar indicator but struggling. I want to mark the NY Pit...
Dimi.A Awesome mate.
mora87 Hi David and Nicola, I'd like to share idea with you guys which is related to David's Idea. ...
Nicolas Please ask for custom coding in forums instead.
ALE Hi Pat This code was nothing more than an experiment
pat95162 Hi Ale Do you have same results as me ? The strategy works very well in 2017 and now in 2-...
Nicolas Built on the history means that it suits the history. Always develop ideas in In-Sample peri...
ALE
9 years ago
ALE no, only with TF 15m
enzo_52 Grazie tante, Thanks so much 
JanWd Hallo Ale, First of all, thank you for this strategy. Could you explain what the BLUSTER ...
jeanphi0034 Hello, I would like to use the QQE indicator which is based on smooth RSI as far as I unders...
ilstefano Bonjour Nicolas, te serait il possible de rajouter la fast ATR manquante dans le code? Merci
Nicolas Désolé je ne comprends pas la question ?

Top