NexusFi: Find Your Edge


Home Menu

 





The value of open of bar for specific time for code.


Discussion in ThinkOrSwim

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




 
Search this Thread

The value of open of bar for specific time for code.

  #1 (permalink)
stasbz
Russia
 
Posts: 10 since Nov 2013
Thanks Given: 1
Thanks Received: 0

Hello.

How to get price of open of first bar of specific time.

For a example, bar starts at 2:00. I need to get price of open of that time for code.

Please help.

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
Strategy stop orders partially filled
EasyLanguage Programming
Trade idea based off three indicators.
Traders Hideout
MC PL editor upgrade
MultiCharts
Quantum physics & Trading dynamics
The Elite Circle
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Funded Trader platforms
57 thanks
Trading with Intuition
16 thanks
Self sabotage reframed
15 thanks
Joes Trading Garage
13 thanks
GFIs1 1 DAX trade per day journal
11 thanks
  #2 (permalink)
 JayC 
San Diego, CA
 
Experience: Beginner
Platform: TOS, Sierra
Trading: Emini ES, Crude CL
Posts: 55 since Mar 2019
Thanks Given: 9
Thanks Received: 43

Something like this...

 
Code
input targetTime = 1030;

def targetPrice = if secondsFromTime(targetTime) == 0 then open else targetPrice[1];

AddLabel(1, "Target: " + targetPrice, Color.LIGHT_GREEN);

Reply With Quote
Thanked by:




Last Updated on September 27, 2020


© 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