Replies

PanagiotisCharalampous
18 Nov 2023, 06:05

Reply to: Spotware Demo Account 1:500 Insufficient Funds

Hi there,

Which symbol do you trade and what is the leverage for the specific symbol?

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
17 Nov 2023, 07:13 ( Updated at: 18 Nov 2023, 06:03 )

Reply to: Problème techniques et Suggestions

Dear Marc,

This is an English speaking forum, please write your messages in English.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
17 Nov 2023, 07:10 ( Updated at: 18 Nov 2023, 06:03 )

RE: RE: RE: seeking help to develop my first cBot

DeViron said: 

DeViron said: 

PanagiotisChar said: 

Hi there,

Check this video explaining all the trading operations in cTrader Automate

 

this was most helpful. thanks! just changing ‘SubmitOrder’ with 'PlaceLimitOrder" made all the deference. seems like ChatGPT did not know of this. 

I am seeking a cbot expert to assist with developing my cBot. I created a very simple cBot but it is not executing as intended??

 

If you are looking to assign the job to somebody, please send me an email at development@clickalgo.com


@PanagiotisCharalampous

PanagiotisCharalampous
17 Nov 2023, 07:09

Reply to: adding new indicators to platform

Hi there,

Did you install them after you downloaded them?

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
17 Nov 2023, 07:08

Reply to: Invisible price alert

Dear trader,

We are not aware of any problem with price alerts. Please provide us with some screenshots and exact steps to reproduce it.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
17 Nov 2023, 07:04

Problem with Historical Data for accurate currency conversion on backtest.

Hi Lisa,

Please share with us the cBot code that would allow us to reproduce this problem, as well as the cBot parameters and broker.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
17 Nov 2023, 07:00

Reply to: stopLoss not applied on LIMIT Order

Hi there,

This can happen if the stop loss is within the spread. What symbol are you trading and on which broker?

Best regards

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
17 Nov 2023, 06:55

Reply to: The indicator is closed after you compile the code in visual studio

Hi there,

Can you record a video demonstrating this behavior?

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
17 Nov 2023, 06:54

Reply to: Question about Closing Opening Positions in cTrader

Hi there,

You can use a netting account and all your orders will be netted into one position.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
17 Nov 2023, 06:52

Reply to: Difference in cTraders's Margin Calculation between opening several trades separately vs. modyfying volume

Hi all,

Which version do you use?

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
17 Nov 2023, 06:51

Reply to: Difference in cTraders's Margin Calculation between opening several trades separately vs. modyfying volume

Hi all,

Which version do you use?

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
16 Nov 2023, 09:24

RE: RE: Reply to: Is Algo Trading Legit?

ncel01 said: 

PanagiotisCharalampous said: 

Hi there,

Can brokers track/sort traders by the number of requests sent to the server(s)?

What kind of requests are you referring too? If you refer to order requests, then yes they are trackable.

Best regards,

Panagiotis

Hi Panagiotis,

I mean any request that is sent to the server, to matter its purpose.

What do you exactly mean by order requests?
Are these the only requests that can be used by the brokers to track traders' requests activity/frequency?

Thank you.

 

Hi ncel01,

Brokers can track orders sent the server. They cannot track other requests e.g. for historical information or heartbeats, as this info is not relevant to them.

Best regards,


@PanagiotisCharalampous

PanagiotisCharalampous
16 Nov 2023, 07:49

Reply to: Is Algo Trading Legit?

Hi there,

Can brokers track/sort traders by the number of requests sent to the server(s)?

What kind of requests are you referring too? If you refer to order requests, then yes they are trackable.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
16 Nov 2023, 06:45

Reply to: The indicator is closed after you compile the code in visual studio

Hi there,

What do you mean that the indicator is closed? Can you share the indicator code and exact steps to reproduce this problem?

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
16 Nov 2023, 06:44

Reply to: Licence error

Hi there,

You should talk to the cBot developer first.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
16 Nov 2023, 06:43

Reply to: Yes Or Not

Hi there,

You have been blocked because you spammed the group with your ad. We will lift the ban soon, but if repeated, the ban will be permanent.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
16 Nov 2023, 06:37

Reply to: cTrader Desktop issues today!!

Hi there,

Can you record a video demonstrating the behavior you are experiencing?

Best regards,

Panagiotis 


@PanagiotisCharalampous

PanagiotisCharalampous
15 Nov 2023, 10:48

RE: Sample SMA

Hi Humza,

Just use Last() method as you do with ClosePrices and OpenPrices

                        if (Bars.ClosePrices.Last(1) > Bars.OpenPrices.Last(1) 
                        && Bars.ClosePrices.Last(2) > Bars.OpenPrices.Last(2)
                        && Bars.OpenPrices.Last(1) > _sma.Result.Last(1))
                        && Bars.OpenPrices.Last(2) > _sma.Result.Last(2)))

@PanagiotisCharalampous

PanagiotisCharalampous
15 Nov 2023, 07:05

RE: Issue in optimization.

Hi there,

Did you check the log of the optimization passes? There might be some useful information there.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
15 Nov 2023, 06:58

RE: Please Delete this indicators

Done


@PanagiotisCharalampous