
Topics
Replies
PanagiotisCharalampous
07 Nov 2023, 06:48
Hi there,
You need to describe better what you are asking for. Personally I do not understand what you need.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Nov 2023, 06:47
( Updated at: 21 Dec 2023, 09:23 )
RE: RE: RE: RE: RE: RE: Repeated Disconnections
eynt said:
Hello
There's been a mix in the messages orders for some reason and I can't see the message I send a minute ago so I resend it here
The problem keeps happeninng. I had 3 disconnections in 24 hours, on 2 different computers. I will send the troubleshooting information. Proxy information attached below.
Please keep me posted about your findings.
Thanks
Did you send troubleshooting when this happened?
@PanagiotisCharalampous
PanagiotisCharalampous
07 Nov 2023, 06:45
Hi eynt,
- No the event is not sent on intervals. It's sent when the server disconnects you. There is no meaning to such setting
- It's in the bottom right corner of cTrader. Just click on the label where the milliseconds are displayed.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
06 Nov 2023, 13:11
Hi there,
Where exactly did you sign in? What is a list table? Can you share screenshots?
Best regards,
@PanagiotisCharalampous
PanagiotisCharalampous
06 Nov 2023, 07:09
Hi there,
Can you be more specific regarding what happened?
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
06 Nov 2023, 07:07
Hi Carsten,
There is no way to force this so you should think of a different way to implement your functionality. Based on your abstract description, it seems more appropriate to create a method and call it whenever you want, instead of relying on events.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
06 Nov 2023, 07:01
Hi there,
The platform does not provide this information. You would need to manually implement it by saving this info, either in the Label or the Comment field
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
06 Nov 2023, 07:00
Hi there,
Try installing it instead of copying it. Just double click on the .algo file.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
06 Nov 2023, 06:58
Hi there,
It has been removed.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 Nov 2023, 06:32
( Updated at: 06 Nov 2023, 06:29 )
Hi there,
If you want to create a live cTrader account, you need to contact a broker that offers cTrader. You can find some here.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 Nov 2023, 06:31
Hi there,
There is no specific guide for this so it is better to rephrase your request to specific questions so that we can answer them.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
03 Nov 2023, 13:25
Hi there,
Can you provide an example?
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
03 Nov 2023, 13:18
Hi there,
Please let us know where and how you get this error so that we can reproduce it.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
03 Nov 2023, 06:25
( Updated at: 03 Nov 2023, 06:26 )
RE: [Instruction] Telegram notifications
gnsmaciej said:
what could be blocking the sending of push alerts to telegram from cTrader, I have already added cTrader to the windows firewall, except that I have an old windows 8.1 any ideas what else to check maybe I need to install some add-on to Windows?
Hi there,
Does your cBot have full access? You can use the tool below to check if there is any issue with your system. If the tool sends telegram messages, then the issue is somewhere in your code
https://clickalgo.com/telegram-setup-test
@PanagiotisCharalampous
PanagiotisCharalampous
03 Nov 2023, 06:22
( Updated at: 03 Nov 2023, 06:26 )
RE: RE: How to write GetFitness
Hansen said:
PanagiotisCharalampous said:
Hi there,
You won't get the same results if the fitness function is different
Hi Buddy,
You responese make me look like a fool.
So do you know the algo of fitness function?
Where is the doc?
Can you get the same results as config of ui interface?
I do know how to write fitness function, but accurate algo is not clear… what a pity.
Here is the documentation of the fitness function algorithm
https://help.ctrader.com/ctrader-automate/backtesting-and-optimizing-cbots/#multi-criteria-calculations
@PanagiotisCharalampous
PanagiotisCharalampous
02 Nov 2023, 12:12
( Updated at: 02 Nov 2023, 12:13 )
RE: RE: Error CS0103: The name 'Properties' does not exist in the current context
AlexFrei said:
PanagiotisCharalampous said:
Hi prlozc,
I think the message is clear, you use an object called Properties that is not defined anywhere.
Best Regards,
Panagiotis
Yes, but this code is from your sample and documentation: https://help.ctrader.com/ctrader-automate/references/Controls/Image/
I have the same problem.
How to resolve it please ?
The code is calling a file from the projects resources. You need to add resources to your project. Read more below
https://learn.microsoft.com/en-us/dotnet/core/extensions/create-resource-files
@PanagiotisCharalampous
PanagiotisCharalampous
02 Nov 2023, 08:05
( Updated at: 21 Dec 2023, 09:23 )
RE: RE: RE: RE: Repeated Disconnections
eynt said:
Hello
- For example, is there a way to configure that the amount of seconds which requires for the OnServerDisconnected to be triggered. Another example - controls the way cTrader bot behaves after a disconnection/reconnection such as no change of behaivor, complete stop of the bot, things of that sort.
- What do you mean by the proxy I am using, where can I find this information?
Hi eynt,
- No it is not possible
- Click on ms field on the bottom right corner
Best regards,
@PanagiotisCharalampous
PanagiotisCharalampous
02 Nov 2023, 07:19
Hi there,
We have checked the ROI calculations several times and they are correct. Almost always the issue is that strategy providers do not understand how ROI is calculated. I cannot launch investigations every time somebody does not understand the calculation. I will proceed with investigating further only if you can provide solid evidence that the ROI is wrong e.g. a spreadsheet with the correct calculation that shows that the results are different. If you can provide such a spreadsheet, please send it to me at community@spotware.com
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
02 Nov 2023, 07:10
Hi there,
This means that the volume you are using is not valid for the traded symbol e.g. you cannot trade 500 units on EURUSD. Usually the minimum is 1000.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Nov 2023, 06:49
Hi there,
The export function exports only the visible columns. If you need more columns to be exported, you need to add them to the grid by right clicking on the header.
Best regards,
@PanagiotisCharalampous