Replies

PanagiotisChar
20 Dec 2022, 09:32 ( Updated at: 21 Dec 2023, 09:23 )

Hi there,

You can hide this from here

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
20 Dec 2022, 09:31

Hi there,

Please share the complete code so that we can help

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
20 Dec 2022, 09:30

Hi there,

Here you go

i_fractal = Indicators.Fractals(param_fractal_period);

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
20 Dec 2022, 09:27

Hi there,

You can't. You only have access to the chart on which the algo is attached too.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us


@PanagiotisChar

PanagiotisChar
20 Dec 2022, 09:20

Hi there,

I don't think Spotware has such plans. It does not make sense to do it otherwise. To calculate degrees, you need to have the same unit of measurement on each side.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us


@PanagiotisChar

PanagiotisChar
20 Dec 2022, 09:17

Hi there,

Here is your problem

You are passing the volume as quantity but the input should be in units. See below

ExecuteMarketOrder(TradeType.Buy, SymbolName, Symbol.NormalizeVolumeInUnits(Quantity), "Buy", StopLossBuy, TakeProfitBuy);

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
20 Dec 2022, 09:03

Hi there,

If you are happy to work in English, reach out to me at development@clickalgo.com.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
18 Dec 2022, 22:09

Hi there,

On which broker do you run this? Does the broker offer the symbol?

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
18 Dec 2022, 22:05

Hi there,

It's not an exception, it's the debugger being launched and it breaks the execution.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
16 Dec 2022, 17:04

Hi there,

How to ensure that cBots will keep working as soon as the connection is reestablished? Could you please provide a sample for this?

This is a very vague question to be answered with a sample. What do you mean when you say "keep working"? It all depends on the implementation logic. When the cBot is disconnected, what happens is that OnBar and OnTick events stop getting triggered. If your cBot is simple e.g. checking for MA crosses, then there is nothing you need to do. The cBot will continue checking when reconnected and bars start getting streamed again. If you are doing something more complicated, like counting bars, then you will need to write logic to account for the lost bars on reconnection.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
13 Dec 2022, 16:53

Hi there,

These values are set by brokers. Talk to your broker.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
13 Dec 2022, 16:42

Hi there,

It's a known issue, Spotware is working on a fix.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us


@PanagiotisChar

PanagiotisChar
13 Dec 2022, 16:42

Hi Albert,

I am not familiar with clusterData. If you are looking for information on how to create indicators in cTrader, check here

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us


@PanagiotisChar

PanagiotisChar
12 Dec 2022, 11:05

Hi Florent.

There is no single answer to this. It depends on what each indicator does and how each programmer programmed it. 

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
12 Dec 2022, 11:04

Dear trader,

Please send us some troubleshooting from your application. To do so, tap seven times on the logo inside the main menu of the application.

Best regards,

cTrader Team


@PanagiotisChar

PanagiotisChar
12 Dec 2022, 11:01

Hi there,

Try this

(Bars.LastBar.Close - Bars.LastBar.Open) / Symbol.PipSize

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
12 Dec 2022, 11:00

Hi Albert,

It's tick data. You can create your own custom indicator if you have access to the relevant data.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar