NexusFi: Find Your Edge


Home Menu

 





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


Discussion in NinjaTrader

Updated
    1. trending_up 2,108 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?
Better Renko Gaps
The Elite Circle
Build trailing stop for micro index(s)
Psychology and Money Management
Ninja Mobile Trader VPS (ninjamobiletrader.com)
Trading Reviews and Vendors
NexusFi Journal Challenge - April 2024
Feedback and Announcements
Exit Strategy
NinjaTrader
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Get funded firms 2023/2024 - Any recommendations or word …
56 thanks
Funded Trader platforms
44 thanks
NexusFi site changelog and issues/problem reporting
24 thanks
GFIs1 1 DAX trade per day journal
22 thanks
The Program
19 thanks
  #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