Author: Sahil Bagdi
1 Views
0 Downloads
0 Favorites
Empty File
//+------------------------------------------------------------------+
//|                                                     Function.mq4 |
//|                                                      Sahil Bagdi |
//|                         https://www.mql5.com/en/users/sahilbagdi |
//+------------------------------------------------------------------+
#property copyright "Sahil Bagdi"
#property link      "https://www.mql5.com/en/users/sahilbagdi"
#property version   "1.00"
#property strict

//I know this is a empty file But I had attach something otherwise Codebase won't allow it
//But you can find the code on the Codebase page


//+------------------------------------------------------------------+
//| Script program start function                                    |
//+------------------------------------------------------------------+
void OnStart() {
}

Comments