Hello Avinash,
Quote:
The reason i am asking is if i use historic tester with period 1min , onTick gets called once every one min , also onBar will get called once in one min. But if i have exactly same strategy written in onTick and onBar then they should not return two different result .. right ?
This is true only till you are using the Historical Tester(HT). Because in HT ticks are generated from candles. (consider this
https://www.dukascopy.com/swiss/english/forex/jforex/forum/viewtopic.php?f=5&t=4025&hilit=OHLC&sid=09fd87de6ce0003adf087999dfeab130).
Quote:
Does indicators internally use tick data to calculate results ?
No, indicators use candle data.
Here is more info on indicators
https://www.dukascopy.com/swiss/english/forex/jforex/forum/viewtopic.php?f=6&t=1820&sid=09fd87de6ce0003adf087999dfeab130