I have this code in my Initialize tag to deal with it, but I don't know how to get the Quote parameter:
if (Instrument.MasterInstrument.InstrumentType = InstrumentType.Currency && [B](Quotes are TenthPip || Quotes are HalfPip[/B])) ThisTicksize = TickSize * 10;
else ThisTicksize = TickSize;

Comment