NexusFi: Find Your Edge


Home Menu

 





Other MarketData


Discussion in NinjaTrader

Updated
    1. trending_up 1,656 views
    2. thumb_up 0 thanks given
    3. group 1 followers
    1. forum 4 posts
    2. attach_file 0 attachments




 
Search this Thread

Other MarketData

  #1 (permalink)
mate41
Paris/France
 
Posts: 4 since Sep 2011
Thanks Given: 1
Thanks Received: 0

Hi guys,
i don't like this OnMarketData from NT.
There is an other one, runs perfectly in an OnBarUpdate() and there is no need for an OnMarketData method.
But i don't know where it come from.

 
Code
cur_Ask = MarketData.Ask.Price;
cur_Bid = MarketData.Bid.Price;
cur_Last = MarketData.Last.Price;
close_Pr_Day = MarketData.LastClose.Price;
cur_.... are personal variables and i use close_Pr_Day as the close of the previous day.

 
Code
if ( BarsInProgress == 0 && FirstTickOfBar)
            {
                close_Pr_Day = MarketData.LastClose.Price;        //call it only once and store it in close_Pr_Day
                
            }
However this don't work:
 
Code
day_Open = MarketData.Opening.Price;
Any idea ??

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Better Renko Gaps
The Elite Circle
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
REcommedations for programming help
Sierra Chart
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Trade idea based off three indicators.
Traders Hideout
 
  #3 (permalink)
mate41
Paris/France
 
Posts: 4 since Sep 2011
Thanks Given: 1
Thanks Received: 0


Seriously nobody has heard of it ??

Reply With Quote
  #4 (permalink)
 
NinjaTrader's Avatar
 NinjaTrader  NinjaTrader is an official Site Sponsor
Site Sponsor

Web: NinjaTrader
AMA: Ask Me Anything
Webinars: NinjaTrader Webinars
Elite offer: Click here
 
Posts: 1,714 since May 2010
Thanks Given: 203
Thanks Received: 2,686

The MarketData property is not supported NinjaScript so there is no expected behaviour. It is also possible that this property could be null so you should check for null object before accessing it. The opening price property may or may not be set depednant on what information we receive via the market data/broker provider API.

Follow me on Twitter Reply With Quote
  #5 (permalink)
mate41
Paris/France
 
Posts: 4 since Sep 2011
Thanks Given: 1
Thanks Received: 0

I know it's not supported. It works for me as it has to do except the OPEN price.
My question was if anyone knows anything about where it come from.

Reply With Quote




Last Updated on December 20, 2011


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts