| Trading Indicators Post your custom trading indicators. If you download, remember to click INSTALL. |
![]() | | Tweet | |
TL_Rectangle (EasyLanguage Function) Details »» | |||||||||||||||||||||||||||||||||
| TL_Rectangle (EasyLanguage Function) Developer Last Online: May 2012
TL_Rectangle (EasyLanguage Function) Description: This function draws a rectangle on the chart 2 points are required to draw the rectangle: the top left corner and the bottom right corner TL_Rectangle requires 8 input variables the top left corner date, time and price the bottom right corner date, time and price as well as the color and thickness of the lines TL_Rectangle requires the dates in EasyLanguage format ![]() A demonstration indicator is attached below Note: This EasyLanguage indicator was written in MultiCharts. I have not tested it in other compatible programs. Please refer to your users manual for importation instructions. Download Now
Screenshots Show Your Support
| |||||||||||||||||||||||||||||||||
| The Following 5 Users Say Thank You to Tams For This Useful Post: | ||
aaa (11-28-2009), MKTr (11-29-2009), shrike (11-27-2009), TIKITRADER (12-02-2009), Tradewinds (10-03-2011) | ||
| Comments |
| | #2 | ||
![]() | Re: TL_Rectangle (EasyLanguage Function) A few lines of code 4 a simple idea This indicator could B a new tool 2 Xperiment ideas Why not higligt a trading range with it ? Or a gap untill it is closed ? Or 2 Xtrems ? Or put variables on Bot.Right.Date(20091125), Bot.Right.Time(1400), Bot.Right.Price(1105), Or ... ? Or ... ? Or ... ? Or ... ? Or ... ? Last edited by aaa; 11-28-2009 at 07:27 AM. | ||
| |
|
| | #3 | ||
![]() | Re: TL_Rectangle (EasyLanguage Function) Quote:
EXACTLY !!! What I have created is the FUNCTION The indicator is for demonstration only. When writing your own indicator... you can put any variables you like for the rectangle coordinates. The rectangle size and position can change with every tick and every bar as the market unfolds.
__________________ Only an idiot would reply to a stupid post | ||
| |
|
| The Following User Says Thank You to Tams For This Useful Post: | ||
DugDug (11-30-2009) | ||
| | #4 | ||
![]() | Re: TL_Rectangle (EasyLanguage Function) if a specific condition is met, i want to delete the rectangle. Does somebody has an easy solutiion where to put in the 4 tl_delete. Into the function before if value1 = 0 then or into the main code? | ||
| |
|
| | #5 | ||
![]() | Re: TL_Rectangle (EasyLanguage Function)
__________________ Only an idiot would reply to a stupid post | ||
| |
|
| | #6 | ||
![]() | Re: TL_Rectangle (EasyLanguage Function) Quote:
you can modify the function to pass the IDs: id.tl.top(-1), id.tl.bot(-1), id.tl.left(-1), id.tl.right(-1);
__________________ Only an idiot would reply to a stupid post | ||
| |
|
| The Following 2 Users Say Thank You to Tams For This Useful Post: | ||
aaa (12-05-2009), TIKITRADER (12-02-2009) | ||
| | #7 | ||
![]() | Re: TL_Rectangle (EasyLanguage Function) The indicator is for demonstration only. TL_Rectangle (EasyLanguage Function) Oups ! I must wear glasses... | ||
| |
|
| | #8 | ||
![]() | Re: TL_Rectangle (EasyLanguage Function) | ||
| |
|
![]() |
| Tags |
| rectangle, trendline |
| Thread Tools | |
| Help Others By Rating This Thread | |
| |
| ∧ Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Suri.isTradingDay (EasyLanguage Function) | suriNotes | Trading Indicators | 6 | 10-03-2011 12:35 PM |
| Iff Function Different Averages | andypap | Coding Forum | 5 | 08-31-2009 11:40 AM |
| Help Finding Function | kamakazy | Coding Forum | 1 | 07-30-2009 11:15 AM |
| IFF (EasyLanguage Function) | Tams | Coding Forum | 1 | 05-24-2009 10:08 PM |
| ADX Easylanguage Code Without Calling a Function | Frank | Coding Forum | 1 | 02-08-2009 09:39 PM |