wp01Participant
Master
You’ve been busy Oskar. Thanks for your postings.
Regards,
wp01: Yes, my job is basically to look at monitors, alot of spare time 🙂 Will take a look at commodities tonight.
wp01Participant
Master
I was already wondering what you do up all night. Now i understand.
HG long
AU long
Pretty good results for being red on the roadmap
SB long – Strangely many contracts on this one…..?
PL long
Drawdown for CC in my last post: 606 EU. PRT bug…
Soy long- high dd
KC long – high dd
NG long – high DD
Got bad results or to few trades on CL, W, CT and PA.
Hey guys,
Hope you’re all well. I’ve seen that this thread is still very active. Unfortunately to create every 2 weeks all the robots is a lot of and sometimes annoying work. An alternative approach could be to build yearly robots based on the current Pathfinder swing template. Here is an example for Palladium.
Best, Reiner
Reiner: Very interesting 🙂 It would of course save alot of work. But will it be as good? Since all the parameters are optimized for only 2 weeks instead of several years?
It would be nice with a code including all optimizations for each period in the same code, but I don’t know if that’s even possible.
Hi Oscar,
It’s possible to combine all shorterm versions in one robot. Enclosed is a sample for soybean 1 Euro mini.
Best, Reiner
Hi Reiner,
Don’t you do any OOS-Testing with your systems? All your systems seem to be optimized over the whole data (and produce in this way of course a great looking equity curve). Have you ever tried for example optimizing (here for the soybean example) on the data 1976-2006 and then test on the remaining data.?
Reiner: That’s exactly what I was looking for! Then we can take the values of the previous swings and put in one code. Awesome! 🙂 I’ll do some testing later. Is it possible to add Maxprofit? 🙂
Reiner: I downloaded the DAX swings we have so far to put in one code, but for some reason short doesn’t work with the code.
saisonalPatternMultiplier = January2
periodThirdMA = 2
periodLongMA = 7
stopLossLong = 6
takeProfitLong = 8
maxCandlesLongWithProfit = 4
maxCandlesLongWithoutProfit = 8
ENDIF
ELSIF CurrentMonth = 2 THEN
IF currentDayOfTheMonth <= midOfMonth THEN
saisonalPatternMultiplier = February1
periodThirdMA = 2
periodLongMA = 21
stopLossLong = 6.5
takeProfitLong = 5.5
maxCandlesLongWithProfit = 7
maxCandlesLongWithoutProfit = 9
Hi Reiner and thanks for all good codes! One question: Isn`t PRT reading the code that comes first, at first? In this case, if I want to trade for February 1, the long MA is 21, but the long MA for January 2 is read instead? which is 7 in this case.
I get different results when I // “Comment” away all the other periods except one.
Best regards, Andy