Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 868 Bytes

SecurityIntervalMover.md

File metadata and controls

29 lines (17 loc) · 868 Bytes

SecurityIntervalMover

Properties

Name Type Description
symbol String The ticker symbol for the interval  
change Number The ratio of Close minus Open to Open.  
open Number The first traded price in this interval.  
high Number The highest traded price in this interval.  
low Number The lowest traded price in this interval.  
close Number The last traded price in this interval.  
volume Number The volume of shares in this interval.  
average Number The volume weighted average price of trades in this interval.  
tradeCount Number The of trades in this interval.