UserName and UserID Passed on Evaluation Copy of MultiCharts

Questions about MultiCharts and user contributed studies.
eegroup
Posts: 78
Joined: 04 Aug 2008
Has thanked: 11 times
Been thanked: 9 times

UserName and UserID Passed on Evaluation Copy of MultiCharts

Postby eegroup » 05 Aug 2013

Anyone know what is passed in an Indicator/Signal when the GetUserName and GetUserID commands are issued when running on an "Evaluation Copy" (30 Day Trial) of MultiCharts?

At least for the User Name it appears not to use the "Licensed to:" name displayed as "(Evaluation Copy)" [the name that is displayed when you click on Help --> About MultiCharts].

Thanks!

User avatar
TJ
Posts: 7740
Joined: 29 Aug 2006
Location: Global Citizen
Has thanked: 1033 times
Been thanked: 2221 times

Re: UserName and UserID Passed on Evaluation Copy of MultiCh

Postby TJ » 05 Aug 2013

Anyone know what is passed in an Indicator/Signal when the GetUserName and GetUserID commands are issued when running on an "Evaluation Copy" (30 Day Trial) of MultiCharts?

At least for the User Name it appears not to use the "Licensed to:" name displayed as "(Evaluation Copy)" [the name that is displayed when you click on Help --> About MultiCharts].

Thanks!
The wiki has keyword definitions and usage examples

https://www.multicharts.com/trading-sof ... /Main_Page

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

Re: UserName and UserID Passed on Evaluation Copy of MultiCh

Postby Andrew MultiCharts » 08 Aug 2013

Hello Eegroup,

the following code:

Code: Select all

print(getUserName);
...has returned the following in trial version of MC:

Code: Select all

...
Evaluation Copy
Evaluation Copy
Evaluation Copy
Evaluation Copy
...


Return to “MultiCharts”