Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
5 registered members (Dico, AndrewAMD, TipmyPip, NewbieZorro, Grant), 15,791 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
T2 structs for regular tick data with volume #481790
10/31/20 15:06
10/31/20 15:06
Joined: Feb 2017
Posts: 1,806
Chicago
AndrewAMD Online OP
Serious User
AndrewAMD  Online OP
Serious User

Joined: Feb 2017
Posts: 1,806
Chicago
jcl,

Currently, T1 structs can be used for tick data, but they do not have a volume slot, so a tick cannot have its own volume.

Now, a T2 struct does have a volume slot, but "*.t2" files are reserved for market depth.

I propose an additional use for T2 structs. Namely, use extension "*.t2v" for historical tick data with volume, consisting of an array of T2 structs.

Moreover, each tick() call will have a new marketVol() value every time. If necessary, provide a set() flag that enables this functionality.

Thanks,
Andrew

Re: T2 structs for regular tick data with volume [Re: AndrewAMD] #481793
11/01/20 08:48
11/01/20 08:48
Joined: Oct 2020
Posts: 7
A
AVL Offline
Newbie
AVL  Offline
Newbie
A

Joined: Oct 2020
Posts: 7
Why don't just add additional slots to .t1? I think it's illogical and ineffective to create a whole additional extension for .t1 + volume and call it .t2v. T1 was meant as the finest resolution for backtesting; it just needs some update.

Re: T2 structs for regular tick data with volume [Re: AVL] #481794
11/01/20 10:34
11/01/20 10:34
Joined: Feb 2017
Posts: 1,806
Chicago
AndrewAMD Online OP
Serious User
AndrewAMD  Online OP
Serious User

Joined: Feb 2017
Posts: 1,806
Chicago
Originally Posted by AVL
Why don't just add additional slots to .t1? I think it's illogical and ineffective to create a whole additional extension for .t1 + volume and call it .t2v. T1 was meant as the finest resolution for backtesting; it just needs some update.

Because it has no backwards compatibility. You would break all T1 files.

Re: T2 structs for regular tick data with volume [Re: AndrewAMD] #481804
11/03/20 11:09
11/03/20 11:09
Joined: Jul 2000
Posts: 28,024
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,024
Frankfurt
T2 support for backtests is planned.

Re: T2 structs for regular tick data with volume [Re: AndrewAMD] #485453
03/11/22 19:42
03/11/22 19:42
Joined: Apr 2021
Posts: 14
V
VizTra Offline
Newbie
VizTra  Offline
Newbie
V

Joined: Apr 2021
Posts: 14
Has this been updated, is it possible to add volume to t1 tick data or are you able to backtest with t2 data?

That would allow one to create indicators based on the volume at each price like vwap and/or volume profile.


Moderated by  Petra 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1