
Topics
Replies
PanagiotisCharalampous
06 Feb 2020, 08:46
Hi 66281850,
It means that you are using wrong credentials. Make sure that refresh_token, client_id and client_secret are correct.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
06 Feb 2020, 08:30
Hi 66281850,
If you manually get the initial token, then everything else can be done automatically. No further user interaction is required.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
06 Feb 2020, 08:07
Hi casiimwe,
Can you please explain which icon are you referring to?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
06 Feb 2020, 08:06
Hi Tolu4fx,
We will restore this option in an upcoming update.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
06 Feb 2020, 08:04
Hi 66281850,
There is no way to get a token automatically. The user needs to give his explicit permission at least once. After you receive the token, you can use the refresh token to automatically refresh your token without user interaction.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
05 Feb 2020, 16:14
RE: RE:
TzvetomirTerziysky said:
The Optimisation is crashing even though exactly the same cBot works in Backtesting. For me the issue is in the time frame e.g. when I remove the timeframe description from the description of the indicator, Optimisation starts working e.g.
the code lines (in protected override void OnStart()) are:
Bars M15 = MarketData.GetBars(TimeFrame.Minute15);
_abd = Indicators.GetIndicator<abd>(M15, abd_Period, abd_Signal);If I remove M15, the Optimisation starts working.
Hi TzvetomirTerziysky,
Can you post the complete cBot code?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
05 Feb 2020, 16:13
( Updated at: 21 Dec 2023, 09:21 )
RE: RE: RE:
victor.major said:
1. Optimization may have indeed finished. The parameters are different across different runs, however I have no way of seeing which parameters are optimal as all the results are zeroed.
2. When I press "play" the optimizer quickly goes through the sequence of run numbers and stops at 574 and shows the screen above.
3. cBot runs well and two optimisations completed successfuly on 3.6
4. I restarted cTrader, once automatically during update, once manually. I also removed the cBot instance and assigned it again. No change.
5. cBot is closed source.
My guess is that this is some kind of cache issue. Can I manually scrub the optimizer cache and start again?
V.
victor.major said:
Hi thank you for the reply.
This is what I see and cannot unsee - there is no way for me to restart or resume the optimization process:
PanagiotisCharalampous said:
Hi Victor,
Can you post some screenshots as well for us to understand the issue?
Best Regards,
Panagiotis
This is probably an issue with the cBot's code. Can you post the source code?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
05 Feb 2020, 15:50
( Updated at: 21 Dec 2023, 09:21 )
Hi mylowsmoke,
When building your cBot, you should get warnings that inform you what is obsolete and how it can be updated. See below
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
05 Feb 2020, 14:28
Hi Victor,
The optimization seems to have finished. What happens if you press the play button again? Did you check if there is an issue with the cBot? Did you try restarting cTrader? Can you share the cBot code?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
05 Feb 2020, 14:12
Hi bishbashbosh,
The issue results from the fact that we do not save historical market hours therefore we just use the current setting of the broker. So it might cause this discrepancy during periods with a different DST setting.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
05 Feb 2020, 12:40
Hi Victor,
Can you post some screenshots as well for us to understand the issue?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
05 Feb 2020, 12:16
( Updated at: 21 Dec 2023, 09:21 )
Hi luclucens,
You can do this from the Line Studies Tools. See below
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
05 Feb 2020, 08:32
Hi cysecsbin.01,
No that is not possible. Can you send us this indicator or post a screenshot?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 Feb 2020, 10:43
Hi Takis Genn,
I have being trying to reproduce this behavior but without success. It seems to work fine for me. Any chance you can record a short video demonstrating the steps you follow to reproduce this issue?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 Feb 2020, 09:16
Hi Monkey007,
Please try a clean installation and let me know if it resolves the problem.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 Feb 2020, 09:12
Hi radioglyn,
I could not reproduce such a behavior. Can you provide me with the exact steps you follow or record a short video demonstrating this behavior?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 Feb 2020, 08:36
Hi koktos632,
Feel free to contact me at community@spotware.com.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
03 Feb 2020, 15:46
Hi koktos632,
Can we arrange a TeamViewer session with one of our QA engineers, to inspect the issue on your computer?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
03 Feb 2020, 14:29
Hi netmstnet,
You can try this condition
if (Positions.First().NetProfit > AverageTakeProfit)
Positions.First().Close();
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
06 Feb 2020, 08:56
Hi 66281850,
I just tried this with my token and it works fine. Try with getting new tokens.
Best Regards,
Panagiotis
Join us on Telegram
@PanagiotisCharalampous