Commit Graph

12 Commits

Author SHA1 Message Date
Gunther Schulz 6e05a9d27e fix indicator plots starting at the wrong timestamp under certain cond.
plots would shift if the processing of indicaters would shift, if a new candle would for in MT while processing of indicator data of the client was still in process. The fix ensure, that any new indicator data starts at the correct timestamp.
2020-11-22 13:50:14 +01:00
Gunther Schulz 746c03196f improve indicator display for more clarity
Removed unused buffer value placeholder
Removed 0 as first indicator value
2020-11-22 13:50:14 +01:00
Gunther Schulz a05ddf7530 add support for indicator short name
The actual code change is minor, but unfortunately there was also some additional reformating introdued, which I missed
shortened indicator refresh. indicators draw much faster now
2020-11-22 13:50:14 +01:00
Gunther Schulz 1a0ce7af3a fix incorrect setting of high water mark
Socket settings need to be set before connecting to the socket
Also, increase high water mark
2020-11-22 13:21:39 +01:00
Gunther Schulz 08b83713af fix compiler failure 2020-11-22 13:15:51 +01:00
Gunther Schulz 775a962d38 format code with new MT5 code styler 2020-11-22 13:14:33 +01:00
Gunther Schulz d423745c93 some fixes 2020-10-10 17:20:08 +02:00
Gunther Schulz 1b2beab4c4 update README and changelog
minor update to JsonAPIIndicator
2020-06-13 17:34:11 +02:00
Gunther Schulz de6b4f0546 add support for plot labels for chart indicator lines
cleanup
2020-04-30 18:55:49 +02:00
Gunther Schulz 99ea77ebfe cleanup 2020-04-30 10:49:01 +02:00
Gunther Schulz 37cb0fe738 cleanup 2020-03-03 12:52:46 +01:00
Gunther Schulz 7099ac1cac add chart control
open and draw indicator lines on chart
2020-03-01 18:06:24 +01:00