NexusFi: Find Your Edge


Home Menu

 





How to print with decimals?


Discussion in EasyLanguage Programming

Updated
    1. trending_up 3,414 views
    2. thumb_up 0 thanks given
    3. group 2 followers
    1. forum 3 posts
    2. attach_file 0 attachments




 
Search this Thread

How to print with decimals?

  #1 (permalink)
sosolala
Bangkok
 
Posts: 2 since Sep 2014
Thanks Given: 0
Thanks Received: 0

Hi Guys and Girls,

I got a simple question I want to print the following info into a csv which I can import later into Excel

So what I managed is the following, this gives me 4 decimals in the log file

Print (File("c:\test.txt"),"Symbol , Date , Time , Open , High , Low , Close");
Print (File("c:\test.txt"), Symbol , Date , Time , Open:0:4 , High:0:4 , Low:0:4 , Close:0:4);

However the following data doesn't want to write 4 decimals but gives me 2, and I don't know how to correct it

This doesn't work:

Print (File("c:\test.txt"), Symbol , Date , Time[1] , Open:0:4[1] , High:0:4[1] , Low:0:4[1] , Close:0:4[1]);

And this doesn't work??
Print (File("C:\test.txt"), Symbol , Date , Time[2] , Open[2]:0:4 , High[2]:0:4 , Low[2]:0:4 , Close[2]:0:4);

So how to I make previous data write also with 4 decimals within the print statement?


Thanks

R

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
NexusFi Journal Challenge - April 2024
Feedback and Announcements
Futures True Range Report
The Elite Circle
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
My NT8 Volume Profile Split by Asian/Euro/Open
NinjaTrader
Are there any eval firms that allow you to sink to your …
Traders Hideout
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Get funded firms 2023/2024 - Any recommendations or word …
61 thanks
Funded Trader platforms
39 thanks
NexusFi site changelog and issues/problem reporting
26 thanks
The Program
18 thanks
GFIs1 1 DAX trade per day journal
18 thanks
  #3 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,431 since Apr 2013
Thanks Given: 481
Thanks Received: 1,623


sosolala,

you need to be a bit more specific. While the first line of your second test doesn't compile on my end, the second part
 
Code
Print (File("C:\test.txt"), Symbol , Date , Time[2] , Open[2]:0:4 , High[2]:0:4 , Low[2]:0:4 , Close[2]:0:4);
prints four decimals for Open, High, Low and Close just fine.

Regards,
ABCTG

Follow me on Twitter Reply With Quote
  #4 (permalink)
sosolala
Bangkok
 
Posts: 2 since Sep 2014
Thanks Given: 0
Thanks Received: 0


ABCTG View Post
sosolala,

you need to be a bit more specific. While the first line of your second test doesn't compile on my end, the second part
 
Code
Print (File("C:\test.txt"), Symbol , Date , Time[2] , Open[2]:0:4 , High[2]:0:4 , Low[2]:0:4 , Close[2]:0:4);
prints four decimals for Open, High, Low and Close just fine.

Regards,
ABCTG

Thanks, i found my error

Reply With Quote




Last Updated on September 21, 2014


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts