Fully automated futures trading

Hi GAT,

Are you able to provide an approximate breakdown of each of your strategies (trend, carry, vol, etc) and the approximate win:loss ratio and winning% vs losing% of trades?

If you cannot break it down at the strategy level due to continuous position sizing, are you able to provide the stats at the portfolio level?
 
Hi GAT,

Are you able to provide an approximate breakdown of each of your strategies (trend, carry, vol, etc) and the approximate win:loss ratio and winning% vs losing% of trades?

If you cannot break it down at the strategy level due to continuous position sizing, are you able to provide the stats at the portfolio level?

You're right I can't easily do this because I don't have "trades". The continous position sizing problem occurs at both the trading rule and portfolio level. I'd need to write some quite involved code to map my changing positions into discrete trades.

I might do this at some point, but since knowing this statistic will not improve my p&l it's hard to prioritise this task....

GAT
 
Hi GAT,

Are you able to provide an approximate breakdown of each of your strategies (trend, carry, vol, etc) and the approximate win:loss ratio and winning% vs losing% of trades?

If you cannot break it down at the strategy level due to continuous position sizing, are you able to provide the stats at the portfolio level?

Good news I managed to reconfigure my tax calculation to do this.

So for the last tax year (which was unusually good in terms of performance) at least the figures are 45% win rate, 1.92 win:loss rate.

GAT
 
Good news I managed to reconfigure my tax calculation to do this.

So for the last tax year (which was unusually good in terms of performance) at least the figures are 45% win rate, 1.92 win:loss rate.

GAT
Great, thanks! I think this is useful to know in order to psychologically prepare oneself before running such strategies.
 
Hi GAT,
A while ago you showed the equity curves for each strategy in your portfolio. I am aware of your use of EWMAC for trend, but could you offer any insight into your use of breakouts and your general breakout strategy? I understand this feeds into an aggregated position based on forecast weights, etc, but what does the core of the breakout look like? Is it similar to initiating longs/shorts if an x-day breakout occurs using a series of values for x? e.g., x = 10,20,30 etc?
 
Hi GAT,
A while ago you showed the equity curves for each strategy in your portfolio. I am aware of your use of EWMAC for trend, but could you offer any insight into your use of breakouts and your general breakout strategy? I understand this feeds into an aggregated position based on forecast weights, etc, but what does the core of the breakout look like? Is it similar to initiating longs/shorts if an x-day breakout occurs using a series of values for x? e.g., x = 10,20,30 etc?

I've since found out that what I call 'breakout' is referred to as 'stochastic' by the TA crowd (see earlier message on this thread).

So for an L day lookback my forecast would be EWMA with an L/4 smooth of ([ x_t - (x_average)] / [x_range] ) where x_t is current price, x_range is x_high - x_low, x_average is (x_high+x_low)/2 and x_high is the highest price in the last L days, x_low in the last L days.

GAT
 
Back
Top