Topics
Replies
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
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
03 Oct 2014, 18:17
Thanks for your answer.
@Ishwara