 
    
            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
Replies
                     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
                     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
                     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
                     breakermind
                     26 May 2014, 00:51
                                    
RE:
Hi,
it is possible to start robot automatically when the cTrader / cAlgo starts?
Thanks
@breakermind
                     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
                     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
                     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
                     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

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