NexusFi: Find Your Edge


Home Menu

 





6J Automated strategy question


Discussion in Commodities

Updated
      Top Posters
    1. looks_one rleplae with 3 posts (1 thanks)
    2. looks_two Wil70 with 3 posts (0 thanks)
    3. looks_3 ShatteredX with 1 posts (2 thanks)
    4. looks_4 Quick Summary with 1 posts (0 thanks)
    1. trending_up 2,123 views
    2. thumb_up 3 thanks given
    3. group 3 followers
    1. forum 7 posts
    2. attach_file 2 attachments




 
Search this Thread

6J Automated strategy question

  #1 (permalink)
 Wil70 
SF (CA/USA)
 
Experience: Beginner
Platform: NT / Proprietary
Broker: IB / may be Kinetic
Trading: ES, CL, NQ, YM, 6E
Posts: 34 since Nov 2015
Thanks Given: 170
Thanks Received: 10

Hello, I have a little 6J automated strategy that has a pnl slope up from 2004 to mid 2013, then it is flat from mid 2013 to mid 2015 when it start to slowly go down to today.....
It could be a longer drawdown but I doubt as this is very long from mid 2013 | 2015 to now, also the drawdown is 2x bigger than the historical one......
After some research I realize the tick size change from 0.000001 to 0.0000005
How do you adapt you strategy to those? do you consider it as a new instrument and might require a new strategy?
thanks for your help and advises

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
ZombieSqueeze
Platforms and Indicators
MC PL editor upgrade
MultiCharts
Better Renko Gaps
The Elite Circle
Quant vue
Trading Reviews and Vendors
Trade idea based off three indicators.
Traders Hideout
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
What is Markets Chat (markets.chat) real-time trading ro …
77 thanks
Spoo-nalysis ES e-mini futures S&P 500
55 thanks
Just another trading journal: PA, Wyckoff & Trends
37 thanks
Bigger Wins or Fewer Losses?
24 thanks
The Program
17 thanks
  #3 (permalink)
 
rleplae's Avatar
 rleplae 
Gits (Hooglede) Belgium
Legendary Market Wizard
 
Experience: Master
Platform: NinjaTrader, Proprietary,
Broker: Ninjabrokerage/IQfeed + Synthetic datafeed
Trading: 6A, 6B, 6C, 6E, 6J, 6S, ES, NQ, YM, AEX, CL, NG, ZB, ZN, ZC, ZS, GC
Posts: 3,003 since Sep 2013
Thanks Given: 2,442
Thanks Received: 5,863


What is your edge ?
How is an entry generated ?
Did you try to understand where the draw-downs come from ?
Does your strategy trade more or less over the period ?

You need to change your strategy if the strategy is doing anything based on the tick-size, then for sure.

Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
  #4 (permalink)
 Wil70 
SF (CA/USA)
 
Experience: Beginner
Platform: NT / Proprietary
Broker: IB / may be Kinetic
Trading: ES, CL, NQ, YM, 6E
Posts: 34 since Nov 2015
Thanks Given: 170
Thanks Received: 10


rleplae View Post
What is your edge ?
How is an entry generated ?
Did you try to understand where the draw-downs come from ?
Does your strategy trade more or less over the period ?

You need to change your strategy if the strategy is doing anything based on the tick-size, then for sure.

>> What is your edge ?
There is an statistical edge (at least from 2004 to 2013, then slow down then slightly down)
Let say it is something simple as 2 sma cross over ( it is not but just so I can see the process)

>> How is an entry generated ?
Let say cross over then entry signal sent automatically (let say Market + slippage of 1 +with 1 contract)

>> Does your strategy trade more or less over the period ?
It seems to be well spread (~2000 rt for both)
- the top one is 6J with provider 1 of ticks from 2004 to mid 2013
- the bottom one is 6J with provider 2 of ticks from 2006 to today...I tried to align the date
The bottom one has a bit less trades ~1700 instead of ~2000)
This is interesting to see how two data providers gives different results...kind of weird...any idea why? (both are considered good, like CQG tickdata....)



>> You need to change your strategy if the strategy is doing anything based on the tick-size, then for sure.
No tickSize involve in the strategy code, I guess only for the slippage of 1 when the order is processed

>> Did you try to understand where the draw-downs come from ?
What do I need to do for this? do I need to basically look into each drawdown area and try to understand what generated it and then try to add some code to either eliminate or reduce it without eliminating the good area, is it correct?
How do you analyze your drawdown?

thanks

rleplae:
- in your description I see "Synthetic datafeed", what is it?
- with IQfeed can you plug the data stream to NT + your custom proprietary code, or do you need 2 IQFeed streams?

Started this thread Reply With Quote
  #5 (permalink)
 
rleplae's Avatar
 rleplae 
Gits (Hooglede) Belgium
Legendary Market Wizard
 
Experience: Master
Platform: NinjaTrader, Proprietary,
Broker: Ninjabrokerage/IQfeed + Synthetic datafeed
Trading: 6A, 6B, 6C, 6E, 6J, 6S, ES, NQ, YM, AEX, CL, NG, ZB, ZN, ZC, ZS, GC
Posts: 3,003 since Sep 2013
Thanks Given: 2,442
Thanks Received: 5,863


Wil70 View Post
>>
thanks

rleplae:
- in your description I see "Synthetic datafeed", what is it?
- with IQfeed can you plug the data stream to NT + your custom proprietary code, or do you need 2 IQFeed streams?

- my synthetic datafeed, is what the name says, I create a data-stream that is a calculation of multiple things
that results in a stream of values, that i then use.
- NT can only have 1 data-source at a time. I solved this by created a proxy server, NT talks to that proxyserver, if IQfeed symbol, the request goes left, if my own symbol, the request goes right.

Something like this diagram




A system based on crossing of 2 EMA (as per your example) would work well in a trending market and
fail in a choppy market understanding your system, its strengths and its weakness, when to turn it on
and when to turn it off is 'key' in avoiding such situation.

Did you trade it live over the period of 2004 - 2013 ?
or did you only later, find the best possible optimized settings and now fail in a forward test ?

Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #6 (permalink)
 Wil70 
SF (CA/USA)
 
Experience: Beginner
Platform: NT / Proprietary
Broker: IB / may be Kinetic
Trading: ES, CL, NQ, YM, 6E
Posts: 34 since Nov 2015
Thanks Given: 170
Thanks Received: 10


rleplae View Post
-
Did you trade it live over the period of 2004 - 2013 ?
or did you only later, find the best possible optimized settings and now fail in a forward test ?


Pretty cool your architecture...

> > when to turn it on and when to turn it off is 'key' in avoiding such situation.
So all your system require some manual intervention to turn on/off strategies following the market conditions? nothing is 100% automated?

>> Did you trade it live over the period of 2004 - 2013 ? or did you only later, find the best possible optimized settings and now fail in a forward test ?
I backtested in sample from [2004 to 2009] then out of sample [2009, 2013].....top picture (so it seems to hold on).
then I got more data from a diff provider and also tested more out of sample (from [2010 to now]) and you can see on the chat the result seems to be good for 3 years but then flat and down. Even the shape of the common time frame between the 2 data provider is a bit different.
Is it fixable? How will you fix this? Is my description of draw down analysis accurate?

What will you do next?
thanks

Started this thread Reply With Quote
  #7 (permalink)
 
rleplae's Avatar
 rleplae 
Gits (Hooglede) Belgium
Legendary Market Wizard
 
Experience: Master
Platform: NinjaTrader, Proprietary,
Broker: Ninjabrokerage/IQfeed + Synthetic datafeed
Trading: 6A, 6B, 6C, 6E, 6J, 6S, ES, NQ, YM, AEX, CL, NG, ZB, ZN, ZC, ZS, GC
Posts: 3,003 since Sep 2013
Thanks Given: 2,442
Thanks Received: 5,863


Wil70 View Post
Pretty cool your architecture...

> > when to turn it on and when to turn it off is 'key' in avoiding such situation.
So all your system require some manual intervention to turn on/off strategies following the market conditions? nothing is 100% automated?

Correct. I have a console to 'arm' strategies.
Once armed it is 100% automatic, entry, target, stop, move stop, liquidate, un-arm, ...


Wil70 View Post
I backtested in sample from [2004 to 2009] then out of sample [2009, 2013].....top picture (so it seems to hold on).
then I got more data from a diff provider and also tested more out of sample (from [2010 to now]) and you can see on the chat the result seems to be good for 3 years but then flat and down.

1. Did you look at the data in detail, is it all tick data ?
did you compare a few days overlapping ?

2. Did you calculate like an 'optimized' parameter ? or there is no 'magic' setting ?

My first impression would be it looks like some form of a curve fitting has slipped into your work

Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
  #8 (permalink)
 ShatteredX 
Houston, TX
 
Experience: Intermediate
Platform: Python
Trading: NQ
Posts: 97 since Apr 2016
Thanks Given: 133
Thanks Received: 96

Hi Wil70,

My suggestion would be to examine the trades in detail that your backtest is making from the two different providers. You really need to see what exactly is going on on a trade-by-trade basis to figure this out.

There could be several reasons for discrepencies. I can think of a few:

1. Difference in how your providers are back-adjusting your contracts. A high liquidity instrument like 6J shouldn't have problems with this but it's possible.
2. Incorrect rollover dates. Kinda the same thing as #1.
3. The data is just different between the two providers. Compare them.
4. Tick size could be an issue but I don't see why. If you change the point value of an instrument, your return/risk should stay constant.
5. Transaction costs. Are the transaction costs being modeling the same way between the two different sets of data?

Now, to address your first question: why is your strategy suddenly not making money anymore since 2013? Well, it could very well be, that the market conditions have simply changed.

What's your strategy? Trend-following? Counter-trend? Breakout? Don't answer. Whatever it is, the market may have shifting from counter-trend to trend or vice versa.

Anyway, that's my two cents. If you look at the trades in detail, you should be able to figure it out.

Reply With Quote
Thanked by:




Last Updated on March 14, 2017


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts