Print(Close), only 2 digits on on Forex

Questions about MultiCharts and user contributed studies.
geektrader
Posts: 100
Joined: 17 Jul 2009
Location: Germany

Print(Close), only 2 digits on on Forex

Postby geektrader » 07 Dec 2009

Hi,

I am testing a strategy on EURUSD (5 digits), and using a simple

print(close);

When now looking at the Output the print command generates, it only shows

1.48

while it is supposed to show 1.48XXX

How can I manage it displays all digits behind the dot?

Thank you.

SUPER
Posts: 646
Joined: 03 Mar 2007
Has thanked: 106 times
Been thanked: 84 times

Postby SUPER » 07 Dec 2009

Try Print(C:1:5);


Return to “MultiCharts”