Testing execution speed with cTrader
Created at 15 May 2023, 07:50
DA
Testing execution speed with cTrader
15 May 2023, 07:50
Are there any apps one can use to capture execution speed using cTrader over a defined period of time (ie 24 hours).
firemyst
15 May 2023, 11:55
RE:
david.o.levy said:
What do you mean by "execution speed"? How fast orders are executed? Or how fast your custom indicators/bots run? Or something else?
The first should be written to the logging tab;
the second one you can put in your C# code statements that capture how fast methods execute and write out the results to the log tab
@firemyst