where is the documents about string format  [SOLVED]

Questions about MultiCharts and user contributed studies.
gary1288
Posts: 16
Joined: 11 Jan 2023

where is the documents about string format

Postby gary1288 » 05 Apr 2023

I can guess and use the format below:
print(date, " ", time, " CurDayTrds=", CurDayTrds:0:0);

I know it will output an integer.
I want to know if there is a full explanation of this format. :0:0 means what ?
Is there a document/link for this?

User avatar
ABC
Posts: 721
Joined: 16 Dec 2006
Location: www.abctradinggroup.com
Has thanked: 125 times
Been thanked: 409 times
Contact:

Re: where is the documents about string format  [SOLVED]

Postby ABC » 05 Apr 2023

gary1288,

the documentation regarding the print reserved word should get you going:

https://www.multicharts.com/trading-sof ... itle=Print

Regards,

ABC
I can guess and use the format below:
print(date, " ", time, " CurDayTrds=", CurDayTrds:0:0);

I know it will output an integer.
I want to know if there is a full explanation of this format. :0:0 means what ?
Is there a document/link for this?

gary1288
Posts: 16
Joined: 11 Jan 2023

Re: where is the documents about string format

Postby gary1288 » 05 Apr 2023

Thank you.


Return to “MultiCharts”