Replies

PanagiotisChar
26 Jul 2023, 05:35

Hi there,

You cannot use your own price feeds with cTrader.

Aieden Technologies

Need help? Join us on Telegram


@PanagiotisChar

PanagiotisChar
26 Jul 2023, 05:34

Hi there,

This is the convention on which the platform was built and thousands of cBots developed around it. Such a change would break thousands of projects, so realistically you cannot expect it to change. You need to develop your own project around this.

Aieden Technologies

Need help? Join us on Telegram


@PanagiotisChar

PanagiotisChar
26 Jul 2023, 05:25

Hi there,

You need to multiply the value you get by the volume.

Aieden Technologies

Need help? Join us on Telegram


 


@PanagiotisChar

PanagiotisChar
25 Jul 2023, 06:38

Hi there,

Check the symbol leverage on the Active Symbol Panel. Some symbols have lower leverage than your account.

Aieden Technologies

Need help? Join us on Telegram


 


@PanagiotisChar

PanagiotisChar
25 Jul 2023, 06:35

Hi there,

Tried it and works fine in both cases. Any messages in the log that could help you?

Aieden Technologies

Need help? Join us on Telegram


 


@PanagiotisChar

PanagiotisChar
25 Jul 2023, 06:25

Hi there,

Check ProtoOAReconcileReq. It returns all open positions and pending orders.

Aieden Technologies

Need help? Join us on Telegram


 


@PanagiotisChar

PanagiotisChar
25 Jul 2023, 06:22

Hi there,

If there are missing bars in your feed, talk to your broker. The price feed is a responsibility of the broker.

Aieden Technologies

Need help? Join us on Telegram


 


@PanagiotisChar

PanagiotisChar
24 Jul 2023, 06:12

Hi there,

Stop loss and take profit should be set in pips. No need to multiply it by Symbol.PipSize

Aieden Technologies

Need help? Join us on Telegram


 


@PanagiotisChar

PanagiotisChar
24 Jul 2023, 06:07

RE: RE: How to reference indicator inside Robot

boris_k said: 

Spotware said: 

Dear Trader,

Please have a look at the Referencing Custom Indicators section of our API Programmers Guides.

 

The links are broken. Update them, please

Hi, 

The post is eight years old. You can find everything you need in the link below

https://help.ctrader.com/ctrader-automate/custom-indicators/

Aieden Technologies

Need help? Join us on Telegram


 


@PanagiotisChar

PanagiotisChar
24 Jul 2023, 06:04

Hi there,

No this information is not available.

Aieden Technologies

Need help? Join us on Telegram


 


@PanagiotisChar

PanagiotisChar
21 Jul 2023, 05:39

Hi there,

What is your symbol leverage and what is your balance? It's almost 100% sure that the message is right so you need to figure out what you are doing wrong.

Aieden Technologies

Need help? Join us on Telegram


 


@PanagiotisChar

PanagiotisChar
21 Jul 2023, 05:37

Hi there,

If you share a screenshot with what you are looking at, it will be easier for somebody to help you.

Aieden Technologies

Need help? Join us on Telegram


 


@PanagiotisChar

PanagiotisChar
20 Jul 2023, 15:56

Hi there, 

Because you are using an Async method. Don't use an Async method if you need positions to be updated before you proceed.

Aieden Technologies

Need help? Join us on Telegram

 


@PanagiotisChar

PanagiotisChar
19 Jul 2023, 13:20

Hi there, 

Did you send an ProtoOAAccountAuthReq before sending ProtoOAGetAccountListByAccessTokenReq?

Aieden Technologies

Need help? Join us on Telegram

 


@PanagiotisChar

PanagiotisChar
19 Jul 2023, 13:18

Hi there,

You need to get the bars for a timeframe that covers your timespan e.g. h1 and loop through them to get the info you need.

Aieden Technologies

Need help? Join us on Telegram

 


@PanagiotisChar