
Topics
Replies
PanagiotisCharalampous
24 Jul 2020, 08:10
Hi ac15x,
Read here how to reference custom indicators.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
23 Jul 2020, 16:11
Hi ac15x,
You can use GetBars() to get data from other timeframes and use them as sources for your indicators.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
23 Jul 2020, 15:23
Hi balazs9703,
Can you please tell us which strategy you are following and your broker?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
23 Jul 2020, 12:46
Hi Ader,
Yes this is correct. You should see one deal for each of the strategy provider's deals with the volume being adjusted on an equity to equity ratio. The passage you quoted explains why you see additional deals in your account. These deals are a result of equity to equity readjustments which happen when the strategy providers deposits or withdraws funds to/from his account.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
23 Jul 2020, 11:19
Hi Ader,
Check here for more info about this question.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
23 Jul 2020, 11:15
Dear all,
We are currently investigating this issue. We will keep you updated.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
23 Jul 2020, 08:40
Hi Vitali,
You need to set IsFilled property to true.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
23 Jul 2020, 08:29
Hi tasr1r1,
I cannot understand why are you doing calculations and not just use the position.NetProfit property.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 Jul 2020, 16:56
Hi ac15x,
I am not sure I understand the question. Can you elaborate?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 Jul 2020, 16:51
Hi ac15x,
You can use the Cancel() method to cancel a pending order.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 Jul 2020, 16:42
Hi ryan.a.blake,
Try
if (Positions.Count(x => x.TradeType == TradeType.Sell && x.Label == InstanceName) == 0)
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 Jul 2020, 16:16
Hi ac15x,
This is not the complete cBot code since I cannot just paste it and build it. Did you try to print the values? What SL and TP is set when the order is placed? Can you post an example?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 Jul 2020, 15:58
Hi ac15x,
Can you provide the complete cBot code and an example of the issue? You need to explain what you expect the cBot to do and what does it do instead.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 Jul 2020, 15:43
Hi tasr1r1,
What help do you need exactly? Getting the position's net profit?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 Jul 2020, 15:05
Hi ac15x,
You can use PlaceStopLimitOrder.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 Jul 2020, 14:46
Hi Luca.
AddHours() returns a DateTime object. In the if statement you need to have a boolean variable or a comparison.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 Jul 2020, 14:24
Hi Luca,
You can use AddHours() method.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 Jul 2020, 14:03
Hi Samm193,
You can consider posting a Job or hiring a Consultant to help you.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 Jul 2020, 12:11
Hi kobit,
Can you please let us know your broker and your account number?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
24 Jul 2020, 08:12
Hi ac15x,
Here is the correct way to do it
Best Regards,
Panagiotis
Join us on Telegram
@PanagiotisCharalampous