PDA

View Full Version : Drawing indicator outside of OnBarUpdate()


nvladik
06-20-2007, 09:05 PM
Is it possible to update an indicator faster then OnBarUpdate() does?

Thanks.

NinjaTrader_Dierk
06-21-2007, 12:01 AM
No. You only can set Calculate on bar close = false to trigger OnBarUpdate and indicator update tick by tick and not only by "bar close" event.