
Topics
Replies
PanagiotisCharalampous
08 Jan 2021, 12:06
Hi Ikares92,
It seems to be an execution issue so I would advise you to contact your broker regarding this matter.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
08 Jan 2021, 11:51
( Updated at: 08 Jan 2021, 12:01 )
Hi JeanPaul,
We appreciate your constructive criticism and we are seriously taking them into consideration
Misleading Name
It used to be a REST based API which we converted to a Protocol Buffers API. We kept the name though. Some comments below
Naming Conventions
You are right about this. The current sample is a community project and an amalgamation of previous community based samples which did not go through a proper software lifecycle process, neither do they adhere to serious coding standards.
Bug
Thanks for spotting, we will fix it
The Winforms Sample
Same as above. This is not an SDK or something we propose users to use to build production code on top. The sole purpose of this sample is to give people not familiar with Protocol Buffers an idea how to send and receive messages. That's all. Up to now it serves it's purpose well. We plan to build a comprehensive SDK using proper coding and quality standards in the future.
Documentation
Your suggestions are noted and we will try to improve the documentation.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
08 Jan 2021, 11:28
Hi nguyendan81985,
Then you have done something wrong but I do not know what it is without the source code.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
08 Jan 2021, 08:30
Hi nguyendan81985,
You should put your code in OnTick() method rather than in OnBar().
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
08 Jan 2021, 08:29
Hi firemyst,
He is looking for the reason in the HistoricalTrade class.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
08 Jan 2021, 08:24
( Updated at: 21 Dec 2023, 09:22 )
Hi Zenbook,
Based on the logs, it seems that you just changed the TP, you did not remove it. If you have removed it, it would like below
As you can see above, I just tried this twice and there is no issue with the UI and the functionality of the application.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
08 Jan 2021, 08:17
Hi tperalta82,
During peak hours, it might take some time for your order to be filled if the infrastructure (servers, LPs etc) is busy. If you want to avoid UI freezing, try using ClosePositionAsync.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Jan 2021, 17:26
Hi apon.ru.bd,
Unfortunately this information is not available in the HistoricalTrade class.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Jan 2021, 17:23
Hi Pawel,
Your client relationship is with your broker and your broker is solely responsible for your accounts. The broker has the exclusive responsibility to solve such issues. If they still think this is our problem, then they should contact us directly to explain to them what needs to be done.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Jan 2021, 15:57
Hi ctid3102705,
No this is not possible.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Jan 2021, 14:45
Hi imrealfighter,
cTrader Desktop 4.0 will introduce a feature that will allow you to keep your lines straight when drawing.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Jan 2021, 11:08
Hi EagleMoxy,
Yes you need to install cTrader on the VPS. We will have a look into the notifications issue.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Jan 2021, 10:56
Hi imrealfighter,
Is this a programming question or a usability question? I am confused. If this is a programming question, then you can set whatever value you like in the DrawTrendLine.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Jan 2021, 09:45
Hi victoria.vtp,
To delete your trading accounts, you need to contact your broker.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Jan 2021, 09:31
Hi nguyendan81985,
If you want to use the previous position's SL, try the following
if (SellOrder != null)
{
if (SellOrder.TradeType == TradeType.Sell)
{
if (SellOrder.Pips <= -20 && SellOrder2 == null)
{
var position = ExecuteMarketOrder(TradeType.Sell, SymbolName, VolumeInUnits, "Sell2", SL, 20).Position;
position.ModifyStopLossPrice(SellOrder.StopLoss);
}
}
}
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Jan 2021, 09:22
( Updated at: 21 Dec 2023, 09:22 )
RE: RE: RE: RE:
Shares4us said:
your answer does not seem to be correct checked the first one(citadel):
profit jul 5th 2020 21.50%
first trade jul 6th 2020 04:01
So @PanagiotisCharalampous i think the question is still open.
Hi Share4us,
Seems 05/07 to me
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Jan 2021, 09:13
Hi gmkenneyy,
There is no built in feature for this.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Jan 2021, 09:01
Hi Pawel,
It seems your broker has disabled the follower's account. Please contact your broker.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Jan 2021, 08:57
Hi vitconlonton468,
The problem is in your first argument in the BollingerBands indicator construction. You need to pass a dataseries that the indicator will use for it's calculations e.g. Bars.ClosePrices.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
08 Jan 2021, 12:19
Hi tperalta82,
I don't think there will be any difference. cTrader used a similar protocol to Open API so I would not expect a faster communication, neither I think this is a network latency issue. My suspicion is that the delay might be on the LPs side.
Best Regards,
Panagiotis
Join us on Telegram
@PanagiotisCharalampous