Code Snippet (MQL Function)









This example uses the MQL platform functionPrint :

Print("Hello world!");


This example uses a previously defined VTS Variable to assign a mathematical expression:

       myprice = (Bid - Ask)/2;