Topics
14 Jun 2013, 16:45
 5722
 8
07 May 2013, 12:38
 3597
 5
17 Dec 2012, 15:26
 0
 10078
 12
Replies

hichem
11 Sep 2013, 10:38

Yes it is possible. But the solution is not specific to cAlgo. Look for .NET obfuscation tools.

 

If you don't to waste your time searching I have a solution that works perfectly with cAlgo robots. contact me at support@scyware.com


@hichem

hichem
06 Sep 2013, 20:59

RE:

When the free margin hit zero. Postions get closed automatically to free some margin.

nicknamexy said:

Some of my buy-positions has been closed automatically. What could be the reason for that? At that point of time I hadn´t any free margin left (it was very negative).

 


@hichem

hichem
05 Sep 2013, 12:01

RE: RE:

Sure I restart it manually when there is no relevant activity normally at midnight. (UTC+2)

gorin said:

hichem said:

I'm running cAlgo 24h/7d on my laptop for 3 months now.

I made the robot send me an email every 30 minuts to notifiy it is still working. I sometimes use TeamViewer to login to my laptop from elsewhere.

No problems. and 0$ spent.

You don't get the updates? cAlgo needs to restart when there are updates. 

 


@hichem

hichem
05 Sep 2013, 11:07

I'm running cAlgo 24h/7d on my laptop for 3 months now.

I made the robot send me an email every 30 minuts to notifiy it is still working. I sometimes use TeamViewer to login to my laptop from elsewhere.

 

No problems. and 0$ spent.
 


@hichem

hichem
16 Aug 2013, 01:14

Hello, 

I have an issue that persists for more than a week now. Each day, on 23h00 UTC+2, My open postions lose their labels. Which means I have no labels dsplayed on cAlgo positions list and positions have no labels when inspected by the robot.

To make them come back I have to log off then log in or restart cAlgo.

The problem seems to be on clien tside and not on server side since the labels come back when refreshing the patform.

Please Fix this.

 

Broker : LQDMarkets

windows 8


@hichem

hichem
03 Aug 2013, 13:21

RE:
kricka said:

Hi hichem,

nice curve and good profit so far, hopefully the drawdown will stay stable. Win / loss ratio is very consistent by looking trhough the trades. A real account is a big plus.

What kind of risk & money management protection do you have outside the stop loss and target per single positions?

Hello, 

 

Actually it is a hedged grid system. I don't use Stop Loss, Only take profits.

For protection :

- small lot sizes, relative to Balance

- High Leverage 1:500 thus small margin even for many open postions to keep Free margin close to equity.

- I use a C#  library I have developed to protect th robot against lost connections and failed trade requests, so the system can run 24h with little intervention

- Have tested the system on Demo for 4 months


@hichem

hichem
02 Aug 2013, 17:17

Actually yes.

 

http://www.myfxbook.com/members/hichem_scyware/scyware/646388


@hichem

hichem
26 Jul 2013, 05:16

RE:
Lgon said:

cAlgoFX = Little Thieves

They will come back under a new name

Be aware

Did they take money from you ?


@hichem

hichem
22 Jul 2013, 20:53

RE:
 

I have done the procedure. but henever i click allow access I got this message in myfxbook Error. You haven't approved any account 


@hichem

hichem
18 Jul 2013, 11:28

I have a live account with lqdmarkets. I couldn't login with my credentials.


@hichem

hichem
17 Jul 2013, 17:23

The generated indicators & robots are .Net assembly files (.dll files)

I remember support has mentioned they are working on a way to totally protect your code, meanwhile you can obfuscate those files with the different obfuscating techniques available in the .Net framework

 


@hichem

hichem
02 Jul 2013, 12:02

Hello,

 

Here at my work office we have a proxy that controls all the outgoing/ingoing connections.

 

I have tried the connection settings mentioned above but with no success, also the ctrader Web dosn't work.

 

Any workarounds?


@hichem

hichem
20 Jun 2013, 18:30

RE: RE: RE:
susantasaren said:
hichem said:
Kate said:

There are brokers with minimum account much less than 2000€.

I know, but the strategy requires a minimum of 2000 to eliminate risk of a margin call.

Why not decrease the Lot Size equivaltent to 2000 the result will be the same.

The strategy already uses Lot Size of 1000 to 2000. The strategy uses several positions open at the same time which requires a minimum amount of capital to be able to open those positions with a safe Free Margin level


@hichem

hichem
20 Jun 2013, 10:45

RE:
Kate said:

There are brokers with minimum account much less than 2000€.

I know, but the strategy requires a minimum of 2000 to eliminate risk of a margin call.


@hichem

hichem
14 Jun 2013, 18:31

Can't one just use Virtualisation to run cAlgo and cTrader on Linux ?


@hichem

hichem
10 Jun 2013, 18:35

Do you think it is ready to be run on a real account yet ?


@hichem

hichem
10 Jun 2013, 15:24

Very interesting.

Do you mind giving us a hint on your strategy ?

What is the Volume of your trades ?


@hichem

hichem
07 Jun 2013, 18:33

Interesting!

Actually I have made a c# library to make transform asynchronous cAlgo Trade Requests into synchronous ones. With this library I was able to :

- Handle lost connections by asserting that each request has been succesfully executed before sending the next request.

- Handle coordination between Trade requests. This is done by sequencing trade request execution which I think will allow you to overcome your problem.

 

The library is on BitBucket: https://bitbucket.org/mrhichem/scyware-calgo-framework

Give me your email so I can share it with you.

 

Cheers.

 


@hichem

hichem
04 Jun 2013, 16:52

RE: RE: RE: RE: RE:

Well jsut launch cAlgo as many instances as you want. cAlgo can run on multiple instances on Windows.


@hichem

hichem
04 Jun 2013, 16:19

RE: RE: RE:
Sir2 said:
hichem said:
Sir2 said:

Hi:

I would like to install and run several cAlgo instances in parallel under the same Windows 8 user account.  For example: cAlgoA1 and cAlgoA2 for broker A and cAlgoB1 and cAlgoB2 for broker B.  Is there any way to keep this 4 installations independent (directories, settings, etc.).

Thanks in advance.

You can use a Virtual Machine such as : VMWare or Windows Virtual PC

Thanks, but is not an answer for my question.

With VMWare player you can run multiple instances of windows on a single machine. On each Windows instance you can run a totally isolated cAlgo instance.


@hichem