Dont know the correct term for this but by info preserved i mean if at in sample period avg growth angle is some figure and if out of sample has half or less the in sample growth then it lost lost 50-60% info or more.
Not sure why anyone would assume an average value for one timeseries have to correspond to another average value for another timeseries. Since price is non-stationary and always changing, this is what you would expect. Also, the information is in the raw source-data itself, not in your aggregates, so no information is really lost? It's just that the data is changing and we as traders have to adapt to changes in markets. Is there some articles / link that references this concept?
Since price is non-stationary, it means it's hard to know what periods to use or what to use as base reference. MTF may help, but doesn't eliminate the problem entirely, and also creates a new arbitrary relationship between measurements.
Yes and by having more trades shorter term id hope to reduce drawdown, risk etc.
This is also an assumption, but in trading you need big winners to pay for small losers, so there are limits to reducing drawdown and losses, especially since the movements are hard to predict correctly. Do your system account for how to have big winners or many medium and stable winners?
Cost is not big problem with forex but with stocks it can be .Curreltly on eur/usd i get only 1-3 trades per month and with long testing periods (15years) drawdown periods can reach over 2-3 month even on in sample data.
Yes, cost is killer for stock-trading unless one gamble or start out-of-box thinking. I agree this kind of long-term is difficult to lock money in and wait. Which is why I started on a new system. So more trades will be the result of that, but not my aim.
Have bridges to terminal programs implemented more than year ago but have not traded live for long yet.
If using bridges can test validity of strategy tester vs metatrader , ninjatrader, but never used mt4 for learning parameters because it single threaded and slow, custom implementation is running much faster.
Thats the way i found the problem of algo already using last unifinished bar also.
So far solution has been to avoid last bar data as it takes away lot of problem.
But it also reduce test results and creates lag
If your system is any good, it won't depend on a couple of bars (1-30), but at least 600-6000 bars. The less bars, the less data, means higher uncertainty in calculations. So skipping last bar can be fixed later, and shouldn't be a showstopper.If using bridges can test validity of strategy tester vs metatrader , ninjatrader, but never used mt4 for learning parameters because it single threaded and slow, custom implementation is running much faster.
Thats the way i found the problem of algo already using last unifinished bar also.
So far solution has been to avoid last bar data as it takes away lot of problem.
But it also reduce test results and creates lag

