NexusFi: Find Your Edge


Home Menu

 





Real-time tracking of mouse move NOT working


Discussion in NinjaTrader

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




 
Search this Thread
  #1 (permalink)
LearnToCode
Danang, VN
 
Posts: 6 since Nov 2013
Thanks Given: 9
Thanks Received: 0

Hi,

For some of my future projects, I need to capture the position of mouse cursor on charts.

Therefore, I decide to test my approach with this simple code, whose purpose is to handle MouseMove event for displaying the X and Y location of mouse in real time.

However, the problem is that the values of X and Y only update when I click (either right, left, or wheel click) on a chart. Can you instruct me a way to update X and Y real-time for any mouse move?

Thank you in advance.

 
Code
protected override void Initialize() {
        Overlay	 = true;
	CalculateOnBarClose = true;
	ChartControl.ChartPanel.MouseMove += new MouseEventHandler(OnMouseMove);
}

void OnMouseMove(object sender, MouseEventArgs e) {
	DrawTextFixed("info", "X = " + e.X + "\nY = " + e.Y, TextPosition.BottomRight, Color.Red, new Font("Arial", 20f), Color.Black, Color.Yellow, 100 );
}
		
protected override void OnBarUpdate() {
}

Screenshot: Please see my attachment
___


Attached Thumbnails
Click image for larger version

Name:	test.png
Views:	220
Size:	55.8 KB
ID:	129518  
Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Iran Airspace Collapses 18 Points to 15.5% While Hormuz …
Prediction Markets & Event Contracts
Sundays Verdict: Lebanon Locked at 99.85% as Iran June 7 …
Prediction Markets & Event Contracts
April CPI Preview: +3.7% YoY Expected at 8:30 AM ET -- C …
Traders Hideout
Strike Pause Holds, Oil Erases Monday Spike -- May CPI W …
Traders Hideout
Iran Peace Expired NO: Ceasefire on Life Support, OPEC a …
Prediction Markets & Event Contracts
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
NexusFi site changelog and issues/problem reporting
13 thanks
Darmok and Jalad at Tanagra
3 thanks
Big Mike in Ecuador
1 thanks
30 Sessions
1 thanks
  #3 (permalink)
LearnToCode
Danang, VN
 
Posts: 6 since Nov 2013
Thanks Given: 9
Thanks Received: 0


Hi,

Could anyone know the reason why MouseMove event handler does not work properly as expected? Please help me.

Thank you in advance.


Reply With Quote




Last Updated on December 1, 2013


© 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