how do I access current bid and ask prices ?

[Deleted]  
joe:
If it is possible, how do I access current bid and ask prices in custom indicator code?
Simply use the Bid and Ask variables.
[Deleted]  
Or use MarketInfo function with MODE_BID/MODE_ASK parameter.
 
joe:
If it is possible, how do I access current bid and ask prices in custom indicator code?

How embarrasing!  Thanks folks.