Replies

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

PanagiotisCharalampous
27 Sep 2022, 12:11 ( Updated at: 21 Dec 2023, 09:22 )

Hi kowaj70,

You can setup multiple profiles instead

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
27 Sep 2022, 11:41

Hi HexDex,

The API does not offer the option to set the SL and TP in absolute prices, only in pips. If you want set the TP and SL in prices then you need to do this for the opened position.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
27 Sep 2022, 11:32

Hi Samuel,

I am sorry if my message was misunderstood but I am trying help you. You need to make it easy for me to do so.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
27 Sep 2022, 11:12

Hi Samuel,

You cannot throw at me 400 lines of code and just tell me that it has a problem and I need to figure it out ,or expect me to write the code for you. You need to be very specific regaridng the problem is. Your description needs to fullfil the following

  • A clear explanation of the expected outcome
  • A clear explanation of the problem
  • Explicit steps to reproduce the problem
  • Your cBot needs to include the minimum code necessary to reproduce your problem 

Regarding your questions

  • reference the Smooth Heiken-Ashi Indicator within the bot allowing it to get signals to execute trades OR
  • move the indicator code into the cbot and refrain from referencing the indicator thereby enabling the cbot make the trades without reference to any indicator

This is really a matter of choice. Whatever is easier for you

  • In case we go with the 1st option of referencing the indicator, how would the cbot code shared below be written to reference the indicator allowing it to get signals to execute trades.
  • In case the easier option is to move the indicator code into the cbot code below, how would the cbot code shared below be written allowing it to get signals to execute trades.

Here you are actually asking me to write the code for you. I can't :) If you have specific questions about the API, I would be happy to address them. But if you need somebody to actually implement this for you

Best Regards,

Panagiotis 

Join us onTelegram andFacebook


@PanagiotisCharalampous

PanagiotisCharalampous
27 Sep 2022, 10:44

Hi kowaj70,

No you cannot but why would you need that?

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
27 Sep 2022, 10:39

Hi there,

We do not offer our services to Fair Forex anymore.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
26 Sep 2022, 14:38

Hi Vadivelan,

I don't see the System.Drawing.Common liblary checked nor the cAlgo.API.Alert library anywhere.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
26 Sep 2022, 12:25

Hi xabbu.

Use the latest one for .NET 6.0 projects.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous