@Tracerbullet,
I have raised a pull request for changes in RTDMan. I know I have made invasive changes in worker.cpp but I have given lot of additional facilities. Most users are using the new version. Please consider merging.
I do not feel any necessity to go for tick data after using this version though it can be done using the same logic with some code for event handling.
I don't know whether RTD_1.40 can be converted from Autoit to AHK but atleast RTDMan should be synchronised.
Actually, i see your version as the updated master version with new stuff and mine frozen with features only i need. Still need to add few things once in a while but
that will also stop as Orderman/BackfillMan gets done.
Had a look but there is a *lot* of code to be reviewed before merge. Will need to check how to merge selectively in git and how to send comments to change stuff. I can just merge without looking but I prefer to review/understand code before using it, esp since trading will be profession and not hobby.
But problem is i wont use most of it so there is less motivation.
Most people, probably all, will use your build - i redirect them to RTD when they ask
For example
1) 1min Bars - i instead overwrite with TICKMODE 1 backfill
2) ms ts - Dont need - and using current time instead of ltt is slightly incorrect ( but only if pc clock is wrong - can happen) . So if i want it ill prefer event based instant update.
3) B/A stuff - wont use.
4) This is picky, but i prefer certain commenting style and code organization to make it easier to read for me in future. This gets broken.
One example, no need to put name and decoration around changes, its unnecesary - can add name to copyright/file top instead and changes will be recorded by git. We used to do this during 1st year at job. After a while our mammoth javascript code had plenty of names and decoration
All of these things can be sorted out with some effort, but it doesnt serve any purpose. I want to mostly freeze it and work on other things like OrderMan and ( maybe something for logging trades in future ). Hope you dont mind, if you need anything specific in future let me know.
So, in short - you are the owner of Future of RTDMan for community through RTD. You have a lot of patience in supporting people and adding lots of features. I want to move to other stuff and keep RTDMan static as much as possible. OrderMan is a lot of code and doesnt end ...