Replies

PanagiotisCharalampous
01 Mar 2021, 10:52

Hi maxalta,

BarOpened should trigger for all types of charts.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
01 Mar 2021, 10:51

Hi Shares4UsDevelopment,

How can we reproduce this?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
01 Mar 2021, 10:47

Hi eelko14,

Can you share screenshots demonstrating this problem?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
01 Mar 2021, 10:45

Hi Shares4us,

There dots are part of the deal map and show entry and exit points. It's a trade closed in profit. Instead of a green triangle, which would not be distinguishable, you get these dots.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
01 Mar 2021, 10:37

Hi rizuntaki3,

This information is not directly accessible from the API. You will need to program a solution yourself e.g. find the bar that corresponds to the trading session open time and record the open price.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
01 Mar 2021, 10:21 ( Updated at: 21 Dec 2023, 09:22 )

Hi Alphatrader,

You can drag the last candle to the center of the screen by dragging the time counter to the left. See below

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
01 Mar 2021, 10:08

Hi budda_dan2020,

One of the reasons that the server will close the connection is to avoid a buffer overflow, meaning that your application does not read data from the stream fast enough, therefore the stream fills up and the server has nowhere to write the new data. Check if this could be the reason.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
01 Mar 2021, 10:00

Hi ChannelTrader,

This is not supported at the moment.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
01 Mar 2021, 09:43

Hi glanzwurde,

Is it possible to report your issue in English? It is not clear from the translation what the problem is.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
26 Feb 2021, 14:21

Hi Lisa,

We received the exception and we will investigate.

Best Regards,

Panagiotis 

Join us on Telegram 

 


@PanagiotisCharalampous

PanagiotisCharalampous
26 Feb 2021, 12:14

Hi ChannelTrader,

It's the same problem. You cannot call a position that does not exist.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
26 Feb 2021, 11:44

Hi ChannelTrader,

Your problem is here

 if (Positions.Count <= 1 && positions.Last().Pips >= TargetPips)

You cannot call Last()  method if there are no elements in the collection.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
26 Feb 2021, 08:09

Hi r.stipriaan,

unfortunately the data the bot reads is incorrect

Can you please provide some evidence for this so that we can reproduce this situation as well?

Best Regards,

Panagiotis 

Join us on Telegram 


 


@PanagiotisCharalampous

PanagiotisCharalampous
26 Feb 2021, 08:03

Hi Anton,

It is a known bug and we will fix it.

Best Regards,

Panagiotis 

Join us on Telegram 

 


@PanagiotisCharalampous

PanagiotisCharalampous
26 Feb 2021, 08:00

Hi ctid2022215,

Native applications are usually faster than web applications. However I would not anticipate notable difference between the two.

Best Regards,

Panagiotis 

Join us on Telegram 

 


@PanagiotisCharalampous

PanagiotisCharalampous
26 Feb 2021, 07:56

Hi ChannelTrader,

Can you provide your symbol and backtesting dates?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
25 Feb 2021, 15:06

Hi ChannelTrader,

I tried this on backtesting and seems to close positions just fine before it stops

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
25 Feb 2021, 14:56

Hi tim.magnusson,

Recently we have announced a new way of paying fees to providers. You can find the announcement here.

Quoting from the announcement

The Volume Fee is deposited to the Strategy Provider account along with other types of Fee, unlike previously, when the Volume Fee was deposited at the end of the day.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
25 Feb 2021, 14:23

Hi ctid3179522,

If you notice the Sample Martingale cBot chooses trading direction randomly

        private TradeType GetRandomTradeType()
        {
            return random.Next(2) == 0 ? TradeType.Buy : TradeType.Sell;
        }

So you cannot expect the results to be repeatable.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
25 Feb 2021, 12:29

Hi Lisa,

It seems to be there for me.

Can you send us the relevant screenshot?

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous