NexusFi: Find Your Edge


Home Menu

 





Real-time tracking of mouse move NOT working


Discussion in NinjaTrader

Updated
    1. trending_up 1,241 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:	141
Size:	55.8 KB
ID:	129518  
Reply With Quote

Can you help answer these questions
from other members on NexusFi?
MC PL editor upgrade
MultiCharts
ZombieSqueeze
Platforms and Indicators
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
Trade idea based off three indicators.
Traders Hideout
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Just another trading journal: PA, Wyckoff & Trends
34 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
18 thanks
GFIs1 1 DAX trade per day journal
16 thanks
Vinny E-Mini & Algobox Review TRADE ROOM
13 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