Hi! I have a question. Is it possible to usubscribe from instruments in onTick() method? Not to filter them by "if (instrument == this.instrument)". I want to get ticks only from single instrument, to force Strategy calculate faster.
Thanks a lot, compatriot! One question more. Can i get bars in onBar() method only from one single time frame? Strategy gives me a lot of time frames, which i don't need.
hebasto
Post subject: Re: unsubscribe from instruments in Strategy