PanagiotisCharalampous's avatar
PanagiotisCharalampous
26 follower(s) 0 following 1006 subscription(s)
Replies

PanagiotisCharalampous
14 Dec 2023, 09:16 ( Updated at: 21 Dec 2023, 09:23 )

RE: RE: RE: RE: my checkboxes are null references

ctid4921325 said: 

PanagiotisCharalampous said: 

ctid4921325 said: 

PanagiotisCharalampous said: 

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

also, to replicate.. you need to place some trades, then choose your checkbox options then “Move Stoploss”

 

Thanks

Hi there,

I tried for a while to reproduce it but with no luck. Can you provide more specific steps we need to follow to reproduce this?

Best regards,

Panagiotis

Hey Panagoitis, thanks for going to this effort. Simplest reproduction is

Step 1)
Place a trade


 

Step 2) Click the “Close selected trades” button, Feel free to toggle any of the checkboxes, results are the same.

Step 3) See "Crashed in Click event with NullReferenceException: Object reference not set to an instance of an object.

 

Thanks!

Hi there,

Unfortunately the code you have shared has less parameters and displays nothing on the chart. So we are probably not running the same code

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
14 Dec 2023, 07:14

RE: ctrader for mac

ctid6168533 said: 

I need Ctrader for MAC or Linux by any mean i am running 24/7 Bots and Windows is not a reliable OS at all. sometimes the Ctrader apps hangs and shuts down automatically 

 

this is not reliable at all, noone can risk money on non reliable OS 

Hi there,

Check out the below

https://ctrader.com/forum/announcements/42478

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
14 Dec 2023, 07:13

Hi there,

You should explain your issue with more details. You should provide at least some examples of what the problem is.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
14 Dec 2023, 07:08

Hi there,

Current prices are available through Bid and Ask properties of your algo.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
14 Dec 2023, 07:06

Hi there,

There is no such option in the API.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
14 Dec 2023, 07:02

RE: RE: my checkboxes are null references

ctid4921325 said: 

PanagiotisCharalampous said: 

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

also, to replicate.. you need to place some trades, then choose your checkbox options then “Move Stoploss”

 

Thanks

Hi there,

I tried for a while to reproduce it but with no luck. Can you provide more specific steps we need to follow to reproduce this?

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
14 Dec 2023, 06:45

Hi there,

You should talk with your broker regarding execution issues.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
14 Dec 2023, 06:44 ( Updated at: 21 Dec 2023, 09:23 )

RE: Full screen mode leaves a white line at the edge of extended monitor

Sarpul said: 

I am having the same problem. Using ctrader fullscreen (f11) will show a large white/grey bar on the other screens:

Hi there,

Thanks for reporting this. We managed to reproduce it and we will fix it in an upcoming update

Best regards,

Panagiotis


@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

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

https://core.telegram.org

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

https://core.telegram.org

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

Hi PanagiotisCharalampous ,

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