What is the difference?

 

Hi,please tell me if there is a difference in those two:

1.Ask = MarketInfo(Symbol(),MODE_ASK)

and just

2.Ask
 
t0mbfunk:

Hi,please tell me if there is a difference in those two:

Essentially, no, but Ask can become old/out of date just like any of the predefined variables can.
 
So you suggest using the first method?
 
t0mbfunk:
So you suggest using the first method?
Nope,  use Ask but be aware of the potential of it becoming out of date.  You will learn more that way.
Reason: