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
3 registered members (AndrewAMD, TipmyPip, Edgar_Herrera), 804 guests, and 4 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 16 of 17 1 2 14 15 16 17
Re: IG plugin initial release [Re: Dalla] #477592
07/11/19 19:17
07/11/19 19:17
Joined: Feb 2017
Posts: 369
D
Dalla Offline OP
Senior Member
Dalla  Offline OP
Senior Member
D

Joined: Feb 2017
Posts: 369
I have released a new version that should remove error logging for unsupported broker commands. Feel free to try it out here: https://github.com/dan-lind/igzplugin/releases/tag/v0.32

Re: IG plugin initial release [Re: Dalla] #477615
07/16/19 10:02
07/16/19 10:02
Joined: May 2018
Posts: 21
Y
YG8 Offline
Newbie
YG8  Offline
Newbie
Y

Joined: May 2018
Posts: 21
Hi

I am new to this so sorry for the stupid questions. I installed Zorro, and want to use IG as broker as thats what I use today. I tried to follow the instructions

https://manual.zorro-project.com/ig.htm - to the best of my abilities (not a tech wiz) but IG does not show up as a option. So first things first, I used this Java version (Windows x86 202.62 MB jdk-8u211-windows-i586.exe)

Can anyone confirm that its the one I should be using? (I installed Zorro on an VPS)

Regards

YG

Last edited by YG8; 07/16/19 10:03.
Re: IG plugin initial release [Re: Dalla] #477948
08/17/19 13:51
08/17/19 13:51
Joined: Aug 2019
Posts: 2
Stockholm
S
Southqvist Offline
Guest
Southqvist  Offline
Guest
S

Joined: Aug 2019
Posts: 2
Stockholm
Hi,


Thanks for this plugin!

I'm using workshop 6 and got required capital to 26 millions with the data form assets.csv and the original price history.

My account is in SEK.

Is there some kind of currency conversion problem?

Also, all rollover fees are zero. Is that correct?

Regards, Jonas

Re: IG plugin initial release [Re: Dalla] #477993
08/22/19 17:56
08/22/19 17:56
Joined: Feb 2017
Posts: 369
D
Dalla Offline OP
Senior Member
Dalla  Offline OP
Senior Member
D

Joined: Feb 2017
Posts: 369
Where did you get your assets.csv?

Re: IG plugin initial release [Re: Dalla] #477994
08/23/19 07:07
08/23/19 07:07
Joined: Aug 2019
Posts: 2
Stockholm
S
Southqvist Offline
Guest
Southqvist  Offline
Guest
S

Joined: Aug 2019
Posts: 2
Stockholm
Hi, Dalla,

Thanks for you response!

Got it from the generated assets.csv in the Log folder. But it was my misstake, I had chosen an instrument with much lager lot size. When I changed to Mini-version everything looked good again.

But now I have a different problem, with the price history. Since it´s not easy to download data from IG, I downloaded the history from Darwinex and placed it in the History folder.

I put this in the AssetsIG.csv
[...],CS.D.EURUSD.MINI.IP!CS.D.EURUSD.MINI.IP!EUR/USD

So I should get IG's symbol for trading and live price, but history from EUR/USD.

But I get this error:
Workshop7 compiling...............
Login 0 IG.. at UTC 08-23 06:47. - EUR/USD history unavailable!
Error 055: No bars generated
Logout.. ok

Best,
Jonas

Re: IG plugin initial release [Re: Dalla] #478001
08/24/19 06:06
08/24/19 06:06
Joined: Feb 2017
Posts: 369
D
Dalla Offline OP
Senior Member
Dalla  Offline OP
Senior Member
D

Joined: Feb 2017
Posts: 369
You converted the Darwinex data to t6 first I presume?

Re: IG plugin initial release [Re: YG8] #478230
09/23/19 07:40
09/23/19 07:40
Joined: Nov 2017
Posts: 17
A
Andy60 Offline
Newbie
Andy60  Offline
Newbie
A

Joined: Nov 2017
Posts: 17
I have problem with AssetsFix file and IG, if you resolve please report to forum, thx

Re: IG plugin initial release [Re: Dalla] #478572
11/10/19 11:57
11/10/19 11:57
Joined: Nov 2019
Posts: 1
K
KKelk Offline
Guest
KKelk  Offline
Guest
K

Joined: Nov 2019
Posts: 1
Hi everyone, I am a new to this API and am trying to set it up with Zorro 2.15.3.

I have followed all the steps and can see in the log that the API is connecting, but I get this error: "c.danlind.igz.adapter.RestApiAdapter - Exception when getting contract details blocking for CS.D.AUDCAD.MT1.IP, API call failed java.lang.IndexOutOfBoundsException: Index: 0, Size: 0"

On the Zorro print out, its as follows:
!Severe error occured, check igzplugin.log logfile!
Error 053: CS.D.AUDCAD.MT1.IP unavailable at this time
Error 055: No bars generated
Logout.. ok..............................................

Can anyone point me to what I am missing? The above epic code (CS.D.AUDCAD.MT1.IP) is as per what I get from the IG API companion, however the above problem persists when I tried Dalla's Asset file (post #477052, 05/07/19)

Will appreciate any help from anyone, many thanks in advance

Re: IG plugin initial release [Re: KKelk] #478587
11/11/19 23:32
11/11/19 23:32
Joined: Nov 2019
Posts: 6
T
TTT Offline
Newbie
TTT  Offline
Newbie
T

Joined: Nov 2019
Posts: 6
Originally Posted by KKelk
Hi everyone, I am a new to this API and am trying to set it up with Zorro 2.15.3.

I have followed all the steps and can see in the log that the API is connecting, but I get this error: "c.danlind.igz.adapter.RestApiAdapter - Exception when getting contract details blocking for CS.D.AUDCAD.MT1.IP, API call failed java.lang.IndexOutOfBoundsException: Index: 0, Size: 0"

On the Zorro print out, its as follows:
!Severe error occured, check igzplugin.log logfile!
Error 053: CS.D.AUDCAD.MT1.IP unavailable at this time
Error 055: No bars generated
Logout.. ok..............................................

Can anyone point me to what I am missing? The above epic code (CS.D.AUDCAD.MT1.IP) is as per what I get from the IG API companion, however the above problem persists when I tried Dalla's Asset file (post #477052, 05/07/19)

Will appreciate any help from anyone, many thanks in advance


Hi there

it seems that you and I are almost at the same stage except you are ahead of me a bit.

I can't get ig plugin to connect. can you please send the contents of your application.properties file for me to see what am i missing??

I already made a post and please check it through my profile. Thnx in advance.

Re: IG plugin initial release [Re: Andy60] #478590
11/12/19 10:27
11/12/19 10:27
Joined: Nov 2019
Posts: 6
T
TTT Offline
Newbie
TTT  Offline
Newbie
T

Joined: Nov 2019
Posts: 6
Originally Posted by Andy60
Hi Dalla

===Configuration===
Win10
MT4 Build 1770
IG Markets Broker with demo and live userid and master password
Java8 Build 211
Zorro 2.09
IG plugin 0.31
2 demo and real api ig keys generated
AssetFix ig modified

application.properties api inserted with this:
plugin.realApiKey=api
plugin.demoApiKey=api
without < and >
=== end configuration

If I select both account's types (real or demo) I see:

TradeTest compiling...........
Login 0 IG..
Can't connect!.

Have u suggestions? Thx for your attention


How did you fix the Can't connect man?

Page 16 of 17 1 2 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