Gamestudio Links
Zorro Links
Newest Posts
Zorro version 3.0 prerelease!
by Grant. 02/24/26 22:21
WFO Training with parallel cores Zorro64
by Martin_HH. 02/24/26 19:51
ZorroGPT
by TipmyPip. 02/23/26 21:52
Camera always moves upwards?
by clonman. 02/21/26 09:29
Sam Foster Sound | Experienced Game Composer for Hire
by titanicpiano14. 02/19/26 13:22
AUM Magazine
Latest Screens
Dorifto samurai
Shadow 2
Rocker`s Revenge
Stug 3 Stormartillery
Who's Online Now
0 registered members (), 5,796 guests, and 4 spiders.
Key: Admin, Global Mod, Mod
Newest Members
alx, ApprenticeInMuc, PatrickH90, USER0328, Sfrdragon
19199 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 2 1 2
Plugin writing: Historical data gaps #471174
02/21/18 12:32
02/21/18 12:32
Joined: Feb 2017
Posts: 1,812
Chicago
AndrewAMD Offline OP
Serious User
AndrewAMD  Offline OP
Serious User

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

In my Sierra Chart plugin, I request M1 historical data for an asset with low volume.

It outputs only M1 ticks with volume > 0, so there would automatically be historical gaps in the midst of a day session.

I assume that there is no need for me to inject blank volume = 0 M1 ticks to the plugin output. Is my assumption correct?

Re: Plugin writing: Historical data gaps [Re: AndrewAMD] #471182
02/22/18 07:22
02/22/18 07:22
Joined: Jul 2000
Posts: 28,075
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,075
Frankfurt
Yes, artificial ticks are not needed. Almost all price history has gaps - that's normal.

Re: Plugin writing: Historical data gaps [Re: jcl] #471268
02/25/18 23:03
02/25/18 23:03
Joined: Jul 2017
Posts: 787
Z
Zheka Offline
User
Zheka  Offline
User
Z

Joined: Jul 2017
Posts: 787
I think volume=0 does not automatically mean such a bar has to be skipped.

As long as there is size behind bid and an offer, there is a market, even if no transaction took place.

On the other hand, "missing" bars might be a headache to handle for a user (e.g. to correctly construct frames).

Re: Plugin writing: Historical data gaps [Re: Zheka] #471269
02/26/18 00:14
02/26/18 00:14
Joined: Feb 2017
Posts: 1,812
Chicago
AndrewAMD Offline OP
Serious User
AndrewAMD  Offline OP
Serious User

Joined: Feb 2017
Posts: 1,812
Chicago
Actually the output might be just CQG’s feed. Regardless, my plugin will simply output whatever it gets from Sierra Chart, no filters, no artificial ticks.

Re: Plugin writing: Historical data gaps [Re: AndrewAMD] #471270
02/26/18 00:35
02/26/18 00:35
Joined: Jul 2017
Posts: 787
Z
Zheka Offline
User
Zheka  Offline
User
Z

Joined: Jul 2017
Posts: 787
..And in SC one can then choose which type of data to receive - can be trade prices, or can be bid-ask, etc...correct?

Re: Plugin writing: Historical data gaps [Re: Zheka] #471272
02/26/18 01:04
02/26/18 01:04
Joined: Feb 2017
Posts: 1,812
Chicago
AndrewAMD Offline OP
Serious User
AndrewAMD  Offline OP
Serious User

Joined: Feb 2017
Posts: 1,812
Chicago
I was planning on implementing SET_PRICETYPE if that’s what you’re asking. laugh

Re: Plugin writing: Historical data gaps [Re: AndrewAMD] #471278
02/26/18 12:50
02/26/18 12:50
Joined: Jul 2017
Posts: 787
Z
Zheka Offline
User
Zheka  Offline
User
Z

Joined: Jul 2017
Posts: 787
No really smile But cool to know!

I just wanted to better understand how the DTC client-server interaction will be working,
and whether it willcan be influenced by settings in SC (e.g. in Relay server mode?)

Re: Plugin writing: Historical data gaps [Re: Zheka] #471287
02/26/18 17:03
02/26/18 17:03
Joined: Feb 2017
Posts: 1,812
Chicago
AndrewAMD Offline OP
Serious User
AndrewAMD  Offline OP
Serious User

Joined: Feb 2017
Posts: 1,812
Chicago
No idea. You might be able to determine some of this experimentally by making one Sierra Chart instance a client of another instance and see how changing the host settings affects the client. Or by asking SC.

Re: Plugin writing: Historical data gaps [Re: AndrewAMD] #471291
02/26/18 18:01
02/26/18 18:01
Joined: Jul 2017
Posts: 787
Z
Zheka Offline
User
Zheka  Offline
User
Z

Joined: Jul 2017
Posts: 787
I meant communication between your plug-in (as a DTC client) and SC -as DTC server.

Re: Plugin writing: Historical data gaps [Re: Zheka] #471292
02/26/18 18:19
02/26/18 18:19
Joined: Feb 2017
Posts: 1,812
Chicago
AndrewAMD Offline OP
Serious User
AndrewAMD  Offline OP
Serious User

Joined: Feb 2017
Posts: 1,812
Chicago
I know what you mean. I am saying you can simulate that relationship using Sierra Chart itself.

Page 1 of 2 1 2

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