
Topics
Replies
kricka
13 Jul 2013, 03:25
Hi diogene823,
i fully agree with you, way too easy to hit the Close All when intending to hit the last trade in the list. I have suggested to the developer team to include buttons for the Close All, Close winners, Close losers, Close orders, Reverse etc. on the right side of the screen, in the toolbar area. Then you can even have cAlgo or cTrader in full screen too without even seeing the position list. If you trade on smaller devices like a laptop or a tablet its a necessity to have the platform in full screen. Hope they fix it.
@kricka
kricka
29 Jun 2013, 04:39
Hi, silverpuma
the best way is to read as much as you can on the forum itself. It's a wealth of information from many experienced developers, posting their views on coding. Learn the cAlgo API and try start from all the samples posted in the forums. Also ask questions if you get stuck on a subject. The help is always there and the cAlgo staff will try to answer your questions about coding promptly and are very service minded and with great expertice.
@kricka
kricka
28 Jun 2013, 07:01
Hi WillT,
to be able for your user to change parameters settings in the robot the cs file have to be readable in cAlgo. For the time being if I understand it right, the only way to make the code secured is by converting it to a dll file through Visual Studio and then obfuscate the code. I hope that cAlgo will in the near future implant encryption possibilities of the the code, for those devolopers who wish so.
This should be very high up on their list to accomplish and lets hope we will se it soon.
@kricka
kricka
20 Jun 2013, 02:59
Hi, thanks for your reply.
I've tried both versions with the Notification after and before Trade.Close(position);. Still get the wrong balance info. Seems like its the commision maybe whats holding up the balance update.
I'm testing it on a VPS and the difference is around the commision cost and slippage too. Have a question about Trade.Close(position);, should it be placed at the bottom after every notfication? According to what you wrote it is executed before notifications even if its placed at the bottom.
Thanks..
@kricka
kricka
09 May 2013, 10:08
Hi,
great, works just fine!
I do have another question regarding pips.
What if I would like to calculate pips on all open positions and also on all closed positions.
Total pips with other words, since I started the robot.
Hope to get a reply on this too :)
Thanks for all your fantastic support!
@kricka
kricka
01 May 2013, 03:00
Hi,
just to make my point why I think HotKeys are so important in trading. Assume you're trading on a smaller screen for example 12" on a laptop. There will not be space enough to have the robots in sight on the left side of cAlgo. What I would like is to have is cAlgo on a full screen without seeing the robots on the left side. Hotkeys are also a way to trade safely knowing when invoked they will preform according to the setup.
Thanks..
@kricka
kricka
26 Apr 2013, 17:22
Hi,
tried to compile /forum/calgo-reference-samples/823 and came up with an error. Please correct so I can test and use the sample.
Thanks..
@kricka
kricka
17 Jul 2013, 19:54
Hi,
we are all waiting for the encryption possibilities within cAlgo, as hichem mentioned the cAlgo team are working on it. Way to cumbersome to do it within Visual Studio. The best soloution would be to encrypt within the cAlgo platform itself. The cAlgo developer team have said, it "soon" will be available.
@kricka