[beta-testing] multi timeframe support for automatic trading, ideas are welcome!
Forums › ProRealTime English forum › ProOrder support › [beta-testing] multi timeframe support for automatic trading, ideas are welcome!
- This topic has 287 replies, 47 voices, and was last updated 4 years ago by Brianoshea.
Tagged: mtf, multitimeframe
-
-
07/05/2018 at 2:23 PM #7533607/05/2018 at 2:41 PM #75344
Yes, I got the same issue. Let’s report it on your side, I’ll do it too.
I sent a report already but that was with the incorrect code so I will send another with the correct code.
07/07/2018 at 12:42 PM #7552407/07/2018 at 2:01 PM #7552807/09/2018 at 2:21 PM #7566307/10/2018 at 8:35 AM #75695I don’t have any code for that now but stripping your code I have this outline below.
1234567891011121314151617181920212223242526272829303132333435363738394041424344defparam cumulateorders=falseTIMEFRAME(4 hour,barclose)trend = average[50,1]If close > trend thenweight = 1elseweight = -1endifTIMEFRAME(1 hour,barclose)trend = average[100,1]If close > trend thenweight = 1elseweight = -1endifTIMEFRAME(15 minnute,barclose)trend = average[200,1]If close > trend thenweight = 1elseweight = -1endifTIMEFRAME(default)sync = average[20]b = summation[3](weight)if b > 2 and close crosses over sync thenBuy Limitelse of b < 2 and close Crosses under sync thensell limitendif////Hope that this gives the general idea, important fact is the weight and can be series of indicator and sum will determined by system what the next of action is, so it flexible to continuous evaluation by the system itself which is neural.
07/10/2018 at 1:49 PM #7573107/10/2018 at 4:34 PM #75745UPDATE: MTF should be released for IG and PRT Sponsored – DEMO accounts only, next Wednesday.
6 users thanked author for this post.
07/17/2018 at 5:59 PM #7615907/17/2018 at 7:40 PM #7618007/17/2018 at 8:05 PM #76183yes – think it works tomorrow like nicolas said
07/18/2018 at 8:12 AM #7619607/18/2018 at 8:53 AM #76198i tried too – doesnt work today :/ propaply nicolas could help?
07/18/2018 at 9:29 AM #7620807/18/2018 at 9:37 AM #76210Yes, ProOrder recognize the TIMEFRAME keyword and colours each section differently, still ProBackTest doesn’t accept them, as Cris48 said… works in progress!
-
AuthorPosts
Find exclusive trading pro-tools on