PanagiotisChar's avatar
Panagiotis Aieden Technologies
Cofounder and Chief Technologist at Aieden Technologies
Panagiotis Aieden Technologies's avatar

Info

Username:PanagiotisChar
Name:Panagiotis Aieden Technologies
Member since: 15 Sep 2022
Country:Cyprus

About

Cofounder and Chief Technologist at Aieden Technologies

Signature

Cofounder and Chief Technologist at Aieden Technologies

Last Forum Posts

@cbot successfully created but does not execute orders when the trigger is triggered:  08 Jun 2023, 08:22


Hi there,

Try the following

double currentCandleRange = Math.Abs(Bars.ClosePrices.Last(1) - Bars.OpenPrices.Last(1));

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

@how can I open a cTrader account?:  08 Jun 2023, 08:18


Hi there,

You need to find a broker that offers cTrader. I suggest Skilling.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

@LotsSize field in ProtoOASymbol:  07 Jun 2023, 13:57


Hi again,

And the other bit? Is there any way of getting the units for the Lot Size? ("Indices" for UK100  or "EUR" for EURJPY

Just divide the lotSize by 100.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

@LotsSize field in ProtoOASymbol:  07 Jun 2023, 11:29


Hi there,

It's a technical decision taken by the team so that they do not have to deal with numbers with decimals and its the same for all symbols.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

@cbot successfully created but does not execute orders when the trigger is triggered:  07 Jun 2023, 08:29


Hi there,

What is this line supposed to do? This is definitely not the candle range, it's meaningless to me.

double currentCandleRange = Symbol.Bid - Symbol.Ask;

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

@cbot successfully created but does not execute orders when the trigger is triggered:  06 Jun 2023, 15:13


Hi there,

The problem is here

                ExecuteMarketOrder(TradeType.Buy, Symbol.Name, Symbol.NormalizeVolumeInUnits(LotSize, RoundingMode.ToNearest), "Compra", null, null, null, GetTrailingStop());

You pass Lots as volume, while you should pass units instead. Convert it using QuantityToVolumeInUnits

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

@Help setting stoploss below/above previous candle low/high:  06 Jun 2023, 10:11


Hi there,

Your problem is in the ExecuteMarketOrder method. You should be passing pips instead of absolute prices.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

Notification Publishing copyrighted material is strictly prohibited. If you believe there is copyrighted material in this section you may use the Copyright Infringement Notification form to submit a claim.

No uploaded.

Warning! Executing cBots downloaded from this section may result in loss of funds. Use them at your own risk.

No uploaded.