Replies

PanagiotisCharalampous
04 Jan 2021, 09:45

Hi EagleMoxy,

Yes they are Lots. You can check the size of the Lot in your Symbol Info

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
04 Jan 2021, 09:42

Hi EagleMoxy,

Price feeds are a responsibility of the broker. Please talk to your broker.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
04 Jan 2021, 09:40

Hi notzen,

Please send us an email at community@spotware.com using your cTrader ID email address and we will delete them for you.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
04 Jan 2021, 09:28

Hi EagleMoxy,

You can find the pip decimal place in the Symbol Info window.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
04 Jan 2021, 09:25

Hi EagleMoxy,

I could not reproduce this on Chrome, works fine for me. Could you record a short video demonstrating this behavior?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
04 Jan 2021, 09:20

Hi EagleMoxy,

No it doesn't. You obfuscate dll files that can can be decompiled, just to make the life of the perpetrator a bit harder. There is no point to obfuscate encrypted files.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
04 Jan 2021, 09:04

Hi all,

It is in the backlog for an upcoming update.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
04 Jan 2021, 09:03

Hi MarianiMatteo,

cTrader Copy accounts belong to the broker. So they are obliged to provide you a statement, if you request one.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
04 Jan 2021, 08:58

Hi tommy123,

You will need to use a third party service like Trade Copier or cMAM to achieve this.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
04 Jan 2021, 08:49

Hi ggsayers,

There is no built-in feature for this.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
04 Jan 2021, 08:46

Hi there,

Here is a correct example

using System;
using System.Linq;
using cAlgo.API;
using cAlgo.API.Indicators;
using cAlgo.API.Internals;
using cAlgo.Indicators;

namespace cAlgo.Robots
{
    [Robot(TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]
    public class NewcBot : Robot
    {
        [Parameter("Sell Point Colour", DefaultValue = enmABC.Yellow, Group = "Colour Settings")]

        public enmABC SellPC { get; set; }
        public enum enmABC
        {
            Blue,
            Yellow,
            Orange
        }

        protected override void OnStart()
        {
            string colour = SellPC.ToString();
            Chart.DrawHorizontalLine("spoint", Symbol.Ask, Color.FromName(colour), 2, LineStyle.Solid);
        }

        protected override void OnTick()
        {
            // Put your core logic here
        }

        protected override void OnStop()
        {
            // Put your deinitialization logic here
        }
    }
}

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
04 Jan 2021, 08:40

Hi vinayraj.pillai,

Can you check again? It should be fine now.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
30 Dec 2020, 16:14

Hi imrealfighter,

Check Notifications.PlaySound() method.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
30 Dec 2020, 08:24

Hi imrealfighter,

How could we set the price alert ring till we close it by manual ?

and is it possible for us to change the sound of price alert ?

There are no such built in features. You might want to consider building something custom.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
30 Dec 2020, 08:15

Hi dwalkhul,

mmm ... yes..,.I thought I could call KBE and KBE would detect the relevant Key Events.

This will not happen. An event handler will be triggered only if you assign it to an event. Read more here

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
29 Dec 2020, 14:02

Hi SmartArtsStudio,

You should receive the following form

To receive it, cTrader needs to be focused and responsive. If it is not responsive, please kill the process from the task manager, restart and try again.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
29 Dec 2020, 09:38

Dear Daniele,

Probably you remember cMirror, the predecessor of cTrader Copy. cTrader Copy positions are not copied on your main trading account, instead they are copied by dedicated subaccounts which are not accessible from your Trade application.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
29 Dec 2020, 08:58

Hi mrha1000,

You seem to be using an event handler without an event. Did you just copy and paste this from somewhere?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
29 Dec 2020, 08:54

Hi ketos.energy,

There is no specific intention behind this except the fact that it takes less space and looks cleaner. It is just that AFAIK nobody ever requested this information. If you think it is important, post a suggestion and if it gathers enough votes, we will consider it.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
29 Dec 2020, 08:40

Hi Vadivelan,

I am using this button (as attached) for linking the charts, However whenever I run C bot on chart, Linking chart button disappears. Is there any way to avoid this or any hotkeys for linking the chart again.

No there is no such option

As I understood there are various conditions in linking charts with A-H. Please help me to understand what is the difference between these alphabets. 

There is no difference between the letters. They are just used for you to be able to easily distinguish the groups.

 is there any option to link the charts from Cbot, if yes please advice the sample code so that I can incorporate into my Cbot.

There is no such option either.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous