|
Quote: |
|
 |
|
|
Hi Zdo, Thanks, Ive tried that and verification gets past those terms but obviously there are other terms that are not recognized by 2000i, the next one is "bartype".
thanks |
|
|
|
|
dovetree,
I'm pretty sure 2000i only has time interval bars so isolate and eliminate the code that applies to bartype
MyVol = Iff(BarType < 2, Ticks, Volume); is just going to be
MyVol = Volume;
…And if 2000i doesn’t have InsideBid and InsideAsk, I think you’re hosed
hth