Friday, January 11, 2019

MQL notes

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

Batman

Batman Batman Advisor is based on a very simple system that uses ZigZag indicator and breakdown strategy. Transactions are opened only whe...