NexusFi: Find Your Edge


Home Menu

 





ACSIL: Expiration date for a study


Discussion in Sierra Chart

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




 
Search this Thread

ACSIL: Expiration date for a study

  #1 (permalink)
 yonatan 
Haifa Israel
 
Experience: Beginner
Platform: sierra chart
Broker: Optimus Trading Group/Rithmic
Trading: es
Posts: 91 since Apr 2012
Thanks Given: 50
Thanks Received: 71

Is it possible to set an expiration date to an ACSIL study ?

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
REcommedations for programming help
Sierra Chart
ZombieSqueeze
Platforms and Indicators
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Cheap historycal L1 data for stocks
Stocks and ETFs
MC PL editor upgrade
MultiCharts
 
  #3 (permalink)
 
aslan's Avatar
 aslan 
Madison, WI
 
Experience: Advanced
Platform: ALT
Trading: ES
Posts: 625 since Jan 2010
Thanks Given: 356
Thanks Received: 1,127


Just call sc.CurrentSystemDateTime to get the current date/time, and compare it against any date time you want to set up in the code.

 
Code
SCDateTime Expire = SCDateTime(2012, 7, 12, 0, 0, 0);
SCDateTime Now = sc.sc.CurrentSystemDateTime;

if (Now > Expire) do_something;

Reply With Quote
Thanked by:
  #4 (permalink)
 yonatan 
Haifa Israel
 
Experience: Beginner
Platform: sierra chart
Broker: Optimus Trading Group/Rithmic
Trading: es
Posts: 91 since Apr 2012
Thanks Given: 50
Thanks Received: 71


aslan View Post
Just call sc.CurrentSystemDateTime to get the current date/time, and compare it against any date time you want to set up in the code.

 
Code
SCDateTime Expire = SCDateTime(2012, 7, 12, 0, 0, 0);
SCDateTime Now = sc.sc.CurrentSystemDateTime;

if (Now > Expire) do_something;

Cool, this will certainly do the job.
Thanks @aslan.

Started this thread Reply With Quote




Last Updated on July 3, 2012


© 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