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,715 views
    2. thumb_up 2 thanks given
    3. group 3 followers
    1. forum 3 posts
    2. attach_file 0 attachments




 
Search this Thread
  #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?
Czechia Live at 52.5% as England Rides 4-2 Wave to Co-Fa …
Prediction Markets & Event Contracts
I Have a Thing Called Iran -- Trump Stays in DC as Airsp …
Prediction Markets & Event Contracts
The June 15 Resolution Trap: Irans Agreed Text Still Pri …
Prediction Markets & Event Contracts
Beijing Summit Closes: Xi Pledges Hormuz Help -- $1.14B …
Prediction Markets & Event Contracts
Peace Deal Forward Curve: May 22%, June 51%, December 81 …
Prediction Markets & Event Contracts
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
NexusFi site changelog and issues/problem reporting
10 thanks
Darmok and Jalad at Tanagra
3 thanks
Big Mike in Ecuador
1 thanks
30 Sessions
1 thanks
  #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: 2,947 since Sep 2013
Thanks Given: 2,442
Thanks Received: 5,855



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 X 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: 285 since Mar 2010
Thanks Given: 51
Thanks Received: 405


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


© 2026 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 - Downloads - Top
no new posts