Topics
02 Feb 2017, 17:54
 1620
 2
28 Jul 2015, 20:15
 0
 2375
 2
21 Jun 2015, 07:10
 0
 2640
 2
16 Jun 2015, 08:50
 0
 2163
 1
30 May 2015, 00:50
 0
 2783
 3
10 Apr 2015, 03:48
 10244
 25
21 Mar 2015, 01:45
 2675
 3
17 Sep 2014, 22:21
 16
 891
 1
12 Sep 2014, 20:31
 0
 3126
 2
11 Sep 2014, 02:33
 0
 2598
 2
17 Jul 2014, 23:07
 3312
 5
02 May 2014, 00:55
 0
 3364
 5
13 Apr 2014, 02:49
 0
 2311
 2
23 Jan 2014, 22:15
 1
 3190
 3
20 Jan 2014, 17:50
 2465
 4
23 Oct 2013, 01:46
 4073
 10
Replies

kricka
21 Oct 2016, 16:58

USA regulations

Yes lucian I guess she could provide us with some inside information on the subject :)

The problem for the brokers outside the USA is they have to follow US financial broker regulation to sign up traders from the USA. With other words, USA is protecting their own trading territory by limited US citizens to trade on abroad brokers that do not follow their regulations. 


@kricka

kricka
19 Oct 2016, 20:02

USA brokers

A major broker in the USA did offer cAlgo and cTrader but have discontinued their services of the platform. The reason for this might be, not enough customers for the platform or too wide of a spread in the currency pairs offered, I would think the later. For cAlgo and cTrader to really take off in the USA it has to be legitimate, a good enough price to incorporate for the broker's business model, and of interest to the majorities of the US traders. 


@kricka

kricka
06 Sep 2016, 19:13

Close Position 2.0

RMMRobot.com

 

 

One of the the most popular downloads at RMMRobot.com is the Close Positions 1.0 cBot. We have made an update that will bring an advantage for the trader.

4 parameters are added since version 1.0. A selection of closing winning trades and losing trades. You can now decide what positions to close. "Winners" or "Losers", or on an combination of both. 

Download for free here: Close Positions 2.0

 

 

 

 


@kricka

kricka
30 Aug 2016, 02:30

Net profit

It all depends on what the net profit is calculatet on. If it includes both the commission and the spread it can become somewhat complicated. Spread has to be calculated on the current spread on the pair, while commission has to be calculated from the history of an earlier trade made on the pair. Then it is possible to get the right net profit before closing a trade.

Market Order 3.0 information shows this in a cBot.


@kricka

kricka
29 Aug 2016, 15:36 ( Updated at: 30 Aug 2016, 11:35 )

Cool site

Cool site, like the work done with the upgrade of your site. Best wishes from us at RMMRobot.com and good luck with promoting the new site! 


@kricka

kricka
25 Aug 2016, 19:58

Upload of cBots

A very good suggestion "afhacker". Some developers do not want to share the code itself, but gladly are prepared to give the cBots for free in an encrypted state. That should be a selection of choice when uploading cBots on the forum.


@kricka

kricka
24 Aug 2016, 23:07

Free cBots

a9mtr,

try the free cBots from RMMRobot.com, they should install correctly to your robot folder under cAlgo and show up as well in cTrader. If not, do what lucian suggested, just copy it and paste the cBot in your robot folder.


@kricka

kricka
20 Aug 2016, 15:50

True and False

If there are only two choices in the parameter setup you can use the true and false statement. Below is an example.

[Parameter("Indicator 1 = 1,  Indicator 2 = 2 ", DefaultValue = true)]
        public bool Indicators { get; set; }

Then you have to put the logic in the code.

protected override void OnTick()
        {

if (Indicators == true)

ChartObjects.DrawText("Show Indicator 1", "\n" + "\n" + "\n" + , StaticPosition.TopRight, Colors.Green);

if (Indicators == false)

ChartObjects.DrawText("Show Indicator 2", "\n" + "\n" + "\n" + , StaticPosition.TopRight, Colors.Red);

I am using ChartObjects.DrawText but you can use any method.


@kricka

kricka
18 Aug 2016, 20:15

Break-even

It is possible to solve. The issue is that the API does not really explain how to do it. There are some threads that can help you out though. Search for break even and move the stop loss, and so forth to get some bits of information and then you have to puzzle it all together and test it out by the  trial and error method to get it right.

The Market Order 3.0 shows that it can be done, have a look at the information and if you choose you can download and test it on a demo or live account.

Information and download link: Market Order 3.0


@kricka

kricka
18 Aug 2016, 13:36

Margin percentage

Hi scandisk,

if your broker has set the margin to 80% then it is set. To change this a cBot needs to be running that handles other  margin percentages when all positions are sold off when reached.

Visit RMMRobot.com and read about RMMRobot 2.5 it has exactly that as an option in the cBot parameters. Also on the site there are free cBots for downloading that has to do with risk and money management principles.

 

 

 


@kricka

kricka
12 Aug 2016, 11:08

The Spread cBot

Have a look at The Spread 1.0 cBot, free to download and use.

Information and download link: The Spread 1.0


@kricka

kricka
05 Aug 2016, 10:33

Running robots 24/7

carlosagc86,

If you need the robots to run 24/7 a VPS is the answer. There are many alternativs to choose from depending on your needs. A VPS located in London is the best choice when it comes to cAlgo and cTrader because most brokers have a direct connection and low latency to the data centers in London.

You can read more about it here: VPS Server


@kricka

kricka
02 Aug 2016, 19:12

RE: RE: Close Position

cloesd said:

kricka said:

If the above suggestions do not work try Close Positions 1.0 cBot.

Download; Close Positions 1.0

How does the bot work? I'm afraid because it's not on Cbots websites it's linking to some other website.

In any case I don't think this problem can be solved client side. Hoping for a Ctrader reply, or other people who've had this problem.

Just click on the download link and then install it from your download folder. And after installing it all you have to do is start the cbot. Then you see if you really have a position, by stoppen the cbot it will close the position.


@kricka

kricka
02 Aug 2016, 19:05

Close Position

If the above suggestions do not work try Close Positions 1.0 cBot.

Download; Close Positions 1.0


@kricka

kricka
22 Jul 2016, 20:59

Reconnection problems

This is an issue that I have actually never encountered. I have traded from most parts of the world and have not ever experienced connection problems. 

The problem might be in the windows version and the cpu you are using and the computer itself. Mostly I would think the problem might be with your internet server provider.

 


@kricka

kricka
22 Jul 2016, 20:37

Currency pairs separated

jackton.forex,

very stange behavior. I have never incounter a question like that in either cAlgo or cTrader, that a forex pair should be seperated. Maybe Spotware has an answer.


@kricka

kricka
08 Jul 2016, 00:21

Bridges not a good choice

Bridges are not a good choice. Just too much that can go wrong along the way. Better of course to have the original coding done in c# for cAlgo and cTrader.

Market Order 3.0 has the risk and money principles, it calculate the stop loss and target on pips, percentage or on the amount. In a future version we will include calculating the lots or volume to trade as well.


@kricka

kricka
07 Jul 2016, 23:09

Under 100ms, perfect!

I hardly ever had under 200ms so anything under 200ms would be great. We are dealing here with a platform for retail traders and brokers are involved who would like to have their cut of the cake so to speak. I would love the executing time to go under 100ms and I think it is possible in the future when Spotware evolve and fine tune the platform. I also agree with you that more transparency is needed from the Spotware team when it comes to the execution time. 


@kricka

kricka
07 Jul 2016, 16:59

Execution time window

moneybiz,

the execution time regardless of which broker is used, lands between 200-300ms. When it comes to the latency to the brokerage server it varies depending on the VPS or the local computer's internet connection speed. From a local computer with a fast internet around 20-30ms is very good. The algorithm running on a VPS then as you know we are talking about 1-2ms latency however that will not affect the execution time when the order, target or stop loss are hit, it is stable between 200-300ms. This is a in my opinion a window that the broker needs to be able to operate and maybe hedge the incoming orders. Hopefully this window in ms will be decreased in time by Spotware as their platform technology improves.


@kricka

kricka
02 Jul 2016, 12:03

No smart way

It all depends on how accurate the calculation based on a percentage you want. If you like the spread and the commission included as well it gets complicated. The History in the API can be used to get the commission and other information before actually making the order. Unfortunately there is no smart way to calculate as there is no method in the API that does it all. Several pieces has to be glued together from different parts of the API. Best way to accomplish it is to learn the API in and out and by trial and error testing different codes, also a lot of suggestions are given from all the programmers on the forum. The Market Order 3.0 does it all, have a look at it and you get some information what can be done.

Information link: Market Order 3.0


@kricka