blank lines or groups in input (parm) window  [SOLVED]

Questions about MultiCharts .NET and user contributed studies.
johnromeronc
Posts: 53
Joined: 18 Feb 2011
Has thanked: 11 times
Been thanked: 13 times

blank lines or groups in input (parm) window

Postby johnromeronc » 18 Aug 2019

Is there a way to add comment and / or blank lines in the input window. I am migrating things over from NT7 and over there was the ability to do the following in the input parm popup window. They used something called "Groups" as you defined things.
[GridCategory("RMI")]
public int Period
{
get { return period; }
set { period = Math.Max(2, value); }
}


RMI
Period = 9
Upline = 75
downline = 50

Schaff
Fast = 7
Slow = 14
smooth = 3
Attachments
NT7 Group Inputs screen capture.jpg
(171.35 KiB) Downloaded 127 times

johnromeronc
Posts: 53
Joined: 18 Feb 2011
Has thanked: 11 times
Been thanked: 13 times

Re: blank lines or groups in input (parm) window  [SOLVED]

Postby johnromeronc » 19 Aug 2019

In thinking about it more - I guess I could create an additional variable for each "group" and call the Variable something like _RMI_ as a text variable and have the default value be "===============' so it looks like it is a grouping.

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: blank lines or groups in input (parm) window

Postby Henry MultiСharts » 19 Aug 2019

Hello johnromeronc,

There is no such prebuilt functionality, therefore your solution is a viable one.


Return to “MultiCharts .NET”