
Topics
Replies
PanagiotisChar
09 Jan 2023, 10:14
Hi there,
I don't think it will be discontinued anytime soon. There are is a huge number of cBots/Indicators working on the legacy framework.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
09 Jan 2023, 10:13
Hi there,
I don't think anybody will do this for free :) If you are looking for an expert to convert it, have a look at Consultants.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
09 Jan 2023, 10:07
Hi there,
I did. Most of the produced code is buggy and still needs an expert to fix it. While it is an amazing tool in general, I still don't know if it is useful in this context or it just causes more confusion and misinformation.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
09 Jan 2023, 10:06
Hi Jay,
This is not possible at the moment.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
09 Jan 2023, 10:05
Hi there,
cTrader Copy works exactly like when investing in funds. When you put money into a fund, your money is allocated towards the open positions of the fund at the given moment. So your investment's performance will reflect the fund's performance from that point and onward. If a fund/strategy has a position open at any moment, then it means that the fund manager/strategy provider still believes that the market will move further to his favor, else he would have closed the position.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
09 Jan 2023, 10:01
Hi there,
You should talk to your broker about the spread.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
05 Jan 2023, 10:57
Hi robban,
The error messages are very clear I think e.g. Supertrend does not take 4 arguments, Stochastic Oscillator does not take 6 arguments, Volume and PositionType do not exist, SuperTrend does not have a Trend member etc. It's just nonsense code.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
05 Jan 2023, 08:47
Hi C# developer,
A cBot cannot run outside cTrader since it uses the cTrader Automate API, which is dependent to the desktop app. Open API is a lower level API that allows you to communicate to cTrader server. Open API is similar to the internal API cTrader apps use to communicate with their backends. You can use it to build your own trading apps on top. But you will need to build the entire client side from scratch.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
05 Jan 2023, 08:41
Hi there,
Check with your broker. The responsibility for the price feeds and historical data is on the broker.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
05 Jan 2023, 08:39
( Updated at: 21 Dec 2023, 09:23 )
Hi there,
It's here
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
05 Jan 2023, 08:36
Hi robban,
chatGPT is too good to be true :) I tried it too, unfortunately the produced code is always buggy. If you don't know how to program, you should contact a professional instead.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
04 Jan 2023, 15:59
Hi robban,
The VS will build it after you fix the errors. I am asking where did you find this code. Did you write it yourself? Because the errors are clear what the problem is. A programmer can easily fix them. It seems that you just copied source code from somewhere and you are trying to build it.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
04 Jan 2023, 15:22
Hi robban,
The errors are self explanatory. Did you just copy and paste the code from somewhere?
Also, when renaming the file to .algo - cTrader gives me "Invalid file format" and does not install the bot to cTrader?
Which file do you rename? You can't just rename a file to .algo. These files are only compiled by cTrader.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
04 Jan 2023, 09:28
Hi there,
I cannot understand the problem. Can you explain the issue better?
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
03 Jan 2023, 09:34
Hi there,
Here is an example.
var dateTime = new DateTime(2023,1, 1, 0, 0, 0);
if (Server.Time > dateTime)
{
// Do something
}
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
03 Jan 2023, 09:24
Hi there,
There is no such feature in cTrader.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
03 Jan 2023, 09:24
Hi there,
There is no such feature in cTrader.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
03 Jan 2023, 09:21
Hi there,
Curiously do you know of a way to 'step in front' of the server so they never execute?
There is no such way unfortunately.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
03 Jan 2023, 09:20
Hi there,
It's better to talk to your broker about this issue.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
09 Jan 2023, 10:16
Hi there,
I don't think Spotware has such plans at the moment
Aieden Technologies
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar