Posts
Invalid 08 Apr 2015, 09:51
cTrader Algo
using System; using System.Linq; using System.Collections.Generic; using cAlgo.API; using cAlgo.API.Indicators; using cAlgo.API.Internals; using cAlgo.Indicators; using System.Diagnostics; using System.Net; using System.IO; namespace cAlgo { [Robot(
Change AccessRights in your attribute to Full Access. Check heretothmane 07 Apr 2015, 20:55
cTrader Algo
using System; using System.Linq; using System.Collections.Generic; using cAlgo.API; using cAlgo.API.Indicators; using cAlgo.API.Internals; using cAlgo.Indicators; using System.Diagnostics; using System.Net; using System.IO; namespace cAlgo { [Robot(
using System; using System.Linq; using System.Collections.Generic; using cAlgo.API; using cAlgo.API.Indicators; using cAlgo.API.Internals; usi...joeatbayes 06 Apr 2015, 19:37
Manuel_Meza 08 Apr 2015, 22:29
Indicators API Help
PROREALTIME INDICATOR
Yo podria ayudarte... ya he realizado varios robots e indicadores. cuchufletozopo said: Alguien podría ayudarme a convertir un senci...