1) I think you left old 64 bit exes - NOWVwapBackFill_x64_0.4.exe / NestVwapBackFill_x64_0.4.exe maybe after rename.
btw why do you need a seperate 64 bit binary? Can you notice any performance difference? Rest code is same for both 64 bit and 32bit.
2) If you didnt already know, autoit has a
debugger. It is quite slow though and takes a long time to go through DTC.au3
3) Minor bug - Error if we do backfill without selection
I still couldnt get vwap to work. It does not select the dropdown filters. Get statistics therefore gives error - Please enter all the values. Will try to debug it. Datatable worked great yesterday.
I am trying to go through code structure just get brief idea and customize it a bit as below.
a) Admin - Admin mode is not needed if ZT is not running as admin. i dont run ZT as admin. For me, vwap backfill (with empty data) would open another AB instance (dont know why). So i just commeneted the admin flag.
b) i dont want it to close automatically after backfill. Rather let me close it when i want. So need to stop rename of button and not delete markwatch array rows.