Gamestudio Links
Zorro Links
Newest Posts
Zorro FIX plugin - Experimental
by flink. 04/21/24 07:12
Data from CSV not parsed correctly
by EternallyCurious. 04/20/24 21:39
M1 Oversampling
by 11honza11. 04/20/24 20:57
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
0 registered members (), 425 guests, and 3 spiders.
Key: Admin, Global Mod, Mod
Newest Members
EternallyCurious, howardR, 11honza11, ccorrea, sakolin
19047 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Sierra Chart Futures #487134
01/26/23 09:44
01/26/23 09:44
Joined: Jan 2023
Posts: 2
Q
Quant2 Offline OP
Guest
Quant2  Offline OP
Guest
Q

Joined: Jan 2023
Posts: 2
Hello,

I'm currently testing Zorro with Sierra Chart (through the SC plugin SC plugin) as a boiler plate to my broker. I'm trying to get futures prices like DAX and ES but I'm getting this error message: «Market Data Request Not Allowed". After some research, I found on the SC website that the DTC protocol is not allowing data connection from the CME, NYSE and EUREX. Is there a workaround for this?

Thanks.

Re: Sierra Chart Futures [Re: Quant2] #487136
01/26/23 14:34
01/26/23 14:34
Joined: Feb 2017
Posts: 1,725
Chicago
AndrewAMD Online
Serious User
AndrewAMD  Online
Serious User

Joined: Feb 2017
Posts: 1,725
Chicago
Yes.

ACSIL has access to all of the data that is locked out from the DTC server. One can develop an ACSIL script which hosts its own REST API. Then a Zorro script with a can data from the REST API. I've done it for a client, it works.

Re: Sierra Chart Futures [Re: Quant2] #487139
01/26/23 15:20
01/26/23 15:20
Joined: Jan 2023
Posts: 2
Q
Quant2 Offline OP
Guest
Quant2  Offline OP
Guest
Q

Joined: Jan 2023
Posts: 2
Thank you Andrew for the answer and for the great job on the SC plugin for Zorro!

Re: Sierra Chart Futures [Re: AndrewAMD] #487637
06/24/23 11:29
06/24/23 11:29
Joined: Oct 2022
Posts: 9
Israek
L
Logis Offline
Newbie
Logis  Offline
Newbie
L

Joined: Oct 2022
Posts: 9
Israek
Originally Posted by AndrewAMD
Yes.

ACSIL has access to all of the data that is locked out from the DTC server. One can develop an ACSIL script which hosts its own REST API. Then a Zorro script with a can data from the REST API. I've done it for a client, it works.

Does this add any latency? Did you measure?

Re: Sierra Chart Futures [Re: Quant2] #487638
06/24/23 15:13
06/24/23 15:13
Joined: Feb 2017
Posts: 1,725
Chicago
AndrewAMD Online
Serious User
AndrewAMD  Online
Serious User

Joined: Feb 2017
Posts: 1,725
Chicago
Everything adds latency. Of course an ACSIL script will necessarily add latency because you add another intermediary. I did not measure it.

How much latency can you tolerate? 100ns? 1ms? 10ms? 100ms? 1s?

Re: Sierra Chart Futures [Re: Quant2] #487640
06/25/23 13:52
06/25/23 13:52
Joined: Oct 2022
Posts: 9
Israek
L
Logis Offline
Newbie
Logis  Offline
Newbie
L

Joined: Oct 2022
Posts: 9
Israek
good question. don't know.
can i backtest with Zorro with different latency?

Re: Sierra Chart Futures [Re: Logis] #487641
06/25/23 21:23
06/25/23 21:23
Joined: Feb 2017
Posts: 1,725
Chicago
AndrewAMD Online
Serious User
AndrewAMD  Online
Serious User

Joined: Feb 2017
Posts: 1,725
Chicago
For backtesting, latency is irrelevant.

In Zorro, you download a copy of historical data to your PC for backtesting. Thus, backtesting is very fast because it does not require an internet connection after you download the data.


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