Description Inputs

Questions about MultiCharts and user contributed studies.
turbofib
Posts: 213
Joined: 11 May 2013
Has thanked: 67 times
Been thanked: 1 time

Description Inputs

Postby turbofib » 09 Oct 2014

Hi, how can i do to write description near Inputs?

ex:
Attachments
screenshot_254.png
(56.05 KiB) Downloaded 364 times

User avatar
Andrew MultiCharts
Posts: 1587
Joined: 11 Oct 2011
Has thanked: 931 times
Been thanked: 559 times

Re: Description Inputs

Postby Andrew MultiCharts » 09 Oct 2014

Hello turbofib,

Unfortunately you cannot add any description in the Format Indicator window, but you can name an input anyway you want.

User avatar
bensat
Posts: 331
Joined: 04 Oct 2014
Has thanked: 46 times
Been thanked: 104 times

Re: Description Inputs

Postby bensat » 09 Oct 2014

Turbofib,

unfortunately it's impossible in MC. I know in TS it was like ....

Code: Select all

input : Length(10{Period to calc. Average back});
May you want add a description like :

Code: Select all

input : Descr.Length("Period to calc. Average back");
input : Input.Length(10);
input : Descr.Version("1=HLC/3 - 2=OHLC/4 etc.");
input : Input.Version(1);
Hope this helps a little bit.

Ben

maxmax68
Posts: 163
Joined: 20 Nov 2012
Has thanked: 55 times
Been thanked: 48 times

Re: Description Inputs

Postby maxmax68 » 09 Oct 2014

I'd like very much this feature in MC too !!!

Massimo


Return to “MultiCharts”