
Topics
Replies
PanagiotisCharalampous
25 Jan 2019, 12:01
Hi ctid711538,
It is for loading symbol parameters, leverage information conversion rates and other information related to the symbol.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
25 Jan 2019, 10:19
Hi oons,
I suggest that you keep the direction of the latest position in a variable. Then, when a position is closed, you will know what was the last direction and you will be able to make the respective decisions i.e. to open a position only in the opposite direction. Let me know if this helps.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
25 Jan 2019, 10:01
Hi ctid711538,
The grey area indicates the values of the equity during the specific time period. If it is not greyed then it means the equity did not have these values during that period.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
25 Jan 2019, 09:56
Hi Piotr,
You can use GetIndexByTime to find values of the indicator for specific time. See below an example for getting the RSI value for 5 hours before
rsi.Result[ts.OpenTime.GetIndexByTime(Server.Time.AddHours(-5))
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
25 Jan 2019, 09:47
Hi pmcarvalho,
Try the below
ModifyPosition(p, Math.Round(priceSL.Value, Symbol.Digits), null)
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
25 Jan 2019, 09:42
Hi pmcarvalho,
Which version of cTrader do you use? This function is available in v3.3 and above.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
24 Jan 2019, 14:26
Hi shrumr,
Did you lose your work because of a bug in cTrader or because you accidentally deleted them? If it was a bug, it would be helpful if you could assist us reproducing such a behavior.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
24 Jan 2019, 12:27
Hi the5amkebab,
Please send me an email at community@spotware.com to arrange this.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
24 Jan 2019, 12:04
Hi Jiri,
This information is not available at the moment via the API. I have suggested to the product team to consider it for future updates.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
24 Jan 2019, 10:51
Hi shrumr,
Unfortunately there is no way to revert changes in workspaces.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
24 Jan 2019, 10:37
Hi Jiri,
It is a known issue and will be fixed in one of the upcoming updates.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
23 Jan 2019, 16:33
Hi oons,
Thanks for posting in our forum. What do you expect the cBot to do and what does it do instead?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
23 Jan 2019, 16:30
( Updated at: 21 Dec 2023, 09:21 )
Hi ctid711538,
When data is downloaded you should see a message like the below
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
23 Jan 2019, 12:29
Ηι ctid711538,
I just asked for a sample cBot (not your actual cBot) and some information that would help us see exactly what you are seeing. As a software professional you should know that this a standard process in reporting defects and other issues so that misunderstandings are minimized. Even a screenshot would be helpful. After we make sure that we are reproducing the same behavior, we can tell you if this is a bug or an intended behavior.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
23 Jan 2019, 12:01
Hi ctid711538,
Can you help us reproduce this problem? Maybe with a sample cBot and backtesting parameters and dates?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
23 Jan 2019, 11:24
Hi ctid711538,
If you can reproduce on a sample cBot it would be helpful as well. We received the exception and we will be checking further.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
23 Jan 2019, 11:05
Hi ctid711538,
Downloaded tick data is saved locally and only new data is downloaded each time.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
23 Jan 2019, 10:54
Hi frankvitali,
Thanks for contacting Spotware. Backtesing data is controlled by the broker. Please contact your broker regarding this issue.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
23 Jan 2019, 10:53
Hi ctid711538,
Is it possible to share with us the cBot as well as the optimization settings so that we can have a look?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
25 Jan 2019, 12:09
Hi ctid711538.
Can you share the cBot? Also it is not clear what do you mean with highest pass number. Can you explain?
Best Regards,
Panagiotis
@PanagiotisCharalampous