T6 vs. T1 results

Posted By: Finstratech

T6 vs. T1 results - 11/12/16 17:30

Hi all,

As many of you noticed, when backtesting on T6 history, the results come out ridiculously optimistic versus result using T1 history.

Understanding how T6 simulation works, my question is:
How can one transfer the T6 simulation of the bar to real time trading? i.e. how can we remove much noise that each tick provides and instead make entries the same as they would be made on T6 simulation backtesting but in real time?

Thanks
Posted By: CaptainChezza

Re: T6 vs. T1 results - 12/21/16 00:38

Good question!
Anyone?
Posted By: jcl

Re: T6 vs. T1 results - 12/21/16 16:35

Store the incoming price quotes in a .t1 file, and then convert the .t1 to .t6. This way also FXCM generates the price history used for .t6 files.
Posted By: Finstratech

Re: T6 vs. T1 results - 12/21/16 23:06

Can this be done in real time for live trading?
Posted By: jcl

Re: T6 vs. T1 results - 12/22/16 09:36

Yes, but what for do you need a .t6 file in live trading? You have the candle values anyway.
Posted By: Finstratech

Re: T6 vs. T1 results - 12/22/16 12:56

It's for user defined renko bars. It seems to work better on .t6, at least in backtesting.
Posted By: Jeff1228

Re: T6 vs. T1 results - 01/06/17 05:28

t6 is with volume data while t1 isn't, right? People may need volume data to calculate some indicators.
Posted By: Hlopetz

Re: T6 vs. T1 results - 01/07/17 15:05

I've seen t2 in include/trading.h that is in fact t1 + volume. Can Zorro read t2 files?


typedef struct T2
{
DATE time;
float fPrice;
float fVolume; // negative = bid price
} T2; // quote
Posted By: jcl

Re: T6 vs. T1 results - 01/11/17 15:46

T2 is an internal format only, not for import. If you have historical data with volume, it's best to convert it to T6, which can be read directly.
Posted By: Hlopetz

Re: T6 vs. T1 results - 01/11/17 22:01

I have futures trade tick data with volume. To convert it to T6 it means I have to make 1 minute bars that is not applicable for my renko type strategy test with volume and velocity.

Does it exist the way to test quote based renko bars with volume using Zorro S?
© 2024 lite-C Forums