
Topics
Replies
PanagiotisChar
16 Oct 2023, 04:18
Hi there,
I don't see what the problem is. The indicator is working fine.
Best regards,
cTrader Team
@PanagiotisChar
PanagiotisChar
16 Oct 2023, 04:08
Hi there,
This button cannot be disabled programmatically.
@PanagiotisChar
PanagiotisChar
15 Oct 2023, 04:11
Hi there,
You cannot do this in C#. To do this you need to create a new IndicatorDataSeries and add the values one by one inside the calculate method.
@PanagiotisChar
PanagiotisChar
15 Oct 2023, 04:08
Hi,
Sounds like a price feed issue. Talk to your broker first
@PanagiotisChar
PanagiotisChar
15 Oct 2023, 04:05
RE: RE: Can't get custom events from one cbot to another working
bazisfree said:
PanagiotisChar said:
Hi,
You won't be able to do that this way since you do not have access to the cBot instance cTrader is running. Therefore you cannot listen to events of that instance. You need to consider other ways of communication e.g. reading/writing to files, named pipes etc.
Thank you. Do you have any examples of using pipes for this or something similar? Also, should I make these asynchronous or not necessary?
Cheers.
Baz
Unfortunately no
@PanagiotisChar
PanagiotisChar
13 Oct 2023, 06:24
Hi,
You won't be able to do that this way since you do not have access to the cBot instance cTrader is running. Therefore you cannot listen to events of that instance. You need to consider other ways of communication e.g. reading/writing to files, named pipes etc.
@PanagiotisChar
PanagiotisChar
13 Oct 2023, 06:18
Hi there,
Maybe share a video demonstrating what you are experiencing so that people can understand what is happening
@PanagiotisChar
PanagiotisChar
12 Oct 2023, 05:43
Hi there,
You need to write a look and check the bars opening time. The first bar that has an opening time older than your position's entry price, it's the bar at which the position was opened.
@PanagiotisChar
PanagiotisChar
11 Oct 2023, 12:27
( Updated at: 12 Oct 2023, 05:41 )
Check possible reasons here
https://help.ctrader.com/ctrader-copy/faq/#my-copy-trading-account-history-is-missing-trades-that-have-been-executed-by-the-strategy-provider-why-is-this-happening
@PanagiotisChar
PanagiotisChar
11 Oct 2023, 12:26
Your positions will be closed as soon as the strategy provider positions are closed. Pending orders like SL and TP are not copied
@PanagiotisChar
PanagiotisChar
11 Oct 2023, 12:25
The cBot is referencing an unknown library called using cAlgo.API.Responses;
If you did not develop this, you should talk to the developer
@PanagiotisChar
PanagiotisChar
11 Oct 2023, 12:22
RE: Positions_Modified(): How to disregard TSL ?
ncel01 said:
cTrader Team,
Can you please inform if this is possible?
Thank you.
It's not
@PanagiotisChar
PanagiotisChar
11 Oct 2023, 12:19
Do you mean the bar at which the position was entered?
@PanagiotisChar
PanagiotisChar
11 Oct 2023, 06:57
( Updated at: 11 Oct 2023, 07:00 )
Hi there,
You should talk to your broker to explain you what happened.
@PanagiotisChar
PanagiotisChar
11 Oct 2023, 06:56
( Updated at: 11 Oct 2023, 07:00 )
What exactly do you need to fix?
@PanagiotisChar
PanagiotisChar
11 Oct 2023, 06:55
( Updated at: 11 Oct 2023, 07:00 )
Can you share the complete cBot code you are using?
@PanagiotisChar
PanagiotisChar
11 Oct 2023, 06:54
( Updated at: 11 Oct 2023, 07:00 )
Hi,
You should talk to IC Markets about this. This screen is now their responsibility.
@PanagiotisChar
PanagiotisChar
16 Oct 2023, 14:48
Hi there,
No update should affect your cBot execution. Further than that, it's hard to get help with so abstract information
@PanagiotisChar