Gamestudio Links
Zorro Links
Newest Posts
Data from CSV not parsed correctly
by EternallyCurious. 04/18/24 10:45
StartWeek not working as it should
by Zheka. 04/18/24 10:11
folder management functions
by VoroneTZ. 04/17/24 06:52
lookback setting performance issue
by 7th_zorro. 04/16/24 03:08
zorro 64bit command line support
by 7th_zorro. 04/15/24 09:36
Zorro FIX plugin - Experimental
by flink. 04/14/24 07:48
Zorro FIX plugin - Experimental
by flink. 04/14/24 07:46
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
3 registered members (MadJack, AndrewAMD, Quad), 540 guests, and 1 spider.
Key: Admin, Global Mod, Mod
Newest Members
EternallyCurious, 11honza11, ccorrea, sakolin, rajesh7827
19046 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 16 of 18 1 2 14 15 16 17 18
Re: Sierra Chart Plugin [Re: AndrewAMD] #480852
07/18/20 21:00
07/18/20 21:00
Joined: May 2018
Posts: 134
S
SBGuy Offline
Member
SBGuy  Offline
Member
S

Joined: May 2018
Posts: 134
Awesome! Thanks Andrew for the quick turnaround. EOD data looks good and works well.

Re: Sierra Chart Plugin [Re: AndrewAMD] #480901
07/22/20 15:23
07/22/20 15:23
Joined: May 2018
Posts: 134
S
SBGuy Offline
Member
SBGuy  Offline
Member
S

Joined: May 2018
Posts: 134
Thanks again Andrew. By the way, there's just one minor annoyance with using SC as a historical data source only.

Related post: https://opserver.de/ubb7/ubbthreads.php?ubb=showflat&Number=478796#Post478796

Whenever I exit out of Zorro, windows gives a Zorro crash modal message. I think you mentioned this was expected. Is this something that the Zorro developers can easily fix, or is this something in your DLL?

It think it may have something to do with the dangling network connection to the SC application?

Is there a function to gracefully disconnect from SC or unload the DLL after I've received the historical data? I only use SC in the beginning of a trade/test session.

Re: Sierra Chart Plugin [Re: SBGuy] #480902
07/22/20 15:34
07/22/20 15: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
This is because the plugin was designed to operate as a Broker Plugin and not for users to dynamically reload DLL's for direct API access, so this creates side effects.

I have no plans on fixing this, because my work will go out the window once I revamp the plugin.

Re: Sierra Chart Plugin [Re: AndrewAMD] #480903
07/22/20 15:47
07/22/20 15:47
Joined: May 2018
Posts: 134
S
SBGuy Offline
Member
SBGuy  Offline
Member
S

Joined: May 2018
Posts: 134
I see. So it is something that only you can fix inside the DLL and not something that Zorro developers can do to "clean up" some dangling this or that?

Re: Sierra Chart Plugin [Re: AndrewAMD] #480905
07/22/20 16:11
07/22/20 16:11
Joined: Feb 2017
Posts: 1,725
Chicago
AndrewAMD Online OP
Serious User
AndrewAMD  Online OP
Serious User

Joined: Feb 2017
Posts: 1,725
Chicago
Maybe it's because my plugin is multi-threaded? Anyways, I have plans to gut out the multithreading, because it's now 100% unnecessary.

Re: Sierra Chart Plugin [Re: AndrewAMD] #480906
07/22/20 16:23
07/22/20 16:23
Joined: May 2018
Posts: 134
S
SBGuy Offline
Member
SBGuy  Offline
Member
S

Joined: May 2018
Posts: 134
Ah yes, that's probably it.

Re: Sierra Chart Plugin [Re: AndrewAMD] #481186
08/11/20 22:41
08/11/20 22:41
Joined: Feb 2017
Posts: 1,725
Chicago
AndrewAMD Online OP
Serious User
AndrewAMD  Online OP
Serious User

Joined: Feb 2017
Posts: 1,725
Chicago
Version 0.9.3.4. Bug fix: Zorro thread is not blocked correctly when orders are placed.
https://github.com/AndrewAMD/SierraChartZorroPlugin/raw/master/releases/0.9.3.4/SierraChart.dll

Re: Sierra Chart Plugin [Re: AndrewAMD] #482848
04/07/21 03:42
04/07/21 03:42
Joined: Feb 2017
Posts: 1,725
Chicago
AndrewAMD Online OP
Serious User
AndrewAMD  Online OP
Serious User

Joined: Feb 2017
Posts: 1,725
Chicago
I am proud to announce that the Sierra Chart plugin has been completely overhauled and has been released!

Basically, the plugin no longer depends on Boost. The plugin is both single-threaded and asynchronous (SET_HWND is supported). GET_FUTURES is now supported for certain Sierra Chart services. All dependencies have been included in the Github repo.

Version 1.0.0.1 can be downloaded here:
https://github.com/AndrewAMD/SierraChartZorroPlugin/releases/tag/v1.0.0.1

The documentation is completely different. Read up over here:
https://github.com/AndrewAMD/SierraChartZorroPlugin

Re: Sierra Chart Plugin [Re: AndrewAMD] #482853
04/07/21 13:18
04/07/21 13:18
Joined: May 2018
Posts: 134
S
SBGuy Offline
Member
SBGuy  Offline
Member
S

Joined: May 2018
Posts: 134
Thanks for the overhaul! I look forward to testing it.

As you may recall, I use it strictly for historical data download/preload. How have you change things with regards to using your DLL as a replacement assetHistory() function while trading and real-time data is through another broker plugin?

Re: Sierra Chart Plugin [Re: SBGuy] #482854
04/07/21 13:37
04/07/21 13:37
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 SBGuy
I look forward to testing it.
Please do.
Originally Posted by SBGuy
How have you change things with regards to using your DLL as a replacement assetHistory() function while trading and real-time data is through another broker plugin?
Status has changed from "it works" to "it works (and probably faster too)".

I might otherwise add a standalone brokercommand so that you don't have to manually load the DLL.

Page 16 of 18 1 2 14 15 16 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