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
Rating: 5
Page 15 of 17 1 2 13 14 15 16 17
Re: IG plugin initial release [Re: kmerlo] #477055
05/09/19 03:39
05/09/19 03:39
Joined: Oct 2018
Posts: 82
7
7th_zorro Offline
Junior Member
7th_zorro  Offline
Junior Member
7

Joined: Oct 2018
Posts: 82
When visual studio strategy development and debugging, IG Plugin cause some problem of visual studio debugging execution delay.

when visual studio debugging start, IG plugin cause visual studio parsing delay about 30 seconds.



Last edited by 7th_zorro; 05/09/19 03:44.
Re: IG plugin initial release [Re: 7th_zorro] #477056
05/09/19 06:00
05/09/19 06:00
Joined: Feb 2017
Posts: 369
D
Dalla Offline OP
Senior Member
Dalla  Offline OP
Senior Member
D

Joined: Feb 2017
Posts: 369
I have never tried building strategies with visual studio, so I can't tell why that is.
If someone wants to submit a PR for this I'm all for it.

Re: IG plugin initial release [Re: Dalla] #477058
05/10/19 19:38
05/10/19 19:38
Joined: Nov 2017
Posts: 17
A
Andy60 Offline
Newbie
Andy60  Offline
Newbie
A

Joined: Nov 2017
Posts: 17
thx Dalla i will try it.

Re: IG plugin initial release [Re: Andy60] #477059
05/11/19 06:51
05/11/19 06:51
Joined: Oct 2018
Posts: 82
7
7th_zorro Offline
Junior Member
7th_zorro  Offline
Junior Member
7

Joined: Oct 2018
Posts: 82
This is sample visual studio strategy code.

To build this,
1) install visual studio 2017 with c++ development settings.
2) Register windows environment variable, add "ZORRO_ROOT" to indicate your zorro's install folder. something like this "C:/Users/username/Zorro"
3) open "dll_strategy_test.sln" file using visual studio
4) execute debugging will automatically popup zorro program and start backtest after long delay time.
5) Remove IG.dll file in your Zorro's plugin folder, then try again. This time you can see no delay execution.

Thank you!




Attached Files
dll_strategy_test.zip (127 downloads)
Last edited by 7th_zorro; 05/11/19 07:08.
Re: IG plugin initial release [Re: 7th_zorro] #477251
06/06/19 19:01
06/06/19 19:01
Joined: Jun 2019
Posts: 14
D
dh85 Offline
Newbie
dh85  Offline
Newbie
D

Joined: Jun 2019
Posts: 14
Hello,

I'm using the IG plugin with an IG demo account and my Zorro log gets flooded with the following error messages:

!Command 132 not yet supported.
!Command 132 not yet supported.
!Command 132 not yet supported.

What does this error message indicate and is there any way to prevent this error from happening?

Many thanks in advance.

Re: IG plugin initial release [Re: dh85] #477252
06/06/19 19:29
06/06/19 19:29
Joined: Feb 2017
Posts: 1,718
Chicago
AndrewAMD Online
Serious User
AndrewAMD  Online
Serious User

Joined: Feb 2017
Posts: 1,718
Chicago
It means either Zorro or your script is calling SET_SYMBOL, which the IG plugin does not support.

Re: IG plugin initial release [Re: AndrewAMD] #477283
06/12/19 18:47
06/12/19 18:47
Joined: Jun 2019
Posts: 14
D
dh85 Offline
Newbie
dh85  Offline
Newbie
D

Joined: Jun 2019
Posts: 14
Originally Posted by AndrewAMD
It means either Zorro or your script is calling SET_SYMBOL, which the IG plugin does not support.


Many thanks for your feedback. I'm using Zorro's Z12 strategy for which I cannot change the underlying code. Is there any way to ignore this error in the plugin?

Re: IG plugin initial release [Re: dh85] #477285
06/12/19 20:07
06/12/19 20:07
Joined: Feb 2017
Posts: 1,718
Chicago
AndrewAMD Online
Serious User
AndrewAMD  Online
Serious User

Joined: Feb 2017
Posts: 1,718
Chicago
Originally Posted by dh85
Many thanks for your feedback. I'm using Zorro's Z12 strategy for which I cannot change the underlying code. Is there any way to ignore this error in the plugin?

Either ignore it or kindly ask the plugin author to suppress the message.

Re: IG plugin initial release [Re: AndrewAMD] #477577
07/10/19 04:25
07/10/19 04:25
Joined: Jun 2019
Posts: 14
D
dh85 Offline
Newbie
dh85  Offline
Newbie
D

Joined: Jun 2019
Posts: 14
Originally Posted by AndrewAMD
It means either Zorro or your script is calling SET_SYMBOL, which the IG plugin does not support.


Hi AndrewAMD, just out of curiosity, how do you know that broker command 132 maps to SET_SYMBOL? I wasn't able to find this information in the Zorro manual.

Re: IG plugin initial release [Re: Dalla] #477579
07/10/19 10:35
07/10/19 10:35
Joined: Feb 2017
Posts: 1,718
Chicago
AndrewAMD Online
Serious User
AndrewAMD  Online
Serious User

Joined: Feb 2017
Posts: 1,718
Chicago
Hint: Look for SET_SYMBOL in your header files.

I have to know this stuff because I’m a plugin writer.

Page 15 of 17 1 2 13 14 15 16 17

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