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

PanagiotisCharalampous
09 Oct 2018, 09:59

Hi aboukerker,

Can you please share the complete cBot code so that we can reproduce the issue?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
09 Oct 2018, 09:50

Hi Sasha,

You did not share the declaration of longPositions and shortPositions. What is their type?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
09 Oct 2018, 09:48

Hi ghazisameer,

Try changing the layout using F11.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
08 Oct 2018, 17:24

Hi ghazisameer,

cAlgo does not exist anymore. You can do this in cTrader Automate tab. Can you please explain what do you mean by saying it failed? What did you do exactly and what happened?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
08 Oct 2018, 14:05

Hi fcomanjoncabeza,

No this feature has been introduced in v3.01. It will be released to brokers soon.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
08 Oct 2018, 12:37

Hi fcomanjoncabeza,

For a line to stay on the chart you need to make it interactive. See how below.

            var line = Chart.DrawHorizontalLine("Test", Symbol.Bid, Color.AliceBlue);
            line.IsInteractive = true;

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
08 Oct 2018, 12:27

If you want to close that one position then try the following

ClosePosition(Positions.First(x => x.Label == Instance));

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
08 Oct 2018, 12:20

Hi Sasha,

It is not clear to me what is the problem you would like to address. Can you please explain?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
08 Oct 2018, 11:42

Hi aw52uk@gmail.com,

Supertrend does not seem to have any output named Result. You can use UpTrend and DownTrend. 

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
08 Oct 2018, 11:12

Hi ctraders,

Thanks for posting in our forum. Does this happen on Spotware cTrader Public Beta v3.3?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
08 Oct 2018, 10:52

Hi cAlgo9,

Are you sure you are using the same parameters in both cases? In the cBot, the default periods are 40 and in the indicator they are 20.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
08 Oct 2018, 10:12

Hi aw52uk@gmail.com,

What kind of help do you need?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
08 Oct 2018, 10:02

Hi kelvinkelvinkedoya,

Thank you for posting in our forum. Volume in tick charts is redundant since each bar contains a fixed number of ticks.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
08 Oct 2018, 09:55

Hi nordic,

Backetsting with Renko/Range is still not supported. It will come later, the estimation is with v3.5.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
08 Oct 2018, 09:51

Hi duplessis.dedre,

There is no way to provide strategies on the old cMirror anymore. Adding new strategies has been disabled.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
05 Oct 2018, 12:52

Hi duplessis.dedre,

I do not have an indication since it is mostly a broker's decision. At this moment cTrader Copy is available to all cMirror brokers that have upgraded to cTrader Web 3.0.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
05 Oct 2018, 12:42

Hi duplessis.dedre,

The reason you have this issue is because cMirror has been discontinued and no new strategies can be created. You will be able to become a strategy provider again as soon as ICMarkets upgrades its cTrader Web to cTrader 3.0 with cTrader Copy.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
04 Oct 2018, 17:01

Hi Matt,

Thanks for posting in our forum. ICMarkets has not yet been upgraded to cTrader Web 3.0 which features cTrader Copy. Hopefully they should be upgraded soon

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
04 Oct 2018, 16:20

Hi mhung.ssy@gmail.com,

There is no such function in the API at the moment.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
04 Oct 2018, 15:19

Hi tekASH,

Thanks for the screenshot but I still do not understand how you define "inside".

Best Regards,

Panagiotis 


@PanagiotisCharalampous