Replies

PanagiotisCharalampous
14 Jan 2021, 13:02

Hi quantumtrading,

Can you please provice us with the strategy name?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
14 Jan 2021, 08:41

Hi viniciusfre,

Here you go

Trendbars{Open: 2
High: 46
Low: 121568
Close: 41
Timestamp: 26840575
Open: 42
High: 43
Low: 121564
Close: 5
Timestamp: 26840580
Open: 16
High: 28
Low: 121554
Close: 20
Timestamp: 26840585
Open: 2
High: 39
Low: 121572
Close: 9
Timestamp: 26840590
Open: 0
High: 50
Low: 121580
Close: 45
Timestamp: 26840595
Open: 0
High: 43
Low: 121624
Close: 39
Timestamp: 26840600
Open: 2
High: 30
Low: 121662
Close: 23
Timestamp: 26840605
Open: 12
High: 79
Low: 121674
Close: 13
Timestamp: 26840610
Open: 44
High: 48
Low: 121644
Close: 1
Timestamp: 26840615
Open: 5
High: 32
Low: 121641
Close: 15
Timestamp: 26840620
Open: 43
High: 44
Low: 121614
Close: 6
Timestamp: 26840625
Open: 40
High: 46
Low: 121581
Close: 18
Timestamp: 26840630
Open: 0
High: 59
Low: 121599
Close: 36
Timestamp: 26840635
Open: 76
High: 96
Low: 121559
Close: 80
Timestamp: 26840640
Open: 79
High: 80
Low: 121561
Close: 29
Timestamp: 26840645
Open: 64
High: 64
Low: 121524
Close: 24
Timestamp: 26840650
Open: 42
High: 60
Low: 121506
Close: 3
Timestamp: 26840655
Open: 0
High: 52
Low: 121506
Close: 46
Timestamp: 26840660
Open: 0
High: 61
Low: 121549
Close: 37
Timestamp: 26840665
Open: 13
High: 33
Low: 121575
Close: 30
Timestamp: 26840670
Open: 2
High: 69
Low: 121602
Close: 32
Timestamp: 26840675
}}

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
13 Jan 2021, 09:35

Hi johnmadenis,

The ID in the History tab is not the position ID but the Historical Trade ID. Hence the values you compare are not related. A position can have more than one historical trades. The historical trade id is determined by the closing price and not the entry time.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
13 Jan 2021, 09:26

Hi TopCat,

You can use a different Workspace for each broker.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
13 Jan 2021, 08:07

Hi robymall,

As mentioned above, this is already available in cTrader Web 4.0.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
13 Jan 2021, 08:05

Hi robymall,

This is already available in cTrader Web 4.0.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
13 Jan 2021, 08:03

Hi Polska,

Can you please explain to us what your issue is?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
13 Jan 2021, 08:02 ( Updated at: 13 Jan 2021, 08:14 )

Hi TopCat,

Please move your question to the appropriate section. This section is only for suggestions.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
13 Jan 2021, 08:01

Hi ergun,

Unfortunately it is not possible to refresh the data on the chart through the code.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
13 Jan 2021, 07:53

Hi ergun+de,

This is a very old issue and we did not have any reports for such a report lately. Can you please provide more information about the issue you experience? Recording a video of this behavior would be helpful.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
13 Jan 2021, 07:50

Hi johnmadenis,

I did not understand what is the problem. Can you please explain?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
12 Jan 2021, 16:50

Hi viniciusfre,

I tried this using the sample project and I get 21 bars.

Make sure there are no issues in your code

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
12 Jan 2021, 09:19

Hi haohan51,

The product team has received this error and will investigate this issue.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
12 Jan 2021, 08:01

Hi daniel_dimitrov94,

If your account belongs to a broker, you need to contact your broker.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
12 Jan 2021, 07:58

Hi tperalta82,

The UI is locked because of this

                                    while(tOperation.IsExecuting)
                                    {
                                        Thread.Sleep(50);
                                    }

The whole point of ClosePositionAsync is not to wait for the order to be executed and proceed with the code execution. If you need to do something as soon as the position is closed, use the Position.Closed event.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
12 Jan 2021, 07:53

Hi jayteasuk,

Please note that the timestamp delta (and all deltas in general) is the distance from the previous tick and not from the first one. So to get the time for the last tick, you need to add all the deltas from the first one. Can you please confirm that this is how you do it?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
11 Jan 2021, 15:56

Hi m.mohammadreza.m.s,

Sorry I misread your question. It is possible to do this but it will require substantial work to achieve it.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
11 Jan 2021, 12:36

Hi m.mohammadreza.m.s,

You need to program your own indicator that will display the RSI as a histogram. See this one for example.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
11 Jan 2021, 11:20 ( Updated at: 21 Dec 2023, 09:22 )

RE:

prosteel1 said:

ICMarkets has BTC/USD with two decimal places and when I tried to change the TP to more than $5000 I got an error.

ICMarkets says it is coded into cTrader. Can this limit please be removed or substancially increased?

 

The main issue is when running a cBot if the TP or SL is more than this limit then the TP or SL wont be set and could result in a trade without a SL.

While I was able to manually set the TP to the price I wanted when the price went down, when it went back up I couldn't change the SL as the TP was more than 500,000 pips.

This also applies to cTrader Desktop.

 

Hi prosteel1,

I have sent this issue to the product team for investigation and resolution.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
11 Jan 2021, 10:47

Hi imrealfighter,

You can use the FirstVisibleBarIndex and loop through the visible bars to find the highest high and lowest low.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous