Topics
Replies
PanagiotisCharalampous
21 Mar 2019, 11:09
Hi viniciusfre,
By default the API is enabled for all cTrader brokers. However a broker can block specific API applications. For more information, you need to contact your broker.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Mar 2019, 10:30
Hi Lukas,
It is not possible to change the chart's timeframe without stopping the cBot. An alternative is to program your cBot to use market data from other timeframes and check for bar changes it self.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Mar 2019, 10:22
Hi ycomp,
It applies for both types of accounts.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Mar 2019, 10:15
Hi ycomp.
You can find some here.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Mar 2019, 09:59
Hi Mario,
Can you share the link to the indicator?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Mar 2019, 09:57
Hi dmn,
Can you please share with us how did you come to this conclusion?
"Trendline angle is a function of rise over run, we all know that. Aka, Price-rise over Time-run."
Time and price are different units of measurement therefore they cannot be used to calculate an angle. The angle is calculated based on the actual screen dimensions of the chart.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Mar 2019, 09:30
Hi Coelho,
We do not have at ETA for this yet.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
20 Mar 2019, 16:20
Hi fxwisdom1@gmail.com,
Who is your broker?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
20 Mar 2019, 15:13
Hi viniciusfre,
There is nothing wrong, this is how it should be done. As described above, you cannot set SL and TP via FIX API. Therefore you need to manage orders of the opposite direction. Requoting from the first post
" Essentially a SL and a TP are just a stop order and a limit order associated to a position with the same volume, but in the opposite direction. SL and TP are more of an interface feature that allows you to keep pending orders associated with a position, rather than a specific trading instruction. Therefore we do not plan to make this feature a parts of FIX API. Instead, it is advised to implement SL and TP on your side by opening a stop loss order and, a limit order linked to a position with the same volume and the opposite direction. "
You will need to handle these orders independently.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
20 Mar 2019, 14:43
Hi zedodia,
Go to C:\Users\user\AppData\Roaming\broker cTrader\BacktestingCache
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
20 Mar 2019, 10:04
Hi Alex,
ProtoOASubscribeSpotsReq will subscribe you to live market data streaming. ProtoOAGetTickDataReq will return historical tick prices, not live market data.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
20 Mar 2019, 09:50
Hi lec0456,
Not yet. We are currently working on this. The plan is to deliver this in a couple of versions but we cannot commit.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
20 Mar 2019, 09:47
Hi newclassicta,
Thanks for posting in our forum. Yes you can. Just click on the time label at the bottom of the chart and drag it to the center.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
20 Mar 2019, 09:43
Hi Mario,
Do you run any custom indicators or cBots on that charts? If you could record a short video so that we can visualize what you are looking at, it would help us investigate further.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
19 Mar 2019, 17:21
Hi ctid1074959,,
Sure, you can send it to me at community@spotware.com.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
19 Mar 2019, 17:11
Hi ctid1074959,,
Thanks for posting in our forum. Can you please post the cBot code as well as the parameters and backtesting settins so that we can reproduce the problem?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
19 Mar 2019, 16:25
Hi El Antonio,
If it is custom made then you can use IndicatorDataSeries type in your class instead if DataSeries. IndicatorDataSeries allows setting values.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
19 Mar 2019, 14:31
Hi Tulio,
Thanks for posting in our forum. You can find Templates in \Documents\cTrader\Templates and cBots in \Documents\cAlgo\Sources\Robots
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Mar 2019, 11:37
Hi dmn,
Ok I understand now. I checked TradingView. On changing the chart axis scale, they keep the angle fixed and they change the end point. In contrast, we change the angle and keep the end point fixed.
Best Regards,
Panagiotis
@PanagiotisCharalampous