NexusFi: Find Your Edge


Home Menu

 





Reference Previous days close...using intraday charts


Discussion in ThinkOrSwim

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




 
Search this Thread

Reference Previous days close...using intraday charts

  #1 (permalink)
kblaine123
houston
 
Posts: 9 since Feb 2018
Thanks Given: 2
Thanks Received: 1

Guys....I can't seem to get this to work.

I use intraday charts....if I use the following for futures, I can only access the price back to 1 am....I need to access the price at the close of the previous session...any ideas how to reference the previous days close when you have intraday charts open ?



declare lower;
input CashOpen = 0100;
input Settlement = 1615;
input future1 = "/YM";
input future2 = "/NQ";
def f1open =close(future1,period="Day")[1];
def f1close =close(future1);
def f2open = close(future2,period="Day")[1];
def f2close =close(future2);
def Today = GetDay() == GetLastDay();
def TodaysOpenf1 = if SecondsFromTime(CashOpen) == 0 and
SecondsTillTime(Settlement) >= 24300 and Today
then f1open else TodaysOpenf1[1];
def TodaysOpenf2 = if SecondsFromTime(CashOpen) == 0 and
SecondsTillTime(Settlement) >= 24300 and Today
then f2open else TodaysOpenf2[1];

Reply With Quote




Last Updated on April 11, 2019


© 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