Discussing the strategy VECTORIAL DAX (M5)
Forums › ProRealTime English forum › ProOrder support › Discussing the strategy VECTORIAL DAX (M5)
- This topic has 1,260 replies, 124 voices, and was last updated 2 weeks ago by Greger2346.
-
-
07/13/2019 at 4:22 PM #10253607/13/2019 at 5:14 PM #102537
Hi AE,
To have old results before my findings; use 4.1p version;
set holiday to 0, set usetimecriteria to 0, adjust starttime to previous values
the combination of so many parameters & settings means it’s all heavily curve-fitted! Every rule you add adds to that.
07/13/2019 at 5:26 PM #102538Thanks Paul, I will check your strategy in demo account. It looks really incredible!
offtopic: Paul, I see you can run backtesting with 200k. Could you please run my strategy with your backtesting in DAX 1 minute? (attached)
Thanks again and sorry
07/15/2019 at 3:21 PM #102622Thanks Paul, I will check your strategy in demo account. It looks really incredible!
offtopic: Paul, I see you can run backtesting with 200k. Could you please run my strategy with your backtesting in DAX 1 minute? (attached)
Thanks again and sorry
Interesting…maybe you should open a new topic for that and explain how it works?
07/16/2019 at 4:57 PM #102683Hi Paul, Hi Emanuele,
Thanks @volpiemanuele for this version of Money Management but to be honest it’s not easy to understand.
@Paul, don’t you mind to tell us which last version do you use on this strategy? Maybe in V3? Or one of the 4 snippets of the library?Thanks in advance for your help.
Gregg
07/17/2019 at 9:44 AM #102716Hi Paul & Emmanuele, it’s Gregg again 🙂
Unfortunately we can’t edit our replies. So forget my last message, I’ve studied your MM code Emmanuele and I think I understand the most part of it.
Can I ask you how you choose which one of the 5 strategies? I tried each and I’m not sure which factor I have to consider in priority. Maybe the % Drawdown max? Maybe the Max quantity of volume for avoid margin?
Have you some advice? Are you more confortable with one of your MM strategy? Thanks
07/17/2019 at 2:41 PM #102737@Gregg one way I find MM interesting but my choice personally, if you trust a strategy, double it with a slightly different version with different values & exit times.
For this strategy I’am a bit wary because of the big stoploss 2% and the flattening out at the top right now. Especially with a stoploss of 1%.
Another way to look at this strategy, divide it into three segments, morning trade, luchtrade, and afternoontrade. Then the morning strategy don’t get out on a signal after say 113000 but runs on ts/bb/sl. In the morning session you see a quite a big drop and is an indication that the quality entry can be poor. But if you trade the full tradingtime and have an opposite signal then you don’t notice that poor entry really in a backtest.
As it is, winning >80% with over 200 trades with a good avg gain and equitycurve makes it a difficult choice.
07/17/2019 at 2:51 PM #10274107/17/2019 at 6:49 PM #102774@gregg In this period I’m in Holiday and I have access to my mail only in the afternoon.
There are 5 type of MM:
CONSECNOCYCLE = 0 // The system enters the position of x lot and at each gain increases by x lot and at the first loss it returns to x lot
CONSECSICYCLE = 1 // The system enters the position of x lot and at each gain increment of x lot and at the first loss returns to x lot or in the case of N trade (so they will all be positive) returns the size to x lot
CUMULASICYCLE = 0 // The system enters the position of x lot and at each gain increases by x lot and at each loss -x lot but after a cycle of N trade (regardless of whether loss or gain) returns the size to x lot
traditional = 0 // trade only a fixed position that you chose.
percentage = 0 // % risk combined with capital and stop lossYou should do several back tests with the different types of MM and try to understand what is best for you. In my opinion, there is no better objective choice than another … it is a subjective choice.
1 user thanked author for this post.
07/18/2019 at 3:49 PM #102842Thank you @paul for your advice. But do you mean by that that we should only take the afternoon part of this strategy? That morning and lunch time are not good enough? or decrease the profit? Yes indeed, very difficult to find, mix and choose all these parameters.
And thanks @volpiemanuele for your Money Management details. It appears very clearly for me now. Except that, as I said to Paul, it’s difficult to choose 🙂 Enjoy your holidays and all my gratitude to answer me during these free days for you 🙂
07/19/2019 at 4:55 PM #102962Hi all,
below it’s based on 4.1p without MM.
The difference to the test above; close a trade morning trade on opposite signal i.e. lunch or afternoon-time. sl/tp/ts are always active regardless the time.
This was out of curiosity. If you would trade all 3 trading-schedules separate, results seem to be +10%-15% more that just the default 0955-1745 trading-schedule.
I’am not sure, but if trading the 3 schedules the margin required may be only for 1 because in theory there is no overlapping. Something to check.
@Gregg Just saying be careful. Have a look a the adjusted code & do a few tests to compare.
07/19/2019 at 6:01 PM #10296807/19/2019 at 6:37 PM #102970hi,
what’s the difference between version 4.2 and 4.3 ? Thanks
07/19/2019 at 6:55 PM #102971skip 4.2p which uses code below
123456789// reset at startif intradaybarindex= 0 thentradeday = 1endifif (not onmarket or ((longonmarket and shortonmarket[1]) or (longonmarket[1] and shortonmarket))) thenlongtradecounter= 0shorttradecounter = 0tradecounter=0endif12pclong = countoflongshares < 3 and longtradecounter < 10 and tradecounter < 5pcshort= countofshortshares < 3 and shorttradecounter < 10 and tradecounter < 5Above was an experiment because of MM to reset the counter differently but it had better results. I won’t use it again.
07/19/2019 at 7:05 PM #102972 -
AuthorPosts
Find exclusive trading pro-tools on