Joe
d27addc694
Update LogConfigurator.cs
...
The part of filename "{DateTime.Now:yyyy-dd-M--HH-mm-ss}-{Process.GetCurrentProcess().Id}" generates tons of log files with same content but different per-second/thread filenames until the harddisk have 0KB space left. This kept happening in my AWS EC2 machine until I found the big GBs-size log file in temp folder caused by this line.
Changing the filename to $"{DateTime.Now:yyyy-MM-dd}.{LogFileNameExtension}" solved the issue. The timestamp and processId can still be found in the log content.
2021-07-11 17:07:23 +08:00
dependabot[bot]
70fb0a32b8
Bump log4net from 2.0.5 to 2.0.10 in /MTApiService
...
Bumps [log4net](https://github.com/apache/logging-log4net ) from 2.0.5 to 2.0.10.
- [Release notes](https://github.com/apache/logging-log4net/releases )
- [Changelog](https://github.com/apache/logging-log4net/blob/master/ReleaseInstructions.txt )
- [Commits](https://github.com/apache/logging-log4net/commits/rel/2.0.10 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-29 20:11:26 +00:00
Viacheslav Demydiuk
1a1b0cd822
Issue #218 : Used refenrces instead of pointers in C++ functions
2020-11-01 15:59:11 +02:00
Viacheslav Demydiuk
f6659ed91d
MTApiService version 1.0.34
2020-11-01 15:52:51 +02:00
Viacheslav Demydiuk
56a48e328b
Issue #218 : signed MtApiSerivce.dll
2020-11-01 13:13:08 +02:00
Viacheslav Demydiuk
0cd8edb933
Updated LogConfigurator to avoid creation of many log files during several clients in one app session
2020-10-22 21:19:30 +03:00
Viacheslav Demydiuk
a66f18c2b3
MTApiService version 1.0.33
2020-10-22 20:11:51 +03:00
Viacheslav Demydiuk
5d18dd4ad3
MTApiService version 1.0.32
2020-08-28 17:28:34 +03:00
vdemydiuk
44fab4dae1
Issue #136 : Updated structures MqlTick, MqlBook with new field volume_real. Remove redundant code from MtApiService.
2019-03-18 17:31:54 +02:00
vdemydiuk
1a5882b75a
Issue #122 : Implemented UnlockTicks function in MtApi (MT5)
2018-06-05 19:19:35 +03:00
vdemydiuk
28816a75ac
Issue #113 : Changed extension of logging files to *.log
2018-05-08 16:44:57 +03:00
vdemydiuk
3600a86971
MtApiService version 1.0.29. Added log wrapper class MtLog
2018-02-15 17:37:08 +02:00
Tr4Dr
a7cb14de25
Updated MqlTradeRequest [MT5]
2017-09-18 02:05:22 +02:00
DW
c82787473f
Issue #16 : Added Mt5Expert into MTApiService. Refactored MT5Connector
2017-09-08 12:44:14 +03:00
DW
1f72b2b790
Refactored MTApiService and connectors projects
2017-09-07 17:46:25 +03:00
DW
0346836d35
Issue #51 : Add support localhost (127.0.0.1) host name
2017-05-05 13:57:43 +03:00
DW
f05ade2cbf
Set AppendToFile to True in LogConfigurator
2017-01-12 16:47:41 +02:00
DW
5b76bf0547
Merge master fixed conflict.
2017-01-05 21:36:55 +02:00
DW
a8832b79ba
Issue #32 : Added function ObjectCreate in MtApi (MT4)
2016-12-27 17:41:11 +02:00
vdemydiuk
f5f13a13cc
Issue #32 : Added function ChartRedraw
2016-12-12 17:29:52 +02:00
vdemydiuk
e333164552
Issue #32 : Added ExecutorHandle property to determine which expert will be used for execution command
2016-11-28 14:45:33 +02:00
vdemydiuk
9a6968f618
Refactoring MtApi
2016-11-26 19:27:09 +02:00
DW
d63a53b8a9
MtApi (MT4) version 1.0.32.1 (HotFix)
2016-11-25 16:06:11 +02:00
DW
7e821fcade
Issue #38 : Removed MemoryAppender in LogConfigurator (MtApiService)
2016-11-25 15:50:56 +02:00
DW
88e2d22abe
Issue #38 : Removed MemoryAppender in LogConfigurator (MtApiService)
2016-11-23 13:09:47 +02:00
DW
fcfd741e5b
Issue #37 : Used ConcurrencyMode.Multiple for server and client side to avoid deadlocks and freezes of MtApiService
2016-11-23 10:51:50 +02:00
DW
c722511c03
Refactored MtApiService (ver. 1.0.24): Added ExpertHandle to MtQuote and MtEvent. Added event QuoteUpdate to MtApiClient.
2016-11-18 15:47:55 +02:00
vdemydiuk
c3617549f8
Updated version of MtApiService to 1.0.23
2016-11-08 14:16:09 +02:00
vdemydiuk
ba7b50e241
Issue #29 : Added process Id into name of log file
2016-11-07 13:05:36 +02:00
vdemydiuk
094cdcc448
Issue #13 : changed timeout values of SendTime and ReceiveTime on client side and server sides (12 hours)
2016-10-20 10:19:52 +03:00
vdemydiuk
a63e628124
Updated test application for working with MtApi (MT5) version 1.0.10
2016-10-17 11:57:54 +03:00
vdemydiuk
7fec3da7bc
Update readme
2016-10-12 17:01:22 +03:00
vdemydiuk
1d407b5e16
Changed sign key in library MtApiService: using MtApiKey.snk. Added logging into MtApiService and used ILMerge.Task to merge assemblies into one dll.
2016-10-12 16:37:54 +03:00
vdemydiuk
e373f7976c
Refactoring MtApiService
2016-10-11 12:23:47 +03:00
vdemydiuk
3785ee4ace
Small refactoring MtApi (MT5) and MtService. Started version 1.0.22 of MtService
2016-10-10 15:49:53 +03:00
DW
edc7311104
Added MtEvent into MtApiService. Added event LastTimeBar into MtApi (MT4)
2016-08-30 16:01:23 +03:00
DW
e24502f303
Started version MtApi 1.0.30
2016-08-29 17:56:26 +03:00
DW
18226cc9e8
Moved test applications to folder TestClients. Fixed build of installers
2016-05-10 17:47:51 +03:00
DW
1ef3765d68
Started version 1.0.25. Added OrderModifyRequest. Changed function OrderModify to use request pattern.
2016-05-06 10:30:51 +03:00
DW
6f8a8728ed
Refactored MtApiService: command will be executed in first expert will be invoked by quote tick
2016-04-13 16:41:32 +03:00
vdemydiuk
9b40712c9c
Update solution to support Visual Studio 2013. Fix problems with async quote events
2016-04-09 17:29:15 +03:00
vdemydiuk
f1a8d83c3b
Version matapi4 1.0.20. Added OrderSendBuy, OrderSendSell
2015-11-17 12:50:43 +02:00
vdemydiuk
aa7592ebd1
Updated installer for MtApi4
2015-08-14 16:07:51 +03:00
Vyacheslav Demidyuk
ddee6c792e
Updated MatApi4 expert to build on last version of MT4
2015-06-30 15:21:28 +03:00
Vyacheslav Demidyuk
7147734e9f
Removed ConnectionManager from MtApi4 and MtApi5 installers. Api server side listens all newtwork connections
2014-12-14 19:58:26 +02:00
Vyacheslav Demidyuk
ab14a5f8a2
Added function OrderCloseAll to mtapi4
2014-11-26 00:30:30 +02:00
Vyacheslav Demidyuk
fe4f0af9de
Fixed problem with network connections.
2014-11-20 14:01:37 +02:00
Vyacheslav Demidyuk
226f07878f
mtapi5 version 1.0.6
2014-11-19 17:11:23 +02:00
Vyacheslav Demidyuk
87d2bc0e82
Update pfx key
2014-11-18 17:09:08 +02:00
Vyacheslav Demidyuk
bae7dc2a71
Added key for mtapi service
2014-11-18 15:59:36 +02:00