I'm importing dukascopy tick data from .csv into Zorro T1 files. The format of Dukascopy data is Date,Bid,Ask,Volume

The comment of the T1 struct tVal field in manual is: //price quote, positive for ask and negative for bid

If I want to use bid prices, does this mean I have to make the bid value negative in the import script to use bid prices in my strategy?


Last edited by Ghi; 11/25/20 16:47.