
Topics
Replies
PanagiotisCharalampous
21 Apr 2020, 09:04
Hi reifth,
Can you please explain to us what do you mean?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Apr 2020, 08:57
Hi zo.abed,
Even if you subscribe to incremental refresh, the first message will be a full refresh, else there is nothing to increment on.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
16 Apr 2020, 16:54
Hi zo.abed,
1) What this means is that the specific optional tag allows only for specifying incremental refresh. If the tag is not used then you should get a full refresh.
2) Message 35=W does not have a 271 tag. This is only available in 35=X.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
16 Apr 2020, 09:20
Hi Hamza,
No this is not possible. Chart drawings are only kept on the chart they have been drawn.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
15 Apr 2020, 16:49
Hi erik.lindblad,
We could not reproduce such a behavior. Can you please provide us the following as well?
1. iOS version
2. Device information
3. The symbol you are trying to trade
4. A screenshot of the application at the time you are putting the relevant value
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
15 Apr 2020, 15:12
Hi erik.lindblad,
This has been fixed in a recent update. Can you please tell us which version and broker do you use and which iPhone do you have?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
15 Apr 2020, 08:32
Hi reyx,
This feature in not available at the moment but you can consider using transparency so that the candles behind your objects are visible.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
15 Apr 2020, 08:29
Hi Luca,
See an example below
IchimokuKinkoHyo _ikh;
protected override void OnStart()
{
_ikh = Indicators.IchimokuKinkoHyo(9,26,52);
Print(_ikh.SenkouSpanA.Last(1));
Print(_ikh.SenkouSpanB.Last(1));
}
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
15 Apr 2020, 08:25
Hi contact.bitq,
You can check the reason which caused the position to close using PositionCloseReason provided in the Position.Closed event arguments.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
14 Apr 2020, 17:10
Hi dachoor,
You can post the source code and images of the parameters and optimization results here. But as far as I understand, this is a commercial product therefore you probably have no source code. If Paul can send us some code privately, we can have a look.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
14 Apr 2020, 14:44
Hi einrel.lernie,
No since this is not a cTrader Automate API specific question but a general programming question. The process should be the same as in any .Net application therefore you need to choose a licensing product you will use and refer to the documentation of that product.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
14 Apr 2020, 14:41
Hi sessialessio,
Not really. It is a general suggestion to a general question. Trying to become more specific, save in a file the information you need in order to make a decision if an indicator needs to be reinitialized or not e.g. if objects have been drawn or if they have to be drawn again. But you are the one who knows what needs to be done exactly. If you have more specific questions, I would be happy to give more specific answers.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
14 Apr 2020, 12:52
Hi sessialessio,
By design, when a chart is refreshed for any reason, the indicator is reinitialized. If you want to avoid some part of the code being executed when the indicator is initialized, you will need to implement your own logic that will keep track of the indicator state e.g. write the state in a file.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
14 Apr 2020, 12:00
Hi Paul,
There are some known issues with optimization results therefore we will need some source code to reproduce this behavior and determine if this is one of them or a new one that we will have to look into.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
14 Apr 2020, 11:48
Hi Luca,
You can use the Bars.OpenPrices dataseries. If you need the open price 10 candles before, you should check Bars.OpenPrices[Bars.OpenPrices.Count - 10].
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
14 Apr 2020, 10:30
Hi Takis,
This behavior is by design. But even if it was a bug, you are still in the wrong section :).
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
14 Apr 2020, 09:00
Hi Samuel,
You can use the Server.Time property to check the time and execute the relevant actions. If you need somebody to program a complete cBot for you, you can post a Job or contact a Consultant.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
14 Apr 2020, 08:38
Hi Takis,
Please use the Suggestions section for suggestions.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
14 Apr 2020, 08:22
Hi dachoor,
To be able to check this issue, you need to provide us with the cBot code, the optimization parameters and your broker so that we can reproduce this behavior.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Apr 2020, 09:07
Hi EarlGrey,
You can set the trigger method as an argument when you place a stop limit order. Check here.
Best Regards,
Panagiotis
Join us on Telegram
@PanagiotisCharalampous