Topics
Replies
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
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:
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
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
20 Jun 2013, 18:30
RE: RE: RE:
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
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:19
RE: RE: RE:
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
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