×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

Changes - MultiCharts

Changes

Jump to navigation Jump to search

RectangleSetEnd s

1,566 bytes added, 13:47, 25 August 2021
Created page with "Modifies the ending point location of a rectangle with the specified ID number; returns a value of 0 if the ending point location was successfully modified, and a value of -2..."
Modifies the ending point location of a rectangle with the specified ID number; returns a value of 0 if the ending point location was successfully modified, and a value of -2 if the specified rectangle ID number is invalid.<br>
Of the two end points of a rectangle, the point with the later date and time is always considered to be the ending point; if the rectangle is vertical, the point with the higher price value is considered to be the ending point.

== Usage ==
<syntaxhighlight>RectangleSetEnd_s (ID, eDate, eTime_s, ePriceValue)</syntaxhighlight>

:'''Parameters'''
::''ID'' - a numerical expression specifying the rectangle ID number
::''eDate'' - a numerical expression specifying the new ending point date; the date is indicated in the YYYMMdd format, where YYY is the number of years since 1900, MM is the month, and dd is the day of the month
::''eTime_s'' - a numerical expression specifying the new ending point time, including seconds; the time is indicated in the 24-hour HHmmss format, where 130000 = 1:00:00 PM
::''ePriceValue'' - a numerical expression specifying the new ending point price value (vertical position, corresponding to a value on the price scale of a chart)

== Notes ==
A rectangle-specific ID number is returned by [[RectangleNew_s]] when the rectangle is created.

== Example ==
Move the ending point of the rectangle with an ID number of 3 to 14:15:00 PM on January 17th at a price value of 1350:
<syntaxhighlight>Value1=RectangleSetEnd_s(3,1080117,141500,1350);</syntaxhighlight>

[[Category: Rectangle Drawing]]

Navigation menu