cBots on cTrader iOS and Android

Created at 17 May 2014, 16:22
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
breakermind's avatar

breakermind

Joined 17.07.2013

cBots on cTrader iOS and Android
17 May 2014, 16:22


Hello,
Do robots operate on cTrader for android and iOS?

if not: Why?

Regards


@breakermind
Replies

Spotware
19 May 2014, 09:26

No cbots do not operate on Android and iOS.

cBots can be run only in cTrader and cAlgo .NET.


@Spotware

breakermind
19 May 2014, 12:19

RE:

Hi,

how get account ID ?

Thanks


@breakermind

Spotware
19 May 2014, 12:21

RE: RE:

breakermind said:

Hi,

how get account ID ?

Thanks

Property Account.Number will be added in next release. Stay tuned.


@Spotware

breakermind
19 May 2014, 12:49

RE: RE: RE:

Spotware said:

breakermind said:

Hi,

how get account ID ?

Thanks

Property Account.Number will be added in next release. Stay tuned.

When will be available the new release, maybe tomorrow?

PS. " hands fall " ... that I wanted these forex cbots ... F@%$#

 


@breakermind

Spotware
19 May 2014, 12:55

Next release will be available in couple of weeks


@Spotware

breakermind
19 May 2014, 13:02

RE:

Spotware said:

Next release will be available in couple of weeks

Thanks for help.
 


@breakermind

breakermind
20 May 2014, 11:43

RE: RE:

Hi,

how to check the name of the broker from robot?

Regards


@breakermind

Spotware
20 May 2014, 12:01

RE: RE: RE:

breakermind said:

Hi,

how to check the name of the broker from robot?

Regards

Property Account.BrokerName will be added in next release.


@Spotware

breakermind
22 May 2014, 14:35

RE: RE: RE: RE:

Hi,

is there possibility of creating a demo account (with certain parameters as deposit, leverage) via PHP script and receiving back the demo account password and ID (or just the broker may make such a possibility)?

Bye


@breakermind

breakermind
22 May 2014, 14:46

RE: RE: RE: RE: RE:

I would like registering on my site breakermind.com user to create a demo account cTrader right away(via PHP script), this might be such as to spotware ctrader demo account (reflecting the current market situation ) only a demo account with a $ 1,000 start deposit laverage 1:500 min volume size 10000 (minilot) with possibly automatic adjust deposit to $ 1,000 each the last day of the month at 23:59:59

I want create cTrader contest and sell users positions :)

I hope that it is possible :]

Regards


@breakermind

breakermind
22 May 2014, 17:22

RE: RE: RE: RE: RE: RE:

breakermind said:

I would like registering on my site breakermind.com user to create a demo account cTrader right away(via PHP script), this might be such as to spotware ctrader demo account (reflecting the current market situation ) only a demo account with a $ 1,000 start deposit laverage 1:500 min volume size 10000 (minilot) with possibly automatic adjust deposit to $ 1,000 each the last day of the month at 23:59:59

I want create cTrader contest and sell users positions :)

I hope that it is possible :]

Regards

Thanks for Your help.

 


@breakermind

Spotware
22 May 2014, 17:23

Such functions will be added to Open API soon.


@Spotware

breakermind
26 May 2014, 00:51

RE:

Hi,

it is possible to start robot automatically when the cTrader / cAlgo starts?

Thanks


@breakermind

Spotware
26 May 2014, 10:51

RE: RE:

breakermind said:

Hi,

it is possible to start robot automatically when the cTrader / cAlgo starts?

Thanks

No, it is not possible, but we plan to implement it in near future


@Spotware

breakermind
27 May 2014, 12:20

RE: RE: RE:

Hi,

how to send notification or print to log every 5 minutes  whitout use onBar(5M)?

Thanks


@breakermind

modarkat
27 May 2014, 12:27 ( Updated at: 23 Jan 2024, 13:11 )

OnTimer event will be added in next version of cAlgo:

[/forum/cbot-support/2871?page=1]


@modarkat

breakermind
27 May 2014, 12:32 ( Updated at: 23 Jan 2024, 13:11 )

RE:

modarkat said:

OnTimer event will be added in next version of cAlgo:

[/forum/cbot-support/2871?page=1]

Thank you!


@breakermind

breakermind
28 May 2014, 00:21

RE: RE:

Hi again,

Is it possible to force onBar works on custom period like m15 if the robot start on H1

Thanks


@breakermind

Spotware
28 May 2014, 09:16

RE: RE: RE:

breakermind said:

Hi again,

Is it possible to force onBar works on custom period like m15 if the robot start on H1

Thanks

At the moment it is not possible. You can vote for this feature on vote.spotware.com:

http://vote.spotware.com/forums/229166-ideas-and-suggestions-for-ctrader-and-calgo/suggestions/5979435-marketseries-onbar-event


@Spotware

breakermind
28 May 2014, 14:41

RE: RE: RE: RE:

Hi,

how to rewrite this in c#:

php:

$valid = preg_match("/^\[GO\]([0-9]{1,99};[A-Z]{1,6};[A-Z]{1,6};[0-9]{1,99};[0-9\,]{3,30};[0-9\,]{3,30};[0-9\,]{3,30};[0-9\,]{3,30}\|)+\[OG\]$/", $pos);

Thanks


@breakermind

Invalid
28 May 2014, 14:49

RE: RE: RE: RE: RE:

 

var match=Regex.Match(pattern, subject);

Take a look here.

breakermind said:

Hi,

how to rewrite this in c#:

php:

$valid = preg_match("/^\[GO\]([0-9]{1,99};[A-Z]{1,6};[A-Z]{1,6};[0-9]{1,99};[0-9\,]{3,30};[0-9\,]{3,30};[0-9\,]{3,30};[0-9\,]{3,30}\|)+\[OG\]$/", $pos);

Thanks

 


@Invalid

breakermind
28 May 2014, 16:50

RE: RE: RE: RE: RE: RE:

Hi,

I know that (i have google to ;] :D ) but :

I dont want fight with this "shit" again ("shit" - preg match patterns).

Thanks.


@breakermind

Invalid
29 May 2014, 11:42

RE: RE: RE: RE: RE: RE: RE:

You've asked for C# representation of your code. I gave it. Explain what's the problem?

 

breakermind said:

Hi,

I know that (i have google to ;] :D ) but :

I dont want fight with this "shit" again ("shit" - preg match patterns).

Thanks.

 


@Invalid

breakermind
29 May 2014, 14:22

RE: RE: RE: RE: RE: RE: RE: RE:

Hi,
exactly ... but I meant more to write a pattern so that it is correct and acceptable by the compiler.

this part:

"/^\[GO\]([0-9]{1,99};[A-Z]{1,6};[A-Z]{1,6};[0-9]{1,99};[0-9\,]{3,30};[0-9\,]{3,30};[0-9\,]{3,30};[0-9\,]{3,30}\|)+\[OG\]$/"

now it does not matter, already found and wrote.

Thanks all and regards.

 

Invalid said:

You've asked for C# representation of your code. I gave it. Explain what's the problem?

 

breakermind said:

Hi,

I know that (i have google to ;] :D ) but :

I dont want fight with this "shit" again ("shit" - preg match patterns).

Thanks.

 

 


@breakermind

breakermind
30 May 2014, 12:53

RE: RE: RE: RE: RE: RE: RE: RE: RE:

Hi,

How to get Open.time for lastr 3 bars with current timeframe?

And how check what timeframe is set from cbot?

And how to get current time (or maybe something like timestamp [current time in seconds, milisec ])?

Thanks


@breakermind