Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
0 registered members (), 16,232 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Zorro 2.15 not showing live Spread from Oanda V20 #478279
09/27/19 14:00
09/27/19 14:00
Joined: Sep 2019
Posts: 74
Naperville
K
kzhao Offline OP
Junior Member
kzhao  Offline OP
Junior Member
K

Joined: Sep 2019
Posts: 74
Naperville
I have a dumb script to print out the live Spread on every 1-minute bar.

function run()
{
set(LOGFILE);
BarPeriod = 1;
vars Prices = series(price());
printf("%.5f, %.5f\n", price(), Spread);
}

When connected to Oanda live, it is always print out 0.0. I tried the TradeTest script and got the same result. Does anyone have the same issue?

Thanks.



Last edited by kzhao; 09/27/19 19:26.
Re: Zorro 2.15 not showing live Spread from Oanda V20 [Re: kzhao] #478403
10/14/19 14:01
10/14/19 14:01
Joined: Jul 2000
Posts: 28,024
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,024
Frankfurt
It happened also to another user. Oanda is informed about the problem, but we have no details yet. It seems to affect only some accounts. Contact Oanda support.


Moderated by  Petra 

Gamestudio download | 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