Gamestudio Links
Zorro Links
Newest Posts
Blobsculptor tools and objects download here
by NeoDumont. 03/28/24 03:01
Issue with Multi-Core WFO Training
by aliswee. 03/24/24 20:20
Why Zorro supports up to 72 cores?
by Edgar_Herrera. 03/23/24 21:41
Zorro Trader GPT
by TipmyPip. 03/06/24 09:27
VSCode instead of SED
by 3run. 03/01/24 19:06
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (Quad, aliswee), 835 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
sakolin, rajesh7827, juergen_wue, NITRO_FOREVER, jack0roses
19043 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 5 of 18 1 2 3 4 5 6 7 17 18
Re: BETA 0.9.2.0: Sierra Chart Plugin [Re: tomaslolo] #476233
02/06/19 13:56
02/06/19 13:56
Joined: Feb 2017
Posts: 1,718
Chicago
AndrewAMD Online OP
Serious User
AndrewAMD  Online OP
Serious User

Joined: Feb 2017
Posts: 1,718
Chicago
I'm not having this problem, using the latest plugin release.

1) Make sure you're using the latest plugin release.
2) Close Zorro and open it again to refresh the broker list.


Attached Files 001.PNG
Re: BETA 0.9.2.0: Sierra Chart Plugin [Re: AndrewAMD] #476234
02/06/19 14:33
02/06/19 14:33
Joined: Feb 2018
Posts: 68
T
tomaslolo Offline
Junior Member
tomaslolo  Offline
Junior Member
T

Joined: Feb 2018
Posts: 68
Solved. I was not downloading the .dll the right way.

Sorry for my mistake and thank you for your effort!

Best Regards

Re: Sierra Chart Plugin [Re: AndrewAMD] #476630
03/17/19 13:31
03/17/19 13:31
Joined: Mar 2019
Posts: 10
CA
N
nandv Offline
Newbie
nandv  Offline
Newbie
N

Joined: Mar 2019
Posts: 10
CA
I did a simple assetHistory test and got this error, please help!

code:


error:




I tried to search zorro manual and can't find any references to NumberOfDays or StartDateTime

This is on Zorro 2.04 and SC 1882, with the latest SC plugin from your github.

Thanks!


Last edited by nandv; 03/17/19 13:35.
Re: Sierra Chart Plugin [Re: AndrewAMD] #476631
03/17/19 13:45
03/17/19 13:45
Joined: Mar 2019
Posts: 357
D
danatrader Offline
Senior Member
danatrader  Offline
Senior Member
D

Joined: Mar 2019
Posts: 357
Hi Andrew,

can you give a little start support?

Connecton to DTC works.
Account Sim1 detected.

So from my uderstanding next step is download price data?
So it tells me "!1: NumberOfDays or StartDateTime fields must be non-zero.", although I have 2019-2019, maybe it's just information.

It runs forever, when I cancel I receive the information below.

Download...
Login 0 SierraChart..
!1: Connected to SC DTC Protocol server. Service=scdataallservices|SymbolSettings=scdataallservices
!1: WARNING: Trading not supported
!1: TradeAccounts detected: Sim1
!1: Using: Sim1
!1: Balance synchronized..
!1: NumberOfDays or StartDateTime fields must be non-zero.
!1: Failed to confirm historical orders
!1: Sync hist orders failure.
Can't connect!
Done


I just see the latest post, ame here, all newest... only sim account to receive data.

Last edited by danatrader; 03/17/19 13:51.
Re: Sierra Chart Plugin [Re: danatrader] #476632
03/17/19 15:22
03/17/19 15:22
Joined: Feb 2017
Posts: 1,718
Chicago
AndrewAMD Online OP
Serious User
AndrewAMD  Online OP
Serious User

Joined: Feb 2017
Posts: 1,718
Chicago
Okay, we have beta testers!

Quote:
NumberOfDays or StartDateTime fields must be non-zero.

I believe those are DTC message fields. Let me look into this.

Re: Sierra Chart Plugin [Re: AndrewAMD] #476633
03/17/19 16:16
03/17/19 16:16
Joined: Mar 2019
Posts: 357
D
danatrader Offline
Senior Member
danatrader  Offline
Senior Member
D

Joined: Mar 2019
Posts: 357
Maybe I am wrong, but trade log on sierra chart also then gives basically the same infomation as

!1: Failed to confirm historical orders
!1: Sync hist orders failure.

I guess maybe the Problem could be that SC Sim Account does't have any orders, so they can't be retrieved.

Might be different if SC Sim Account is for example a Rythmic Papertading account (real demo account).

I also tried the earlier version online, same messages.

If you need moore log, etc, I may proviide it.

Re: Sierra Chart Plugin [Re: danatrader] #476634
03/17/19 16:33
03/17/19 16:33
Joined: Feb 2017
Posts: 1,718
Chicago
AndrewAMD Online OP
Serious User
AndrewAMD  Online OP
Serious User

Joined: Feb 2017
Posts: 1,718
Chicago
I believe SC does not supply the history of your orders when using Sim1.

I might be able to suppress these error messages and replace it with a less confusing warning.

Re: Sierra Chart Plugin [Re: AndrewAMD] #476652
03/19/19 18:08
03/19/19 18:08
Joined: Feb 2017
Posts: 1,718
Chicago
AndrewAMD Online OP
Serious User
AndrewAMD  Online OP
Serious User

Joined: Feb 2017
Posts: 1,718
Chicago
Solved: Sierra Chart changed the behavior of their DTC server. It now requires the NumberOfDays field to be filled, even though the documentation says it is not required.

https://www.dtcprotocol.org/index.php?pa...R_FILLS_REQUEST

I will update the DLL this evening.

Re: Sierra Chart Plugin [Re: AndrewAMD] #476654
03/20/19 00:22
03/20/19 00:22
Joined: Feb 2017
Posts: 1,718
Chicago
AndrewAMD Online OP
Serious User
AndrewAMD  Online OP
Serious User

Joined: Feb 2017
Posts: 1,718
Chicago
Just released version 0.9.2.1.

DLL can be found here. Thank you!

Re: Sierra Chart Plugin [Re: AndrewAMD] #476662
03/20/19 19:58
03/20/19 19:58
Joined: Mar 2019
Posts: 357
D
danatrader Offline
Senior Member
danatrader  Offline
Senior Member
D

Joined: Mar 2019
Posts: 357
Great, looks different now!

Thank you so much.

Page 5 of 18 1 2 3 4 5 6 7 17 18

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