Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Cant move vertical line when equidistant bar spacing is off

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Cant move vertical line when equidistant bar spacing is off

    Hi,

    If I programatically draw a vertical line and unlock it, i can then move it around the chart manually and have my indicator read its location. If however i turn Equidistant bar spacing off, the line can no longer be moved. The properties of the line still show unlocked. Manually drawn vertical lines dont have this problem.

    Code:
    			if (CurrentBar < Count-2) return;
    			
    			if (FirstRun)
    			{
    				myLine = Draw.VerticalLine(this,"TheLine",10,Brushes.Black);//.IsLocked = false;
    				myLine.IsLocked = false;
    				FirstRun = false;
    			}

    #2
    Hello,

    Thank you for the post.

    I wanted to post a quick video showing the steps I had used, I was unable to see this on my end so potentially I did not have the full instructions to re produce.

    If these are the steps you are using, it would appear this has been corrected in the current internal build, if you are using the most recent beta b9 and still see this, it could be something that has already been corrected now.

    Can you tell me if the steps in the video are the same, if not can you detail the exact process you are taking?

    Free online storage and sharing with Screencast.com. 2 GB of storage and 2 GB of bandwidth per month for free. We won't compress, alter or take ownership of your content.


    I look forward to being of further assistance.
    JesseNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by GLFX005, Today, 03:23 AM
    0 responses
    1 view
    0 likes
    Last Post GLFX005
    by GLFX005
     
    Started by XXtrader, Yesterday, 11:30 PM
    2 responses
    11 views
    0 likes
    Last Post XXtrader  
    Started by Waxavi, Today, 02:10 AM
    0 responses
    6 views
    0 likes
    Last Post Waxavi
    by Waxavi
     
    Started by TradeForge, Today, 02:09 AM
    0 responses
    11 views
    0 likes
    Last Post TradeForge  
    Started by Waxavi, Today, 02:00 AM
    0 responses
    2 views
    0 likes
    Last Post Waxavi
    by Waxavi
     
    Working...
    X