NexusFi: Find Your Edge


Home Menu

 





Real-time tracking of mouse move NOT working


Discussion in NinjaTrader

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




 
Search this Thread

Real-time tracking of mouse move NOT working

  #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:	144
Size:	55.8 KB
ID:	129518  
Reply With Quote

Can you help answer these questions
from other members on NexusFi?
What broker to use for trading palladium futures
Commodities
Strategy stop orders partially filled
EasyLanguage Programming
Quantum physics & Trading dynamics
The Elite Circle
ZombieSqueeze
Platforms and Indicators
MC PL editor upgrade
MultiCharts
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Just another trading journal: PA, Wyckoff & Trends
22 thanks
What is Markets Chat (markets.chat) real-time trading ro …
19 thanks
GFIs1 1 DAX trade per day journal
15 thanks
ApexTraderFunding.com experience and review
15 thanks
EG Indicators
11 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


© 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