Mother of Dragons trading strategy…
Forums › ProRealTime English forum › ProOrder support › Mother of Dragons trading strategy…
- This topic has 522 replies, 50 voices, and was last updated 3 years ago by LaurentBZH35.
-
-
03/26/2020 at 10:53 AM #12336903/26/2020 at 11:51 AM #12338703/26/2020 at 6:12 PM #123492
no trades all week
I spoke too soon … see attached!! 🙂
03/26/2020 at 6:45 PM #123499@GraHal yes, I got that same trade too. Interesting that the DAX seems to have turned the corner first to start going long again. First of many, let’s hope.
As I have now joined the Kool Kidz on PRT Premium, I’ve finally been able to re-jig the original DOW version at 200k. See below for WF and VRT. I tried various final optimizations and picked the one that did best on the robustness score.
Eventually I’ll get around to doing the other versions – NAS, DAX and SP prob in that order. By now I’m fairly convinced that the basic architecture is sound so no reason it shouldn’t be adapted for any major index. Eventually.
03/26/2020 at 7:01 PM #123505GOOD JOB @nonetheless ! I will test !
03/26/2020 at 7:11 PM #12351203/26/2020 at 7:28 PM #123515same money management
Yes, that is unchanged. Be sure to check your leverage. As far as I know, unless you’re a professional client or your account is in Switzerland it won’t be .005, more likely .05
1 user thanked author for this post.
03/26/2020 at 7:59 PM #123519If I want to launch the robot in real account because the demo account is not reliable.
To launch the strategy without taking too much risk in 5 min
DJ mini € 11234567891011121314151617// Definition of code parametersDEFPARAM CumulateOrders = false // Cumulating positions deactivatedDEFPARAM preloadbars = 5000//Money Management DOWMM = 0 // = 0 for optimizationif MM = 0 thenpositionsize=0.5ENDIFif MM = 1 thenONCE startpositionsize = .4ONCE factor = 10 // factor of 10 means margin will increase/decrease @ 10% of strategy profit; factor 20 = 5% etcONCE factor2 = 20 // tier 2 factorONCE margin = (close*.005) // tier 1 margin value of 1 contract in instrument currency; change decimal according to available leverageONCE margin2 = (close*.01)// tier 2 margin value of 1 contract in instrument currency; change decimal according to available leverageONCE tier1 = 55 // DOW €1 IG first tier margin limitONCE maxpositionsize = 550 // DOW €1 IG tier 2 margin limitONCE minpositionsize = 0.5 // enter minimum position allowedPosition size : 0.5
once minpositionsize : 0.5 ?
It’s correct ? Because the Once minimum size does not change anything at the backest…
03/26/2020 at 8:07 PM #123520If mm is deactivated your position size will be the line 7.
If you activate the mm you have to manage position sizes with lines 16 and 17 for maximum and minimum.
In your code mm is deactivated, so the once minpositionsize : 0.5 does not change anything.
1 user thanked author for this post.
03/26/2020 at 9:46 PM #12352403/26/2020 at 9:56 PM #12352903/26/2020 at 10:21 PM #123532Hi Fifi, does that make a difference? if it’s above or below?
03/27/2020 at 8:24 AM #123545Hi Fifi, does that make a difference? if it’s above or below?
Hi nonetheless
I wanted to answer Florian, but when I reread I had misunderstood the question.
Otherwise the MM code is good1 user thanked author for this post.
03/27/2020 at 9:39 AM #12355003/27/2020 at 10:33 AM #123566 -
AuthorPosts
Find exclusive trading pro-tools on