PanagiotisCharalampous's avatar
PanagiotisCharalampous
26 follower(s) 0 following 1006 subscription(s)
Replies

PanagiotisCharalampous
06 Aug 2021, 07:57 ( Updated at: 21 Dec 2023, 09:22 )

Hi ehsanforexer,

If you are looking for a trailing stop loss, this is already available. See below

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
05 Aug 2021, 15:10

Hi BMV,

If you build your cBot the code will not be shared. To share the cBot code, you need to build using Build with Source Code. Check more here.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
05 Aug 2021, 13:52

Hi ctid1924376,

Unfortunately this is not possible.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
05 Aug 2021, 13:51

Hi will_dura,

Try this indicator.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
05 Aug 2021, 11:25

Hi swapd0,

I cannot see such gaps on my IC Markets accounts. In any case, price feeds are a responsibility of the broker. You should contact your broker and ask them to check this.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
05 Aug 2021, 10:46

Hi fxctrader,

You are really a master on this craft. I know you want us to continue with trial and error but I think there should be a better way to learn this craft. Any recommendation you could give us besides keep reading the examples on github and indicator posted on forum.

Thanks for your comment. This is really basic programming skills and it is beyond our scope of work to teach programming to people. Our role here is to document the API, explain its uses, reply to questions and provide case specific examples as above. We are doing our best to provide all this information but if you still find it hard to locate it, feel free to ask and we will reply. To master this craft yourself, you need to become a good programmer first. And there is a ton of resources there to help you do so.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


 


@PanagiotisCharalampous

PanagiotisCharalampous
05 Aug 2021, 08:51

Hi thecaffeinatedtrader,

Did you read my reply above? I mentioned what the problem is

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
05 Aug 2021, 08:32

Hi swapd0,

Who is your broker?

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
05 Aug 2021, 08:27

Hi thecaffeinatedtrader,

The message is clear about what happened. You have not provided the complete source code therefore we cannot know what is the exact problem. However it seems that you do not distinguish anywhere buy positions from sell positions. This might be the source of your problem. See below

 var sellPositions = Positions.FindAll(Label);
var buyPositions = Positions.FindAll(Label);

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
04 Aug 2021, 15:25

Hi terrww2,

The host names will always be functional. They might not be the optimal at any given time but they will always work. This does not apply for IPs since the IP for each host name might change for any reason e.g. we decide to deploy the proxy on a different server, leaving your application without a connection.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
04 Aug 2021, 15:20

Hi terryww2,

Sorry for the typo, I meant 35=W. As you see in the last message, there's a 271 field, but not in the documentation for 35=W.

Indeed the tag seems to be missing from the documentation. We will add it.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
04 Aug 2021, 15:14

Hi terryww2,

Technically there is no issue. We just stream whatever the LP streams to us. If the actual amount seems weird, then you should address this to your broker.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
04 Aug 2021, 15:12

Hi terrww2,

That would be wise :)

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
04 Aug 2021, 14:46

Hi ctid554584,

We will need to arrange a TeamViewer session to inspect this issue on your computer. If you are able to give us access, please contact me at community@spotware.com or on Telegram.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
04 Aug 2021, 14:21

Hi terrww2,

There is no such option at the moment.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
04 Aug 2021, 12:32

Hi ctid554584,

Can you record a video so that we can see what you are looking at?

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
04 Aug 2021, 12:07

Hi ctid554584,

Can you please try a hard refresh of cTrader Web i.e. press Ctrl+F5 to refresh the page.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
04 Aug 2021, 10:12

Hi yaghouti,

At the moment commission information is not available in cTrader Automate API. Spread is not really relevant to this calculation since it is embedded in the actual price.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook

 


@PanagiotisCharalampous

PanagiotisCharalampous
04 Aug 2021, 08:23

Hi terrww2,

cTrader Desktop will connect to the lowest latency proxy at the time of loading. This is why you see proxies changing. We do not suggest to use the IP since it might change without notice.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook

 


@PanagiotisCharalampous

PanagiotisCharalampous
04 Aug 2021, 08:20

Hi terryww2,

we'd expect to first get order book snapshot and then updates (ticks)

Why would you expect this? Is it documented somewhere that it will work this way?

  Also the field MDEntrySize (271) isn't documented for 35=5 for some reason.

 35=5 is the logout message. Why would you expect a 271 tag?

Best Regards,

Panagiotis 

Join us on Telegram and Facebook

 


@PanagiotisCharalampous