MQL notes
typename () returns the type of a variable
int a = 0;Alert (typename (a)); // returns int
CopyTicks flags
TICK_FLAG_BID = 2
TICK_FLAG_ASK = 4
TICK_FLAG_LAST = 8
TICK_FLAG_VOLUME = 16
TICK_FLAG_BUY = 32
TICK_FLAG_SELL = 64
Next posts
- Stop on USD CHF
- Oil conceived jump
- Analyst from company ForexMart
No comments:
Post a Comment