
Topics
Replies
PanagiotisCharalampous
09 Jul 2021, 09:09
( Updated at: 21 Dec 2023, 09:22 )
Hi janhuester,
There is a search button on the top right corner of this site. The easiest way would be to search through Google, like below
Best Regards,
Panagiotis
Join us on Telegram and Facebook
@PanagiotisCharalampous
PanagiotisCharalampous
09 Jul 2021, 08:13
Hi prlozc,
Use GetBars() instead.
Best Regards,
Panagiotis
Join us on Telegram and Facebook
@PanagiotisCharalampous
PanagiotisCharalampous
09 Jul 2021, 08:10
Hi Shares4us,
do they have to be instantiated in the thread itself also?
Yes this is correct. cAlgo API is not thread safe, so issues might arise for any object.
Best Regards,
Panagiotis
Join us on Telegram and Facebook
@PanagiotisCharalampous
PanagiotisCharalampous
09 Jul 2021, 08:08
Hi kebbo,
This issue should have been fixed in 4.1.6 of cTrader Desktop. Can you check which version you are running?
Best Regards,
Panagiotis
Join us on Telegram and Facebook
@PanagiotisCharalampous
PanagiotisCharalampous
08 Jul 2021, 15:24
( Updated at: 21 Dec 2023, 09:22 )
Hi Xammo,
No, your actions take place in the cBots section
Best Regards,
Panagiotis
Join us on Telegram and Facebook
@PanagiotisCharalampous
PanagiotisCharalampous
08 Jul 2021, 14:05
Hi Xammo,
Ok now I understand. The indicator logs are only available in the Indicators section of cTrader Automate. They are not available when the indicator is added on a backtesting chart.
Best Regards,
Panagiotis
Join us on Telegram and Facebook
@PanagiotisCharalampous
PanagiotisCharalampous
08 Jul 2021, 11:09
Hi Shares4us,
We usually get this error when indicators are accessed by a different thread. cAlgo is not thread safe therefore such exceptions might occur when such data is accessed by a different thread.
Best Regards,
Panagiotis
Join us on Telegram and Facebook
@PanagiotisCharalampous
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
09 Jul 2021, 16:26
Hi mackiefx,
Any chance you can check your Event Viewer and let us know if there are any messages that could help us identify the issue?
Best Regards,
Panagiotis
Join us on Telegram and Facebook
@PanagiotisCharalampous