
Topics
Replies
PanagiotisCharalampous
07 Jun 2021, 08:58
Hi rosstcarlson,
Can you please provide the source code of your cBot so that we can advise where issue comes from?
Best Regards,
Panagiotis
Join us on Telegram and Facebook
@PanagiotisCharalampous
PanagiotisCharalampous
07 Jun 2021, 08:57
Hi rosstcarlson,
You need to provide some more information when reporting bugs e.g. some screenshots or some steps to reproduce. If the button is greyed out, then probably your cTrader is not connected. Did you try restarting cTrader?
Best Regards,
Panagiotis
Join us on Telegram and Facebook
@PanagiotisCharalampous
PanagiotisCharalampous
07 Jun 2021, 08:53
Hi thelightingfast9,
You just need to change LastValue to Last(1).
Best Regards,
Panagiotis
Join us on Telegram and Facebook
@PanagiotisCharalampous
PanagiotisCharalampous
04 Jun 2021, 14:59
Hi honeybadger,
The problem has been identified and will be fixed soon.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 Jun 2021, 14:57
Hi Mine,
In the spirit of transparency, could the Deal Info and Market Snapshot function be added to cCopy, Panagiotis?
We can consider this for future releases. In the meanwhile, you could request this information from your broker.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 Jun 2021, 14:51
Hi ctid1442319,
Unfortunately there is no refresh functionality in the API. Also without the indicator source code, it is not easy to think of a solution. The proper solution would be for the developer of the indicator to fix the issue.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 Jun 2021, 14:47
Hi zacklandak85,
Can you please click on the details and post the message here?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
03 Jun 2021, 09:12
Hi kenrick89ken,
You have to wait for Intel to fix their drivers.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
03 Jun 2021, 09:06
Hi ryclee,
The broker is responsible for historical data. Please contact them directly.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
02 Jun 2021, 10:29
Hi ctid3179522,
The way you coded the cBot, it checks only the last two candles. But from your screenshot it seems you are looking to compare any pair on the chart, not only the last two. For example, the candles you highlighted on the screen are Last(12) and Last(13). May you should be thinking in terms of a loop, to find the relevant candle pairs and save their indices.
Also avoid using equalities in the conditions below
Symbol.Bid == Bars.HighPrices.Last(2)
Symbol.Bid == Bars.LowPrices.Last(2)
You should be checking if the price is higher or lower instead.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
02 Jun 2021, 08:15
Hi traderfxmaster007,
Can you please share the cBot source code?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
02 Jun 2021, 08:09
Hi ctid3179522,
You need to be a bit more specific. What is the exact functionality you are trying to code? Where would you expect trades to open and they don't?
Looking at the following conditions
Symbol.Bid == Bars.HighPrices.Last(2)
Symbol.Bid == Bars.LowPrices.Last(2)
These will rarely be true.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
01 Jun 2021, 14:08
Hi jessiedeemark,
Please provide more detailed information. What do you mean when you say
For some reason, I cannot add real money in it but the my demo account went through.
Where does this happen? Do you get any messages? Can you share screenshots?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
31 May 2021, 14:16
Hi ftmo1620124239,
Your broker has disabled copy trading for your account. Please talk to your broker.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
31 May 2021, 09:09
Hi cmsealey,
You could create an indicator that would do this for you and use it in your template.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
31 May 2021, 09:07
Hi kenrick89ken,
There is a known issue with Intel Iris graphics card drivers. If this is the graphics card of your computer, you will need to wait for a fix from Intel.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
31 May 2021, 09:07
Hi walacymoreira,
There is a known issue with Intel Iris graphics card drivers. If this is the graphics card of your computer, you will need to wait for a fix from Intel.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
31 May 2021, 08:59
Hi everson_imcomp,
Thank you for the clarification. At the moment, these timeframes are not available.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
31 May 2021, 08:55
Hi Safraz,
Make sure you are using IC Markets cTrader. You can download it from your IC Markets client area.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Jun 2021, 14:05
Hi Vasile,
This is a great addition to the cTrader ecosystem! Keep up the good work!
Best Regards,
Panagiotis
Join us on Telegram and Facebook
@PanagiotisCharalampous