464 Commits

Author SHA1 Message Date
Vyacheslav Demidyuk 4491ef39c2 PyMtApi5: implemented function ChartGetInteger 2025-03-13 12:39:40 +02:00
Vyacheslav Demidyuk 74a64b6fbd PyMtApi5: implemented function ChartGetDouble 2025-03-13 12:32:54 +02:00
Vyacheslav Demidyuk 5f55fa68f1 PyMtApi5: implemented function ChartSetString 2025-03-11 18:57:57 +02:00
Vyacheslav Demidyuk dc37543f83 PyMtApi5: implemented function ChartSetInteger 2025-03-11 18:25:30 +02:00
Vyacheslav Demidyuk fe11646cd6 PyMtApi5: implemented function ChartSetDouble 2025-03-08 18:01:14 +02:00
Vyacheslav Demidyuk 782115d644 PyMtApi5: implemented function ChartPeriod 2025-03-08 10:46:44 +02:00
Vyacheslav Demidyuk 6763dcdc26 PyMtApi5: implemented function ChartSymbol 2025-03-07 23:36:02 +02:00
Vyacheslav Demidyuk 1fc6ab77ed PyMtApi5: implemented function ChartClose 2025-03-07 23:27:39 +02:00
Vyacheslav Demidyuk 80e4886d4f PyMtApi5: implemented function ChartNext 2025-03-07 14:19:53 +02:00
Vyacheslav Demidyuk f3360cf6d6 PyMtApi5: implemented function ChartFirst 2025-02-21 12:23:42 +02:00
Vyacheslav Demidyuk 6a9739ff1e PyMtApi5: implemented function ChartOpen 2025-02-19 16:14:41 +02:00
Vyacheslav Demidyuk a3ded61946 PyMtApi5: implemented function ChartXYToTimePrice 2025-02-14 23:26:46 +02:00
Vyacheslav Demidyuk ad9589e444 PyMtApi5: implemented function ChartTimePriceToXY 2025-02-14 23:00:17 +02:00
Vyacheslav Demidyuk 8e996960fe PyMtApi5: implemented function ChartWindowFind 2025-02-14 22:22:30 +02:00
Vyacheslav Demidyuk 4263f319c4 PyMtApi5: implemented function ChartSaveTemplate" 2025-02-14 21:40:39 +02:00
Vyacheslav Demidyuk 3eba06a73b PyMtApi5: implemented function ChartApplyTemplate 2025-02-08 12:41:41 +02:00
Vyacheslav Demidyuk bd59c4052d PyMtApi5: implemented function ChartRedraw 2025-02-08 12:09:57 +02:00
Vyacheslav Demidyuk beacad1a10 PyMtApi5: implemented function ChartId 2025-01-26 12:01:14 +02:00
Vyacheslav Demidyuk d728e10923 PyMtApi5: implemented functions CopyOpen, CopyHigh, CopyLow, CopyClose, CopyTickVolume, CopyRealVolume, CopySpread, CopyTicks 2025-01-26 01:46:23 +02:00
Vyacheslav Demidyuk c61c773fb9 PyMtApi5: implemented function CopyTime 2025-01-26 00:09:24 +02:00
Vyacheslav Demidyuk 05aa533e3b PyMtApi5: implemented function CopyRates 2025-01-26 00:01:38 +02:00
Vyacheslav Demidyuk 58acc52fa2 PyMtApi5: implemented function CopyBuffer 2025-01-24 23:33:38 +02:00
Vyacheslav Demidyuk 669e3604f3 PyMtApi5: implemented function MarketBookGet 2025-01-24 22:49:13 +02:00
Vyacheslav Demidyuk 7a7d1f33d9 PyMtApi5: implemented function MarketBookAdd, MarketBookRelease 2025-01-23 23:28:55 +02:00
Vyacheslav Demidyuk 9f4a247048 PyMtApi5: implemented function SymbolInfoSessionTrade 2025-01-23 22:53:23 +02:00
Vyacheslav Demidyuk fdd09f2170 PyMtApi5: implemented function SymbolInfoSessionQuote 2025-01-23 22:38:19 +02:00
Vyacheslav Demidyuk fdb9ebb5de PyMtApi5: implemented function SymbolInfoTick 2025-01-22 13:57:19 +02:00
Vyacheslav Demidyuk 33bff44b39 PyMtApi5: implemented function SymbolInfoString; formatted code. 2025-01-18 00:32:44 +02:00
Vyacheslav Demidyuk 150995baea PyMtApi5: using dictionary to define functions for processing user commands 2025-01-17 17:19:28 +02:00
Vyacheslav Demidyuk 583aaa9627 PyMtApi5: implemented function SymbolInfoInteger 2025-01-16 23:34:53 +02:00
Vyacheslav Demidyuk 9d2884b608 PyMtApi5: implemented function InfoDouble 2025-01-16 23:13:22 +02:00
Vyacheslav Demidyuk a3ba4e7642 PyMtApi5: Implemented function SymbolIsSynchronized 2025-01-16 16:03:30 +02:00
Vyacheslav Demidyuk 573db07ce7 PyMtApi5: Implemented function SymbolSelect 2025-01-16 14:23:39 +02:00
Vyacheslav Demidyuk 7c1d2e53d4 PyMtApi5: Implemented function SymbolName 2025-01-16 14:01:57 +02:00
Vyacheslav Demidyuk ee149feef1 update gitignore to ignore python cache files 2025-01-15 23:20:02 +02:00
Vyacheslav Demidyuk 04d2f2e189 PyMtApi5: started implementation MtApi client MT5 for python3 2025-01-15 18:31:56 +02:00
Viacheslav Demydiuk 6b3d54b9d5 MtApi5: added default value to properites of MqlParam for correct json serialization 2025-01-09 17:06:36 +02:00
Viacheslav Demydiuk ba1754d59b MtApi/MtApi5: updated logic of connection with requesting expert list and quotes 2024-12-21 23:12:59 +02:00
Viacheslav Demydiuk b89f00d310 Added missed boost headers files 2024-11-14 14:16:28 +02:00
Viacheslav Demydiuk 19d9cb23d3 MtService: include string to fix build 2024-11-14 12:35:46 +02:00
Viacheslav Demydiuk 606b59687e Removed bootstrappers as redundant projects v2.0.0 2024-11-12 10:50:07 +02:00
Viacheslav Demydiuk b1bb8561f5 MtService: changed log level to INFO for release version 2024-11-11 15:44:41 +02:00
Viacheslav Demydiuk d9a9d88318 Added MtApi5 sample: HistoryOrder 2024-08-23 11:35:00 +03:00
Viacheslav Demydiuk 05de6f4995 MtService: using default expert if handle is zero 2024-08-06 17:51:49 +03:00
Viacheslav Demydiuk b7fe982393 MtApi5: fixed bug in function CopyTicks 2024-08-05 18:36:44 +03:00
Viacheslav Demydiuk 2081ada249 Small update readme: fixed typos 2024-08-04 11:43:10 +03:00
Viacheslav Demydiuk 0fda467b68 Updated readme: added information about vcredist 2024-08-03 13:09:13 +03:00
Viacheslav Demydiuk 753da3b4c4 Readme: removed information about CLI 2024-06-17 22:54:02 +03:00
Viacheslav Demydiuk 1a73c72095 Updated readme file: removed information about WCF 2024-06-17 22:52:00 +03:00
Viacheslav Demydiuk e02996e573 Updated readme file: added information about MtClient 2024-06-17 22:47:46 +03:00