Gamestudio Links
Zorro Links
Newest Posts
Data from CSV not parsed correctly
by EternallyCurious. 04/18/24 10:45
StartWeek not working as it should
by Zheka. 04/18/24 10:11
folder management functions
by VoroneTZ. 04/17/24 06:52
lookback setting performance issue
by 7th_zorro. 04/16/24 03:08
zorro 64bit command line support
by 7th_zorro. 04/15/24 09:36
Zorro FIX plugin - Experimental
by flink. 04/14/24 07:48
Zorro FIX plugin - Experimental
by flink. 04/14/24 07:46
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (AndrewAMD), 552 guests, and 1 spider.
Key: Admin, Global Mod, Mod
Newest Members
EternallyCurious, 11honza11, ccorrea, sakolin, rajesh7827
19046 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
T6 vs. T1 results #463059
11/12/16 17:30
11/12/16 17:30
Joined: Feb 2014
Posts: 73
Montreal, Qc Canada
F
Finstratech Offline OP
Junior Member
Finstratech  Offline OP
Junior Member
F

Joined: Feb 2014
Posts: 73
Montreal, Qc Canada
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

Re: T6 vs. T1 results [Re: Finstratech] #463667
12/21/16 00:38
12/21/16 00:38
Joined: Jan 2016
Posts: 12
New South Wales
C
CaptainChezza Offline
Newbie
CaptainChezza  Offline
Newbie
C

Joined: Jan 2016
Posts: 12
New South Wales
Good question!
Anyone?

Re: T6 vs. T1 results [Re: CaptainChezza] #463692
12/21/16 16:35
12/21/16 16:35
Joined: Jul 2000
Posts: 27,978
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,978
Frankfurt
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.

Re: T6 vs. T1 results [Re: jcl] #463700
12/21/16 23:06
12/21/16 23:06
Joined: Feb 2014
Posts: 73
Montreal, Qc Canada
F
Finstratech Offline OP
Junior Member
Finstratech  Offline OP
Junior Member
F

Joined: Feb 2014
Posts: 73
Montreal, Qc Canada
Can this be done in real time for live trading?

Re: T6 vs. T1 results [Re: Finstratech] #463705
12/22/16 09:36
12/22/16 09:36
Joined: Jul 2000
Posts: 27,978
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,978
Frankfurt
Yes, but what for do you need a .t6 file in live trading? You have the candle values anyway.

Re: T6 vs. T1 results [Re: jcl] #463717
12/22/16 12:56
12/22/16 12:56
Joined: Feb 2014
Posts: 73
Montreal, Qc Canada
F
Finstratech Offline OP
Junior Member
Finstratech  Offline OP
Junior Member
F

Joined: Feb 2014
Posts: 73
Montreal, Qc Canada
It's for user defined renko bars. It seems to work better on .t6, at least in backtesting.

Re: T6 vs. T1 results [Re: jcl] #463913
01/06/17 05:28
01/06/17 05:28
Joined: Jan 2017
Posts: 64
J
Jeff1228 Offline
Junior Member
Jeff1228  Offline
Junior Member
J

Joined: Jan 2017
Posts: 64
t6 is with volume data while t1 isn't, right? People may need volume data to calculate some indicators.

Re: T6 vs. T1 results [Re: Jeff1228] #463924
01/07/17 15:05
01/07/17 15:05
Joined: Jul 2016
Posts: 8
H
Hlopetz Offline
Newbie
Hlopetz  Offline
Newbie
H

Joined: Jul 2016
Posts: 8
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

Last edited by Hlopetz; 01/07/17 15:08.
Re: T6 vs. T1 results [Re: Hlopetz] #463981
01/11/17 15:46
01/11/17 15:46
Joined: Jul 2000
Posts: 27,978
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,978
Frankfurt
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.

Re: T6 vs. T1 results [Re: jcl] #463989
01/11/17 22:01
01/11/17 22:01
Joined: Jul 2016
Posts: 8
H
Hlopetz Offline
Newbie
Hlopetz  Offline
Newbie
H

Joined: Jul 2016
Posts: 8
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?

Last edited by Hlopetz; 01/11/17 22:14.

Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1