
Topics
Replies
PanagiotisCharalampous
21 Mar 2019, 17:42
Hi Andrii,
This is not possible. Hopefully you should get v3.5 on ICMarkets soon and you will not need to use both versions.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Mar 2019, 16:59
Hi Sasha,
Use PageUp.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Mar 2019, 16:34
Hi viniciusfre,
You can find all necessary documentation for Open API here.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Mar 2019, 15:21
Hi terryww2,
Any limit order needs a limit price by definition. You need to set the price at which the limit order will be triggered and which will be considered as the limit. FIX API does not support TP and SL in the traditional sense, that of setting them and forgetting about them. SL and TP are UI features but under the hoods they are a stop order and a limit order respectively which are cancelled if not triggered and the position is closed. To make it more clear, the difference of setting a TP via Open API and and setting a limit order via FIX is that if your position is closed by any other reason than the TP, in the case of Open API there is nothing you need to do but for FIX API, you will need to cancel the limit order.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Mar 2019, 14:54
Hi terryww2,
- Correct. You will receive execution report with 39=1 and 150=F
- Tag 44 is relevant for limit orders. If you are closing your position using a limit order, you need to use tag 44.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Mar 2019, 14:37
Hi Andrii,
We are looking at the live renko bar issue. Regarding the RSI indicator, the two cTrader instances do not necessarily have the same price history.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Mar 2019, 14:01
Hi terryww2,
- Yes you can use limit orders.
- The remaining part of the position will remail open.
Best Regards,
Panagiotid
@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
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
21 Mar 2019, 17:49
Hi a.fernandez.martinez,
No there isn't. But I don't think it would be difficult to create a function that will return you such information.
Best Regards,
Panagiotis
@PanagiotisCharalampous