
Topics
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.
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.
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.
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
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
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.
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);
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.
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.
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.
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.
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.
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.
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.
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.
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"?
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.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
20 Feb 2023, 09:12
Hi there,
It's here
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
20 Feb 2023, 09:11
Hi there,
Better contact Spotware at sales@spotware.com
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
23 Feb 2023, 13:35
Hi there,
Check your Notification Settings
Aieden Technologies
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar