Gamestudio Links
Zorro Links
Newest Posts
Data from CSV not parsed correctly
by EternallyCurious. 04/25/24 10:20
Trading Journey
by howardR. 04/24/24 20:04
M1 Oversampling
by Petra. 04/24/24 10:34
Zorro FIX plugin - Experimental
by flink. 04/21/24 07:12
Scripts not found
by juergen_wue. 04/20/24 18:51
zorro 64bit command line support
by 7th_zorro. 04/20/24 10:06
StartWeek not working as it should
by jcl. 04/20/24 08:38
folder management functions
by VoroneTZ. 04/17/24 06:52
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
3 registered members (EternallyCurious, Quad, vicknick), 700 guests, and 7 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Mega_Rod, EternallyCurious, howardR, 11honza11, ccorrea
19048 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,725
Chicago
AndrewAMD Online OP
Serious User
AndrewAMD  Online OP
Serious User

Joined: Feb 2017
Posts: 1,725
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,725
Chicago
AndrewAMD Online OP
Serious User
AndrewAMD  Online OP
Serious User

Joined: Feb 2017
Posts: 1,725
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: 27,982
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,982
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 | chip programmers | 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