mirror of
https://github.com/softwaredevelop/mql5.git
synced 2026-08-24 09:48:05 +00:00
refactor(indicators): remove CAD
This commit is contained in:
@@ -15,7 +15,7 @@ input bool InpFilterHighOnly = false; // Show only High Impact?
|
|||||||
input bool InpIncludeMedium = true; // Include Medium Impact?
|
input bool InpIncludeMedium = true; // Include Medium Impact?
|
||||||
|
|
||||||
//--- Selected Currencies
|
//--- Selected Currencies
|
||||||
string g_currencies[] = {"USD", "EUR", "GBP", "JPY", "CHF", "AUD", "CAD"};
|
string g_currencies[] = {"USD", "EUR", "GBP", "JPY", "CHF", "AUD"};
|
||||||
|
|
||||||
//+------------------------------------------------------------------+
|
//+------------------------------------------------------------------+
|
||||||
//| Script Start |
|
//| Script Start |
|
||||||
|
|||||||
Reference in New Issue
Block a user