Posts
jwandia2022 22 Nov 2022, 18:56
cTrader Algo
Unable to invoke target method in current thread. Use `BeginInvokeOnMainThread` method to prevent this error.
Hi, I have just completed my first bot build out but I keep getting the error [Unable to invoke target method in current thread. Use `BeginInvokeOn...1.26.million2 22 Nov 2022, 15:14
Willie_Dladla 23 Nov 2022, 21:19
cBots API Help
Get/retrieve Horizontal line Object name with a known price level
PanagiotisChar said: Hi there, Try this var lineName = lines.OrderByDescending(l => l.Y).First().Name; Aieden Technologies Need...