
Panagiotis Charalampous

Info
Username: | PanagiotisCharalampous |
Name: | Panagiotis Charalampous |
Member since: | 13 Jan 2017 |
Country: | Cyprus |
About
Signature
Last Algorithm Comments
@cTrader Risk & Reward Tool (Free): 16 Jun 2021, 11:54
Thanks Paul, this is an amazing contribution for the community
@Lines Trader: 30 Jul 2018, 12:21
Hi all,
Please note that at the moment this is only working for Spotware Public Beta 3.01. This version has not beed rolled out to brokers yet.
Last Forum Posts
@How to run one bot in multiple symbol without conflict: 05 Apr 2023, 10:09
Hi MongolTrader,
Instead of passing a Robot object to the Init() method, try passing a TestMulti object.
@EntryTime: 05 Apr 2023, 10:07
Hi Goulk
Try the following
var trade = PositionLabelID.OrderBy(x => x.EntryTime).First()
@Need the names of endpoint .net SDK to complete certain operations via API: 26 Jan 2023, 13:56
Hi Ron,
These operations are not available in Open API.
@Cancel Pending orders after a maximum number of orders is filled (Issue): 02 Jan 2023, 09:39
Hi there,
You could consider using market range orders instead of limit orders. Limit orders are on the server so your check will only execute after the orders have opened positions. If you need full control, you need to run everything on your side.
@Can you create a new chart programmatically via the API?: 02 Jan 2023, 09:35
Hi there,
In MT4 and JForex it's possible to create a new chart via the API and populate it with your own bars, indicators and trade visualisations.
You can't.
@Synchronized Scrolling?: 02 Jan 2023, 09:34
Hi there,
There is an indicator for this. https://ctrader.com/algos/indicators/show/2974
@Windows server version (optimal compatibility) - cAlgo: 02 Jan 2023, 09:32
Hi there,
There is no difference. Choose the cheaper :)
@Disable Jornal execution - too heavy OnTick(): 02 Jan 2023, 09:31
Hi,
Is there a way to mitigate this limitation?
I am not aware of any. Regarding the crash, better send troubleshooting to the team the next time this happens.
@"Apply as default settings for.." do not work (still): 05 Oct 2022, 16:45
Hi there,
That was always like this by design. You cannot save a default color.
@VS2022 and cAlgo; Trouble with debugging: 05 Oct 2022, 16:43
Mate,
If you haven't noticed there has been a major update of cTrader during the last months and the debugging procedure has changed. I am using cTrader for six years now and I had to get accustomed to the new process.
Need Help? Join us on Telegram
acrigney said:
Mate as I said before I have been using Ctrade for 3 years now and had no problems with debugging till now. I am using the latest version which is 4.3.13.9323, can you post a youtube with this version?
Best Regards,
Alistair
PanagiotisChar said:
Hi Shares4Us,
Make sure your cBots/Indicators have AccessRights set to FullAccess.