Topics
Replies
alexandervkv
26 Aug 2019, 10:25
Hi Panagiotis,
Do you know that OnBar method of c Bot doesn't work properly on demo accounts until now?
We can't test cBots that use it.
Do you plan to fix it?
This is the test made on Spotware demo account and the same situation is on other demo accounts:
26/08/2019 08:57:12.848 | Bar Test, EURUSD, m1 | cBot "Bar Test" was started successfully for EURUSD, m1.
26/08/2019 08:58:00.334 | Bar Test, EURUSD, m1 | Here
26/08/2019 09:01:00.032 | Bar Test, EURUSD, m1 | Here
26/08/2019 09:07:00.179 | Bar Test, EURUSD, m1 | Here
26/08/2019 09:09:00.113 | Bar Test, EURUSD, m1 | Here
26/08/2019 09:20:05.125 | Bar Test, EURUSD, m1 | cBot "Bar Test" was stopped for EURUSD, m1.
Regards,
Alexander
@alexandervkv
alexandervkv
20 Aug 2019, 17:19
I have the same problem last two days. cBot that uses OnBar event does not Buy or Sell on demo accounts.
@alexandervkv
alexandervkv
30 Jun 2019, 10:26
marketRangePips in Automate API 3.5
Hi Panagiotis,
is it possible to use marketRangePips in Automate API 3.5 ?
If I use Symbol it's OK:
ExecuteMarketOrder(TradeType.Buy, Symbol, 10000, "Stochastics Scalping", 10, 12, 2);
Buy if I use SymbolName:
ExecuteMarketOrder(TradeType.Buy, SymbolName, 10000, "Stochastics Scalping", 10, 12, 2);
I get: Error CS1503: Argument 7: cannot convert from 'int' to 'string'
Best Regards,
Alexander
@alexandervkv
alexandervkv
26 Aug 2019, 11:12
The question was -
does Spotware plan to fix this bug?
@alexandervkv