Posts
Harold_182236 07 Nov 2016, 11:26
cBots API Help
Error CS1061'cAlgo.Indicators.HeikenAshi' does not contain a definition for 'Close' accepting a first argument of type 'cAlgo.Indicators.Heiken.Ashi' could be found (are you missing a using directive or an assembly reference?)
Harold_182236 said: I did some work on the Indicator (Heiken Ashi), and the Robot compiled successfully. However, I am still having a bit...ahs41ene09 07 Nov 2016, 08:08
cBots API Help
Open opposite trade
Thanks a lot Lucian, it is very kind of you!davideng5555 05 Nov 2016, 20:22
whis.gg 09 Nov 2016, 00:19
cBots API Help
Check if Position is closed
Currently opened positions "Positions" and historical trades "History" are two different collections of objects. You can't com...