Fx4U

Info
Username: | Fx4U.net |
Name: | Fx4U |
Member since: | 30 Oct 2021 |
Country: | Vietnam |
Favorite symbols:
About
Signature
Last Algorithm Comments
@(Fx4U) GBPUSD - high profit-450%/year: 15 Jan 2023, 09:48
Dear Strapzson,
For upgrade issues please contact me directly.
Best regards
@(Fx4U) GBPUSD - high profit-450%/year: 12 Jan 2023, 02:29
Another thing is that the above data is backtested from Diamond version, you can download it at http://fx4u.net/robots/gbpusd-m15-price-action/
@(Fx4U) GBPUSD - high profit-450%/year: 10 Jan 2023, 18:53
Dear Strapzson,
Please make sure that the backtest data:
Broker: Icmarkets; Data: Tick data from server (accurate); Commission: 30
Another note is to choose Max Money as a really large number (ie, unlimited quantity because it's just a profitability test - but with gbpusd, it is also limited to 100lot/order)
Thank you for your interest, if you have any questions or need anything, just contact meThank you, if you have any questions or need anything, just contact me.
@(Fx4U) AUDCHF - high profit-180%/year: 30 Dec 2022, 05:47
Thanks for your compliment. Looking forward to working with you.
@GBPUSD - high profit: 22 Dec 2022, 17:05
@
: Thank you for your attention. I always want every trader to be profitable.@
: Please drag the chart forward (the past) so the robot can load data from the past. In case of backtest it's not necessary (just ignore the message and move on)@EURAUD - high profit: 21 Dec 2022, 10:16
Thank you for your interest, if you have any questions feel free to contact me
Last Forum Posts
@Error when running multiple bots that do not grant Full access permission (AccessRights = AccessRights.None) on windows server 2012 R2: 23 May 2023, 14:51
Spotware said:
Dear Fx4U.net,
Can you please let us know your VPS provider?
Best regards,
cTrader Team
I have yet to see anyone contacting to resolve this issue. I think this is an unwarranted bug and they should be fixed as soon as possible
@Error when running multiple bots that do not grant Full access permission (AccessRights = AccessRights.None) on windows server 2012 R2: 18 May 2023, 09:53
Spotware said:
Dear Fx4U.net,
Can you please let us know your VPS provider?
Best regards,
cTrader Team
To not waste time, You can contact me via https://t.me/vnfx4u/ I can provide User and Password for you to login to my VPS to check. I have 2 VPS 1 running AMD processor and 1 running Intel Xeon processor. They all have the same problem, also my customers have the same problem
@Error when running multiple bots that do not grant Full access permission (AccessRights = AccessRights.None) on windows server 2012 R2: 18 May 2023, 04:17
Spotware said:
Dear Fx4U.net,
Please check with your VPS provider if your VPS is running on processors with ARM architecture. ARM processors are not supported by cTrader Desktop at the moment.
Best regards,
cTrader Team
No, the error occurs on both Intel Xeon E5 and AMD processors
@Error when running multiple bots that do not grant Full access permission (AccessRights = AccessRights.None) on windows server 2012 R2: 16 May 2023, 14:57
Spotware said:
Dear Fx4U.net,
Can you please let us know your processor's architecture? Is it x86 or x64?
Best regards,
cTrader Team
Dear Ctrader team,
Error occurs with Windows Server 2012 R2 x64. It happens on many VPSs, not just my VPS
Regards,
Fx4U
@Error when running multiple bots that do not grant Full access permission (AccessRights = AccessRights.None) on windows server 2012 R2: 15 May 2023, 12:11
firemyst said:
I have multiple bots and bot instances running on Windows Server 2012 that do not through errors whether full access or no access.
So the issue is something in your actual code, which nobody would be able to help with unless you're able to:
1) post your entire code or
2) debug and narrow it down to a certain section of code to post that or
3) post sample code that reproduces the issue
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using cAlgo.API;
using cAlgo.API.Collections;
using cAlgo.API.Indicators;
using cAlgo.API.Internals;
namespace cAlgo.Robots
{
[Robot(AccessRights = AccessRights.None)]
public class NewcBot2 : Robot
{
[Parameter(DefaultValue = "Hello world!")]
public string Message { get; set; }
protected override void OnStart()
{
// To learn more about cTrader Automate visit our Help Center:
// https://help.ctrader.com/ctrader-automate
Print(Message);
}
protected override void OnTick()
{
// Handle price updates here
}
protected override void OnStop()
{
// Handle cBot stop here
}
}
}
Just create new bots without any other code. Try running with more than 5 bots that do not give Full access permission, this error will occur
@Error when running multiple bots that do not grant Full access permission (AccessRights = AccessRights.None) on windows server 2012 R2: 14 May 2023, 17:16
Dear Ctrader Team,
Thank you for always trying to create a very quality and reliable product.
I have an error when running many bots that are not granted Full access rights for bots on windows server 2012 R2, Ctrader version 4.7.9 will show an error as shown below and close ctrader.
You can check by creating a few new bots that do not grant full access rights and run at the same time on windows server 2012 will give this error. Conversely, if we set the permission to Full access, the error does not appear.
Can you guys give me a solution to this problem?
Thanks and best regards,
Fx4U
@What’s New in cTrader Desktop 4.7: 13 May 2023, 20:15
Fx4U.net said:
Spotware said:
Fx4U.net said:
Dear ctrader team,
Thank you for always working to perfect ctrader.
There seems to be something wrong with this version because when I run the same bot with the same data source, the results running at ctrader 4.7.7 are significantly reduced compared to version 4.6.6.
Checking Bot: http://fx4u.net/robots/gbpusd-m15-price-action/
Data source: Icmarkets Tick dataPlease note this issue and if possible fix it in the next versions.
Regards
Dear trader,
Unfortunately we cannot use the provided cBot to reproduce the problem. Please provide us with the cBot's source code or with a cBot version that does not require full access.
Best regards,
cTrader Team
Dear ctrader Team,
I have removed the Full Access rights, please check again, there is a huge difference between the 2 versions of ctrader 4.6 and ctrader 4.7
Checking Bot: http://fx4u.net/robots/gbpusd-m15-price-action/
Data source: Icmarkets Tick dataParameter setting:
Capital Management: Risk
Risk %: 2%
Other Parameters: DefaultBacktesting results on ctrader 4.6 from 19/01/2014 to 12/05/2023
Backtesting results on ctrader 4.7 from 19/01/2014 to 12/05/2023
If you need more proof you can check with my other bots at http://fx4u.net/robots/. The results between the 2 versions are worrying about ctrader's reliability
I really hope you can fix it as soon as possible.
Thanks and best regards,
Fx4U
I found the cause. Because the Fractal indicator has been modified in ctrader version 4.7 and my bot uses this indicator.
Thank you very much for always working to improve ctrader better and better.
Regards,
Fx4U
@What’s New in cTrader Desktop 4.7: 13 May 2023, 20:15
Fx4U.net said:
Spotware said:
Fx4U.net said:
Dear ctrader team,
Thank you for always working to perfect ctrader.
There seems to be something wrong with this version because when I run the same bot with the same data source, the results running at ctrader 4.7.7 are significantly reduced compared to version 4.6.6.
Checking Bot: http://fx4u.net/robots/gbpusd-m15-price-action/
Data source: Icmarkets Tick dataPlease note this issue and if possible fix it in the next versions.
Regards
Dear trader,
Unfortunately we cannot use the provided cBot to reproduce the problem. Please provide us with the cBot's source code or with a cBot version that does not require full access.
Best regards,
cTrader Team
Dear ctrader Team,
I have removed the Full Access rights, please check again, there is a huge difference between the 2 versions of ctrader 4.6 and ctrader 4.7
Checking Bot: http://fx4u.net/robots/gbpusd-m15-price-action/
Data source: Icmarkets Tick dataParameter setting:
Capital Management: Risk
Risk %: 2%
Other Parameters: DefaultBacktesting results on ctrader 4.6 from 19/01/2014 to 12/05/2023
Backtesting results on ctrader 4.7 from 19/01/2014 to 12/05/2023
If you need more proof you can check with my other bots at http://fx4u.net/robots/. The results between the 2 versions are worrying about ctrader's reliability
I really hope you can fix it as soon as possible.
Thanks and best regards,
Fx4U
I found the cause. Because the Fractal indicator has been modified in ctrader version 4.7 and my bot uses this indicator.
Thank you very much for always working to improve ctrader better and better.
Ragards,
Fx4U
@What’s New in cTrader Desktop 4.7: 13 May 2023, 08:28
Spotware said:
Fx4U.net said:
Dear ctrader team,
Thank you for always working to perfect ctrader.
There seems to be something wrong with this version because when I run the same bot with the same data source, the results running at ctrader 4.7.7 are significantly reduced compared to version 4.6.6.
Checking Bot: http://fx4u.net/robots/gbpusd-m15-price-action/
Data source: Icmarkets Tick dataPlease note this issue and if possible fix it in the next versions.
Regards
Dear trader,
Unfortunately we cannot use the provided cBot to reproduce the problem. Please provide us with the cBot's source code or with a cBot version that does not require full access.
Best regards,
cTrader Team
Dear ctrader Team,
I have removed the Full Access rights, please check again, there is a huge difference between the 2 versions of ctrader 4.6 and ctrader 4.7
Checking Bot: http://fx4u.net/robots/gbpusd-m15-price-action/
Data source: Icmarkets Tick data
Parameter setting:
Capital Management: Risk
Risk %: 2%
Other Parameters: Default
Backtesting results on ctrader 4.6 from 19/01/2014 to 12/05/2023
Backtesting results on ctrader 4.7 from 19/01/2014 to 12/05/2023
If you need more proof you can check with my other bots at http://fx4u.net/robots/. The results between the 2 versions are worrying about ctrader's reliability
I really hope you can fix it as soon as possible.
Thanks and best regards,
Fx4U
@What’s New in cTrader Desktop 4.7: 13 Apr 2023, 20:19
Dear ctrader team,
Thank you for always working to perfect ctrader.
There seems to be something wrong with this version because when I run the same bot with the same data source, the results running at ctrader 4.7.7 are significantly reduced compared to version 4.6.6.
Checking Bot: http://fx4u.net/robots/gbpusd-m15-price-action/
Data source: Icmarkets Tick data
Please note this issue and if possible fix it in the next versions.
Regards