NexusFi: Find Your Edge


Home Menu

 





QuotesProvider Fields - Greater than PreviousClose?


Discussion in EasyLanguage Programming

Updated
    1. trending_up 328 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?
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
MC PL editor upgrade
MultiCharts
Quantum physics & Trading dynamics
The Elite Circle
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Trade idea based off three indicators.
Traders Hideout
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Just another trading journal: PA, Wyckoff & Trends
24 thanks
What is Markets Chat (markets.chat) real-time trading ro …
19 thanks
ApexTraderFunding.com experience and review
16 thanks
GFIs1 1 DAX trade per day journal
12 thanks
EG Indicators
11 thanks
  #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