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

PanagiotisCharalampous
08 Feb 2021, 12:13

Hi MrEssel,

Thanks for reporting this. We will fix it in the next update.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
08 Feb 2021, 11:23

Hi nh.zadeh,

Thanks for pointing this out to us. It will be fixed in the next hotfix.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
08 Feb 2021, 08:45

Hi george.secillano,

The behavior should be the same across devices.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
08 Feb 2021, 08:43

Hi georgivasilev,

Your description is not very clear but it sounds to me like the Price DoM which is already available.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
08 Feb 2021, 08:38

Hi jackhpfilerrowson,

Where do you expect the lines to be drawn? You are trying to draw the lines at index 0 when all the indicator values are NaN.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
08 Feb 2021, 08:34

Hi Gonzalez74,

No this is not possible with cTrader. You can use Workspaces to synchronize your charts and settings across devices and you can use source control for cBots and indicators. I use this configuration and I can work without a problem wherever I am without having to transfer files around.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
08 Feb 2021, 08:28

Hi vcfr99,

You should talk to your broker regarding IB issues and rebates.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
08 Feb 2021, 08:26

Hi mahirrbty,

If you need somebody to help you with this, you can consider posting a Job.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
08 Feb 2021, 08:23

Hi rbrt.gorski,

There are some commercial tools like Manual Strategy Tester that would allow you to do this.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
08 Feb 2021, 08:15

Hi hein.esterhuyse,

Open API 2.0 does not offer such methods. You should develop them yourself.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
08 Feb 2021, 08:13

Hi notzen.

The cloud is defined by Senkou Span A and Senkou Span B. Therefore you can check the Tenkan Sen and Kijun Sen in relation to these two values. Also you need to take into consideration the shift in the cloud which is defined by the Kijun Sen periods. For example, to check if Tenkan Sen is within the cloud, you should use the following code

            if (_ikh.TenkanSen.LastValue < _ikh.SenkouSpanA.Last(KijunSenPeriods) && _ikh.TenkanSen.LastValue > _ikh.SenkouSpanB.Last(KijunSenPeriods) ||
                _ikh.TenkanSen.LastValue > _ikh.SenkouSpanA.Last(KijunSenPeriods) && _ikh.TenkanSen.LastValue < _ikh.SenkouSpanB.Last(KijunSenPeriods))

The same logic should apply for the rest of the checks as well

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
05 Feb 2021, 12:44

Hi Will, 

In principle, yes this is possible. You just need to build an efficient way to communicate between the cBots, like files, pipes etc. It all depends on your requirements and implementation.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
05 Feb 2021, 12:42

Hi fcb.epos,

You should use the Suggestions section to post your suggestions.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
05 Feb 2021, 12:42

Hi fcb.epos,

You should use the Suggestions section to post your suggestions.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
05 Feb 2021, 12:41

Hi fcb.epos,

You should use the Suggestions section to post your suggestions.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
05 Feb 2021, 09:12

Hi EagleMoxy,

Emails seem to be sent fine, I receive them. Check your spam folder too.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
05 Feb 2021, 09:11

Hi EagleMoxy,

You should be using the Suggestions section to post suggestions.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
05 Feb 2021, 09:07

Hi zaffs35,

Symbols are added by brokers. You need to talk to your broker.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
05 Feb 2021, 09:05

Hi deon.jackson101.

The value in the active symbol panel represents the gross profit while the value on the chart represents the net profit. It's a known issue and will be fixed.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
05 Feb 2021, 08:54

Hi horpheo,

Can you make sure that access to this folder is permitted and there is nothing blocking access to this file? Did you try restarting your computer?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous