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

PanagiotisCharalampous
19 Oct 2018, 10:49 ( Updated at: 21 Dec 2023, 09:20 )

Ηι nh.zadeh,

Thanks for posting in our forum. Ι have tried your indicator and seems ok to me.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
18 Oct 2018, 17:51

Hi tadas8891,

If you are trading more than the maximum volume allowed by the broker, then that would be the cause of the problem.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
18 Oct 2018, 17:14

Hi Augustus,

cTrader just prompts you to restart whenever it is more convienient for you. Disabling updates completely is not possible due to the nature of our service.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
18 Oct 2018, 17:08

Hi Augustus,

Thanks for posting in our forum. Please note that cTrader does not install updates without your consent. Could it be that the OS restarted instead?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
18 Oct 2018, 15:08

Hi Sasha,

From the information provided it is not easy to me to understand what you are trying to do. Can you draw on the chart what would you expect to see and which lines of code do you expect to do that?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
18 Oct 2018, 14:57

Hi tadas8891,

Can you please provide some more information about this? How do you try to open the position. Do you use a cBot? Please provide us with exact steps to reproduce what you see.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
18 Oct 2018, 09:42

Hi tim_d2,

Yo get the pending limit orders. you can try the following

PendingOrders.Where(x => x.OrderType == PendingOrderType.Limit);

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
16 Oct 2018, 12:48

Hi Sasha,

This should work

MarketSeries.OpenTime.LastValue.AddMonths(-1);

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
16 Oct 2018, 12:31

Hi meshareyou,

Thanks for posting in our forum. You cannot use Spotware Beta applications with your ICMarkets account. You will need to wait till ICMarkets upgrade their applications.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
16 Oct 2018, 11:53

Hi Patrick,

Compiled versions are not allowed. However you can upload a cBot that will just redirect to your side, something like this. If at a later stage you want to delete your cBot, you can.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
16 Oct 2018, 10:09 ( Updated at: 21 Dec 2023, 09:20 )

Hi Punit,

You can find them below the backtesting chart. Please make sure that you have the correct layout selected. See below

Best Regards,

Panagiotis

 


@PanagiotisCharalampous

PanagiotisCharalampous
16 Oct 2018, 10:04

Hi willd7781,

Can you please provide the link to the cBot?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
16 Oct 2018, 10:01

Hi Josef,

Thanks for posting in our forum. Advanced protection is not available for pending orders, only for positions. However, with some coding skills you could program the functionality yourself.

Regarding your suggestion for the Break Even, I would encourage you to post in in http://vote.spotware.com/ so that it can be voted by other traders as well, increasing its chances to be considered by the product team.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
16 Oct 2018, 09:49

Ηi noorimotlagh.reza,

It should be Where and not where. c# is a case sensitive language.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
16 Oct 2018, 09:45

Hi sherrydavis1996,

Thank you for posting in our forum. You can also post a Job or contact a Consultant.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
15 Oct 2018, 16:20

Hi Geissier,

We have reenabled the possibility to offer strategies in cMirror. Do you still have a problem?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
15 Oct 2018, 15:33

Hi Sasha,

Try 

Chart.DrawTrendLine("low " + DaysBack[i], DaysBack[i], Low[i], NextDay[i], Low[i], Color.Red, thickness, LineStyle.Solid);

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
15 Oct 2018, 15:29

Hi Patrick,

No problem with us. You can also share it in the cBots section which is more appropriate.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
15 Oct 2018, 15:10

Hi Reza,

There is an @ in the code. Is this the reason? If not then make sure you reference LINQ. To do so just add

using System.Linq;

is the using section.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
15 Oct 2018, 12:29 ( Updated at: 21 Dec 2023, 09:20 )

Seems to be fine as well

Can you make sure you are hovering on top of the correct place? If yes, can you send a screenshot?

Best Regards,

Panagiotis 


@PanagiotisCharalampous