Is it possible to be logged in to several accounts at once?

Yes. Although you cannot be logged in to multiple accounts from one instance of cAlgo, you can open several instances of cAlgo (separate cAlgo platforms running at the same time on your computer) and log in to different accounts accordingly.
 

Is it possible to access the same account from different computers?

Yes. As long as you have the correct login details, you can login to cAlgo from any computer, provided your connection settings are correct and the connection is not being blocked by a firewall or your ISP.
 

When does my cAlgo / cTrader demo account expire?

cAlgo Demo Accounts do not expire.   
 

Can I change the time zone on my platform?

The server time is set by your broker and cannot be changed by you. If you have questions regarding your particular time zone, please contact your broker.
 

Where do price quotes come from?

Each broker has liquidity providers (Barclays, UBS, Reuters, etc.) who will provide the live quotes.
 

Where can I view my trading history?

Trading history can be seen by clicking on “History” tab in the ‘Trade Watch’, at the lower part of the platform. You can also create a printable statement of all your trading history, by clicking the ‘Statement’ button.
 

Can cAlgo be used to place pending orders?

Yes. The function to add a limit or stop order based on technical indicators can be written into the code.
 

What happens to my open positions when I log out of cAlgo

Open positions will continue to run and will not be closed until an existing stop loss, take profit or stop out level is reached.

cAlgo needs to be opened with a steady internet connection in order for the robots to carry out any declared functions (open position, close position, modify stop loss, etc.) So while open positions will not be closed if you log out or close the platform, robots will be unable to modify or close any currently open positions.

Existing limit orders will still be filled if the entry rate is met.
 

Can I open a live account?

Yes. Please contact one of our supported brokers.
 

Can cAlgo be used to create custom technical indicators?

Yes. cAlgo allows you to create ‘Robots’ and custom Indicators. Your custom indicators can be used with both cAlgo and cTrader.
 

Can robots reference custom technical indicators?

Yes. Technical indicators can be referenced in your Robot algorithms.
 

How many instances of my algorithm can I add and have running at the same time?

There is no limit to the number of instances you can run.
 

Can I still trade manually with cAlgo?

Yes, cAlgo will allow manual closing, opening and modifying of open positions and pending orders from the charts. cTrader - our manual trading platform, can be accessed quickly from within cAlgo by clicking the cTrader icon at the top right of the platform.
 

Do I need to run cTrader for cAlgo to work?

No. Both platforms can operate independently simultaneously.
 

What language do I use to write Robots and Custom Indicators with cAlgo?

Your robots and indicators should be written in C#, a .NET language