Hello,

I have some issues with a spread retrieved by Zorro from Oanda.
I used the Download script to get the relevant Assets.csv and the latest M1 data from Oanda.

The asset parameters that Zorro saved are:
Name,Price,Spread,RollLong,RollShort,PIP,PIPCost,MarginCost,Leverage,LotAmount,Commission,Symbol
AUD/USD,0.79843,0.00043,0.1665,-0.4580,0.00010,0.000124,0.0516,19.231,1.0,0.000,AUD/USD
EUR/USD,1.22786,0.00044,-0.0977,-0.1095,0.00010,0.000124,0.0794,19.231,1.0,0.000,EUR/USD
USD/CAD,1.24318,0.00018,-0.1490,-0.0604,0.00010,0.000100,0.0274,45.455,1.0,0.000,USD/CAD
USD/CHF,0.96021,0.00017,0.0627,-0.4682,0.00010,0.000130,0.0647,19.231,1.0,0.000,USD/CHF

For example, spread for AUD/USD is 0.00043 in Assets.csv. However, the spread shown on Oanda's platfrom is always 2.5 times lower, around 0.00017. The same spread around 0.00017 is in Zorro's downloaded M1 data files from Oanda. I faced the same behavior with the EUR/USD and other pairs as well. However, the spread for USD/CAD and USD/CHF is similar to those on Oanda's platform and downloaded data files (around 0.00016-0.00017).

It's quite confusing that Zorro has very different spreads in Assets.csv and in M1 data files for some pairs. I wonder if one could explain such discrepancies?