NexusFi: Find Your Edge


Home Menu

 





ACSIL: Expiration date for a study


Discussion in Sierra Chart

Updated
    1. trending_up 1,926 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?
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
ZombieSqueeze
Platforms and Indicators
NexusFi Journal Challenge - May 2024
Feedback and Announcements
Exit Strategy
NinjaTrader
REcommedations for programming help
Sierra Chart
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
41 thanks
Just another trading journal: PA, Wyckoff & Trends
30 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
23 thanks
GFIs1 1 DAX trade per day journal
21 thanks
  #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