Backtesting needs full access rights

Created at 18 Jul 2023, 23:40
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
SH

Shares4us

Joined 01.04.2020

Backtesting needs full access rights
18 Jul 2023, 23:40


Hi, no matter which broker or account i choose i get this error on backtesting (11 juli2023-16 juli 2023)

I also cleared the cache for the brokers (C:\Users\xxx\AppData\Roaming\Spotware\Cache\yyy)
Still getting:
17/06/2023 00:00:00.000 | CBot instance [CacheTest, EURUSD, h1] started.
17/06/2023 00:00:00.000 | Symbol 'EURUSD h1' cached data not available or corrupted.
17/06/2023 00:00:00.000 | Symbol 'EURUSD h1' cached data cleared.
17/06/2023 00:00:00.000 | Failed to get symbol 'EURUSD': Symbol not found or has no quotes.
17/06/2023 00:00:00.000 | INIT
17/06/2023 00:00:00.000 | CBot instance [CacheTest, EURUSD, h1] stopped.

cTrader 4.8.15
source:

using cAlgo.API;

namespace cAlgo
{
    [Robot(TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]
    public class CacheTest : Robot
    {
        protected override void OnStart()
        {
            Print("INIT");
        }
        protected override void OnTick()
        {
        }
    }
}

Setting AccessRights = AccessRights.FullAccess solves it  but that can not be the way to go when distributing algo's


@Shares4us
Replies

Spotware
19 Jul 2023, 09:41

Dear trader,

Please let us know which version of cTrader you use.

Best regards,

cTrader Team


@Spotware

Shares4us
19 Jul 2023, 11:45

Spotware said:

Dear trader,

Please let us know which version of cTrader you use.

Best regards,

cTrader Team

cTrader 4.8.15

cTrader.Automate 1.0.8


@Shares4us

jim.tollan
20 Jul 2023, 13:14

RE:

Spotware said:

Dear trader,

Please let us know which version of cTrader you use.

Best regards,

cTrader Team

hasn't this issue been around for quite some time. ?? I know that since I started using cTrader about 9 months ago, the issue was present even then.

Not sure if a fix came in that sorted it at some point between times and that that fix no longer works?


@jim.tollan

Spotware
21 Jul 2023, 05:23

Dear Share4us,

Unfortunately we were not able to reproduce your issue. If you can provide us with TeamViewer access to inspect the problem locally on your computer, please contact us at community@ctrader.com.

Best regards,

cTrader Team


@Spotware