Click here to Login








Price at a specific Intraday Time

by Caleb, 4887 days ago
Share |






The Price at a specific Intraday Time item is a function that works with intraday data and that returns the price, open, high, low, volume or any technical indicator value of a security/stock at a specific time during a trading day. The indicator gets a time-series, an hour and a minute value; it then looks for the bar that starts at the specific hour/minute and returns the value of the specified time-series at that bar.
During a trading day, the indicator will return the value at the specified bar (X) for all bars that occurred after X. For bars that occurred before X, the indicator returns NaN (Not a number) value.

The indicator name is "YTimeClose". To obtain the open price for the 10:30 bar, you can type the following formula: YTimeClose(open, 10, 30);
Using intraday data and an hourly time-frame, the 9:30 bar will get NaN, while the other bars (starting from the 10:30 bar - X) will get the open value of bar X.

Another very interesting example is to get the difference between the intraday day's open and the open of the next bar (10:30 bar). To do so, you need to subtract the 9:30 bar value from the 10:30 bar value. The formula is:
time_dif = YTimeClose(open, 10, 30) - YTimeClose(open, 9, 30);

If the result is positive then this means that the stock or security increased during the first trading hour. The result is negative if the stock decreased during the first trading hour.

For a percentage change in the first intraday hour, simply divide the 10:30 bar by the 9:30 bar.
time_per = ((YTimeClose(open, 10, 30) / YTimeClose(open, 9, 30)) - 1) * 100;


Share This ->
Share |


You have to log in to bookmark this object
What is this?
Additional Information




Type: Trading Indicator

Object ID: 829


Country:
All

Market: All

Style:
Technical Analysis

Reviews
You must log in first

Join now
and get instant access for free to the trading software, the Sharing server and the Social network website.
Click here


Related objects

Empty

Number of reviews
Click to add a review
Average rate
Click to rate this item
Number of times this object was downloaded
Number of rates the current object received
Report an object
if you can't run it for example or if it contains errors
Click to report this object

Technical Analysis


Fundamental Analysis



Random Blog Posts

QuantShare Version 2.1.0 - Trading Software

How to create a ratio indicator using QS Trading Software

Screening with the composite indicators

Synchronize Buy/Sell List of Rules in the Trading System Optimizer

QS Trading Software: Global Script

New Ranking and Percentile Composite Functions

QS Trading Software: Database Optimization

Stock Market Prediction with QuantShare

Show All

Number of reviews
Click to add a review
Average rate
Click to rate this item
Number of times this object was downloaded
Number of rates the current object received
Report an object
if you can't run it for example or if it contains errors
Click to report this object






QuantShare
Product
QuantShare
Features
Create an account
Affiliate Program
Support
Contact Us
Trading Forum
How-to Lessons
Manual
Company
About Us
Privacy
Terms of Use

Copyright © 2024 QuantShare.com
Social Media
Follow us on Facebook
Twitter Follow us on Twitter
Google+
Follow us on Google+
RSS Trading Items



Trading financial instruments, including foreign exchange on margin, carries a high level of risk and is not suitable for all investors. The high degree of leverage can work against you as well as for you. Before deciding to invest in financial instruments or foreign exchange you should carefully consider your investment objectives, level of experience, and risk appetite. The possibility exists that you could sustain a loss of some or all of your initial investment and therefore you should not invest money that you cannot afford to lose. You should be aware of all the risks associated with trading and seek advice from an independent financial advisor if you have any doubts.