Topics
Replies
PanagiotisCharalampous
13 Dec 2023, 06:38
RE: RE: (CT0002) Assembly must contain algo type
larocca.mario12 said:
PanagiotisCharalampous said:
Hi there,
This message comes up when your project references cTrader Automate API but does not include an Algo class.
Best regards,
Panagiotis
Thank you, I'm new in this world. What does that mean? Thank you!! :)
Hi there,
I am not sure how to explain it in a simpler way :) If you want to use cTrader Automate API, your C# project needs to contain an Algo class.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
13 Dec 2023, 06:33
RE: RE: Cbot interacts with telegram?
larocca.mario12 said:
PanagiotisCharalampous said:
Hi there,
Yes you can do this. Check Telegram APIs
Best regards,
Panagiotis
Thank you!! Do you know what libriaries should I use to interact with Telegram? Should I program on cTrader? How can I import a library on cTrader?
Hi there,
Have a look at Telegram.Bot library available in NuGet
https://www.nuget.org/packages/Telegram.Bot
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
13 Dec 2023, 06:29
Hi there,
This is a price feed issue. You should talk to Pepperstone about it.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
13 Dec 2023, 06:26
( Updated at: 21 Dec 2023, 09:23 )
RE: Does anyone at Spotware actually use cTrader? Cannot grab SL/TP lines when multiple indicators on chart without first moving chart. :-/
mikefox7602 said:
One of the reasons i dont consider this plattform being suited for real trading.
This is really dangerous.
Dont like when plattforms are not made customizable.
Hi there,
You can hide the indicator titles in the Viewing Options
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
13 Dec 2023, 06:22
RE: RE: RE: RE: Meet cTrader for Mac
tuandunguit said:
Hi,
This is great news! Waiting so long for this version on Mac. Thank you!
Besides that, do we have any target date of Backtest and Optimization features? Without those features, allowing develop bots doesn't make much sense since we can't test them.
Hi there,
The team is currently working on this but unfortunately we cannot provide an ETA at this moment.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
12 Dec 2023, 06:37
Hi there,
This message comes up when your project references cTrader Automate API but does not include an Algo class.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
12 Dec 2023, 06:35
Hi there,
Yes you can do this. Check Telegram APIs
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
11 Dec 2023, 13:56
RE: RE: RE: RE: Backtesting Max Drawdown in $
Intetics said:
PanagiotisCharalampous said:
Intetics said:
PanagiotisCharalampous said:
Hi there,
This information is not available in backtesting results at the moment.
Best regards,
Panagiotis
Is this information available on the UI?
Regards
No it is not
Thanks. Are there plans to add this information at least to the UI? Because I can see this info for my Optimisation runs, but for whatever reasons it's not available for backtesting…
Hi Intetics,
We will consider it for a future release of cTrader Desktop.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
11 Dec 2023, 13:38
Hi Sascha,
Any chance you can record a video where we can see the steps that lead to this behavior?
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
11 Dec 2023, 13:18
Hi Shares4UsDevelopment,
Unfortunately we are not able to reproduce such a behavior. If it is possible to arrange a TeamViewer session, please contact me at community@ctrader.com and our team will have a look.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
11 Dec 2023, 12:52
RE: RE: CFD Backtesting Margin Calculations Bug
Intetics said:
PanagiotisCharalampous said:
Hi again,
Thank you. We managed to reproduce the problem and we will fix it in an upcoming release.
Best regards,
Panagiotis
Thanks @PanagiotisCharalampous . Does cTrader autoupdate on a new version? I can't seem to find this option in the settings.
Hi,
Yes it does.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
11 Dec 2023, 12:52
RE: RE: CFD Backtesting Margin Calculations Bug
Intetics said:
PanagiotisCharalampous said:
Hi again,
Thank you. We managed to reproduce the problem and we will fix it in an upcoming release.
Best regards,
Panagiotis
Thanks @PanagiotisCharalampous . Does cTrader autoupdate on a new version? I can't seem to find this option in the settings.
Hi,
Yes it does.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
11 Dec 2023, 10:18
RE: RE: Backtesting Max Drawdown in $
Intetics said:
PanagiotisCharalampous said:
Hi there,
This information is not available in backtesting results at the moment.
Best regards,
Panagiotis
Is this information available on the UI?
Regards
No it is not
@PanagiotisCharalampous
PanagiotisCharalampous
11 Dec 2023, 10:18
RE: RE: Backtesting Max Drawdown in $
Intetics said:
PanagiotisCharalampous said:
Hi there,
This information is not available in backtesting results at the moment.
Best regards,
Panagiotis
Is this information available on the UI?
Regards
No it is not
@PanagiotisCharalampous
PanagiotisCharalampous
11 Dec 2023, 09:30
Hi again,
Thank you. We managed to reproduce the problem and we will fix it in an upcoming release.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
11 Dec 2023, 08:50
Hi swingfish,
Is this a .Net 6.0 algo? If not, please convert it first.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
11 Dec 2023, 08:45
Hi swingfish,
It's not possible out of the box, but you could program this yourself. Here is an example how to do this with an indicator.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using cAlgo.API;
using cAlgo.API.Collections;
using cAlgo.API.Indicators;
using cAlgo.API.Internals;
namespace cAlgo
{
[Indicator(AccessRights = AccessRights.None, IsOverlay = true)]
public class NewIndicator2 : Indicator
{
protected override void Initialize()
{
Chart.KeyDown += Chart_KeyDown;
}
private void Chart_KeyDown(ChartKeyboardEventArgs obj)
{
if(obj.Key == Key.Z)
{
Chart.ZoomLevel = 30;
}
}
public override void Calculate(int index)
{
// Calculate value at specified index
// Result[index] =
}
}
}
You could program some custom levels using keys that you choose.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
11 Dec 2023, 08:34
Hi there,
This information is not available in backtesting results at the moment.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
11 Dec 2023, 08:25
RE: RE: RE: RE: Assistance Needed with Ctrader Backtesting Error
monteverdeinvestment2023 said:
PanagiotisCharalampous said:
monteverdeinvestment2023 said:
PanagiotisCharalampous said:
Hi there,
This is a known issue and will be fixed soon. In the meanwhile, try restarting your computer. Sometimes it works.
Best regards,
Panagiotis
Thank you, but even after restarting, it still doesn't work. Is there anything else I can do?
Hi there,
You could also try clearing your backtesting cache in C:\Users\user\AppData\Roaming\Broker cTrader\BacktestingCache
Beyond that I have no further suggestions at the moment
Best regards,
Panagiotis
Thank you, same issue as always. Do you think that buying external data could solve the problem?
Hi there,
I haven't tried this solution so I cannot tell for sure.
Best regards,
@PanagiotisCharalampous
PanagiotisCharalampous
13 Dec 2023, 10:22
Hi there,
It's hard to tell what the problem is with just some samples of the code. You should share the complete cBot code so that we can reproduce the problem.
Best regards,
Panagiotis
@PanagiotisCharalampous