
Topics
Replies
PanagiotisCharalampous
21 Dec 2020, 08:26
Hi EagleMoxy,
cTrader supports guaranteed stop losses. It is a decision of the brokers if they will use it.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Dec 2020, 08:19
Hi jackhpfilerrowson,
Which trades are you referring to?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Dec 2020, 15:56
Hi jackhpfilerrowson,
Here is an example
var volume = Account.Balance * 0.02 * Account.PreciseLeverage;
ExecuteMarketOrder(TradeType.Buy, Symbol.Name, volume);
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Dec 2020, 15:51
Hi TopCat,
cMirror has been discontinued. It is not supported any more.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Dec 2020, 15:50
Hi TopCat,
Symbols are offered by the broker, not cTrader.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Dec 2020, 15:50
Hi TopCat,
Trading hours are configured by the broker, not cTrader.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Dec 2020, 09:50
Hi Leon,
The minimum volume is decided by the broker, so you need to talk to your broker regarding this.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Dec 2020, 09:11
Hi Yuval,
This information cannot be accessed through the API.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Dec 2020, 08:04
Hi pancakeman,
To achieve this you need to use different IndicatorDataSeries outputs for each color and use the DiscontinuousLine plot type. You can find an example here.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Dec 2020, 07:59
Hi sshhaayyeekk,
cTrader Automate provides all the functionality you need to develop this yourself if you have programming experience. Alternatively you can hire a programmer to do this for you.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Dec 2020, 07:54
Hi jackhpfilerrowson,
Can you be more specific? Give us an example of how do you expect this to work.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Dec 2020, 07:52
Hi mk1786,
You should contact ClickAlgo regarding this issue.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Dec 2020, 07:48
Hi matayas,
Please provide us with your broker, the account number you use for your strategy and the account number you use for the fees so that we can investigate further.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
17 Dec 2020, 16:25
Hi JeanPaul,
I am not sure why do you multiply with the bid price. The margin is calculated as follows
Margin = (Volume/Leverage) * QuoteSymbolToBalanceSymbolConversionRate
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
17 Dec 2020, 16:16
Hi yaghouti,
Can you you send us a video demonstrating the steps you are taking to reproduce this behavior?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
17 Dec 2020, 16:15
Hi Leon,
The reason is probably that your broker does not allow trading such a low volume. As far as I know the minimum is 0.01 Lots.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
17 Dec 2020, 12:03
Hi JeanPaul,
We had a look at this and it is an issue of backtesting. It seems to be using the current prices to calculate the margin instead of the historical ones. We will fix this in a future update.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
17 Dec 2020, 11:03
Hi Martin_I,
When you send an order and there is not enough margin available, the server will reject the orders with NOT_ENOUGH_MONEY message. To avoid this, you need to calculate the margin that will be required for your position (volume/leverage) and make sure that you have enough free margin, before executing the orders.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
17 Dec 2020, 10:59
Hi Leon,
It is possible to open positions with a volume higher than your balance because of leverage. There is nothing you need to do to enable it, it is a built in feature. If you have a leverage of 1:100 and 1000 units balance then you can open positions worth of 100000 units.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Dec 2020, 08:28
Dear vcfr99,
The new copy features should work on production accounts as well.
Best Regards,
Panagiotis
Join us on Telegram
@PanagiotisCharalampous