NexusFi: Find Your Edge


Home Menu

 





how to print time in my EL script?


Discussion in EasyLanguage Programming

Updated
      Top Posters
    1. looks_one kevinkdog with 1 posts (0 thanks)
    2. looks_two powder with 1 posts (0 thanks)
    3. looks_3 swingbatter with 1 posts (0 thanks)
    4. looks_4 ABCTG with 1 posts (0 thanks)
    1. trending_up 3,387 views
    2. thumb_up 0 thanks given
    3. group 4 followers
    1. forum 3 posts
    2. attach_file 0 attachments




 
Search this Thread

how to print time in my EL script?

  #1 (permalink)
powder
Washington DC
 
Posts: 6 since Jan 2015
Thanks Given: 3
Thanks Received: 0

Hi all, I have a EL script that grabs time and price data from some drawing objects and prints them to the print log so I can grab the data for a spreadsheet.

Currently it only prints date and price, but there is are variables "xtm" "ytm" and "ztm" that should grab time, but I can't figure out how to print it. The script uses "formatdate" to print each item, both dates and prices.

Here is the code that prints the output to the log. I can provide more of the code if needed.

Once print("Triangle_Number ", "Xdate ", "Xprice ", "Ydate ", "Yprice ", "Zdate ", "Zprice ");
print(count, " ", //Triangle number
formatdate("MMddyyyy", xdt[lnum]), //xdate
formatdate("MMddyyyy", xpt[lnum]), " ", //xprice
formatdate("MMddyyyy", ydt[tnum]), //ydate
formatdate("MMddyyyy", ypt[tnum]), " ", //yprice
formatdate("MMddyyyy", zdt[lnum]), //Zdate
formatdate("MMddyyyy", zpt[lnum]), " ",//Zprice

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Better Renko Gaps
The Elite Circle
What broker to use for trading palladium futures
Commodities
Trade idea based off three indicators.
Traders Hideout
REcommedations for programming help
Sierra Chart
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
 
  #2 (permalink)
SunTrader
Boca Raton, FL
 
Posts: 260 since Nov 2018
Thanks Given: 81
Thanks Received: 182


powder View Post
Hi all, I have a EL script that grabs time and price data from some drawing objects and prints them to the print log so I can grab the data for a spreadsheet.

Currently it only prints date and price, but there is are variables "xtm" "ytm" and "ztm" that should grab time, but I can't figure out how to print it. The script uses "formatdate" to print each item, both dates and prices.

Here is the code that prints the output to the log. I can provide more of the code if needed.

Once print("Triangle_Number ", "Xdate ", "Xprice ", "Ydate ", "Yprice ", "Zdate ", "Zprice ");
print(count, " ", //Triangle number
formatdate("MMddyyyy", xdt[lnum]), //xdate
formatdate("MMddyyyy", xpt[lnum]), " ", //xprice
formatdate("MMddyyyy", ydt[tnum]), //ydate
formatdate("MMddyyyy", ypt[tnum]), " ", //yprice
formatdate("MMddyyyy", zdt[lnum]), //Zdate
formatdate("MMddyyyy", zpt[lnum]), " ",//Zprice

My suggestion is to see TradeStation Forum topic# 156229 regarding StreamWriter.

Reply With Quote
  #3 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,436 since Apr 2013
Thanks Given: 482
Thanks Received: 1,629


powder,

what is the time format you are storing in "xtm" "ytm" and "ztm"? What is the rational for using formatdate to format price data for example?

Regards,

ABCTG



powder View Post
Hi all, I have a EL script that grabs time and price data from some drawing objects and prints them to the print log so I can grab the data for a spreadsheet.

Currently it only prints date and price, but there is are variables "xtm" "ytm" and "ztm" that should grab time, but I can't figure out how to print it. The script uses "formatdate" to print each item, both dates and prices.

Here is the code that prints the output to the log. I can provide more of the code if needed.

Once print("Triangle_Number ", "Xdate ", "Xprice ", "Ydate ", "Yprice ", "Zdate ", "Zprice ");
print(count, " ", //Triangle number
formatdate("MMddyyyy", xdt[lnum]), //xdate
formatdate("MMddyyyy", xpt[lnum]), " ", //xprice
formatdate("MMddyyyy", ydt[tnum]), //ydate
formatdate("MMddyyyy", ypt[tnum]), " ", //yprice
formatdate("MMddyyyy", zdt[lnum]), //Zdate
formatdate("MMddyyyy", zpt[lnum]), " ",//Zprice


Follow me on Twitter Reply With Quote
  #4 (permalink)
swingbatter
Arlington
 
Posts: 18 since Feb 2020
Thanks Given: 6
Thanks Received: 3


powder View Post
Hi all, I have a EL script that grabs time and price data from some drawing objects and prints them to the print log so I can grab the data for a spreadsheet.

Currently it only prints date and price, but there is are variables "xtm" "ytm" and "ztm" that should grab time, but I can't figure out how to print it. The script uses "formatdate" to print each item, both dates and prices.

Here is the code that prints the output to the log. I can provide more of the code if needed.

Once print("Triangle_Number ", "Xdate ", "Xprice ", "Ydate ", "Yprice ", "Zdate ", "Zprice ");
print(count, " ", //Triangle number
formatdate("MMddyyyy", xdt[lnum]), //xdate
formatdate("MMddyyyy", xpt[lnum]), " ", //xprice
formatdate("MMddyyyy", ydt[tnum]), //ydate
formatdate("MMddyyyy", ypt[tnum]), " ", //yprice
formatdate("MMddyyyy", zdt[lnum]), //Zdate
formatdate("MMddyyyy", zpt[lnum]), " ",//Zprice


Do you have the code that makes the drawing objects in the first place? If so, couldn't you make some time variables in that code, and combine that code for making drawing objects with your new EL script that grabs price data?

Reply With Quote




Last Updated on April 16, 2022


© 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