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

PanagiotisCharalampous
24 Jun 2020, 14:27

Hi Vadivelan,

I cannot even build this cBot. It uses cAlgo.Lib which I am not even aware of. Did you try contacting the developer?

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
24 Jun 2020, 10:10

RE: RE:

tgjobscv said:

PanagiotisCharalampous said:

Hi tgjobscv,

What browser do you use?

Best Regards,

Panagiotis 

Join us on Telegram

 

Vivaldi browser - before it was ok.
Now logging in but not displaying?

 

 

This browser is not supported. Can you try with Chrome?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
24 Jun 2020, 10:09

Hi tgjobscv,

The caption does not indicate which browser do you use.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
24 Jun 2020, 09:52

Hi tgjobscv,

What browser do you use?

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
24 Jun 2020, 09:20

Hi glenn.mcsweeney,

Can you try the methods suggested here?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
24 Jun 2020, 09:08

Hi glenn.mcsweeney,

Then you will need to associate it with cTrader.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
24 Jun 2020, 08:45

Hi glenn.mcsweeney,

Can you confirm that .algo extension is associated with cTrader?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
24 Jun 2020, 08:29

Hi glenn.mcsweeney,

You need to be more specific. What do you mean with "any app"? There are not many apps on this site. Are you trying to download cTrader from somewhere? If yes, can you provide the link you are trying to access?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
24 Jun 2020, 08:11

Hi glenn.mcsweeney,

Can you please explain which apps are you trying to run?

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
24 Jun 2020, 08:10

Hi Yuval,

You can use a Timer

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
24 Jun 2020, 08:08

Hi iucpxleps,

There is no built in VWAP indicator in cTrader. But you can access market depth using the API. Check here.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
24 Jun 2020, 08:06

Hi Kobit,

You need to check with your broker if these orders have been executed but rejected for any reason e.g. not enough funds. If these orders have not been executed at all, please let us know to investigate further.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
23 Jun 2020, 16:43

Hi Delphima,

See below

        protected override void OnBar()
        {
            Print("LastHigh: " + Bars.HighPrices.Last(1) + " LastLow: " + Bars.LowPrices.Last(1));
        }

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
23 Jun 2020, 16:37 ( Updated at: 21 Dec 2023, 09:22 )

Hi Jese123.jm,

Just right click on your chart, go to Viewing Options and uncheck Deal Map

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
23 Jun 2020, 08:14

Hi ctid1792346,

There is no such option at the moment.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
22 Jun 2020, 16:45

Hi Futuresmo,

No this information is not provided by the API. You need to calculate it yourself using history and market data at the moment you need the equity for.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
22 Jun 2020, 16:35

Hi Andrea,

It should open a browser to sign in to your Google account. If you can record a short video demonstrating that you click on the button and nothing happens, I can send it to the product team for further investigation.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
22 Jun 2020, 16:32

Hi Timo,

If you are backtesting on the hourly timeframe then of course it will. OnBar() is triggered on every hour and OnTick() on every minute.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
22 Jun 2020, 16:19

Hi Andrea,

Did you try signing in with your cTrader ID? Do you have a problem?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
22 Jun 2020, 16:11

Hi Andrea,

You cannot choose a proxy in cTrader. cTrader chooses the best proxy automatically and connects to it.

Best Regards,

Panagiotis 

Join us on Telegram

 

 


@PanagiotisCharalampous