NexusFi: Find Your Edge


Home Menu

 





QuotesProvider Fields - Greater than PreviousClose?


Discussion in EasyLanguage Programming

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




 
Search this Thread
  #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?
CFTC Requests Tag 50 Trader Identity Data From CME and I …
Traders Hideout
Cboe Launches BITVX Bitcoin Volatility Index and Unveils …
Prediction Markets & Event Contracts
Iran War Prediction Markets: Ceasefire 16%, Ground Invas …
Prediction Markets & Event Contracts
SEC and CFTC Unlock Customer Cross-Margining for Treasur …
Treasury Notes and Bonds
Coinbase Launches Regulated Crypto Futures Across 26 Eur …
Cryptocurrency
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Sober Journey With S&P
21 thanks
2026 Jlab journal
10 thanks
Trying to learn Volume and price action correlation
8 thanks
Algo automated / semi-automated trading anyone?
6 thanks
Hello Im new here
5 thanks
  #2 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,447 since Apr 2013
Thanks Given: 493
Thanks Received: 1,639

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 X Reply With Quote




Last Updated on September 15, 2023


© 2026 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 - Downloads - Top
no new posts