Difference between revisions of "InsideAsk"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Returns a numerical value indicating the current best Ask for the symbol that the study is applied to. ==== Usage ==== <syntaxhighlight>InsideAsk</syntaxhighlight> ==== ...")
 
 
Line 1: Line 1:
 
Returns a numerical value indicating the current best Ask for the symbol that the study is applied to.   
 
Returns a numerical value indicating the current best Ask for the symbol that the study is applied to.   
  
==== Usage ====
+
== Usage ==
 
<syntaxhighlight>InsideAsk</syntaxhighlight>  
 
<syntaxhighlight>InsideAsk</syntaxhighlight>  
 
   
 
   
==== Notes ====  
+
== Notes ==  
Quote Fields cannot be referenced historically.  
+
* Quote Fields cannot be referenced historically.  
+
* Use [[InsideBid]] get the current best Bid for the symbol.
==== Example ====
 
<syntaxhighlight>InsideAsk  will return the current best Ask</syntaxhighlight>
 
 
   
 
   
 +
== Example ==
 +
<syntaxhighlight>InsideAsk</syntaxhighlight>
 +
Will return the current best Ask.
  
 
[[Category:Quote Fields]]
 
[[Category:Quote Fields]]

Latest revision as of 13:15, 19 February 2012

Returns a numerical value indicating the current best Ask for the symbol that the study is applied to.

Usage

InsideAsk

Notes

  • Quote Fields cannot be referenced historically.
  • Use InsideBid get the current best Bid for the symbol.

Example

InsideAsk

Will return the current best Ask.