Topics
03 Oct 2014, 00:48
 3505
 8
19 Sep 2014, 11:36
 5684
 10
10 Sep 2014, 21:44
 3896
 10
Replies

Ishwara
03 Oct 2014, 18:17

Thanks for your answer.


@Ishwara

Ishwara
03 Oct 2014, 16:04

Hello,

I did exactly what you said and the algo file is not present.

I see the Robot in the cAlgo, but it tell me that the source code is unavailable.

Any ideas ?


@Ishwara

Ishwara
03 Oct 2014, 12:10

Thanks


@Ishwara

Ishwara
03 Oct 2014, 10:29

Should the <ProjectTypeGuids>  GUID change depending if it's an indicator or Robot ?


@Ishwara

Ishwara
19 Sep 2014, 18:30

I installed VS and cAlgo in a new VM and it works like a charm.

Maybe the installation of VS was a bit corrupted.

 

Anyway thanks for your support.


@Ishwara

Ishwara
19 Sep 2014, 15:31

If i disable extensions i will not be able to use the debugger ?


@Ishwara

Ishwara
19 Sep 2014, 15:07

I have Avast as an antivirus and not firewall except the windows default one.

No i don't have the possibility to run cAlgo and VS in a native Windows environment.

I can try to  install again VS


 


@Ishwara

Ishwara
19 Sep 2014, 14:31

Here is the log :

 

Faulting application name: cAlgo.exe, version: 1.24.102.34376, time stamp: 0x53ff554e
Faulting module name: KERNELBASE.dll, version: 6.3.9600.17031, time stamp: 0x53089862
Exception code: 0xe0434352
Fault offset: 0x00000000000068d8
Faulting process ID: 0xf84
Faulting application start time: 0x01cfd3fbe8f2ed79
Faulting application path: C:\Users\maxlecomte\AppData\Local\Apps\2.0\OR06CH8O.Z5Q\02C56W4M.ZJH\icma..algo_2b1d787f64b7eb41_0001.0018_f6394ded2663d741\cAlgo.exe
Faulting module path: C:\Windows\system32\KERNELBASE.dll
Report ID: 8aed77de-3fef-11e4-8254-001c42c842e4
Faulting package full name:
Faulting package-relative application ID:

 

And the XML if you like:

- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
  <Provider Name="Application Error" /> 
  <EventID Qualifiers="0">1000</EventID> 
  <Level>2</Level> 
  <Task>100</Task> 
  <Keywords>0x80000000000000</Keywords> 
  <TimeCreated SystemTime="2014-09-19T11:24:39.000000000Z" /> 
  <EventRecordID>4583</EventRecordID> 
  <Channel>Application</Channel> 
  <Computer>MAXIMELECOM3CB6</Computer> 
  <Security /> 
  </System>
- <EventData>
  <Data>cAlgo.exe</Data> 
  <Data>1.24.102.34376</Data> 
  <Data>53ff554e</Data> 
  <Data>KERNELBASE.dll</Data> 
  <Data>6.3.9600.17031</Data> 
  <Data>53089862</Data> 
  <Data>e0434352</Data> 
  <Data>00000000000068d8</Data> 
  <Data>f84</Data> 
  <Data>01cfd3fbe8f2ed79</Data> 
  <Data>C:\Users\maxlecomte\AppData\Local\Apps\2.0\OR06CH8O.Z5Q\02C56W4M.ZJH\icma..algo_2b1d787f64b7eb41_0001.0018_f6394ded2663d741\cAlgo.exe</Data> 
  <Data>C:\Windows\system32\KERNELBASE.dll</Data> 
  <Data>8aed77de-3fef-11e4-8254-001c42c842e4</Data> 
  <Data /> 
  <Data /> 
  </EventData>
  </Event>

 


@Ishwara

Ishwara
16 Sep 2014, 12:22

It works well with independent windows.

 

I think as a new feature, it could be good to have the possibilty to add a window to the chart directly, to avoid having a lot of floating windows or having one single window to manage all Symbols.

It's not very efficient :)

Thanks for your answers and support !

 

Regards,

 

Sky.


@Ishwara

Ishwara
16 Sep 2014, 09:29

Yes great feature that missing. And also add the BreakEven option before the order was filled.


@Ishwara

Ishwara
15 Sep 2014, 12:45

I'm a professional iOS Developer, so the development is not an issue. C# and .net is not difficult to learn. I just have some question about how to start :)

I suppose i need to attach my new window (UI) to something.

How can i get the main windows or the chart window to attach a new one to it from a cBot or Indicator.

ChildWindow window = new ChildWindow(); 
this.Root.Children.Add(window); 
window.Show();

 

Thanks for your support.


@Ishwara

Ishwara
12 Sep 2014, 23:47

Hello,

I was planning to develop approximately the same functionalities for TP SL and position sizing.

Is it now possible to create UI on the chart with some buttons and text boxes ?

if not, is it possible to create an application with some UI that interact with cTrader ?

Without pulling a webservice from a CRobot to get some informations from a backend that an other application populate.

 

Otherwise we can just create An indicator or a cRobot and set the new parameters every time we set it on the chart. But it means removing and adding it every time i want to create an order.

I hope i'm clear about my questions. If it's not the case i will try again :)

 

Thanks in advance for your answer.

 


@Ishwara

Ishwara
12 Sep 2014, 23:08

Thanks you for your answer

 


@Ishwara

Ishwara
11 Sep 2014, 12:38

Do you have any date when a such feature will be implemented ?


@Ishwara

Ishwara
11 Sep 2014, 12:38

So when a line is drawn on the chart there no way to interact with it ?

So what's the purpose of the name while creating a line ? 

public void DrawHorizontalLine(string objectName, double y, Colors color, [optional] double thickness, [optional] LineStyle style)

@Ishwara

Ishwara
10 Sep 2014, 22:14

Or a way to get all objects in the chart?


@Ishwara

Ishwara
09 Sep 2014, 23:19

Hello, To continue on this question, is it possible to configure the Breakeven stop before the trade is entered ? (while the orders are still pending).

Cheers,


@Ishwara