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
Petersson Kristian Hi when I do back test I get 0 results, what do I do wrong? Trade Well Chris
JohnScher Yes i did before, see library/strategys/repulse and dpo https://www.prorealcode.com/proreal...
JohnScher Don't know what you're doing wrong. Import ITF and observe time zone settings. This should...
osupero https://www.screencast.com/t/2fCW8fkGsOeZ....solo posiciones largas por ahora
osupero https://www.screencast.com/t/MIaSZ2PRg
ALZ Hi JohnSher, Nice but not the same result Do you have the last itf of it ? Good result i...
Etienne Hi, thanks for proving this code. I would like to contribute by adding a computation speed...
Etienne //Compute Super Smoother coefficients once if barindex = 1 then a1 = exp( -1.414 * 3.14159...
Nicolas Thanks a lot!
ak5hay2 Works like crazy on bitcoin. Use different timeframes. Thanks a lot Doc!!!
richyowen Hi, great code thanks. Very new to this forum. Is there a way to add a 100point target on an...
lisamitch50 Morning all, Just backtested on quite a few instruments, worked well on backtesting, but tel...
Matriciel
7 years ago
Alai-n Thanks...
FULVIO09 Attualmente non c'è sufficiente volatilità : la condizione "C0 = AverageTrueRange[1500](Clos...
vlongobardo67 Ma io intendevo in backtest ! Scusa non l’ho menzionato.
ciniselloftse salve fulvio .il trading sistem e sempre profittevole?
Bard Thanks for sharing this Verdi55. More instructions from Larry Williams website (and a fea...
reb Hello have you used this strat since last year ? live or Back test ? What are the results ?
beeb Yes last Year. But only back test
drysheep Hi all, did anyone test this strategy recently? As i dont get a single trade in the backt...
Nicolas
7 years ago
Jurik RSX
v10.3
Jurik RSX
3
Indicators
hartgeld Hallo Nicolas, ein sehr guter Indikator, vielen Dank! Leider rechnet er bei mir nicht die Pe...
rigel Hi Nicolas, have you coded the Jurik alone (as Mov. average)?
Nicolas 2 versions available in this indicator: https://www.prorealcode.com/prorealtime-indicators/a...
AG1 Thanks Nicolas Still a problem in line 29 Please take a look. thanks again Alex
Nicolas code is modified in the above post, use that one.
AG1 Still a problem in line 29 Please take a look. thanks again Alex
styrke Hello Nicolas, Nice screener, I appreciate the way you always try to condense at maximum th...
Nicolas There's no particular reason. RSI is widely use with its default period and results seems re...
Yannick TradingDayLong = dayofweek = 1 or dayofweek = 2 or dayofweek = 3 or dayofweek = 4 or dayof...
Marlon Hey JohnScher, your code works fine, but my results aren't as good as yours. Even if I use ...
DarioMazza Bha... this code dont work. gg
MaoRai54 Hi, first of all Happy New Year. Well, I've inserted your indicator in DAX 1h but I cann...
Vinks_o_7 Hi Mao Happy New Year ! This is just an improved RSI where you plot a standard price momen...
Angel Perez Ciao Francesco. First of all thanks for the indicator and also fro the screener. I do have a...
PSIDIO Ciao to you all, I also have a question and would be very happy for a helpful comment. I a...
SpreadBetMH Hi there, I have V11.1. I get the Indicator but no Arrows on the price. Kind Regards...
Alai-n Ciao Francesco, sei ancora in giro?
Metodi97 This indicator is great but can someone create strategy based on the same indicator it will ...
Nicolas Formule de l'indicateur Momentum: Le Momentum se calcule avec une simple soustraction pour ...
Roberto1 Hi, can this code be converted for the Nanotrader Platform or for the MT4 Platform?
Nicolas This website is dedicated for PRT programming, but you can still ask for private coding with...
Nicolas
7 years ago
TradeNavigator RSI
TradeNavigator RSI
10
Indicators
Nicolas Tutte le impostazioni che hanno la parola "period" sono quelle dedicate ai periodi di cambio...
GianfrancoCeck Le chiedo una ultima cosa, ossia se è possibile personalizzare l'indicatore con una scritta ...
Nicolas Spiacente che non sia possibile, le coordinate grafiche non sono in pixel ma nel prezzo e ne...
ALE
7 years ago
settival CIAO ALE CREDO DI AVER SETTATO PER BENINO LO SCALPING INDICATOR MA NON VISUALIZZO I SEGNALI ...
graff.laetitia Hello, I'm sorry to bother you, I'm new to trading, I managed to download the indicator but ...
Alby118 i can get it to work? dax 1 min. upload indicator on the4 chart. thank you
Yannick Hello There is a mistake in trailing stop code, I think that this should fix the problem s...
Paul About the trailing-stop the way it's coded. That works for backtesting only, just look at th...
Jonny sorry paul, but system says that is not possible to put many stop order combined...what have...

Top