mirror of
https://github.com/rithsila/MT5-EA-Sniper-Strategy.git
synced 2026-08-23 15:48:12 +00:00
Working on DCA Manager
This commit is contained in:
Binary file not shown.
@@ -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) {}
|
||||||
|
//+------------------------------------------------------------------+
|
||||||
Reference in New Issue
Block a user