
Topics
Replies
PanagiotisCharalampous
26 Jun 2019, 09:27
Hi nguyenbaocuong,
Setting price alerts is not possible via the API. You can consider using Notifications instead.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
25 Jun 2019, 09:28
Hi FireMyst,
if (_ema1.Result.HasCrossedBelow(_ema2.Result, i)) { }
will check if there was a cross in the last i bars, from 0 to i. So essentially it implements a for loop. On the other hand
if (_ema1.Result.Last(i) < _ema2.Result.Last(i)) { }
will only check the bars with index i.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
25 Jun 2019, 09:23
Hi Martin,
Backtesting for Range/Renko is not available yet. Regarding the error, it seems you have not referenced the indicator.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
25 Jun 2019, 09:21
Hi yourjacky@hotmail.com,
Could you please share the complete cBot code?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
24 Jun 2019, 15:42
Hi aloz82,
Thanks. Can you check again now?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
24 Jun 2019, 13:58
Hi zedodia,
We cannot help you via the forum. The accounts belong to the brokers so they should be able to trace who created the account. If they cannot find out they should contact Spotware support for further information.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
24 Jun 2019, 12:41
Hi aloz82,
Please send us sime troubleshootinh information. To do so, follow the steps below
- Click on the sign in form
- Press Ctrl+Alt+Shift+T.
- In the form that will appear please paste the link to this discussion.
- Press Submit
Let us know ehn you have done so to check further.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
24 Jun 2019, 12:29
Hi FireMyst,
This seems to be an issue. We will investigate.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
24 Jun 2019, 10:23
Hi aloz82,
Do you still have problems connecting?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
24 Jun 2019, 10:19
Hi yosifov,
In general, disconnections do not affect the operation of your cBot. cTrader reconnects automatically.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
24 Jun 2019, 09:59
Hi Alex,
You can consider using OnTimer for this.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Jun 2019, 14:11
Hi FireMyst,
You can sort your positions manually at any time you want. That is the purpose of the feature. Just imagine trying to close a position and just before clicking X your position changes place. Would that be acceptable? Windows Explorer and a trading platform do not serve the same purpose. They are not comparable.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Jun 2019, 11:49
Hi horngwey,
We are aware of this issue and will be fixed in the next major update of cTrader Web. In the meanwhile, as mentioned above, the workaround is to clean your cache.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Jun 2019, 11:38
Hi FireMyst,
It doesn't do this by design and personally I do not find it a good idea to do so.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Jun 2019, 11:35
Hi zedodia,
Did you contact your broker regarding this?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Jun 2019, 09:51
Hi yourjacky@hotmail.com,
Thank you for posting in our forum. There is no such function in the API. You need to use Position.ModifyVolume() for this purpose.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
20 Jun 2019, 15:50
Hi noppapon,
1. The order will be filled on VWAP. On high volatility slippage should be expected.
2. Price base is used to calculate the market range limit i.e. limit price = basePrice +- marketRangePips. Until v3.3 bid and ask prices where automatically considered for basePrice. Now you are flexible to set it yourself. You can use Symbol.Bid and Symbol.Ask if you want it to behave as in v3.3.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
20 Jun 2019, 15:20
Hi noppanon,
Up to v3.3, market range was passed as a parameter to the ExecuteMarketOrder(). Now there is a separate function for a market order with a market range. The parameters are self explanatory for each of the functions so it would be better to let us know if you have any queries about any of them.
The new functions are only compatible with v3.5
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
20 Jun 2019, 14:28
Hi marshalmax9,
I am happy to hear that!
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
26 Jun 2019, 09:31
Hi diegorcirelli,
Can you please post a screenshot of the entire interface so that we can understand where did you get this screenshot from? Also I am not sure what do you mean that margin is out of the picture. I can see it.
Best Regards,
Panagiotis
@PanagiotisCharalampous