MQL4 - automated forex trading   /  

Documentation

MQL4 Reference  Checkup  IsVisualMode

 
Use the opportunities of
MQL5 in MetaTrader 5
Study the new MQL5 language
Study the new MQL5 language.
Reference is already available
bool IsVisualMode( )
Returns TRUE if the expert is tested with checked "Visual Mode" button, otherwise returns FALSE.
Sample:
  if(IsVisualMode()) Comment("Visual mode turned on");