PanagiotisCharalampous's avatar
PanagiotisCharalampous
26 follower(s) 0 following 1006 subscription(s)
Replies

PanagiotisCharalampous
02 Apr 2021, 14:15

Hi yuval.ein,

Sorry I misread the question. To check when a SL/TP was executed, you can subscribe to the Position.Closed event and check the PositionCloseReason of the PositionClosedEventArgs.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
02 Apr 2021, 12:05

Hi rjonas,

There is no known workaround at the moment unfortunately.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
02 Apr 2021, 11:10

Hi rjonas,

Do you have an Intel Iris graphics card? There is an issue with it that has been reported many times but it seems to be the drivers issue.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
02 Apr 2021, 08:45 ( Updated at: 21 Dec 2023, 09:22 )

Hi there,

Check the deposits/withdrawals method

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
02 Apr 2021, 08:44

Hi yuval.ein,

  1. Yes
  2. Check Positions.Modified event
  3. Yes

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
02 Apr 2021, 08:41

Hi duketv,

I think the documentation is clear. If you think there is a bug, please provide us some examples to reproduce and investigate.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
02 Apr 2021, 08:38

Hi yuval.ein,

You can use PendingOrders.Filled event.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
02 Apr 2021, 08:34

Hi firemyst,

It seems to be a bug. We will fix it in an upcoming update.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
02 Apr 2021, 08:32

Hi felipecastro22,

Can you please explain what the MIRA option was this?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
02 Apr 2021, 08:31

Hi beaumz,

Please contact IC Markets and ask them to check if all the accounts belong to the same white label. If they belong to different white labels, they might not show on the list.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
31 Mar 2021, 16:25

Hi budda_dan2020,

This information is not available via Open API. You need to keep this information on your side while subscribing.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
31 Mar 2021, 10:46

Hi djb0309,

It sounds like an issue with your algo. Check if the problem is reproduced without the algo running. If not, then your algo programmer should check this.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
31 Mar 2021, 10:44

Hi jayteasuk,

There is no issue on the API and the message is clear. Maybe the broker disabled trading for your application on the API in general. They need to check.

Best Regards,

Panagiotis 

Join us on Telegram 


@PanagiotisCharalampous

PanagiotisCharalampous
31 Mar 2021, 08:36

Hi poultry.credit,

If you need somebody to develop a cBot for you, you can consider posting a Job.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
31 Mar 2021, 08:27

Hi Roberto,

Based on what we see in our platform, they do not. Please talk to your broker.

Best Regards,

Panagiotis 

Join us on Telegram 


@PanagiotisCharalampous

PanagiotisCharalampous
31 Mar 2021, 08:24

Hi Dom29600,

Try this instead

PlaceLimitOrder(TradeType.Sell, Symbol, Symbol.NormalizeVolumeInUnits(sellLotSize, RoundingMode.Down), targetP, "selltrade");

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
30 Mar 2021, 15:55

Hi Roberto,

Based on our investigation, some of your subaccounts have 1:30 leverage, hence the orders have been rejected. Please check this with your broker.

Best Regards,

Panagiotis 

Join us on Telegram 


@PanagiotisCharalampous

PanagiotisCharalampous
30 Mar 2021, 15:54

Hi sriFX,

The fee is correct. You are calculating the fee using balance but the fee is calculated using equity at the moment the calculation takes place. On the 5th of February, there were open positions at the moment the fee was charged so probably the equity was not equal to the balance you used for the calculation.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
30 Mar 2021, 10:13

Hi Jiggytrade,

To utilize all cores, you can apply this workaround and you should be fine.

Best Regards,

Panagiotis 

Join us on Telegram 


@PanagiotisCharalampous

PanagiotisCharalampous
30 Mar 2021, 08:16

Hi Jiggytrade,

I am currently using a Ryzen 5 and optimization runs fine.

Best Regards,

Panagiotis 

Join us on Telegram 

 


@PanagiotisCharalampous