Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge dev to v3.004-dev-new #667

Open
wants to merge 99 commits into
base: v3.004-dev-new
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
99 commits
Select commit Hold shift + click to select a range
b9bbaf3
Adds AccountTest.cpp
kenorb Feb 21, 2020
951c9fa
Fixes error: expected semicolon after enum
kenorb Feb 21, 2020
2540f00
Removes Add/ToString from String as redundant
kenorb Feb 21, 2020
2a87c69
Account: Improves enums
kenorb Sep 11, 2021
79fc72d
Adds StringLen() method for String
kenorb Feb 21, 2020
bd061bb
Improves Array class for non-MQL builds
kenorb Feb 21, 2020
f0c0f4c
Adds SymbolInfoTest.cpp
kenorb Feb 21, 2020
4c1cb8a
Adds ObjectTest.cpp
kenorb Feb 21, 2020
e75c609
Adds initial version of TerminalTest.cpp
kenorb Feb 21, 2020
a5869b9
Adds template struct for IndicatorDataEntry [WIP]
kenorb Nov 11, 2021
8ade61d
Merge remote-tracking branch 'origin/dev-v2012-emcc' into dev-v2013
kenorb Feb 22, 2022
9d60891
Merge branch 'dev' into dev-v2013
kenorb Jul 3, 2022
b7fc72d
Should fix problem "'array' - constant variable cannot be passed as r…
nseam Sep 27, 2022
5c1d8ae
Fixes C++ const-related errors.
nseam Nov 30, 2022
0bc026a
Should fix problem "'array' - constant variable cannot be passed [GH-…
nseam Dec 6, 2022
8f58ba5
Should fix problem "'array' - constant variable cannot be passed [GH-…
nseam Dec 6, 2022
017546e
Merge remote-tracking branch 'nseam/dev-fix-var-pass-ref' into HEAD
kenorb Dec 6, 2022
bd53e7d
Should fix problem "'array' - constant variable cannot be passed [GH-…
nseam Dec 6, 2022
ed95f69
Merge remote-tracking branch 'origin/master' into dev
kenorb May 15, 2023
f375459
Merge branch 'dev-v2013' into dev
kenorb May 17, 2023
c701a53
Merge remote-tracking branch 'origin/dev-indicator-refactor-template'…
kenorb May 20, 2023
ea2a2fd
Merge remote-tracking branch 'origin/v2.010-dev' into dev
kenorb May 20, 2023
1661ff7
Merge remote-tracking branch 'origin/dev-cpp-support-new' into dev
kenorb May 20, 2023
e86a2f5
Stats initial refactor
kenorb Feb 13, 2020
e6f80a1
Stats initial improvements
kenorb Feb 13, 2020
d2d680d
Stats changes
kenorb Feb 13, 2020
c9fb825
Stats: Reformats code
kenorb May 20, 2023
a3f8623
Exchange: Expands test
kenorb Feb 19, 2022
9a118e6
Fixes pointer syntax for C++
kenorb Aug 17, 2022
a7a554b
Indi_Ichimoku: Shift 2nd and 3rd buffer by senkou_span_shift bars [GH…
kenorb Aug 4, 2022
877cd94
Little changes for array #defines.
nseam Apr 7, 2023
0b6e017
Bumps copy year
kenorb May 20, 2023
5c9dcea
Strategy: Adds methods for SignalOpenBoost()
kenorb May 20, 2023
4abecd7
IndicatorData: IndicatorDataEntryValue: Adds support for datetime type
kenorb Aug 12, 2022
9a02fd5
Indicator: Minor performance improvements
kenorb May 20, 2023
6ae9d03
Order: Adds missing order filling (fixes GH-664)
kenorb May 21, 2023
aa0ed71
Adds symbol trade modes
kenorb May 21, 2023
65fe708
EA: TradeRequest: Improves logic for sending request when trade is no…
kenorb May 21, 2023
0ec1a29
Trade: Improves performance issues
kenorb May 21, 2023
14e4275
EA: Improves trade allowance logic
kenorb May 21, 2023
9c099f4
Math: ChangeInPct: Improves logic to avoid division by zero (GH-648)
kenorb May 21, 2023
000482f
Merge tag 'v2.011.1' into dev
kenorb May 21, 2023
84dbfc8
Merge tag 'v2.012.1' into dev
kenorb May 21, 2023
680b655
TradeSignalManager: IsReady: Fixes logic with frequency signal checks
kenorb Jul 5, 2023
5b1dddc
SerializerNodeParam: Fixes precision logic for JSON format
kenorb Jul 5, 2023
8ba083a
GHA: Sets MT version to 4.0.0.1359
kenorb Jul 5, 2023
1299b12
Trade: Adds init() and calls UpdateStates() on constructors
kenorb Jul 5, 2023
65dec09
Trade: TradeStates: Adds missing warning messages
kenorb Jul 5, 2023
2534dc1
Trade: Improves initialization of default Chart instance
kenorb Jul 5, 2023
e9f5a01
Trade: Forcibly update states each hour
kenorb Jul 5, 2023
3aaedf4
EA: Avoids updating orders when market is closed
kenorb Jul 5, 2023
cb39f68
Terminal: Adds missing error codes
kenorb Jul 5, 2023
09b7091
Log:Adds copy constructor
kenorb Jul 6, 2023
46d8f6e
Trade: Prints order in debug mode after opening
kenorb Jul 6, 2023
0a4bedd
EA: Improves initialization of Trade instance
kenorb Jul 6, 2023
9d696c1
tests: Disables 3D tests for MQL5
kenorb Jul 6, 2023
3efe0bf
TradeSignalManager: Sets signal limit and store by CID
kenorb Jul 6, 2023
280e285
TradeSignalManager: Adds Exists() methods
kenorb Jul 7, 2023
a8fabc7
EA: Initial refactor of strategy signal filtering
kenorb Jul 7, 2023
5af0e39
EA: Implements back strategy signal filtering
kenorb Jul 7, 2023
b94ee62
EA: Minor code improvements for strategy signal filtering
kenorb Jul 7, 2023
5ea6f58
Trade: Adds ENUM_TRADE_TRANSACTION_TYPE enum
kenorb Jul 7, 2023
a7b2e22
Trade: Adds MqlTradeRequest, MqlTradeResult and MqlTradeTransaction s…
kenorb Jul 7, 2023
164fa77
Order: Improves closing comments
kenorb Jul 8, 2023
af9001e
Order/Trade: Improves order closing comments
kenorb Jul 8, 2023
91bf549
DateTimeEntry: Adds calculations for day or week of a year
kenorb Jul 8, 2023
293e312
DateTime: Improves recalculation logic
kenorb Jul 8, 2023
aca09b9
DateTime: GetDayOfYear(): Fixes array out of range
kenorb Jul 8, 2023
764d0f2
Trade: Converts Peak and Pivot conditions without arguments
kenorb Jul 9, 2023
f721f04
Trade: Adds condition when orders profit doubles losses
kenorb Jul 9, 2023
239df83
EA: EAProcessResult: Adds Serialize()
kenorb Jul 9, 2023
94ad6f1
Strategy: Improves signal filter to support shift
kenorb Jul 10, 2023
b232b5a
Strategy: Adds 6th open/close filter for active profit checks
kenorb Jul 10, 2023
fc052c4
Trade: Adds 4 new equity conditions
kenorb Jul 10, 2023
4f34e41
Trade: Adds conditions for orders in trend
kenorb Jul 10, 2023
6523549
Strategy: GetTrendOp: Fixes typo
kenorb Jul 10, 2023
44674ff
Improves orders and magic number logic
kenorb Jul 14, 2023
f786c56
Fixes "tree optimization error" under MT4.
nseam Jul 14, 2023
4794265
Merge pull request #691 from nseam/dev-fixme
kenorb Jul 14, 2023
e859f75
Merge remote-tracking branch 'origin/dev-fixme' into dev
kenorb Jul 14, 2023
98c49a9
Sets magic on order modify in case it is lost
kenorb Jul 14, 2023
063e4d6
EA: Improves open strategy signal filtering
kenorb Jul 14, 2023
de7c5ae
TSM: Increases signal cache limit to 1000
kenorb Jul 15, 2023
f875a8a
EA: Improves logic for strategy filter
kenorb Jul 15, 2023
0819078
Terminal: Fixes typo
kenorb Jul 15, 2023
38a6846
Order: OrderClose: Adds magic just in case
kenorb Jul 15, 2023
9f2a4ff
ADXW: Renames variables to avoid global conflicts
kenorb Jun 23, 2023
4dad200
Indi_ADXW: Fixes logic for SetCustomIndicatorName()
kenorb Jun 23, 2023
1c2a208
Order: Minor improvements
kenorb Jul 19, 2023
4335e9a
Order: Improves code syntax and better error message on order close e…
kenorb Jul 20, 2023
dd43b94
Order: Ignores processing condition on forcible order refresh to avoi…
kenorb Jul 21, 2023
1e585d8
Order: Fixes issues with symbol being NULL after orders were loaded f…
kenorb Jul 21, 2023
88420bf
Order: Fixes the current volume value when data in orequest is missing
kenorb Jul 21, 2023
bd95217
Order: Refresh order after modification
kenorb Jul 21, 2023
d21ddf7
EA/Order: Adds debug prints
kenorb Jul 22, 2023
891807e
Order: Adds argument for order close action
kenorb Jul 28, 2023
8294b59
Order: Adds case when market is closed (GH-700)
kenorb Jul 28, 2023
73d8ebc
Order: Improves retcode on invalid request
kenorb Jul 30, 2023
b43f990
Merge pull request #701 from EA31337/dev
kenorb Jul 30, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Compile
uses: fx31337/mql-compile-action@master
with:
mt-version: 4.0.0.1349
mt-version: 4.0.0.1359
verbose: true
- name: Print compiled files
run: '(Get-ChildItem -Recurse -Path . -Include *.ex[45]).fullname'
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
BtDays: 1-8
BtMonths: 1
BtYears: 2020
MtVersion: 4.0.0.1349
MtVersion: 4.0.0.1359
TestExpert: ${{ matrix.test }}
timeout-minutes: 10

Expand Down
2 changes: 1 addition & 1 deletion 3D/Chart3D.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//+------------------------------------------------------------------+
//| EA31337 framework |
//| Copyright 2016-2021, 31337 Investments Ltd |
//| Copyright 2016-2023, EA31337 Ltd |
//| https://github.com/EA31337 |
//+------------------------------------------------------------------+

Expand Down
2 changes: 1 addition & 1 deletion 3D/Chart3DCandles.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//+------------------------------------------------------------------+
//| EA31337 framework |
//| Copyright 2016-2021, 31337 Investments Ltd |
//| Copyright 2016-2023, EA31337 Ltd |
//| https://github.com/EA31337 |
//+------------------------------------------------------------------+

Expand Down
2 changes: 1 addition & 1 deletion 3D/Chart3DType.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//+------------------------------------------------------------------+
//| EA31337 framework |
//| Copyright 2016-2021, 31337 Investments Ltd |
//| Copyright 2016-2023, EA31337 Ltd |
//| https://github.com/EA31337 |
//+------------------------------------------------------------------+

Expand Down
2 changes: 1 addition & 1 deletion 3D/Cube.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//+------------------------------------------------------------------+
//| EA31337 framework |
//| Copyright 2016-2021, 31337 Investments Ltd |
//| Copyright 2016-2023, EA31337 Ltd |
//| https://github.com/EA31337 |
//+------------------------------------------------------------------+

Expand Down
2 changes: 1 addition & 1 deletion 3D/Device.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//+------------------------------------------------------------------+
//| EA31337 framework |
//| Copyright 2016-2021, 31337 Investments Ltd |
//| Copyright 2016-2023, EA31337 Ltd |
//| https://github.com/EA31337 |
//+------------------------------------------------------------------+

Expand Down
2 changes: 1 addition & 1 deletion 3D/Devices/MTDX/MTDXDevice.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//+------------------------------------------------------------------+
//| EA31337 framework |
//| Copyright 2016-2021, 31337 Investments Ltd |
//| Copyright 2016-2023, EA31337 Ltd |
//| https://github.com/EA31337 |
//+------------------------------------------------------------------+

Expand Down
2 changes: 1 addition & 1 deletion 3D/Devices/MTDX/MTDXIndexBuffer.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//+------------------------------------------------------------------+
//| EA31337 framework |
//| Copyright 2016-2021, 31337 Investments Ltd |
//| Copyright 2016-2023, EA31337 Ltd |
//| https://github.com/EA31337 |
//+------------------------------------------------------------------+

Expand Down
2 changes: 1 addition & 1 deletion 3D/Devices/MTDX/MTDXShader.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//+------------------------------------------------------------------+
//| EA31337 framework |
//| Copyright 2016-2021, 31337 Investments Ltd |
//| Copyright 2016-2023, EA31337 Ltd |
//| https://github.com/EA31337 |
//+------------------------------------------------------------------+

Expand Down
2 changes: 1 addition & 1 deletion 3D/Devices/MTDX/MTDXVertexBuffer.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//+------------------------------------------------------------------+
//| EA31337 framework |
//| Copyright 2016-2021, 31337 Investments Ltd |
//| Copyright 2016-2023, EA31337 Ltd |
//| https://github.com/EA31337 |
//+------------------------------------------------------------------+

Expand Down
2 changes: 1 addition & 1 deletion 3D/Face.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//+------------------------------------------------------------------+
//| EA31337 framework |
//| Copyright 2016-2021, 31337 Investments Ltd |
//| Copyright 2016-2023, EA31337 Ltd |
//| https://github.com/EA31337 |
//+------------------------------------------------------------------+

Expand Down
2 changes: 1 addition & 1 deletion 3D/Frontend.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//+------------------------------------------------------------------+
//| EA31337 framework |
//| Copyright 2016-2021, 31337 Investments Ltd |
//| Copyright 2016-2023, EA31337 Ltd |
//| https://github.com/EA31337 |
//+------------------------------------------------------------------+

Expand Down
2 changes: 1 addition & 1 deletion 3D/Frontends/MT5Frontend.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//+------------------------------------------------------------------+
//| EA31337 framework |
//| Copyright 2016-2021, 31337 Investments Ltd |
//| Copyright 2016-2023, EA31337 Ltd |
//| https://github.com/EA31337 |
//+------------------------------------------------------------------+

Expand Down
2 changes: 1 addition & 1 deletion 3D/IndexBuffer.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//+------------------------------------------------------------------+
//| EA31337 framework |
//| Copyright 2016-2021, 31337 Investments Ltd |
//| Copyright 2016-2023, EA31337 Ltd |
//| https://github.com/EA31337 |
//+------------------------------------------------------------------+

Expand Down
2 changes: 1 addition & 1 deletion 3D/Interface.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//+------------------------------------------------------------------+
//| EA31337 framework |
//| Copyright 2016-2021, 31337 Investments Ltd |
//| Copyright 2016-2023, EA31337 Ltd |
//| https://github.com/EA31337 |
//+------------------------------------------------------------------+

Expand Down
2 changes: 1 addition & 1 deletion 3D/Mesh.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//+------------------------------------------------------------------+
//| EA31337 framework |
//| Copyright 2016-2021, 31337 Investments Ltd |
//| Copyright 2016-2023, EA31337 Ltd |
//| https://github.com/EA31337 |
//+------------------------------------------------------------------+

Expand Down
2 changes: 1 addition & 1 deletion 3D/Shader.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//+------------------------------------------------------------------+
//| EA31337 framework |
//| Copyright 2016-2021, 31337 Investments Ltd |
//| Copyright 2016-2023, EA31337 Ltd |
//| https://github.com/EA31337 |
//+------------------------------------------------------------------+

Expand Down
2 changes: 1 addition & 1 deletion 3D/TSR.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//+------------------------------------------------------------------+
//| EA31337 framework |
//| Copyright 2016-2021, 31337 Investments Ltd |
//| Copyright 2016-2023, EA31337 Ltd |
//| https://github.com/EA31337 |
//+------------------------------------------------------------------+

Expand Down
2 changes: 1 addition & 1 deletion 3D/VertexBuffer.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//+------------------------------------------------------------------+
//| EA31337 framework |
//| Copyright 2016-2021, 31337 Investments Ltd |
//| Copyright 2016-2023, EA31337 Ltd |
//| https://github.com/EA31337 |
//+------------------------------------------------------------------+

Expand Down
2 changes: 1 addition & 1 deletion Account/Account.define.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//+------------------------------------------------------------------+
//| EA31337 framework |
//| Copyright 2016-2021, EA31337 Ltd |
//| Copyright 2016-2023, EA31337 Ltd |
//| https://github.com/EA31337 |
//+------------------------------------------------------------------+

Expand Down
38 changes: 19 additions & 19 deletions Account/Account.enum.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//+------------------------------------------------------------------+
//| EA31337 framework |
//| Copyright 2016-2021, EA31337 Ltd |
//| Copyright 2016-2023, EA31337 Ltd |
//| https://github.com/EA31337 |
//+------------------------------------------------------------------+

Expand Down Expand Up @@ -60,20 +60,20 @@ enum ENUM_ACC_STAT_INDEX { ACC_VALUE_CURR = 0, ACC_VALUE_PREV = 1, FINAL_ENUM_AC
* https://www.mql5.com/en/docs/constants/environment_state/accountinformation
*/
enum ENUM_ACCOUNT_INFO_DOUBLE {
ACCOUNT_ASSETS, // The current assets of an account (double).
ACCOUNT_BALANCE, // Account balance in the deposit currency (double).
ACCOUNT_COMMISSION_BLOCKED, // The current blocked commission amount on an account (double).
ACCOUNT_CREDIT, // Account credit in the deposit currency (double).
ACCOUNT_PROFIT, // Current profit of an account in the deposit currency (double).
ACCOUNT_EQUITY, // Account equity in the deposit currency (double).
ACCOUNT_LIABILITIES, // The current liabilities on an account (double).
ACCOUNT_MARGIN, // Account margin used in the deposit currency (double).
ACCOUNT_MARGIN_FREE, // Free margin of an account in the deposit currency (double).
ACCOUNT_MARGIN_INITIAL, // Initial margin reserved on an account to cover all pending orders (double).
ACCOUNT_MARGIN_LEVEL, // Account margin level in percents (double).
ACCOUNT_MARGIN_SO_CALL, // Margin call level (double).
ACCOUNT_MARGIN_SO_SO, // Margin stop out level (double).
ACCOUNT_MARGIN_INITIAL, // Initial margin (double).
ACCOUNT_MARGIN_MAINTENANCE, // Maintenance margin (double).
ACCOUNT_ASSETS, // The current assets of an account (double).
ACCOUNT_LIABILITIES, // The current liabilities on an account (double).
ACCOUNT_COMMISSION_BLOCKED, // The current blocked commission amount on an account (double).
ACCOUNT_MARGIN_MAINTENANCE, // Maintenance margin reserved to cover minimum amount of open positions (double).
ACCOUNT_MARGIN_SO_CALL, // Margin call level (double). Depends on ACCOUNT_MARGIN_SO_MODE.
ACCOUNT_MARGIN_SO_SO, // Margin stop out level (double). Depends on ACCOUNT_MARGIN_SO_MODE.
ACCOUNT_PROFIT, // Current profit of an account in the deposit currency (double).
};

/**
Expand All @@ -85,16 +85,16 @@ enum ENUM_ACCOUNT_INFO_DOUBLE {
* https://www.mql5.com/en/docs/constants/environment_state/accountinformation
*/
enum ENUM_ACCOUNT_INFO_INTEGER {
ACCOUNT_LOGIN, // Account number (long).
ACCOUNT_TRADE_MODE, // Account trade mode (ENUM_ACCOUNT_TRADE_MODE).
ACCOUNT_CURRENCY_DIGITS, // The number of decimal places in the account currency (int).
ACCOUNT_FIFO_CLOSE, // Whether positions can only be closed by FIFO rule (bool).
ACCOUNT_LEVERAGE, // Account leverage (long).
ACCOUNT_LIMIT_ORDERS, // Maximum allowed number of active pending orders (int).
ACCOUNT_LOGIN, // Account number (long).
ACCOUNT_MARGIN_MODE, // Margin calculation mode (ENUM_ACCOUNT_MARGIN_MODE).
ACCOUNT_MARGIN_SO_MODE, // Mode for setting the minimal allowed margin (ENUM_ACCOUNT_STOPOUT_MODE).
ACCOUNT_TRADE_ALLOWED, // Allowed trade for the current account (bool).
ACCOUNT_TRADE_EXPERT, // Allowed trade for an Expert Advisor (bool).
ACCOUNT_MARGIN_MODE, // Margin calculation mode (ENUM_ACCOUNT_MARGIN_MODE).
ACCOUNT_CURRENCY_DIGITS, // The number of decimal places in the account currency (int).
ACCOUNT_FIFO_CLOSE, // An indication showing that positions can only be closed by FIFO rule (bool).
ACCOUNT_TRADE_MODE, // Account trade mode (ENUM_ACCOUNT_TRADE_MODE).
};

/**
Expand All @@ -106,10 +106,10 @@ enum ENUM_ACCOUNT_INFO_INTEGER {
* https://www.mql5.com/en/docs/constants/environment_state/accountinformation
*/
enum ENUM_ACCOUNT_INFO_STRING {
ACCOUNT_NAME, // Client name (string).
ACCOUNT_SERVER, // Trade server name (string).
ACCOUNT_CURRENCY, // Account currency (string).
ACCOUNT_COMPANY, // Name of a company that serves the account (string).
ACCOUNT_CURRENCY, // Account currency (string).
ACCOUNT_NAME, // Client name (string).
ACCOUNT_SERVER // Trade server name (string).
};

/**
Expand All @@ -119,9 +119,9 @@ enum ENUM_ACCOUNT_INFO_STRING {
* https://www.mql5.com/en/docs/constants/environment_state/accountinformation
*/
enum ENUM_ACCOUNT_MARGIN_MODE {
ACCOUNT_MARGIN_MODE_RETAIL_NETTING, // Used for the OTC markets to interpret positions in the "netting" mode.
ACCOUNT_MARGIN_MODE_EXCHANGE, // Used for the exchange markets.
ACCOUNT_MARGIN_MODE_EXCHANGE, // Margin is calculated based on the discounts.
ACCOUNT_MARGIN_MODE_RETAIL_HEDGING, // Used for the exchange markets where individual positions are possible.
ACCOUNT_MARGIN_MODE_RETAIL_NETTING, // Used for the OTC markets to interpret positions in the "netting" mode.
};

/**
Expand Down
2 changes: 1 addition & 1 deletion Account/Account.extern.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//+------------------------------------------------------------------+
//| EA31337 framework |
//| Copyright 2016-2022, EA31337 Ltd |
//| Copyright 2016-2023, EA31337 Ltd |
//| https://github.com/EA31337 |
//+------------------------------------------------------------------+

Expand Down
2 changes: 1 addition & 1 deletion Account/Account.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//+------------------------------------------------------------------+
//| EA31337 framework |
//| Copyright 2016-2021, EA31337 Ltd |
//| Copyright 2016-2023, EA31337 Ltd |
//| https://github.com/EA31337 |
//+------------------------------------------------------------------+

Expand Down
2 changes: 1 addition & 1 deletion Account/Account.struct.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//+------------------------------------------------------------------+
//| EA31337 framework |
//| Copyright 2016-2021, EA31337 Ltd |
//| Copyright 2016-2023, EA31337 Ltd |
//| https://github.com/EA31337 |
//+------------------------------------------------------------------+

Expand Down
2 changes: 1 addition & 1 deletion Account/AccountBase.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//+------------------------------------------------------------------+
//| EA31337 framework |
//| Copyright 2016-2021, EA31337 Ltd |
//| Copyright 2016-2023, EA31337 Ltd |
//| https://github.com/EA31337 |
//+------------------------------------------------------------------+

Expand Down
2 changes: 1 addition & 1 deletion Account/AccountBase.struct.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//+------------------------------------------------------------------+
//| EA31337 framework |
//| Copyright 2016-2021, EA31337 Ltd |
//| Copyright 2016-2023, EA31337 Ltd |
//| https://github.com/EA31337 |
//+------------------------------------------------------------------+

Expand Down
2 changes: 1 addition & 1 deletion Account/AccountForex.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//+------------------------------------------------------------------+
//| EA31337 framework |
//| Copyright 2016-2021, EA31337 Ltd |
//| Copyright 2016-2023, EA31337 Ltd |
//| https://github.com/EA31337 |
//+------------------------------------------------------------------+

Expand Down
2 changes: 1 addition & 1 deletion Account/AccountForex.struct.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//+------------------------------------------------------------------+
//| EA31337 framework |
//| Copyright 2016-2021, EA31337 Ltd |
//| Copyright 2016-2023, EA31337 Ltd |
//| https://github.com/EA31337 |
//+------------------------------------------------------------------+

Expand Down
2 changes: 1 addition & 1 deletion Account/AccountMt.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//+------------------------------------------------------------------+
//| EA31337 framework |
//| Copyright 2016-2022, EA31337 Ltd |
//| Copyright 2016-2023, EA31337 Ltd |
//| https://github.com/EA31337 |
//+------------------------------------------------------------------+

Expand Down
2 changes: 1 addition & 1 deletion Account/tests/Account.test.mq4
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//+------------------------------------------------------------------+
//| EA31337 framework |
//| Copyright 2016-2021, EA31337 Ltd |
//| Copyright 2016-2023, EA31337 Ltd |
//| https://github.com/EA31337 |
//+------------------------------------------------------------------+

Expand Down
2 changes: 1 addition & 1 deletion Account/tests/Account.test.mq5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//+------------------------------------------------------------------+
//| EA31337 framework |
//| Copyright 2016-2021, EA31337 Ltd |
//| Copyright 2016-2023, EA31337 Ltd |
//| https://github.com/EA31337 |
//+------------------------------------------------------------------+

Expand Down
2 changes: 1 addition & 1 deletion Account/tests/AccountForex.test.mq4
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//+------------------------------------------------------------------+
//| EA31337 framework |
//| Copyright 2016-2021, EA31337 Ltd |
//| Copyright 2016-2023, EA31337 Ltd |
//| https://github.com/EA31337 |
//+------------------------------------------------------------------+

Expand Down
2 changes: 1 addition & 1 deletion Account/tests/AccountForex.test.mq5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//+------------------------------------------------------------------+
//| EA31337 framework |
//| Copyright 2016-2021, EA31337 Ltd |
//| Copyright 2016-2023, EA31337 Ltd |
//| https://github.com/EA31337 |
//+------------------------------------------------------------------+

Expand Down
2 changes: 1 addition & 1 deletion Account/tests/AccountMt.test.mq4
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//+------------------------------------------------------------------+
//| EA31337 framework |
//| Copyright 2016-2022, EA31337 Ltd |
//| Copyright 2016-2023, EA31337 Ltd |
//| https://github.com/EA31337 |
//+------------------------------------------------------------------+

Expand Down
Loading
Loading