VTAD Turnaround Tuesday – DAX (15m)

VTAD Turnaround Tuesday – DAX (15m)

I created this trading system following the VTAD-rules as follows:

  • Close on Monday at 17.30h (regular trading hours DAX) has to be below its daily 34-SMA
  •  If so, then buy one contract on Monday at 17.45h
  •  Exit the position on Wednesday at 09.00h

VTAD (Vereinigung Technischer Analysten Deutschland) works without SL or TP. However I decided against this rule and optimized the code on SL- and TP-variables.

I noticed one problem with this code:

VTAD uses daily candles based on regular trading hours 09.00h – 17.30h. My Broker IG Markets offers 24h-DAX-Trading and daily candles are 24h-candles. When exactly they start a candle and close it I don’t know for sure. But I think it is at midnight (GMT?) when a new candle is opened.

Of course I could have adjusted my trading hours in the options-menu of the ProRealTime-Trading-Software. But this would affect all my existing trading systems!

Best solution would be if PRT’s Timeframe-command would offer an option about when to open and close candles!

Works on 5m-TF too, but you have to optimize PCTgSL (Stopp Loss in %) and PCTtp (Take Profit in %)-Variables!

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. TempusFugit • 07/03/2019 #

    Interesting idea and with a lot of room for improvement…. maybe a trailing stop? Thanks for sharing

  2. Jan Wind • 07/03/2019 #

    Unglaubich das dieser Strategie Gewinne generiert ! Es erschient leider nicht so gleichmaßig wann man es für die letzten 100.000 bars benutzt (Prüfung per 30.09.2019).

  3. Peter • 07/03/2019 #

    I recognized a possible problem with the timeframe / Defparam variables. As far as I know, the timeframe comand uses the 15m candles to create the daily candles. So, in case your broker offers 24/7 DAX trading this would result in a total of two daily candles only once you start the robot. Calculation: Defparam Preloadbars = 200 –> 200 15m candles will be preloaded, there will be 200/24/4 = 2,08 days of daily candles available for all daily candles calculations. Unfortunately the strategy requires the 34d-moving-average as an indicator. As a result of which, the robot will be running for several weeks without being able to check on the 34d-SMA criteria properly. To be safe, I recommend adjusting the Defparam preloadbars variable settings from 200 to 34*24*4 = 3.264 candles (15m-chart) or 34*24*12 = 9.792 (5m-charts), respectively.

    I am not absolutely sure about that. Can anybody confirm? Is there a difference among the PRT Versions v10.3 and v11?

  4. superfalcio • 07/03/2019 #

    Hello Peter, it is long time i have been watching this strategy, very good and interesting ! and i still didn’t understand why it is working in this day….
    Was there any recent improvement or variant of the strategy?

  5. Peter • 07/03/2019 #

    I indeed do have different modified strategies in the market. In the past my variants performed even better than the code I shared. But since the robot is not trading that often, I do not see these profits guaranteed. Just play around with different SL/TP algos to find even better solutions in backtesting. Personally I prefer to mix theses strategies, hoping that if one strategy fails any other will still be profitable in some scenarios. One promising approach might be, to analyze the volatility of the recent past when entering into the trade and to optimize on a respective volatility/ATR- dependent SL/TP to squeeze some more bucks out of the strategy. However, it is always challenging to improve an already good strategy without overoptimizing it, getting trapped in curve-fitting measures!

avatar
Register or

Likes

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

+3 more likes

Related users ' posts
Philip Raphael Hey! Thank so much for sharing this wonderful indicator! I have always tried to code a simil...
CKW Hi Philip, What do you mean "Years" are not defined ? candle? If to code yearly candle size...
dakaodo Years not defined was probably b/c Phillip copied and pasted the code into PRT instead of im...
zilliq The reasons why I think it's time consuming and we loose time to try to do backests and Auto...
filiprb Hello Zilliq, You don't need a system to produce a walk forward test. You can easily create...
Philip Raphael It is incredible! Thanks for sharing, Doctrading!
Reiner
8 years ago
Nicolas You should join and read the forum thread about this strategy. There are plenty of different...
Reiner Hi djtaktik and welcome, I have answered your question in the related Pathfinder forum beca...
danver34 is this version the definitive one or from the original one have there been modifications to...
Reiner
8 years ago
Nicolas Overfit on past history obviously. But it doesn't mean that it would still underperformed in...
Francesco78 Thank you for the clarifications Nicolas, I am more aware of the meaning of the backtesting ...
CanAny1Trade Hi all, could a simple indicator be made to mark the traditional Pit based ORB? I'm tryi...
Fabio Anthony Terrenzio this strategy works only in a well defined trend
brosly Good afternoon I am trying to get the complete code of lex strategy made by adolfo since I s...
dreif123 hi Adolfo, is Alex Auto Trading Botindex working on DAX as well ? if so , can you post the...
hvluthy@sunrise.ch I'm very interested to try out your strategy, but as a bloody newbie I need some help regard...
Scalp Hola Adolfo, tengo una variante de tu estrategia, pero no se programar, me puedes ayudar al ...
ALZ Hi, I tested this strategy and that doesn't work.. strategy is losing.. Does anyone curr...
Nicolas Ahah, I'm not the author of this one :) I know you are a great coder Wilko, why don't you p...
Wilko Thanks for the flattery! I will, I promise.  /F
Nicolas Still don't have seen anything from your own :) You promised me! Ahaha 
Andres Uffff, I didn't adjust the different index spreads. With the heavy spread of Italy It's nega...
davidp13 Good day. I know this was posted such a long time ago, but I though rebuilding the system on...
davidp13 Also to note that the one position in my code does not close the other, which as far as I kn...
Dave Hi, I'm new to coding and have been trying to modify the code a little to backtest an idea I...
Nicolas Better use the forums for coding assistance please. You'll get more results there for sure.
Dave Apologies - only just learning the site layout. Maybe you could delete the post?
Nicolas FR/Bonjour Steftonio, non pas de frais overnight calculé sur la durée du backtest, c'est une...
avatar
Anonymous Any reason why in 2016 this system is doing very bad respect the previous years?
Nicolas "very bad" is relative to the account equity. I do not forward test this strategy since I po...

Top