+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-1819

Allow annotation of study inputs

action_vote_minus_faded.png
4
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

This feature consists of two things:
1. Allow use of Description attribute on indicator/study inputs.
[Input]
[Description("Number of bars in a fast moving period")]
public int fastLength { get; set; }
2. Show the description in the Format Indicator or Format Signal window.
It would be great to also support a similar thing in MultiCharts PL especially since your indicators can be in compiled format with no access to source code, these annotations will come extremely useful both for developers and users.
See: http://msdn.microsoft.com/en-us/library/System.ComponentModel.DescriptionAttribute

Steps to reproduce this issue
  1. Open Format Indicator or Format Signal window.
  2. Select an input
  3. There is no description for the input
Comments (2)
#0
user-offline.png  orad (orad)
Dec 21, 2014 - 09:36

More attributes from the System.ComponentModel namespace can be used here. For example instead of always showing the identifier name for Inputs, we could use the [DisplayName] attribute to show custom names. This allows using spaces in input names, for example "Some Input Name Alpha" instead of "SomeInputNameAlpha".

#1
user-offline.png  orad (orad)
Apr 27, 2017 - 13:34

This would be useful and should be easy to implement. Please review this suggestion.

History
Issue basics
  • Type of issue
    Feature request
  • Category
    Usability
  • Targeted for
    Not determined
  • Status
    Not Reviewed
User pain
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
Affected by this issue (2)
People involved
Times and dates
  • Posted at
  • Last updated
Issue details
  • Resolution
    Not determined
  • Severity
    Normal
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