Topics
Replies
PanagiotisChar
25 Mar 2024, 07:40
Hi there,
If you need professional assistance, feel free to contact me at development@clickalgo.com
Best regards,
Panagiotis
@PanagiotisChar
PanagiotisChar
25 Mar 2024, 07:40
Hi there,
If you need professional assistance, feel free to contact me at development@clickalgo.com
Best regards,
Panagiotis
@PanagiotisChar
PanagiotisChar
12 Feb 2024, 08:07
Hi Vitali,
We managed to reproduce the issue thanks to the complete UI screenshot. It seems that the issue happens only in cTrader Automate. It will be fixed in an upcoming release of cTrader.
Best regards,
Panagiotis
@PanagiotisChar
PanagiotisChar
12 Dec 2023, 06:39
Dear louisangkq,
If you are interested in professional support, you can contact me at development@clickalgo.com.
Best regards,
Panagiotis
@PanagiotisChar
PanagiotisChar
25 Nov 2023, 06:16
Reply to: I need help creating a simple bot
Hi there,
If you wish to have someone develop this for you, you can contact me at development@clickalgo.com
Best regards,
Panagiotis
@PanagiotisChar
PanagiotisChar
01 Nov 2023, 07:03
( Updated at: 01 Nov 2023, 07:04 )
Hi there,
You can try using the DrawText method
@PanagiotisChar
PanagiotisChar
01 Nov 2023, 07:02
( Updated at: 01 Nov 2023, 07:04 )
Hi there,
It's hard to tell anything without the actual cBot code and a clear way to reproduce the problem. It could be anything. Try sharing your cBot code and send some troubleshooting info the next time this happens.
@PanagiotisChar
PanagiotisChar
01 Nov 2023, 06:59
( Updated at: 01 Nov 2023, 07:04 )
Hi there,
You should check if Label is null before calling it. See below
var CrazyPositionsExist = Positions.Where(x => x.Symbol == Symbol).Where(x => x.Label != null && x.Label.Contains('_')).Count() > 0 ? true : false;
@PanagiotisChar
PanagiotisChar
01 Nov 2023, 06:51
( Updated at: 01 Nov 2023, 07:04 )
Hi there,
Here is an example of drawing a horizontal red line on the bid price
Chart.DrawHorizontalLine("Line", Symbol.Bid, Color.Red);
@PanagiotisChar
PanagiotisChar
01 Nov 2023, 06:46
( Updated at: 01 Nov 2023, 07:04 )
Hi there,
It's hard to determine what the issue is with this information. If it happens again, try sending some troubleshooting info to the team and quote the link to this discussion.
@PanagiotisChar
PanagiotisChar
01 Nov 2023, 06:38
Hi there,
You are probably translating to English but your issue is not intelligible. I did not understand what your problem is. Can you please rephrase it providing steps how we can reproduce it?
@PanagiotisChar
PanagiotisChar
31 Oct 2023, 07:49
( Updated at: 31 Oct 2023, 07:51 )
Hi,
Ask the broker
@PanagiotisChar
PanagiotisChar
31 Oct 2023, 07:48
( Updated at: 31 Oct 2023, 07:51 )
Hi Karol,
It looks like a spread issue
@PanagiotisChar
PanagiotisChar
31 Oct 2023, 07:41
( Updated at: 31 Oct 2023, 07:51 )
Hi Joselito,
Can you write your question in English? The translation is not very intelligible
@PanagiotisChar
PanagiotisChar
31 Oct 2023, 07:40
( Updated at: 31 Oct 2023, 07:51 )
Hi Eynt,
In general, this is normal when you connect somewhere over the internet. Even if your connection is stable, there are several hops your messages need to go through to reach to the server. If you think that this happens more often that what could be considered as normal, you can send send some troubleshooting information the next time this happens. Paste a link to this discussion inside the text box before you submit it.
@PanagiotisChar
PanagiotisChar
31 Oct 2023, 07:34
Hi there,
The values are fine. They are expressed in delta i.e. the difference from the low price. So high = low + deltaHigh
@PanagiotisChar
PanagiotisChar
31 Oct 2023, 07:32
Hi Abdul,
Try
History.Where(T => T.Label != null && T.Label.Contains("ABC")).Count()
@PanagiotisChar
PanagiotisChar
31 Oct 2023, 07:29
Hi there,
I still do not understand the problem since you did not provide enough information to reproduce it. If you share the cBot code that reproduces the problem I can advise further.
@PanagiotisChar
PanagiotisChar
25 Mar 2024, 07:41
Hi there,
If you need professional assistance, feel free to contact me at development@clickalgo.com
Best regards,
Panagiotis
@PanagiotisChar