Version of ?#

Created at 11 Apr 2013, 22:59
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
VD

VDev

Joined 09.04.2013

Version of ?#
11 Apr 2013, 22:59


Hello!

Please answer to me for two questions.

  1. What is a version of ?# uses cAlgo? Is it support .NET 4.5 or .NET 4.0 only?
  2. I try to use a lot of modules that I use in my programs on VS2012 but some modules (they are comment) gave error on compilation. What is a reason of it?
using System;
using cAlgo.API;
using cAlgo.API.Indicators;
using cAlgo.API.Requests;
using cAlgo.Indicators;

using System.Collections.Generic;
using System.ComponentModel;
//using System.Data; // get error
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
//using System.Windows.Forms; // get error
using System.IO;

 

 


@VDev
Replies

VDev
11 Apr 2013, 23:14

Sorry, I had misprint and instead ?# must be C#


@VDev

cAlgo_Fanatic
12 Apr 2013, 10:28

Those namespaces are not supported at the moment. We will see if they can be included in a future release.

cAlgo uses framework 4.0. There are no plans at the moment for upgrading to Framework 4.5.


@cAlgo_Fanatic