Latest Forum Posts
Posts
PanagiotisCharalampous 18 Oct 2019, 08:14
cTrader Algo
One way trend Sell - SmartGrid MA LimitStop Sell trend. For Gold sell trend. What are your ideas for improving the code after testing?
Hi tgjobscv, You can access all your orders via PendingOrders and modify them accodingly. See example below PendingOrders[0].ModifyVolume(100...augrust 17 Oct 2019, 19:34
enoque_santos 18 Oct 2019, 17:58
cTrader Algo
Crashed in OnTimer NullReferenceException, only when backtesting.
Sure. Here you are. Thank you. using System; using System.Linq; using cAlgo.API; using cAlgo.API.Indic...