Jump to content

Welcome to the new Traders Laboratory! Please bear with us as we finish the migration over the next few days. If you find any issues, want to leave feedback, get in touch with us, or offer suggestions please post to the Support forum here.

  • Welcome Guests

    Welcome. You are currently viewing the forum as a guest which does not give you access to all the great features at Traders Laboratory such as interacting with members, access to all forums, downloading attachments, and eligibility to win free giveaways. Registration is fast, simple and absolutely free. Create a FREE Traders Laboratory account here.

Tams

TL_Rectangle (EasyLanguage Function)

Recommended Posts

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

 

 

attachment.php?attachmentid=15859&stc=1&d=1259186292

 

 

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.

Rectangle.png.ad5afb009f6d15d653290350b9075828.png

TL_Rectangle (function).txt

Rectangle (indicator).txt

Rectangle (MultiCharts).pla

Share this post


Link to post
Share on other sites

as always... Very good job from our TAMS

 

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 ... ?

Edited by aaa

Share this post


Link to post
Share on other sites
...

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 ... ?

 

 

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.

Share this post


Link to post
Share on other sites

Hi Tams,

 

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?

Share this post


Link to post
Share on other sites
Hi Tams,

 

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?

 

 

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);

Share this post


Link to post
Share on other sites

What I have created is the FUNCTION

The indicator is for demonstration only.

 

TL_Rectangle (EasyLanguage Function)

 

Oups ! I must wear glasses...

Share this post


Link to post
Share on other sites
Do you coded also triangle pattern?

 

I did not code the triangle pattern... but anything can be coded.

 

If you can imagine it,

if you can visualize it,

if you can quantify it,

if you can articulate it,

It can be coded.

Edited by Tams

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.