MnQInvestmentDevelopment/MnQInvestment/00_StrategyswithSimon/DailyElderstabV2.mq5
super.admin cff55d2704 convert
2025-05-30 15:08:44 +02:00

34 lines
No EOL
1.1 KiB
MQL5

//+------------------------------------------------------------------+
//| DailyElderstabV2.mq5 |
//| Copyright 2023, M & Q Investment Group |
//| https://www.mql5.com |
//+------------------------------------------------------------------+
#property copyright "Copyright 2023, M & Q Investment Group"
#property link "https://www.mql5.com"
#property version "1.00"
int OnInit()
{
//---
//---
return(INIT_SUCCEEDED);
}
//+------------------------------------------------------------------+
//| Expert deinitialization function |
//+------------------------------------------------------------------+
void OnDeinit(const int reason)
{
//---
}
//+------------------------------------------------------------------+
//| Expert tick function |
//+------------------------------------------------------------------+
void OnTick()
{
//---
}