Script

What are scripts for ?

 the script - user program written in a programming language Meta Quotes Languagewhich allows you to automatically execute a programmed action in the MetaTrader trading terminal.

What is a script

What functions do scripts perform?

The mql scripts can perform the following functions:

  • Информационные — предоставление разнообразной торговой информации (по торговому счету, по валютной паре, время candles etc.)
  • Торговые — выполнение торговых операций (выставление ордера с заданным уровнем стоп-лосс, закрытие определенного вида позиций и т.д.)
  • Визуальные — выполнение операций с ценовыми графиками валютных пар (создание скриншотов, нанесение трендовых линий и уровней, создание нестандартных таймфреймов и пр.)

How do scripts differ from advisors?

Unlike other types of programs written in MQL (Expert Advisors and indicators), scripts perform an action only once. After the script executes the function embedded in its algorithm, its work is automatically terminated.

Useful articles on the topic

Leave a Reply

Back to top button