Replies

PanagiotisChar
16 Nov 2022, 13:40

Hi Shares4UsDevelopment,

Try adding the project to the solution manually.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
16 Nov 2022, 09:08

Hi there,

Try this

            if (Bars.LastBar.Close <= tenMinimum.Result.LastValue)
            {
                if(Positions.Count(x => x.TradeType == TradeType.Sell) == 0)
                     ExecuteMarketOrder(TradeType.Sell, SymbolName, volumeInUnits, "TenMov", (useStopLoss ? stopLoss : double.MaxValue), (useTakeProfit ? takeProfit : double.MaxValue));

            }

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us


@PanagiotisChar

PanagiotisChar
16 Nov 2022, 09:04

Hi there,

Your cTrader ID can be used for all your brokers. If you already have a cTrader ID, your broker can link your accounts to it. If you want to use a new cTrader ID, your broker can still link the accounts to it.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us


@PanagiotisChar

PanagiotisChar
16 Nov 2022, 09:01

Hi there,

This information is not available through the API.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us


@PanagiotisChar

PanagiotisChar
16 Nov 2022, 08:58

Hi there,

I ran the cBot but I cannot see any problem. Open and close times seem in line with what the broker has configured.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us


@PanagiotisChar

PanagiotisChar
15 Nov 2022, 09:57

Hi hitcola,

I am just citing the valid reasons when this can happen. If you still think the trade is not legit, ask your broker for an explanation.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us


@PanagiotisChar

PanagiotisChar
15 Nov 2022, 08:06

Hi hitcola,

There are many reasons that can cause differences between your account and the strategy's account. Here are some

  1. The entry and exit prices of your positions differ to those of the Strategy Provider.
  2. The size of your positions differ to those of the Strategy Provider.
  3. The commissions you pay to your broker differ to those of the Strategy Provider.
  4. Your broker does not offer the same symbols which are being traded in the strategy.
  5. You did not have enough margin to follow some of the orders placed in the strategy.
  6. You may have a different Stop-Out Level causing your account to be stopped out, while the Strategy Provider continues to trade.
  7. You strategy provider has made deposits/withdrawals which cause equity to equity recalculation.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us


@PanagiotisChar

PanagiotisChar
14 Nov 2022, 09:21

Hi all,

Here at Aieden we decided to provide a demo strategy for educational purposes only, to demonstrate how such strategies work and how they can achieve such nice looking results. If you are looking to invest in a high risk strategy, then you might at least save yourselves from the strategy's fees. You can find the strategy below.

https://app.ctrader.com/copy/strategy/57345

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
14 Nov 2022, 09:13 ( Updated at: 21 Dec 2023, 09:23 )

Hi, 

My broker allows me to trade cryptos over the weekend, so probably your broker is not telling the truth.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us


@PanagiotisChar

PanagiotisChar
14 Nov 2022, 09:09

Hi Jani,

I assume that the project built with VS 2017 does not work with VS 2019? 

It should work but you need to have the extension for VS 2019 installed too. But as far as I can see you are using 2022. If you upgrade your project to target .NET 6.0, you should not need any extensions to built it.

 Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
11 Nov 2022, 09:58

Hi Zemot, 

Then you need to contact ClickAlgo to check this.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us


@PanagiotisChar

PanagiotisChar
11 Nov 2022, 09:57

Hi Jack,

You can find all the relevant information here.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
10 Nov 2022, 09:37

Hi there,

Use the below

Positions.Count(x => x.TradeType == TradeType.Buy) == 0

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
10 Nov 2022, 09:26

Hi there,

Any examples so that we can reproduce? Index, broker, backtesting dates?

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
10 Nov 2022, 09:18

Hi Zemot, 

It's this part

  [Robot(TimeZone = TimeZones.UTC, AccessRights = AccessRights.FullAccess)]

I have observed what you are experiencing on some cases e.g. when backtesting runs on some kind of virtualization technology, and I solved it by changing the access rights to FullAccess

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us


@PanagiotisChar

PanagiotisChar
09 Nov 2022, 16:09

Hi Zemot, 

Try running your cBot with Full Access permissions.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar