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

PanagiotisCharalampous
29 Sep 2022, 15:37

Hi yuval,

There is no built in feature for this.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
29 Sep 2022, 15:33

Hi acrigney,

Did you set your cBot's access rights to FullAccess?

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
29 Sep 2022, 14:31

Hi Thomas,

This is a known issue and we are looking into it.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
29 Sep 2022, 14:18

Hi Thomas,

The screenshot you sent is not related to 

When running for a while the Bollinger Bands are not updated any more, LastValue gives back an old value! Is this a known bug?

We are not able to assess if there is a problem and what it is,  unless we have some source code that reproduces the issue. 

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
29 Sep 2022, 12:48

Hi yuval.ein,

I mean I did not find a solution to your problem :)

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
29 Sep 2022, 12:30

Hi yuval.ein,

I did but did not find a solution. Maybe try asking on StackOverflow.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
29 Sep 2022, 12:12

Hi mindfulness,

That's expected because TradingView does not really backtest. It just post processes information by connectiing dots on prepopulated charts. So many times the results are way off.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
29 Sep 2022, 11:45

Hi nicholas.williams757,

You need to reach out to your broker regarding your accounts.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
29 Sep 2022, 11:12

Hi yuval,

This is the normal behavior. Whenever new bars are loaded the indicator is reinitialized and the previous instance is aborted. You will see this message until all data is loaded.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
29 Sep 2022, 10:41

Hi there,

Here is Spotware's comment :)

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
29 Sep 2022, 10:28 ( Updated at: 21 Dec 2023, 09:22 )

Hi Andreas,

You can always disable QuickTrade in settings.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
29 Sep 2022, 10:16

Hi Thomas,

We are not aware of any issues. To be able to address it we will need to source code and steps to reproduce.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
28 Sep 2022, 15:46

Hi Thomas,

No there isn't. You can download the previous version of cTrader by pressing Ctrl+Alt+Shift+T.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
28 Sep 2022, 14:32

Hi James,

Fair Forex does not offer cTrader anymore.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
28 Sep 2022, 13:53

Hi acrigney,

Please explain exactly what did you do and what does not work for you.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
28 Sep 2022, 11:12

Hi there,

The support also doesn't know.

This is a bit inaccurate :) I have explained to you in our email conversation that you can get the position Id by reading the ProtoOAExecutionEventProtoOAExecutionEvent contains a ProtoOAPosition which has positionId as a property. If you need an Open API Python example on how to send and read Open API protobuf messages, you can find one here. Unfortunately, I am not a Python developer therefore I cannot write the exact code for you.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
28 Sep 2022, 08:35

Hi ncel01,

I think the exception is very clear. You are trying to call a method on Label which sometimes is null. You need to check if Label is null first, before calling Equals. Try the below 

var targetTrades = History.Where(o => o.Label != null && o.Label.Contains("#", StringComparison.OrdinalIgnoreCase)).ToArray();

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
28 Sep 2022, 08:28

Hi James,

Who is your broker?

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
28 Sep 2022, 08:27

Hi mmmsogood69,

We have no other reports for such an issue. To help us investigate the problem, please provide the following

  1. Broker and cTrader version
  2. cBot code
  3. Exact steps to reproduce this behavior.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
27 Sep 2022, 15:57

Hi kowaj70,

Of course you can.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous