Latest Forum Posts
Posts
amusleh 09 Jun 2022, 09:44
cTrader Algo
Is there a way to display text on a black rectangle on chart where the rectangle is the exact width of the text it's under?
Hi, You can't do this with Chart objects, but you can use controls: using cAlgo.API; namespace cAlgo.Robots { [Robot(AccessRights...firemyst 09 Jun 2022, 08:24
amusleh 10 Jun 2022, 13:51
FIX API
What is the exhaustive list for which an order can be rejected?
Hi, Yes, its possible, if you received any rejection you can check the reason and act accordingly.