
Topics
Replies
PanagiotisChar
06 Feb 2023, 10:27
Hi there,
Only your broker can help you with this.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
03 Feb 2023, 16:32
( Updated at: 21 Dec 2023, 09:23 )
Hi there,
Open the project in Visual Studio and check if the packages are in place
If it works in VS, you should be fine
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
03 Feb 2023, 09:28
Hi there,
Here you go
protected override void OnPositionOpened(Position openedPosition)
{
if (openedPosition.SymbolName == SymbolName)
{
// Do something
}
}
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
02 Feb 2023, 14:17
Hi ncel01,
I mean this one
If no memory is released when you click on it, then it's a cTrader issue. Else it's just the GC being lazy.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
02 Feb 2023, 11:31
Hi there,
You don't need a timer. If the candle's open time is within your time range, increase it, else set it to 0.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
02 Feb 2023, 08:25
Hi there,
There is nothing special to support. It's just a .Net library like all others. I tried building a bot some time ago and I had no problems. What exception do you get?
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
02 Feb 2023, 08:23
Hi Goulk,
No, it's not possible at the moment.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
02 Feb 2023, 08:22
Hi there,
No you don't, you just need to check the current bar time and count only the bars that fall within the certain timeframe.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
02 Feb 2023, 08:20
Hi ncel01,
Did you try Force GC? What happens? Sometimes it justs takes time for .Net to release unused resources.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
01 Feb 2023, 12:43
Hi there,
I would just check the current time against the two time boundaries and set a counter to count each bar inside the OnBar() event. I would increase the counter for every bar opened within the set time boundaries.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
01 Feb 2023, 12:40
Hi ncel01,
What you describe is a somewhat expected behavior. More activity on the market, more incoming ticks, more bars on the chart, more memory used. Sometimes resources is the price to pay for advanced features and modern technology. Nevertheless there is always some room for improvements. I am sure this will become better and better with every update of cTrader.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
01 Feb 2023, 12:35
Hi there,
Make sure you build your project with source code before installing it on another pc.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
01 Feb 2023, 12:32
Hi there,
Yes this is possible.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
01 Feb 2023, 12:29
Hi there,
This happens because OnPositionOpened() is triggered for all the account's positions. You need to check that the opened position has the same symbol as the cBot, before modifying the take profit and stop loss.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
30 Jan 2023, 12:29
Hi again,
Your account is in AUD. So your net profit needs to be converted to AUD at any point of time for the taken trades. Therefore the application downloads all the symbols required by the conversion chain in order to convert from the quote asset e.g. JPY to the account asset i.e. AUD
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
30 Jan 2023, 11:55
Hi there,
Sounds like a price feed issue, not a cTrader Server issue. Address this to your broker first.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
30 Jan 2023, 11:53
( Updated at: 19 Mar 2025, 08:57 )
Hi there,
Sometimes emails get blacklisted. Send an email to support@ctrader.com and they will check.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
30 Jan 2023, 11:49
Hi there,
You need to send heartbeats to the server to keep the connection alive.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
30 Jan 2023, 11:47
Hi there,
Yes you can
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
06 Feb 2023, 10:28
Hi there,
You cannot install custom indicators on the Android applications.
Aieden Technologies
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar