Topics
Replies
PanagiotisCharalampous
19 May 2021, 08:14
Hi RK,
Brokers are responsible for the price feeds. You need to report this to your broker to fix it.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
19 May 2021, 08:09
Hi barnadaf,
What kind of help do you need? Do you have specific questions? If you need somebody to do this for you, you can contact a Consultant or post a Job.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
19 May 2021, 08:06
Hi studioseven,
You can contact a Consultant to help you, or post a Job.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
19 May 2021, 08:05
Hi mastakfx,
Which version of the .Net Framework do you have installed? You need to have at least v4.0.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 May 2021, 14:26
Hi shoaibmalek02,
Check Open API documentation and FIX API documentation. Let us know if you have any specific questions.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 May 2021, 11:41
Hi mastakfx,
Can you please confirm that you have the latest version of the .Net Framework installed?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 May 2021, 09:27
Hi freyrthegreat,
You could try this instead
if (_supertrend.UpTrend.Last(1) < Bars.LowPrices.Last(1) && _supertrend.DownTrend.Last(2) > Bars.HighPrices.Last(2))
{
var position = ExecuteMarketOrder(TradeType.Buy, SymbolName, _volumeInUnits, Label, null, null).Position;
position.ModifyStopLossPrice(Math.Round(_supertrend.UpTrend.LastValue, Symbol.Digits));
}
if (_supertrend.DownTrend.Last(1) > Bars.HighPrices.Last(1) && _supertrend.UpTrend.Last(2) < Bars.LowPrices.Last(2))
{
var position = ExecuteMarketOrder(TradeType.Sell, SymbolName, _volumeInUnits, Label, null, null).Position;
position.ModifyStopLossPrice(Math.Round(_supertrend.DownTrend.LastValue, Symbol.Digits));
}
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 May 2021, 07:37
Hi mannygo25,
cTrader Copy is only available in cTrader Web and cTrader Mobile at the moment.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
17 May 2021, 12:57
Hi ctid4064603,
Drag the time counter and the scroll bar should appear.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
17 May 2021, 12:55
Hi sascha.dawe,
Thank you, we received the report and we are investigating.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
17 May 2021, 10:43
Hi freyrthegreat,
You can try something like this
var position = ExecuteMarketOrder(TradeType.Buy, SymbolName, _volumeInUnits, Label, null, null).Position;
position.ModifyStopLossPrice(Math.Round(_supertrend.DownTrend.LastValue, Symbol.Digits));
position.ModifyTakeProfitPrice(Math.Round(_supertrend.UpTrend.LastValue, Symbol.Digits));
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
17 May 2021, 08:52
Hi faizanrazasuser,
This feature was not implemented yet.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
17 May 2021, 08:51
Hi there,
This is not possible right now. More options will be added in future releases.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
17 May 2021, 08:46
Hi jaekij,
cBots run on the client side. Therefore it is suggested to use a VPS.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
17 May 2021, 08:43
Hi Fron,
Volume data is available for each bar. Check Bar.TickVolume.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
17 May 2021, 08:41
Hi fcarabat,
You should use the following parameters for your method
DrawHorizontalLine(string name, double y, Color color, int thickness, LineStyle lineStyle)
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
17 May 2021, 08:37
Hi freyrthegreat,
SL and TP should be set in pips. You are using absolute prices instead. You should convert in pips first.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
17 May 2021, 08:32
Hi tradeandinvest31,
See here.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
17 May 2021, 08:28
Hi tradeandinvest31,
The Entry Price is recorded for each deal. It is the price at which each deal was executed, it is not the averaged price of the position. Looks fine to me.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
19 May 2021, 08:15
Hi PHAMNGUYENNHUQUOC123,
You need to contact your broker regarding price feed issues.
Best Regards,
Panagiotis
Join us on Telegram
@PanagiotisCharalampous