when i recently started to intensively test the functionality of copyticksrange(), i encountered a few unfavourable problems when handling millisecond times:i actually wanted to us...
update: thanks to @fxsaber for the suggestion. the files jsontypes.mqh, jsonutils.mqh, and jsondombuilder.mqh have been modified to slightly improve parsing speed....
compression of tick data for storage in a compact form up to 3.5 times more compact than .tcs mq files. and for fast work with them, as it takes less time to read 3 bytes than 60 b...
library for trading session control. on startup it counts trading session times for all 7 days of the week (there can be cryptocurrency trading on sat and sun), up to 10 sessions p...
this library reduces routine actions when working with input parameters.oop. as an example of use, let's take a trading advisor. it is reasonable to use oop-approach when writing t...