Topics
Replies
PanagiotisCharalampous
09 Nov 2023, 06:32
Hi there,
No there is no built in method for this.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
08 Nov 2023, 12:59
( Updated at: 09 Nov 2023, 06:30 )
Hi there,
OnProtoHeartbeatEvent checks for incoming heartbeats. If you want to send heartbeats at a specific interval, you should use a Timer.
Best regards
@PanagiotisCharalampous
PanagiotisCharalampous
08 Nov 2023, 09:50
( Updated at: 21 Dec 2023, 09:23 )
RE: News tab missing
swapd0 said:
My broker is icmarkets.
Seems there
@PanagiotisCharalampous
PanagiotisCharalampous
08 Nov 2023, 06:35
Hi there,
If you get this message then probably that's the problem. Your log does not shed any light to what your code is actually doing. It would be easier for you to compare your implementation to the example application and see what you are doing different. If you can reproduce the issue with the example application, then we are happy to have a look.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
08 Nov 2023, 06:31
( Updated at: 08 Nov 2023, 06:32 )
Hi there,
Which broker are you using?
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
08 Nov 2023, 06:30
Hi there,
You need to set your chart object as interactive
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Nov 2023, 11:08
( Updated at: 08 Nov 2023, 12:53 )
Hi there,
Try making the line interactive
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Nov 2023, 11:05
( Updated at: 07 Nov 2023, 11:06 )
Hi eynt,
- There is OnDestroy()
- No, the indicator is reinitialized
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Nov 2023, 06:55
Hi there,
Your trading volume can be set in steps. So rounding up or down is unavoidable.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Nov 2023, 06:53
Hi there,
Can you record a video demonstrating this issue?
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Nov 2023, 06:52
RE: RE: Differences between optimization and backtesting results
ctid6328327 said:
dave.anderson.consulting said:
This issue has never been resolved since it was reported. We are now 4 years later and still no fix on cTrader version 4.8.23.
I needed to optimize a client's cBot and ran into this bug today.
To make sure it's not my fault I grabbed the above passed cBot and tested it and saw that there is still a difference between Optimization and Backtest results. Exactly as it was reported here in 2019.This is not the only issue. With some bots there is a difference between Visual and Non-Visual backtest.
Hi there,
There is no known issue at the moment. If you can reproduce such issue, please share the information requested above.
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
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
09 Nov 2023, 06:37
Hi there,
Check the documentation and the examples here.
Best regards,
Panagiotis
@PanagiotisCharalampous