NexusFi: Find Your Edge


Home Menu

 





How to print with decimals?


Discussion in EasyLanguage Programming

Updated
    1. trending_up 3,430 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?
Quantum physics & Trading dynamics
The Elite Circle
Trade idea based off three indicators.
Traders Hideout
MC PL editor upgrade
MultiCharts
Strategy stop orders partially filled
EasyLanguage Programming
ZombieSqueeze
Platforms and Indicators
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Just another trading journal: PA, Wyckoff & Trends
22 thanks
What is Markets Chat (markets.chat) real-time trading ro …
19 thanks
ApexTraderFunding.com experience and review
15 thanks
GFIs1 1 DAX trade per day journal
15 thanks
EG Indicators
11 thanks
  #3 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,436 since Apr 2013
Thanks Given: 482
Thanks Received: 1,629


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