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
4 registered members (ozgur, EternallyCurious, howardR, 1 invisible), 623 guests, and 0 spiders.
Key: Admin, Global Mod, Mod
Newest Members
EternallyCurious, 11honza11, ccorrea, sakolin, rajesh7827
19046 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 4 of 18 1 2 3 4 5 6 17 18
Re: BETA 0.9.2.0: Sierra Chart Plugin [Re: AndrewAMD] #475980
01/16/19 13:56
01/16/19 13:56
Joined: Feb 2018
Posts: 236
Italy
tradingest Offline
Member
tradingest  Offline
Member

Joined: Feb 2018
Posts: 236
Italy
Is it possible to have a more information about GET_HWND?
What does means?

thanks AndrewAMD

Re: BETA 0.9.2.0: Sierra Chart Plugin [Re: tradingest] #475981
01/16/19 14:07
01/16/19 14:07
Joined: Feb 2017
Posts: 1,725
Chicago
AndrewAMD Offline OP
Serious User
AndrewAMD  Offline OP
Serious User

Joined: Feb 2017
Posts: 1,725
Chicago
Originally Posted By: tradingest
Is it possible to have a more information about GET_HWND?
What does means?

thanks AndrewAMD
It means Zorro will be notified when a new tick has arrived.

Re: BETA 0.9.2.0: Sierra Chart Plugin [Re: AndrewAMD] #475983
01/16/19 14:28
01/16/19 14:28
Joined: Feb 2018
Posts: 236
Italy
tradingest Offline
Member
tradingest  Offline
Member

Joined: Feb 2018
Posts: 236
Italy
Originally Posted By: AndrewAMD
Originally Posted By: tradingest
Is it possible to have a more information about GET_HWND?
What does means?

thanks AndrewAMD
It means Zorro will be notified when a new tick has arrived.


but for this we can use function tick() within Zorro.
I don't understand what is the difference...
Using function tick() the script is performed for each tick.
For me it is very important to understand well the diffrence and why Sierra plugin is more fast respect to MT4.
Also with MT4 plugin is it possible to obtain the notification for each tick

Is it possible to have a more details about it to use the plugin in the best way?

Re: BETA 0.9.2.0: Sierra Chart Plugin [Re: tradingest] #475984
01/16/19 15:06
01/16/19 15:06
Joined: Feb 2017
Posts: 1,725
Chicago
AndrewAMD Offline OP
Serious User
AndrewAMD  Offline OP
Serious User

Joined: Feb 2017
Posts: 1,725
Chicago
Originally Posted By: tradingest
Using function tick() the script is performed for each tick.
Not necessarily.

There is a chain...

BROKER <--> PLUGIN <--> ZORRO <--> tick()

Without SET_WHND:

* Broker says there is a tick.
* Plugin retains tick info or does nothing.
* (pause indefinitely)
* Broker says there is a tick.
* Plugin retains tick info or does nothing.
* (pause indefinitely)
* Zorro's timer says that it is time to check for a new tick on all Assets.
* Zorro gets the tick.
* Zorro invokes tick().

With SET_WHND:

* Broker says there is a tick.
* Plugin tells Zorro there is a tick.
* Zorro gets the tick.
* Zorro invokes tick().

Re: BETA 0.9.2.0: Sierra Chart Plugin [Re: AndrewAMD] #475985
01/16/19 15:18
01/16/19 15:18
Joined: Feb 2018
Posts: 236
Italy
tradingest Offline
Member
tradingest  Offline
Member

Joined: Feb 2018
Posts: 236
Italy
Originally Posted By: AndrewAMD
Originally Posted By: tradingest
Using function tick() the script is performed for each tick.
Not necessarily.

There is a chain...

BROKER <--> PLUGIN <--> ZORRO <--> tick()

Without SET_WHND:

* Broker says there is a tick.
* Plugin retains tick info or does nothing.
* (pause indefinitely)
* Broker says there is a tick.
* Plugin retains tick info or does nothing.
* (pause indefinitely)
* Zorro's timer says that it is time to check for a new tick on all Assets.
* Zorro gets the tick.
* Zorro invokes tick().

With SET_WHND:

* Broker says there is a tick.
* Plugin tells Zorro there is a tick.
* Zorro gets the tick.
* Zorro invokes tick().


very good...wonderful...now is more clear...thanks so much

less steps means more speed

Re: BETA 0.9.2.0: Sierra Chart Plugin [Re: tradingest] #476105
01/27/19 10:45
01/27/19 10:45
Joined: Feb 2018
Posts: 236
Italy
tradingest Offline
Member
tradingest  Offline
Member

Joined: Feb 2018
Posts: 236
Italy
AndrewAMD can you help me to join LMAX account with SierraChart?

I follow these steps but doesn't work
https://www.sierrachart.com/index.php?page=doc/LMAX.php

Re: BETA 0.9.2.0: Sierra Chart Plugin [Re: tradingest] #476109
01/27/19 13:10
01/27/19 13:10
Joined: Feb 2017
Posts: 1,725
Chicago
AndrewAMD Offline OP
Serious User
AndrewAMD  Offline OP
Serious User

Joined: Feb 2017
Posts: 1,725
Chicago
Originally Posted By: tradingest
AndrewAMD can you help me to join LMAX account with SierraChart?

I follow these steps but doesn't work
https://www.sierrachart.com/index.php?page=doc/LMAX.php
I don't use LMAX, so I cannot help you.

But you can try the Sierra Chart support boards. Try searching for your errors/problems first.

https://www.sierrachart.com/SupportBoard.php?ForumID=0

Re: BETA 0.9.2.0: Sierra Chart Plugin [Re: AndrewAMD] #476226
02/06/19 10:32
02/06/19 10:32
Joined: Feb 2018
Posts: 68
T
tomaslolo Offline
Junior Member
tomaslolo  Offline
Junior Member
T

Joined: Feb 2018
Posts: 68
Hello, I want to try this Sierra plugin. Thank you very much for your work! I follow these instructions:

1.- "To install the plugin, simply place the SierraChart.dll file in the Plugin folder where Zorro is installed."

2.- "Zorro automatically scans that folder at startup, and lists all broker DLLs in the [Broker / Account] scrollbox "

But when I open Zorro S 1.96 version does not shows Sierra Chart in "[Broker / Account] scrollbox "

Am I missing anything?

Thank you

Re: BETA 0.9.2.0: Sierra Chart Plugin [Re: tomaslolo] #476229
02/06/19 12:36
02/06/19 12:36
Joined: Feb 2017
Posts: 1,725
Chicago
AndrewAMD Offline OP
Serious User
AndrewAMD  Offline OP
Serious User

Joined: Feb 2017
Posts: 1,725
Chicago
You need to download the DLL for now.

Get it here:
https://github.com/AndrewAMD/SierraChartZorroPlugin/tree/master/releases

Re: BETA 0.9.2.0: Sierra Chart Plugin [Re: AndrewAMD] #476230
02/06/19 12:50
02/06/19 12:50
Joined: Feb 2018
Posts: 68
T
tomaslolo Offline
Junior Member
tomaslolo  Offline
Junior Member
T

Joined: Feb 2018
Posts: 68
Yes, SierraChart.dlll is already placed in Zorro Plugin folder.

But does not appear in "Account/broker" scrollbox.


Attached Files SierraCHART_not_showing.jpg
Last edited by tomaslolo; 02/06/19 12:55.
Page 4 of 18 1 2 3 4 5 6 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