NexusFi: Find Your Edge


Home Menu

 





QuotesProvider Fields - Greater than PreviousClose?


Discussion in EasyLanguage Programming

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




 
Search this Thread

QuotesProvider Fields - Greater than PreviousClose?

  #1 (permalink)
CreativelyChris
Los Angeles, CA
 
Posts: 13 since Sep 2021
Thanks Given: 1
Thanks Received: 0

I'm using the "QuotesProvider" class to get info for a symbol.
I then use the Fields class of it to get the last price the symbol was traded and the Previous Close price.

Is it possible to get the close price of a date further back then yesterday? - Such as 3 days ago or 5 days ago?


Here's some of my current code:

 
Code
	QPSym1 = new QuotesProvider() ;
	QPSym1.Symbol = Symbol1 ;
	QPSym1.Fields += "Last" ;
	QPSym1.Fields += "PreviousClose" ;
	QPSym1.Realtime = true ;
	QPSym1.TimeZone = tsdata.common.TimeZone.local ;
	QPSym1.Load = true ;


	Symbol1Last = QPSym1.Quote[ QuoteFields.Last].DoubleValue ;
	Symbol1LastPrv = QPSym1.Quote[ QuoteFields.PreviousClose].DoubleValue ;

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
How to apply profiles
Traders Hideout
About a successful futures trader who didnt know anythin …
Psychology and Money Management
REcommedations for programming help
Sierra Chart
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
 
  #2 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,436 since Apr 2013
Thanks Given: 482
Thanks Received: 1,629

CreativelyChris,

based on the values you seem interested in, a PriceSeriesProvider might be more suited for the job. This way you can obtain the daily close from X bars ago.

Regards,

ABCTG


CreativelyChris View Post
I'm using the "QuotesProvider" class to get info for a symbol.
I then use the Fields class of it to get the last price the symbol was traded and the Previous Close price.

Is it possible to get the close price of a date further back then yesterday? - Such as 3 days ago or 5 days ago?


Here's some of my current code:

 
Code
	QPSym1 = new QuotesProvider() ;
	QPSym1.Symbol = Symbol1 ;
	QPSym1.Fields += "Last" ;
	QPSym1.Fields += "PreviousClose" ;
	QPSym1.Realtime = true ;
	QPSym1.TimeZone = tsdata.common.TimeZone.local ;
	QPSym1.Load = true ;


	Symbol1Last = QPSym1.Quote[ QuoteFields.Last].DoubleValue ;
	Symbol1LastPrv = QPSym1.Quote[ QuoteFields.PreviousClose].DoubleValue ;


Follow me on Twitter Reply With Quote




Last Updated on September 15, 2023


© 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