NexusFi: Find Your Edge


Home Menu

 





NT8 -- Get Chart Price at Cursor / Click -- any code samples?


Discussion in NinjaTrader

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




 
Search this Thread

NT8 -- Get Chart Price at Cursor / Click -- any code samples?

  #1 (permalink)
 vantojo 
Vilcabamba, Ecuador
 
Experience: Intermediate
Platform: Ninja
Trading: NQ, UB
Posts: 204 since Jul 2012

Hello,

Anyone have code samples of how to get the chart price at a cursor / pointer location (after mouse click) in NT 8?

In other words, the Y axis coordinate?

There was some in NT 7 that worked well, but a different graphics base now in NT 8.

Thanks

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Cheap historycal L1 data for stocks
Stocks and ETFs
What broker to use for trading palladium futures
Commodities
Quantum physics & Trading dynamics
The Elite Circle
 
  #3 (permalink)
 vantojo 
Vilcabamba, Ecuador
 
Experience: Intermediate
Platform: Ninja
Trading: NQ, UB
Posts: 204 since Jul 2012


protected override void OnRender (ChartControl chartControl, ChartScale chartScale)
{
// call the base.OnRender() to ensure standard Plots work as designed
base.OnRender(chartControl, chartScale);

// my code
double wpfY = chartControl.MouseDownPoint.Y;

double valueByYWpf = chartScale.GetValueByYWpf(wpfY);

valueByYWpf = Instrument.MasterInstrument.RoundToTickSize(valueByYWpf);

Print (valueByYWpf.ToString());


}

Started this thread Reply With Quote




Last Updated on September 13, 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