intraday DAX strategy 5min mini1€ spread 1

Viewing 15 posts - 211 through 225 (of 503 total)
  • Author
    Posts
  • #22635 quote
    Raul Vg
    Participant
    Senior

    Do not worry, we are here to help us. Yes, for now they are the ones that I like the most 6351414 robots I’m testing hehe.

    CN thanked this post
    #22639 quote
    CN
    Participant
    Senior

    @Raul

    What are the difirence between the two?

    #22642 quote
    GraHal
    Participant
    Master

    @CN attached are the 2 equity curves since 1 Jun 16 … Algo1 inceases position size gradually and Algo2 increases position size ‘in steps’, but there’s more to it than that if you look at the code. Algo1 could do up to 3 Trades per day if conditions are met, Algo2 does up to 1 trade per day. Even then there are more differences … you need to Backtest them on your platform and then look at the Detailed Report to see all the differences … attached is the ‘overview’ of the Detailed Report, but don’t take my word as accurate, DYOR as they say 🙂

    I like it lots cos it’s close to how I manual trade … ‘quick in and out’ … it’s all very clever; big thanks to Raul! How he keeps up that ‘drive to madness’ with all his 6351414 robots I’ll never know!! 🙂

    GraHal

    Raul.jpg Raul.jpg 2017-01-26_17-07-53.jpg 2017-01-26_17-07-53.jpg 2017-01-26_17-08-28.jpg 2017-01-26_17-08-28.jpg
    #22649 quote
    mamio
    Participant
    Veteran

    I like more the upper equity curve (DAX-5-MIN-1-contract5 correct?!). It has a smoother grow and less flat periods, wich are hard to bear for a trader. What do you think?

    #22650 quote
    volpiemanuele
    Participant
    Veteran

    hi,

    i think that ultimately we need to work the strategy in order to produces profits
    identifying the best time of entry and if you get one or more times. Regarding the position sizing depends on the risk that will be supported. It ‘s normal that with larger  lots the probability of having high drowdown increase if the system loses several times. In your opinion what are the best time entry? In order trailing stop I don’t understand after much discussion if IG permit to set trailing with 5 points. Do you confirm? Thanks

    #22651 quote
    Raul Vg
    Participant
    Senior
    @GraHal

    Well explained! Also in one each success adds 5 contracts and each failure divides them between 2, and in the other only sum contracts every 1000 euros of benefits, hence the curve is smoother, without steps. These “steps” occur when chains on several consecutive days winning, each day 5 adds 5 contracts up to a maximum of 40. One of them does not work on Fridays because it is the day of the week that most fails. Now I am working on one that does the 3 daily entries and also adds 5 contracts each success and divide between two if it fails, so on the same day, if it hits the 3 times, get great benefits, and if the 3 days fail, when dividing Each time between 2, minimize the losses.

    #22652 quote
    Raul Vg
    Participant
    Senior
    @volpiemanuele Yes, in ig the trailing stop is 5, confirmed, that’s why there is no problem, I’ve been operating for 2 days in real and no problem. Now, I am breaking down the program, for each day of the week, at what time it gives the best result. To compile everything together in the same robot, although I run the risk of overoptimizing it for the period of 100,000 bars.
    #22665 quote
    mamio
    Participant
    Veteran
    Let’s suppose a starting capital of 2000 euros. Is it correct to modify the following lines of code? capital=strategyprofit+10000 n=capital/1000 with capital=strategyprofit+2000 n=capital/200
    #22670 quote
    GraHal
    Participant
    Master
    @mamio Yes, but you need a correspondingly lower value for n = 2 so you buy 2 Contracts (not 10 Contracts). So use n=capital/1000.
    #22674 quote
    Raul Vg
    Participant
    Senior
    No, 10000/100= 10 contracts, 2000/200=10 contracts.

    If you win 1000 euros with your code: 3000/200= 15 contracts.

    If you win 1000 euros with my code: 11000/1000= 11 contracts.

    Run more risk with your code than mine.

    capital=strategyprofit+2000

    n=capital/1000 2000/1000= 2 contracts 2000+1000/1000= 3 contracts
    #22676 quote
    volpiemanuele
    Participant
    Veteran
    @Raul Thanks, I trade in real also without problem. What version of strategy did you use ? The last that you have posted ? Thanks
    #22677 quote
    Alco
    Participant
    Senior
    I understand the concept of the code. But when I look at the orders list with TSL5. First it did open 3 contracts at sept 22th 2015. 2 days later it opens 33 contracts. I can’t verify it from the code. Could someone explain why its going from 3 to 33 contracts?
    tsl5.png tsl5.png
    #22680 quote
    Raul Vg
    Participant
    Senior

    Well, these are definitely the two versions.

    I’ve tried every 5 Minutes from 09:00 to 09:30 from Monday to Friday to see which days and which Hours works best.

    Depending on the time and day, will enter more or less contracts. Fridays does not work since no time is suitable for it.

    Has a multiplier “nn” that every 1000 euros increases a contract.

    GraHal and Jesús thanked this post
    contracts.png contracts.png DAX-5-MIN-v1.itf DAX-5-MIN-v2.itf dax-v1-1.png dax-v1-1.png
    #22686 quote
    Raul Vg
    Participant
    Senior
    dax v2
    Jesús thanked this post
    dax-v2-1.png dax-v2-1.png dax-v2-2.png dax-v2-2.png
    #22690 quote
    Raul Vg
    Participant
    Senior
    @alco I do not know which version you have of all, but there is one that adds 5 contracts and at the same time has a n = 3 that multiplies by 3 the number of contracts. Maybe that’s why.
Viewing 15 posts - 211 through 225 (of 503 total)
  • You must be logged in to reply to this topic.

intraday DAX strategy 5min mini1€ spread 1


ProOrder: Automated Strategies & Backtesting

New Reply
Author
author-avatar
Raul Vg @raul_v Participant
Summary

This topic contains 502 replies,
has 34 voices, and was last updated by Asteriks
5 years, 8 months ago.

Topic Details
Forum: ProOrder: Automated Strategies & Backtesting
Language: English
Started: 01/19/2017
Status: Active
Attachments: 189 files
Logo Logo
Loading...