I am doing:
// want less than 14 bars a minute // make sure 14 ticks ago wasn't in the last minute if(Time[14].Ticks >= Time[0].AddMinutes[1].Ticks) return false; else return true;
"Cannot apply indexing with [] to an expression of type 'method group'"
any ideas?, thanks!

Comment