Topics
Replies
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
05 Jan 2021, 16:50
Hi Pawel,
There are many reasons that could lead to orders not to be copied between accounts. To investigate further we need the following
- The strategy name.
- The follower's account and broker
- The deal IDs which have not been copied.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
05 Jan 2021, 09:44
Hi patrock333,
If you run multiple instances of the cBot, then you will have multiple local instances of the moving averages. The best and simplest approach would be to incorporate all the logic in a single cBot so that you initialize the shared information only once.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 Jan 2021, 10:41
Hi firemyst,
Happy new year!
Here you go
[Parameter("Fast Source", Group = "Fast MA", DefaultValue = "High")]
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 Jan 2021, 10:04
( Updated at: 21 Dec 2023, 09:22 )
Hi davidgough,
Of course there is
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 Jan 2021, 10:02
Hi patrock333,
Which data series are you referring to? If you can share some come then it would be easier to understand what do you mean. If the data series you are referring to are local to each cBot instance, then yes you will have multiple copies of it.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 Jan 2021, 09:59
Hi Takis,
It is a known issue and will be fixed in an upcoming release.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 Jan 2021, 09:55
Hi imrealfighter,
There is no built-in method for this, you will need to write your own.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 Jan 2021, 09:48
Hi dvadiasor,
Our team is looking into this issue.
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
Join us on Telegram
@PanagiotisCharalampous