Replies

PanagiotisCharalampous
08 Jul 2021, 09:31

Hi wmclennan77,

For the most part, the filter works as intended.

Can you clearly explain the intention?

Best Regards,

Panagiotis 

Join us on Telegram and Facebook 


@PanagiotisCharalampous

PanagiotisCharalampous
08 Jul 2021, 09:27

Hi wmclennan77,

Yes, use ClosePrices instead.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
08 Jul 2021, 08:15

Hi there,

Your code has several issues which are not easy to solve unless somebody knows what are you trying to do. Did you just copy and paste things? The error message indicates that there are brackets missing but if you solve this more will pop up. The errors tell you what is the problem in most of the cases.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
07 Jul 2021, 14:34 ( Updated at: 21 Dec 2023, 09:22 )

Hi Xammo,

The indicator works fine for me. 

PS - I am still not getting any notifications of updates to forum posts which is getting annoying/how can I sort it out please? I have turned it on/off and unsubscribed/subscribed but still not working

I have no idea since we cannot reproduce it. We receive emails without a problem. It could be something on your side.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
07 Jul 2021, 11:44

Hi Xammo,

The print statements are supposed to appear in the Log tab in the automate section same as if printing from a cBot yeh?

Yes that is correct. Can you share the source code to have a look?

 (PS - I don't know why but ever since I deleted my old cTID and am now using this new cTID I do not get notifications of replies on the forum even though am subscribed and nothing in my junk folder etc.)

We tested this recently and works fine for us. No idea what could be wrong.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook 


@PanagiotisCharalampous

PanagiotisCharalampous
07 Jul 2021, 09:26

Hi wmclennan77,

Well the condition seems correct to me.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
07 Jul 2021, 08:32

Hi wmclennan77,

I am not sure what is the question here. What advice do you need?

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
07 Jul 2021, 08:29

Hi Xammo,

Indicator logs are available in the cTrader Automate section but not in cTrader Trade section. We will enable this option in a future update.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
06 Jul 2021, 10:47

Hi Batman,

There is no such feature in cTrader at the moment.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
06 Jul 2021, 10:07

Hi yuval.ein,

Can you reproduce this consistently? Can you share some code that would allow us to reproduce it?

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
06 Jul 2021, 08:03

Hi ctid3999979,

You are passing the wrong source to the MAs. It needs to be DataSeries, not Bars. See below

            // Initiate Exponential Moving Averages for 15 minute TimeFrame
            ma1ExpMovingAverage = Indicators.MovingAverage(data1Min.ClosePrices, ma1Period, ma1Type);
            ma2ExpMovingAverage = Indicators.MovingAverage(data5Min.ClosePrices, ma2Period, ma2Type);
            ma3ExpMovingAverage = Indicators.MovingAverage(data15Min.ClosePrices, ma3Period, ma3Type);

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
05 Jul 2021, 08:42

Hi Champions,

It is a broker's decision to offer cTrader and not vice versa. Hence you should ask from your brokers of preference to offer the platform.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
05 Jul 2021, 08:39

Hi yuval.ein,

No there isn't.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
02 Jul 2021, 11:00

Hi yuval.ein,

Logs are located in C:\Users\user\AppData\Roaming\Broker-cTrader\Logs but I don't think you will find anything useful there.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
02 Jul 2021, 09:00

Hi yuval.ein,

If you are able to reproduce it, please provide the cBot code and steps to reproduce.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
02 Jul 2021, 08:29

Hi thegirlnextdoor_879,

You can consider using cMAM for this.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
02 Jul 2021, 08:28

Hi progy85,

You can't take profit without closing a part of your position.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
01 Jul 2021, 14:56

Hi Chris,

At the moment there is no open issue. As per our tests, optimization will become slow due to many parameters but it eventually resumes and terminates.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
01 Jul 2021, 08:16

Hi salimshook,

If you are looking for the EMA of the tick volume, you can create a custom indicator that would display this value.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
30 Jun 2021, 08:50

Hi wmclennan77,

It would look like this

           if(stochastic.PercentK.Last(1) > 80)
           {
            // do something
           }

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous