NexusFi: Find Your Edge


Home Menu

 





Reference opening price of futures market


Discussion in ThinkOrSwim

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




 
Search this Thread

Reference opening price of futures market

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

Does anyone know how to reference the opening price of the futures market ? Ie the opening price being the price at the re-opening of the futrues market at 1700 hours.

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
MC PL editor upgrade
MultiCharts
Quantum physics & Trading dynamics
The Elite Circle
use extra computer for optimisation
NinjaTrader
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
 
  #2 (permalink)
 tr8er 
Europe
Legendary Market Wizard
 
Experience: Advanced
Platform: TradeNavigator, BookMap
Trading: ES, CL, 6E, 6B
Posts: 704 since Jan 2017
Thanks Given: 220
Thanks Received: 709

yes it is the first tick of the new day (5 pm CT) or of the day-session open (8:30 am CT for equities)

Reply With Quote
Thanked by:
  #3 (permalink)
 
Massive l's Avatar
 Massive l 
OR/USA
Legendary /NQ Trader
 
Experience: None
Posts: 2,129 since Mar 2011
Thanks Given: 1,859
Thanks Received: 5,106


# TD Ameritrade IP Company, Inc. (c) 2011-2018
#

input aggregationPeriod = AggregationPeriod.DAY;
input showOnlyLastPeriod = yes;

def prevPrice = open(period = aggregationPeriod)[-1];
def price = open(period = aggregationPeriod);
plot DailyOpen = if showOnlyLastPeriod and !IsNaN(prevPrice) then Double.NaN else price;

DailyOpen.SetDefaultColor(GetColor(2));
DailyOpen.SetPaintingStrategy(PaintingStrategy.HORIZONTAL)

Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #4 (permalink)
kblaine123
houston
 
Posts: 9 since Feb 2018
Thanks Given: 2
Thanks Received: 1

Thanks guys....works perfectly for the future that is loaded......I tried to change the script up a bit to addess a secondary future but with no luck.

Any ideas changing up the script to give me both CL and NG for example ?

I sincerely appreciate your ideas.

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

never mind....got it

Reply With Quote




Last Updated on December 12, 2018


© 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