
Topics
Replies
PanagiotisCharalampous
19 Nov 2019, 08:27
Hi ctid246422,
You can find instructions on how to create and run a cBot here.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
19 Nov 2019, 08:25
Hi johncarlodelacruz,
You need to replace line 55 with the following
System.Windows.Forms.Application.Run(form);
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Nov 2019, 16:14
RE: Winform
johncarlodelacruz said:
Hi,
I have a bot that is running a winform but this code
Application.Run(this.mainForm);doesn't work anymore.
Am I missing something on the new update?
Hi johncarlodelacruz,
Can you please start a new thread and post a cBot code that allows us to reporduce the problem?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Nov 2019, 14:31
Hi nawab.islam,
All brokers have now updated to 3.6.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Nov 2019, 14:28
Hi RayAdam,
No there is no such option. You can implement it yourself by saving the last used timeframe in a file.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Nov 2019, 10:46
Hi marek.balla,
The reason you might see the same bid and ask prices is because the prices are not streamed from single exchange venue but from multiple sources since the CFD market is an OTC market. Therefore these orders might not have met somewhere to be matched. For the same reason, you cannot know which orders from the order book have beed executed and which not.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Nov 2019, 10:38
Hi ctid246422,
Yes it makes sense. This requires some effort so maybe you can consider contacting a Consultant or post a Job.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Nov 2019, 08:45
Hi broker1,
Thanks for posting in our forum. Unfortunately there is no way to catch this event in cTrader.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Nov 2019, 08:40
Hi ctid246422,
Your requirement is not very clear. Do you just need the two lines to be plotted shifted above and below the main EMA line?
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Nov 2019, 08:38
Hi Franky,
Thanks for posting in our forum. You can check Open API documentation to see what information is available via the API.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Nov 2019, 08:34
Hi pooria222222,
You cannot install multiple instances installed of cTrader on the same pc. However you can create mutliple profiles. Check here for more information.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Nov 2019, 08:31
Hi marek.balla,
Can you please expain to us why do you think this is a problem?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Nov 2019, 08:29
Hi calgodemo,
The Calculate() method of the indicator is called on each tick. But to give you more specific answers, we need more specific information. We need the indicator code and steps to reproduce this behavior so that we can understand what you are looking at.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Nov 2019, 08:26
Hi calgodemo,
1) Probably this is a .Net exception, not a Spotware exception, this is why I need more information.
2) It is still not clear what do you mean global variable. Do you mean a static variable? If you have a static variable then it will be accessible by all instances of the cBot.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
15 Nov 2019, 08:20
Hi office3131,
I cannot reproduce such a behavior. Label should be kept after reversing and this seems to be the case. Can you please provide us more inforrmation so that we can reproduce this behavior like the cBot code?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
14 Nov 2019, 15:34
Hi Lisa,
You can read about the reasons this happens here.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
14 Nov 2019, 15:18
Hi Tj11,
It is in our plans to add the option to lock the Y axis scale. I also wanted to make the point that many of the suggesitons are duplicated. It is better to search first and see if something has been suggested and vote for it before duplicating the suggestion. Else the suggestion loses one vote.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
14 Nov 2019, 14:14
Hi Tj11,
See here, here and here if you have Telegram.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
14 Nov 2019, 09:23
Hi all,
It is a bug and we will fix it.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
19 Nov 2019, 08:28
Hi Vivek,
The number is different for each timeframe and it is not configurable. Why do you need that?
Best Regards,
Panagiotis
@PanagiotisCharalampous