Dukascopy Support Board
http://www.dukascopy.com/swiss/english/forex/jforex/forum/

Help in syncing closing ASK and BID Prices
http://www.dukascopy.com/swiss/english/forex/jforex/forum/viewtopic.php?f=21&t=57750
Page 1 of 1

Author:  us_copiosus [ Tue 30 Nov, 2021, 18:51 ]
Post subject:  Help in syncing closing ASK and BID Prices

Hi there

(a) Could somebody please confirm the following:-

From Dukascopy Historical Data

EUR/NZD Date: 1/10/2020 Time: 00.01 GMT BID Close Price = 1.77023 and ASK Close Price = 1.77066

(b) given that (a) is indeed correct, I am wishing to code getting the two prices above

ASK_price_close = askBar.getClose();
BID_price_close = bidBar.getClose();

Output from the above two lines of code yield BID Close Price = 1.7702 and ASK Close Price = 1.7704
I believe I have the parameters regarding date, time, etc. in sync

Can anybody help me in syncing these two closing prices

Regards

Bob M
Dunedin
New Zealand

  Page 1 of 1