Replies

PanagiotisCharalampous
11 Mar 2024, 13:24

Hi ncel01,

No, all trades coming from cBots come from the cBot cTrader channel.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
11 Mar 2024, 13:22

Hi there,

Can you please let us know your cTrader ID, the broker and account number you are trying to connect to?

Best regards,

Panagiotis

 


@PanagiotisCharalampous

PanagiotisCharalampous
11 Mar 2024, 13:21

Hi there,

It's here

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
11 Mar 2024, 12:11

Hi there,

Thanks for reporting this behavior. It will be fixed in an upcoming update of the platform.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
11 Mar 2024, 09:04

RE: Restart Algos on Startup

wade.elston.lambert said: 

Hello 

Is the setting for restarting algos automatically on startup coming soon for mac?

Its normally here on windows :)

Thanks

Hi there,

Features that are missing will be added in future releases but we cannot commit on an ETA at the moment.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
11 Mar 2024, 09:03

RE: Great Move CTrader, please remove Logo for the middle of chart.

daniellegirodtrades said: 

Hey CTrader team, firstly congrats on this move, it's been long awaited by many of us. I actually only realised today this was available and immediately downloaded it, I've been reading through other issues, the one Issue I haven't seen is the CTrader Logo right in the middle of the chart issue, becuase this is a major issue. I read price action, and this logo is beyond distracting for me, I would personally never trade on a platform that has their logo Directly in the middle, please guys tell me there is a way for me to turn it off. I've been with you since 2013, I know your logo very well, we all do. Please do not put it on the chart like this. If anyone knows how to turn this logo off please share it with me, I'm going to youtube it now. 

Thank you and appreciate this application, please help us help you to iron out the bugs.

Highest Regards

 

Hi there, 

Just right click on your chart and select Background


@PanagiotisCharalampous

PanagiotisCharalampous
11 Mar 2024, 08:56

RE: RE: RE: RE: RE: Converting to deposit currency

ctid4921325 said: 

PanagiotisCharalampous said: 

ctid4921325 said: 

In the meantime, does any one know the easiest way to get the exchange rate between quote currency and deposit currency so I can do my own calc and not get blocked by asset converter?

 

 

Hi there,

The issue was reproduced and will be fixed in an upcoming update.

Best regards,

Panagiotis

spectacular, thanks so much!  Is there away i can work around this in the mean time?

Unfortunately there is no easy workaround


@PanagiotisCharalampous

PanagiotisCharalampous
11 Mar 2024, 08:53

Hi there,

No this is not possible at the moment.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
11 Mar 2024, 08:46

Hi there,

At the moment it is not possible. Such an option will be added in a future update. In the meanwhile, the workaround is to let the backtesting run without doing anything, until enough ticks are loaded.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
11 Mar 2024, 08:32

Hi there,

You can pass stop loss and take profit as a parameter to the ExecuteMarketOrder method.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
11 Mar 2024, 08:29

Hi there,

If you would like to get a quote for a fix, feel free to contact me at development@clickalgo.com


@PanagiotisCharalampous

PanagiotisCharalampous
11 Mar 2024, 08:26

Hi there,

What you see on the screenshots is possible and is is called slippage. Stop losses are never guarranteed. The stop loss level is just a trigger level. Where exactly the stop loss will be triggered, depends on the market.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
11 Mar 2024, 08:20

Hi there,

You should contact your broker regarding deposit and withdrawal methods.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
11 Mar 2024, 08:18

RE: Export Optimisation Results

roul.charts said: 

Is there any update?

It's a pain to manually export the best paramerte, run them in the backtester - export the HTML report. 

And if the PC crashes you have to re run that specific optimizer again and again. 

Please add an function to save an .optres file like described on your own help page:
https://help.ctrader.com/ctrader-automate/backtesting-and-optimizing-cbots/#saving-and-loading-optimisation-results

Hi there,

This functionality will be added in the next major update of cTrader Desktop.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
11 Mar 2024, 08:17

Hi there,

Please provide us with the following information.

  1. A link to the cBot you are trying to install
  2. A video demonstrating the exact steps you take and the message you receive.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
11 Mar 2024, 08:15

Hi there, 

If your application is for personal use and does not involve authenticating on behalf of a third party user, you can obtain the token from your application's playground area

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
11 Mar 2024, 08:10

Hi there,

If you do not remember your password, try resetting it here

https://id.ctrader.com/reset

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
11 Mar 2024, 08:08

Hi there,

No there isn't

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
11 Mar 2024, 07:58

Hi there,

Backtesting is still not available for cTrader for Mac. It will be added in a future update.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
11 Mar 2024, 07:45

RE: RE: PineScript to Ctrader Indicator

selva.note3 said: 

Dear PanagiotisCharalampous

 

I would like to request 2 indicators code to be converted to CTrader, Its really a good one which draws order blocks, Choch and FVG its really useful if you do this for me. if you can do that please reply i will DM the codes

PanagiotisCharalampous said: 

Hi malleswaramma.ram,

Here you go

using System;using cAlgo.API;using cAlgo.API.Internals;using cAlgo.API.Indicators;using cAlgo.Indicators;namespace cAlgo{    [Indicator(IsOverlay = false, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]    public class NewIndicator : Indicator    {        [Parameter("Source")]        public DataSeries Source { get; set; }        [Parameter("EMA Length")]        public int EMALength { get; set; }        [Output("R", LineColor = "Red")]        public IndicatorDataSeries R { get; set; }        [Output("G", LineColor = "Green")]        public IndicatorDataSeries G { get; set; }        private IndicatorDataSeries ema1 { get; set; }        private IndicatorDataSeries ema2 { get; set; }        private IndicatorDataSeries ema3 { get; set; }        private IndicatorDataSeries _haOpen;        private IndicatorDataSeries _haClose;        protected override void Initialize()        {            _haOpen = CreateDataSeries();            _haClose = CreateDataSeries();        }        public override void Calculate(int index)        {            // Calculate value at specified index            // Result[index] = ...            var open = Bars.OpenPrices[index];            var high = Bars.HighPrices[index];            var low = Bars.LowPrices[index];            var close = Bars.ClosePrices[index];            var previousOpen = Bars.OpenPrices[index - 1];            var previousClose = Bars.ClosePrices[index - 1];            _haClose[index] = (open + high + low + close) / 4;            _haOpen[index] = (previousOpen + previousClose) / 2;            var ema1 = Indicators.ExponentialMovingAverage(_haClose, EMALength);            var ema2 = Indicators.ExponentialMovingAverage(ema1.Result, EMALength);            var ema3 = Indicators.ExponentialMovingAverage(ema2.Result, EMALength);        }    }}

Best Regards,

Panagiotis 

Join us on Telegram

 

Hi there,

If you need a quote for the conversion, contact me at development@clickalgo.com


@PanagiotisCharalampous