diff --git a/Experts/Nkanven/CandleCount.ex5 b/Experts/Nkanven/CandleCount.ex5 new file mode 100644 index 0000000..22dcaea Binary files /dev/null and b/Experts/Nkanven/CandleCount.ex5 differ diff --git a/Include/Nkanven/CandleCount/DCAManager.mqh b/Include/Nkanven/CandleCount/DCAManager.mqh new file mode 100644 index 0000000..908f40b --- /dev/null +++ b/Include/Nkanven/CandleCount/DCAManager.mqh @@ -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) {} +//+------------------------------------------------------------------+