Replies

PanagiotisChar
23 Feb 2023, 13:33

Hi there,

There is no such thing as linking an account to an Open API application. You can access any account you want, as long as the owner of the account grants you access to it.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
23 Feb 2023, 08:27

Hi there,

There is nothing you need to do. Push notifications are sent regardless the platform you use to trade.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
23 Feb 2023, 08:26

Hi there,

You can't use an MT account with cTrader. You need to create a cTrader account in your IC Markets client area.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
23 Feb 2023, 08:24 ( Updated at: 23 Feb 2023, 08:25 )

Hi there,

If you are interested in assigning the job to somebody, feel free to contact me at development@clickalgo.com

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
22 Feb 2023, 11:26

Hi there,

You can find a useful indicator here

 

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
21 Feb 2023, 09:57

Hi there,

Including this example what would the code look like if the intention was to reset the net profit for the specific symbol on a daily basis? 

You can check the Server.Time and reset the value whenever the day changes. If you don't know how to program, then better assign the job to a professional.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us


@PanagiotisChar

PanagiotisChar
21 Feb 2023, 09:16

Hi there,

Here is an example

var netProfit = Positions.Where(p => p.SymbolName == SymbolName).Sum(p => p.NetProfit);

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
21 Feb 2023, 09:14

Hi there,

No. You should use OnBar() which is triggered on each new renko/range brick as well.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
21 Feb 2023, 09:13

Hi there,

OnBar is triggered then the next bar's tick arrives. If a certain bar received no ticks then the OnBar will not be triggered.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
21 Feb 2023, 09:11

Hi there,

IC Markets does not provide stocks on cTrader. You could try Skilling instead.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
20 Feb 2023, 12:52

Hi there,

It's pretty useless and even misleading data, imo. What we all traders need is real volume, sum of all transactions value in a certain time.

As Spotware is in the centre of all trades, it has real volume data.

cTrader is not the centre of all trades. It just streams price feeds from liquidity providers. There is no such info available in OTC markets.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us


 


@PanagiotisChar

PanagiotisChar
20 Feb 2023, 09:24

Hi there,

ExecuteMarketOrder() waits for the server's response before the execution proceeds. ExecuteMarketOrderAsync() does not wait for a server response. It sends the order to the server and then executes the next line of code, regardless if the server has responded or not.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
20 Feb 2023, 09:20

Hi there, 

What kind of help do you need? I think the messages are obvious to any programmer.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
20 Feb 2023, 09:18

Hi there,

Your funds are held by the broker, only your broker can return them to you.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us


@PanagiotisChar

PanagiotisChar
20 Feb 2023, 09:15

Hi Jay,

If your .algo file is not built with source code, then unfortunately there is nothing you can do.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us


@PanagiotisChar

PanagiotisChar
20 Feb 2023, 09:14

Hi,

Which specific user date are you referring too? And what do you mean when do you say "training results"?

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us


@PanagiotisChar

PanagiotisChar
20 Feb 2023, 09:13

Hi mr.Gekko,

You need to contact your broker regarding this issue so that they can check.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us


@PanagiotisChar