Abbreviate currency units

Questions about MultiCharts and user contributed studies.
Nevik
Posts: 24
Joined: 20 Dec 2009
Location: Los Angeles, CA
Has thanked: 9 times
Been thanked: 1 time

Abbreviate currency units

Postby Nevik » 08 Jun 2020

Greetings,

Can someone tell me if it is possible to abbreviate currency units with Multicharts.
I'm coding a trade script for EURUSD at IB and I would like to use the expression buy 1M shares next bar at open rather than 1000000 shares.

TIA

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

Re: Abbreviate currency units

Postby TJ » 08 Jun 2020

You can declare an input, but it must begin with an non-number:

Code: Select all

Input: M1 ( 1000000 ), _1m ( 1000000 );


Return to “MultiCharts”