+1 888 340 6572

InsideBid: Difference between revisions

From MultiCharts
(Created page with "Returns a numerical value indicating the current best Bid for the symbol that the study is applied to. ==== Usage ==== <syntaxhighlight>InsideBid</syntaxhighlight> ==== ...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Returns a numerical value indicating the current best Bid for the symbol that the study is applied to.   
Returns a numerical value indicating the current best Bid for the symbol that the study is applied to.   


==== Usage ====
== Usage ==
<syntaxhighlight>InsideBid</syntaxhighlight>  
<syntaxhighlight>InsideBid</syntaxhighlight>  
   
   
==== Notes ====  
== Notes ==
Quote Fields cannot be referenced historically.  
* Quote Fields cannot be referenced historically.
* Use [[InsideAsk]] to get the current best Ask for the symbol.
==== Example ====
 
<syntaxhighlight>InsideBid will return the current best Bid</syntaxhighlight>
== Example ==
<syntaxhighlight>InsideBid</syntaxhighlight>
Will return the current best Bid.
   
   
[[Category:Quote Fields]]
[[Category:Quote Fields]]

Latest revision as of 13:16, 19 February 2012

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

Usage

InsideBid

Notes

  • Quote Fields cannot be referenced historically.
  • Use InsideAsk to get the current best Ask for the symbol.

Example

InsideBid

Will return the current best Bid.