Replies

PanagiotisChar
29 May 2023, 09:15

Hi there,

It could be a temporary issue with the connection to the server.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
29 May 2023, 09:14 ( Updated at: 21 Dec 2023, 09:23 )

Hi there,

Can you give examples of your issues? Expiry works fine for me

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
26 May 2023, 08:15 ( Updated at: 21 Dec 2023, 09:23 )

Hi,

Hard to tell what you are doing wrong without your project file. I am able to build my cBot in VS without a problem

Builds fine in cTrader too even if there are some false positives highlighed by the editor

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
26 May 2023, 08:08

Hi there,

Just tried it using the sample application and works fine

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
26 May 2023, 08:07 ( Updated at: 21 Dec 2023, 09:23 )

Hi there,

Do you still experience this problem? I tried it with the sample application and have no issues at the moment.

 

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
26 May 2023, 08:04

Hi there,

It's a known issue, Spotware said it will be fixed soon.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
25 May 2023, 08:12

Hi there,

Your problem is here

         var positionCompra = Positions.Find("COMPRA", Symbol, TradeType.Buy);
         var positionVenda = Positions.Find("VENDA", Symbol, TradeType.Sell);

You are searching for a position using a label but you never define a label on execution

ExecuteMarketOrder(TradeType.Sell, Symbol, Lote);

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
25 May 2023, 07:34

Hi there,

Try port 5035. Looks like a typo in the documentation.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
24 May 2023, 15:17

ncel01,

How do you know this? As far as I can see, the screenshot on the original post does not show any trading conditions but the unrealized swaps.

Because the issue was reported by other users in other channels and it was reflected in the settings as well.

What further evidence is required, apart from the screenshot I've already provided? Do I need to prove that the value of 1 Nasdaq is ~$13.7k and not $1?

Try executing an order and show that what you get is different from what is presented there.

Regarding 4,5 the only thing the screenshot you posted shows is that the symbol has been configured incorrectly. Nothing else. You can just notify the broker to fix it.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us


@PanagiotisChar

PanagiotisChar
24 May 2023, 08:58

Hi firemyst,

Unfortunately this info is not available through the API.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
24 May 2023, 08:57

Hi there,

Read here how to create a new application

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
23 May 2023, 17:05

ncel01,

What I would like to know is if, at the moment the wrong swaps have been applied, these have been reflected in the trading conditions or not. In other words, I'd like to know if the trading conditions shown in cTrader are, without fail, always liked to the real conditions applied or not.

The issue raised in this post was reflected in the trading conditions, was fixed soon after and traders were compensated. What you see is what you get. So there is no issue with the platform. 

In fact I don't think that the applicable conditions and the conditions shown are always matching. Why?

Can you provide evidence of this?

Below is an example taken some time ago for a certain broker. Lot size is in fact not $1 but 1 unit.

So another case where somebody messed up with the symbol configurations. How does this support your claim that applicable conditions and the conditions shown are not always matching?

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us


@PanagiotisChar

PanagiotisChar
23 May 2023, 11:04

ncel01,

You should stop being so negative and look for conspiracies everywhere :) An IC Markets employee uploaded wrong swaps. All traders have been refunded. Simple as that.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us


@PanagiotisChar

PanagiotisChar
23 May 2023, 08:57

Hi there,

Bars.ClosePrices.Last(0) and Bars.OpenPrices.Last(0) are always equal when the new bar is opened, since they represent the values of the current value. Try using Bars.ClosePrices.Last(1) and Bars.OpenPrices.Last(1) instead

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
23 May 2023, 08:52 ( Updated at: 21 Dec 2023, 09:23 )

Hi again,

Make sure you are using the SDK compiler

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us


@PanagiotisChar

PanagiotisChar
23 May 2023, 08:50

Hi Mustafa,

There is nothing specific in terms of code regarding renko bars. Any cBot can run on renko bars as well.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

PanagiotisChar
22 May 2023, 10:37

Hi to both,

Björn is right, this would be very handy. I have some insider info that this is coming soon :)

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar