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.

PeterBrazel

Constant Plot Level

Recommended Posts

I have multiple show me studies plotted relative to each price bar as conditions unfold. I want to keep all these plots within the price panel but remove them from price itself. I want them plotted on a horizontal plane above and below the price bars. I have tried setting them up using the highestHigh x bars etc but as new highs are formed old dots remain plotted at the old level. The trick is to keep these things visible but remove them from the price bars.

 

Somebody must have done this but I cannot locate it anywhere.

 

Anybody got any ideas?

Share this post


Link to post
Share on other sites

Not sure if this is what you're looking for .... but why don't you just plot the showme's x amount of ticks away for high / low..... this way it's removed from the price bars but still visible.

 

example:

 

Inputs:

TickDistance(4);

 

Vars:

Mintick(0);

 

Mintick = minmove/pricescale;

 

If { your condition happens } then

Plot1(High+(TickDistance*Mintick)," " );

 

 

 

Hope this helps

 

Blu-Ray

Share this post


Link to post
Share on other sites

Sorry I don't think that I made myself clear.

 

Have a look at the attached image. You will see a whole raft of showMe's. There are orange and magenta ones x ticks [as you suggested ] above the highs . I have drawn a rectangular box manually that suggests a location that I want all of these plots be be placed. So each plot will be a different distance from each high as each high is different.

 

A similar situation would be created for low ShowMe's.

 

Does this make sense?

5aa70f0e6cb4a_HorizontalPlotarea.png.30a9037b1c562d027c6de3fa6fd5a626.png

Share this post


Link to post
Share on other sites

easy way:

just put the indicator in a separate subchart

 

 

programmer's (difficult) way:

mmm... nah, too much trouble... just do it the easy way.

 

 

 

.

Edited by Tams

Share this post


Link to post
Share on other sites

Yes I think this will be too much trouble. Seperate windows seem to take up too much screen real estate plus I may want several horizontal lines of plots one above the other.

 

Just a thought worth the question.

 

Thanks

Share this post


Link to post
Share on other sites
Apologies for misunderstanding.... so are you only wanting to plot the dots within the box you marked ?

Cheers

Blu-Ray

 

 

that's why I always insist on a mock up...

Share this post


Link to post
Share on other sites
easy way:

just put the indicator in a separate subchart

 

Lol..... beat me to it :)

 

 

that's why I always insist on a mock up...

 

Yes very true... good thinking.

 

Cheers

 

Blu-Ray

Share this post


Link to post
Share on other sites

It's not quite the same is it?

 

This is the the idea of what I want to achieve but instead of in a seperate panel above and below price I would like to have it plotted within the price panel but away from price.

 

It seems though that this might be a considerable job. If so let's forget it.

 

Thanks

5aa70f0e77818_HorizontalPlotarea.png.934cf98c5c5c45dd6833fcb6b648a177.png

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.