Topics
Replies
PanagiotisCharalampous
22 Mar 2024, 08:09
Hi there,
The risk reward tool will be added soon in all applications.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 Mar 2024, 07:53
Hi there,
Can you share the exact FIX message you are sending?
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Mar 2024, 07:00
Hi there,
The risk reward tool will be added to cTrader for Mac in an upcoming release.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Mar 2024, 06:58
Hi there,
Missing features will be added to the cTrader for Mac application in incremental releases.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Mar 2024, 06:57
Hi there,
You can post your suggestions here
https://ctrader.com/forum/suggestions
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Mar 2024, 06:55
Hi there,
The desktop team is already working on this feature but there is no ETA at this moment.
Best regards,
@PanagiotisCharalampous
PanagiotisCharalampous
21 Mar 2024, 06:50
Hi there,
The feature is under development and should be released soon.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Mar 2024, 06:49
Dear trader,
Thank you for posting your issue. Our team is currently investigating this issue.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
20 Mar 2024, 08:18
Hi there,
Do you still experience this issue or was it temporary?
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
20 Mar 2024, 07:10
RE: RE: RE: Sudden drop in Balance
bemati88 said:
bemati88 said:
PanagiotisCharalampous said:
Hi there,
You should talk to FTMO about this.
Best regards,
Panagiotis
cheers
Good afternoon,
I spoke to FTMO but they don't seem to have an answer. The thing is pretty weird and annoying not only by this outrageous change in my balance but it also feels as if I was making this up. So my question here is that regardless what i say about this particular issue, that it obviously could be true or could be the opposite for a third person, i understand nowadays this changes must be registered somewhere so this is no longer an issue of believing or not what someone says.
Best regards
Hi there,
You can see your balance modifications in your Transactions history
@PanagiotisCharalampous
PanagiotisCharalampous
20 Mar 2024, 07:07
Hi there,
If the issue persists please send us some troubleshooting info and quote the link to this discussion.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
20 Mar 2024, 07:06
RE: RE: Is it possible in C bot?
flappiyt said:
PanagiotisCharalampous said:
Hi there,
Yes it is. You need to calculate your candle's duration and then detect when the upcoming closing time is closer that 10 seconds, then execute your logic.
Best regards,
Panagiotis
Hi Panagiotis
Could you please tell me how to do that? Do I have to start the bot at the exact hour, like 15:35:00, and then calculate it, or is there an easier way? The bot will be opening trades on a 5-minute chart.
I have created a bot like this, but it only prints "Green candle" after the candle closes; it prints it at exact hours not 10 s before.
using System;
using cAlgo.API;
namespace cAlgo
{
[Robot(TimeZone = TimeZones.UTC)]
public class BOT : Robot
{
int PeriodInSeconds = 300;
int Seconds = 10;
protected override void OnBar() // On tick doesn't work either
{
var timeToClose = PeriodInSeconds - (Server.Time - MarketSeries.OpenTime.Last(1)).TotalSeconds;
if (timeToClose <= Seconds)
{
var lastCandle = MarketSeries.Open.Last(1);
if (lastCandle > MarketSeries.Close.Last(1))
{
Print("Green candle");
}
}
}
}
}
Hi there,
Unfortunately I cannot write the code for you. If you need professional assistance, you can contact a consultant
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
20 Mar 2024, 07:04
RE: RE: Risk Reward Tool
BadummTish said:
PanagiotisCharalampous said:
Dear trader,
The design for this feature is in progress.
Best regards
Panagiotis
Thanks for letting us know. This feature is so essential for many traders.
Is there a summary where we can see which features are on which platforms or an exception list to detail where there isn't feature parity?
No there isn't
@PanagiotisCharalampous
PanagiotisCharalampous
20 Mar 2024, 07:03
Hi there,
See the answers below
1. If I'm correct the profit fee will be deducted automatically?
Yes
2. Is there a way to see who is connected to our cTrader copy strategy and Is there any way to see how much profit did we get from each user that copies your strategy?
No
3.Is there any way to automatically add and remove users from the cTrader copy strategy, maybe by using an API? As far as I understand there is a possibility to invite users using a private link, but no way to remove them?
No
4. Does the cTrader client need to run all the time, for the strategy copying to work?
No
@PanagiotisCharalampous
PanagiotisCharalampous
20 Mar 2024, 07:01
Hi there,
You seem to set the stop loss and take profit in relative prices, while they should be set in pips e.g.
PlaceStopOrder(TradeType.Sell, SymbolName, ncontracts, entryPrice, "", SellStopLossAfterPips,
SellTakeProfitAfterPips, expiry);
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
19 Mar 2024, 07:56
Hi there,
You should talk to your broker regarding this matter.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
19 Mar 2024, 07:54
Hi there,
Yes it is. You need to calculate your candle's duration and then detect when the upcoming closing time is closer that 10 seconds, then execute your logic.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
19 Mar 2024, 07:52
Hi all,
Please let us know which application you use (a broker's one or cross broker)
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
19 Mar 2024, 07:51
Hi there,
It looks like a graphics card issue. Try updating your graphics card drivers.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 Mar 2024, 08:11
Hi there,
The risk reward tool will be added soon in all applications.
Best regards,
Panagiotis
@PanagiotisCharalampous