Hello All,
Anyone else here using TradeStaion and writing DLLs for it? I would like to share ideas with you.
Currently I have got TS to call my DLL and execute some code. Now I want to create a Progress bar. TS displays a stocks movement in a series or bars on a chart. When I apply a study, TS starts with the first bar on the chart and crunches through my code and then goes to the next bar and does it all over again. Variables are carried over from bar to bar, but I will be calling my DLL hundreds of times.
I want to be able to create a progress bar on the first bar and send it the total number of bars and the number os bars crunched so far to get a progres bar. The problem is the progress bar will be called thousands of times.
Does anyone know of cut and paste code for a progress bar that can be called many times and remain up untill the last bar sends it a command to go away? Something simple that can compile to a DLL.
------------------
Kind Regards
Mike
Anyone else here using TradeStaion and writing DLLs for it? I would like to share ideas with you.
Currently I have got TS to call my DLL and execute some code. Now I want to create a Progress bar. TS displays a stocks movement in a series or bars on a chart. When I apply a study, TS starts with the first bar on the chart and crunches through my code and then goes to the next bar and does it all over again. Variables are carried over from bar to bar, but I will be calling my DLL hundreds of times.
I want to be able to create a progress bar on the first bar and send it the total number of bars and the number os bars crunched so far to get a progres bar. The problem is the progress bar will be called thousands of times.
Does anyone know of cut and paste code for a progress bar that can be called many times and remain up untill the last bar sends it a command to go away? Something simple that can compile to a DLL.
------------------
Kind Regards
Mike
Comment