RightEdge Forums
Main     Home          Members     Calendar     Who's On

Welcome Guest
        



0 price on NewTick() Expand / Collapse
Message
Posted 1/25/2010 15:00:22 Post #10574
 

Forum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum Member
Why when I run live strategy which shows price every each tick, then sometimes (every 2-5 ticks) is 0?

public override void NewTick(BarData partialBar, TickData tick) {
OutputMessage("NewTick(), price: "+tick.price);
}


Ed.2 Beta 14
Posted 1/25/2010 16:16:50 Post #10576
 

Forum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum Member
Ok, I know why:

OutputMessage("NewTick(), price: "+tick.price + " tickType: "+tick.tickType);

There are various types of information carried in tick.price field (not only price but ie. Daily volume as well) - it misleading coder's.
« Prev Topic | Next Topic »


Reading This Topic Expand / Collapse
Active Users: 0 (0 guests, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: billb, young, dplaisted

Permissions Expand / Collapse

All times are GMT -5:00, Time now is 7:06pm

2005-2007 © RightEdge Systems