NexusFi: Find Your Edge


Home Menu

 





NT7 Chart Objects


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one tulanch with 1 posts (0 thanks)
    2. looks_two Paul Credo with 1 posts (1 thanks)
    3. looks_3 Quick Summary with 1 posts (0 thanks)
    4. looks_4 rleplae with 1 posts (1 thanks)
    1. trending_up 1,205 views
    2. thumb_up 2 thanks given
    3. group 3 followers
    1. forum 3 posts
    2. attach_file 0 attachments




 
Search this Thread

NT7 Chart Objects

  #1 (permalink)
 Paul Credo 
Pietermaritzburg KZN South Africa
 
Experience: Intermediate
Platform: NinjaTrader7
Broker: NinjaTrader
Trading: ES CL CG & ZB
Posts: 4 since Feb 2015
Thanks Given: 3
Thanks Received: 6

I am new to coding in NinjaScript 7. But not new to coding in general. In MQL4 (MT4 platform) there is a Chart Objects list that you can access to identify and manipulate objects drawn on the chart by indicators, EA's, etc. Is there a similar repository in NT7, and if so, can someone point me to documentation, etc, on how to access / manipulate it.

Thanks (in anticipation)

Started this thread Reply With Quote
Thanked by:

Can you help answer these questions
from other members on NexusFi?
Cheap historycal L1 data for stocks
Stocks and ETFs
Trade idea based off three indicators.
Traders Hideout
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
What broker to use for trading palladium futures
Commodities
Better Renko Gaps
The Elite Circle
 
  #3 (permalink)
 
rleplae's Avatar
 rleplae 
Gits (Hooglede) Belgium
Legendary Market Wizard
 
Experience: Master
Platform: NinjaTrader, Proprietary,
Broker: Ninjabrokerage/IQfeed + Synthetic datafeed
Trading: 6A, 6B, 6C, 6E, 6J, 6S, ES, NQ, YM, AEX, CL, NG, ZB, ZN, ZC, ZS, GC
Posts: 3,003 since Sep 2013
Thanks Given: 2,442
Thanks Received: 5,863



Paul Credo View Post
I am new to coding in NinjaScript 7. But not new to coding in general. In MQL4 (MT4 platform) there is a Chart Objects list that you can access to identify and manipulate objects drawn on the chart by indicators, EA's, etc. Is there a similar repository in NT7, and if so, can someone point me to documentation, etc, on how to access / manipulate it.

Thanks (in anticipation)

 
Code
foreach (IDrawObject draw in DrawObjects)
{
// do whatever here...

}
or you can also use this ,if you need access to objects from other scripts or manual

 
Code
foreach (IDrawObject draw in ChartControl.DrawObjects)
{
// do whatever here...

}

Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #4 (permalink)
 tulanch 
Salt Lake City, UT
 
Experience: Intermediate
Platform: SC, NT, MT
Broker: AMP
Trading: NQ ES YM Bonds
Posts: 265 since Mar 2010
Thanks Given: 50
Thanks Received: 387


Paul Credo View Post
I am new to coding in NinjaScript 7. But not new to coding in general. In MQL4 (MT4 platform) there is a Chart Objects list that you can access to identify and manipulate objects drawn on the chart by indicators, EA's, etc. Is there a similar repository in NT7, and if so, can someone point me to documentation, etc, on how to access / manipulate it.

Thanks (in anticipation)


Sent using the NexusFi mobile app

Reply With Quote




Last Updated on January 24, 2017


© 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