LIP/LIP.mq5

15 lines
762 B
MQL5
Raw Permalink Normal View History

2025-05-30 15:03:51 +02:00
//+------------------------------------------------------------------+
//| LIP.mq5 |
//| Copyright 2018, MetaQuotes Software Corp. |
//| https://www.mql5.com |
//+------------------------------------------------------------------+
#property library
//+------------------------------------------------------------------+
//| My function |
//+------------------------------------------------------------------+
// int MyCalculator(int value,int value2) export
// {
// return(value+value2);
// }
//+------------------------------------------------------------------+