Replies

PanagiotisCharalampous
19 Jan 2021, 09:16

Hi antoniogmd,

Can you explain what do you mean with "bar counting"?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
19 Jan 2021, 09:14

Hi 3rrr168,

Try this

protected override void OnTick()
        {
                    if (myflag == 0)
                    {
                        myflag++;
                        ExecuteMarketOrder(TradeType.Buy, SymbolName, volumeInUnits1, myLabel, minusp, aaamt, "a1");
                    }
         }

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
19 Jan 2021, 09:08

Hi wrbking,

cTrader Web 4.0 is not available for ICMarkets yet.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
19 Jan 2021, 09:03

Hi Bots4Us,

Q1; No this is not possible. 

Q2: Not possible either

You can try using your own custom enum that will enable you  control both of the above.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
19 Jan 2021, 08:42

Hi dnatan,

There is no built-in feature for this. You will need to develop something yourself.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
18 Jan 2021, 17:05

Hi prosteel1,

Unfortunately this will not be not a part of cTrader Desktop 4.0.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
18 Jan 2021, 14:54

Hi Stefan.olaru00,

Could you please check your Event Viewer for any possible messages that could help identify the issue?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
18 Jan 2021, 14:02

Hi again,

As far as I know after installation it should work fine.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
18 Jan 2021, 12:06

Hi firemyst,

The cloud is not assossiated with anything, it is a separate entity which is drawn between two lines. We have no plans for an on/off feature at the moment, but you can suggest it.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
18 Jan 2021, 11:14

Hi Bots4Us,

Unfortunately this information is not available via the API at the moment.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
18 Jan 2021, 10:55

Hi Bots4Us,

Unfortunately this information is not available via the API at the moment.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
18 Jan 2021, 10:46

Hi there,

It seems your ISP is blocking cTrader. Can you try installing cTrader using a VPN?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
18 Jan 2021, 10:44

Hi prlozc,

The Lock feature will be available in one of the upcoming updates. Stay tuned!

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
18 Jan 2021, 08:32

Ηι eland.christian,

It is the same process for cTrader Web too, you just have the option for an HTML statement only.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
18 Jan 2021, 08:13

Hi BJORNBERNAU,

You should be creating different threads for different subjects. Calculate method is triggered for each bar for past data and for each tick for current price stream. If you want to subscribe to tick events, you can subscribe to Bars.Tick.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
18 Jan 2021, 08:08

Hi vldmarton,

This method is not supported in optimization at the moment.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
15 Jan 2021, 15:24

Hi BJORNBERNAU,

Price alerts are not available via the API. You need to develop your own custom solution, either using message boxes or custom win forms.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
15 Jan 2021, 13:49

Hi BJORNBERNAU,

Is authentication needed

You need to ask your email provider on what is required in order to use their smtp service.

 Also, I wonder how it is possible to avoid playing sound on every tick, but rather only on bar. 

You need to check if Bars.OpenTimes.Last(0) has changed since the last tick and send the email only then.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
15 Jan 2021, 13:41

Hi 1222Ht,

cTrader Automate doesn't support .Net Standard at the moment.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
14 Jan 2021, 16:35

Hi prosteel1,

This information is not available in the API, you will need to calculate it yourself. You can find a useful discussion here.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous