This website uses cookies to enhance site navigation, analyze site usage, and assist in our marketing efforts. By clicking “Accept All” you are providing your consent to our use of all cookies. Alternatively, please provide your choice by pressing “Customize Cookies”. For more information, please read our Privacy policy
agalbenus
26 Jul 2023, 16:28 ( Updated at: 26 Jul 2023, 16:38 )
The only viable way to pause a cBot runtime during backtesting (mainly visual mode) is using windows forms.
You also need to enable windows forms in the dotnet solution
and use dotnet sdk for compiling the cBot instead of embedded compiler. You can do that in cTrader settings→Automate→Select Compiler
@agalbenus