+1 888 340 6572 GET STARTED
MultiCharts Project Management
previous_open_issue.png
Go to the previous open issue
previous_issue.png
Go to the previous issue (open or closed)
star_faded.png
Please log in to bookmark issues
feature_request_small.png
Open Feature request MC-2841

Ability to not show Plot() line item in Data Window

action_vote_minus_faded.png
1
Votes
action_vote_plus_faded.png
next_issue.png
Go to the next issue (open or closed)
next_open_issue.png
Go to the next open issue
Description
The Data Window in Charts can display all the PlotXXX() info line item for each indicator:

https://www.multicharts.com/trading-software/index.php/Data_Window

However, sometimes we don't want "every" Indicators' PlotXXX() to be displayed in Data Window, since:

(1) Some PlotXXX() are supposedly only to be better viewed/examined in chart
(2) Some PlotXXX() are supposedly only to be better viewed/examined in Data Window
(3) Sometimes we do not want the entire Indicator's info to NOT displayed in Data Window, since the indicator info is better displayed on Chart.

So its is recommended to have the "optional" parameter under PlotXXX() to indicate whether such line item is displayed in Data Window or not, for example:

Current: Plot1(close, "CurrentBarClose", GREEN);
Proposed: Plot1(close, "CurrentBarClose", GREEN, 0);

- The final "0" is a numeric input, which is optional.
- By default, the final parameter is set to 1 (i.e. display such line item in Data Window).
- If purposely set to "0", than such line item will not be displayed in Data Window.


Comments (0)
There are no comments
History
Issue basics
  • Type of issue
    Feature request
  • Category
    Not determined
  • Targeted for
    Not determined
  • Status
    Under Review
User pain
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
Affected by this issue (0)
There are no items
People involved
  • Posted by
    user-offline.png  rc76 (rc76)
  • Owned by
    Not owned by anyone
  • Assigned to
    Not assigned to anyone
  • Subscribers
    1 subscriber(s)
    Click here to show the list of subscribers
Times and dates
  • Posted at
  • Last updated
Issue details
  • Resolution
    Not determined
Attachments (0)
There is nothing attached to this issue
Commits (0)
There are no code checkins for this issue
Duplicate issues (0)
This issue does not have any duplicates