Latest Forum Posts
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
collinganesh 07 Nov 2016, 11:55
cBots API Help
Open opposite trade
lucian said: using System; using System.Linq; using cAlgo.API; using cAlgo.API.Indicators; using cAlgo.API.Internals; using cAlgo.Indicato...