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

+10 more likes

Related users ' posts
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...
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...
Nicolas Merci d'ouvrir un sujet dans le forum des screeners en respectant les règles de publication ...
Pensera Bravo Nicolas ! Tu es en quelque sorte l’inventeur de Metascore…(oups je viens de lire jusqu...
Nicolas Dans un but d'investissement pure, et non spéculatif.
Nicolas Please open a topic in ProScreener forum with your query, I'll reply you there. Thank you.
manafull Thanks Nicolas, I post my question, along with the codes I am trying to convert from your in...
Nicolas I replied to your post here: https://www.prorealcode.com/topic/screener-for-rsi-and-linear-r...
Madrosat I Have not see a fully functioning automated strategy on your site?? Really have you???
juanj Hi Madrosat, why would it be on my site? I have developed it for my personal use and also to...
Madrosat ok I understood you are using prorealcode to hack the fish
imonix Have been trying this on demo since Monday before deciding whether to go live with it. Using...
Roberto Blázquez I'm sorry, I've tried it since November 2012 and it's bad results.
jaginho Bonjour Vivien, je n'arrive pas à comprendre ce screener... En tout cas merci pour tes contr...
avatar
Anonymous Superb, merci!
woktrade Superbe !
Vonasi An updated version with a bug fix can be found here: https://www.prorealcode.com/topic/dis...
snucke hey Vonasi is it possible you can help me get this indicator to show how much a market mo...
Nicolas Ask on an Excel website?!
JJMR HOLA NICOLAS, TENGO LA ULTIMA VERSION ACTUALIZADA DEL INDICADOR TTM SQUEEZE PRO EN LA VERSIO...
imokdesign @nicolas ,if in want to "call" this indicator, which values i have to write down?
Vinks_o_7 Vonasi you're a beast !!! ;-)))
pableitor Amazing indicator , you are pushing PRT to the limit! But looking at the scatter its not c...
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....
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...
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...

Top