Working on DCA Manager

This commit is contained in:
Nkondog Anselme
2022-03-15 23:11:28 +01:00
parent 2fcda979d5
commit 07ec23fa9c
2 changed files with 24 additions and 0 deletions
@@ -0,0 +1,24 @@
//+------------------------------------------------------------------+
//| DCAManager.mqh |
//| Copyright 2022, MetaQuotes Ltd. |
//| https://www.mql5.com |
//+------------------------------------------------------------------+
#property copyright "Copyright 2022, MetaQuotes Ltd."
#property link "https://www.mql5.com"
//+------------------------------------------------------------------+
//| |
//+------------------------------------------------------------------+
void DcaManager(string instrument)
{
//Compute pending orders levels
}
//+------------------------------------------------------------------+
//+------------------------------------------------------------------+
//| |
//+------------------------------------------------------------------+
void DcaWatcher(string intrument) {}
//+------------------------------------------------------------------+