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.
-
-
05/04/2020 at 11:20 PM #129937
Hej Mr Cool and Sebastian,
I don’t know why your results are different. I’m using the exact same .itf as I posted and in the backtest run just now I get the attached results. Today the bot made 1 trade with a modest £11.90 profit in demo forward testing. What are your timesettings in PRT?
05/05/2020 at 1:50 PM #130037Hi echaw,
I can see we are using different time zones (I’m using +2) but shouldn’t be any difference because it’s running 24/7 with no different time settings? But I can see it’s not making same trades if you compair to the picture I attached.
Got the same 11.90 profit yesterday and now short from 10605.
05/05/2020 at 4:10 PM #13008505/05/2020 at 4:15 PM #130088I cant start the latest .itf from mod dax because it says remove graph and probacktest. I havent learned yet what to exactly removed when that happens. Can someone send new .itf?
Hi @Franro, you need to comment out those lines where it says GRAPH with // in front of it, like this //GRAPH etc
05/05/2020 at 5:11 PM #130107I cant start the latest .itf from mod dax because it says remove graph and probacktest. I havent learned yet what to exactly removed when that happens. Can someone send new .itf?
Hi @franro, you need to comment out those lines where it says GRAPH with // in front of it, like this //GRAPH etc
Now it says remove all variables from probacktest
05/05/2020 at 5:26 PM #130109remove all variables from probacktest
Take the values from the optimization box and insert them into the code, delete everything from the opt box.
Here’s a useful link for you: https://www.prorealcode.com/documentation/
1 user thanked author for this post.
05/05/2020 at 6:46 PM #13011805/05/2020 at 8:34 PM #130135Hi Eckaw
This is what i get ( i am using 0,5 poz size)
must be something with the time settings but can not find any time marks in the code
05/05/2020 at 9:01 PM #130140@Franro – to do an optimisation, you would have a piece of code something like this:
12345678910111213Period= p1inner = 2*weightedaverage[round( Period/2)](typicalprice)-weightedaverage[Period](typicalprice)HULLa = weightedaverage[round(sqrt(Period))](inner)c1 = HULLa > HULLa[1]c2 = HULLa < HULLa[1]indicator1 = SuperTrend[m,n]c3 = (close > indicator1)c4 = (close < indicator1)mx1 = average[mas,mas2](close)c11 = mx1 > mx1[1]c12 = mx1 < mx1[1]In this example, p1, m, n, mas, mas2 are all variables, they’re placeholders for what’s in the optimisation box. Once you find the optimum values, you replace each of those with the corresponding value. That’s what I mean when I say ‘insert them in the code’. Then you have to delete everything from the opt box.
05/07/2020 at 8:42 PM #13052005/07/2020 at 8:46 PM #130521Click View all attachments, above. That will show you all the itf files in historical order.
05/18/2020 at 8:18 AM #13206405/20/2020 at 9:01 AM #132344@franro – to do an optimisation, you would have a piece of code something like this:
12345678910111213Period= p1inner = 2*weightedaverage[round( Period/2)](typicalprice)–weightedaverage[Period](typicalprice)HULLa = weightedaverage[round(sqrt(Period))](inner)c1 = HULLa > HULLa[1]c2 = HULLa < HULLa[1]indicator1 = SuperTrend[m,n]c3 = (close > indicator1)c4 = (close < indicator1)mx1 = average[mas,mas2](close)c11 = mx1 > mx1[1]c12 = mx1 < mx1[1]In this example, p1, m, n, mas, mas2 are all variables, they’re placeholders for what’s in the optimisation box. Once you find the optimum values, you replace each of those with the corresponding value. That’s what I mean when I say ‘insert them in the code’. Then you have to delete everything from the opt box.
Hi,
FYI The Hull moving average is included in PRT. It will accelerate the strategy 😉
Cheers
1HullAverage[20](close)05/20/2020 at 10:30 AM #132377The Hull moving average is included in PRT
Unfortunately that’s only in v11. We lowly folk down in 10.3 still have to hard code it.
05/20/2020 at 11:16 AM #132391 -
AuthorPosts
Find exclusive trading pro-tools on