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

PanagiotisCharalampous
07 Jan 2020, 09:31

Hi Sdgh1Njd,

You can find out how ROI is calculated here.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
07 Jan 2020, 09:27

Hi camsphone111,

It is not clear to me what are you trying to do. Can you please provide a clearer and more detailed explanation? 

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
07 Jan 2020, 09:24

RE:

firemyst said:

@Panagiotis / Spotware:

Does this answer still hold true?

I want to retrieve historical spread data in indicator and bot code, and I can't seem to find a way to get historical spread values, or (at the very least) historical bid/ask prices on each historical candle close

Is there a way to do this?

Thank you.

Hi firemyst,

To find the historical spread just check the difference the historical bid/ask prices when running backtesting using tick data.

Best Regards,

Panagiotis 

Join us on Telegram

 

 


@PanagiotisCharalampous

PanagiotisCharalampous
07 Jan 2020, 09:22

RE: Faster way to close all positions?

Hi Mr4x,

Try using ClosePositionsAsync instead.

Best Regards,

Panagiotis 

Join us on Telegram

 

 


@PanagiotisCharalampous

PanagiotisCharalampous
07 Jan 2020, 09:19

Hi miloscicmil,

Can you try on Chrome and let us know if you have the same performance? cTrader Copy is only available on cTrader Web at the moment.

Best Regards,

Panagiotis 

Join us on Telegram

 

 


@PanagiotisCharalampous

PanagiotisCharalampous
07 Jan 2020, 09:15

Hi basharatahmed65,

There is no such feature at the moment. You will need to either remove the indicator or make it transparent.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
07 Jan 2020, 09:12

Hi FXDev,

If your application has not been approved yet, please send me an email at community@spotware.com and let me know your application id.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
07 Jan 2020, 09:08

Hi mpistorus,

No this is not possible. Different results can be explained by different backtesting data between two cTrader servers.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
07 Jan 2020, 09:06

Hi ac,

This is by design. You cannot place SL and TP via FIX API.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
07 Jan 2020, 09:02

Hi Kenny,

Can you provide us with a cBot and steps to reproduce such a behavior?

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
07 Jan 2020, 08:59

RE: Absolutely fabulous

bishbashbosh said:

...news that multi-symbol back-testing has been released - look forward to testing that. Second the comment above that it would be incredibly useful to be able to see a chart per symbol traded - perhaps something to stick on the dev list, or should we create another suggestion?

Re. the economic calendar - is there an API for that, so that we can access this data from within bots? Just had a quick search and couldn't find anything.

Cheers and happy new year!

Hi bishbashbosh,

The calendar is not available via the API.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
07 Jan 2020, 08:58

Hi bishbashbosh,

Can you provide us with a cBot that will allow us to reproduce the problem?

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
07 Jan 2020, 08:56

Hi Jack,

This can happen if you are sending multiple requests to amend the order at the same time. Based on the attached log I do not see where the SL and TSL being changed.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
07 Jan 2020, 08:53

Hi there,

Yes this is possible. You need to detect at which bar does the trend change happen.

Best Regards,

Panagiotis 

Join us on Telegram

 

 


@PanagiotisCharalampous

PanagiotisCharalampous
07 Jan 2020, 08:48

Hi Alex,

Please use Suggestions section to post your suggestions.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
07 Jan 2020, 08:46

Hi 10erbayram,

Please write your messages in English. We do not support any other language at the moment.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
07 Jan 2020, 08:43

Hi tolice,

Trailing stop loss is already available in cTrader. You can find more information here.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
07 Jan 2020, 08:41

Hi Peter,

We will need more information in order to help you with your issue. We will need the following

  1. Your account number
  2. The strategy you are following.
  3. The day you assume the high watermark was reached
  4. The date and amount of the fee you are disputing 

Please send the relevant screenshots as well. 

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
30 Dec 2019, 11:38

Hi mpistorius,

 I can't use the old syntax (MarketData.GetSeries()) to replicate behavior from 3.6

This is not true. We haven't removed any functionality. The below line of code should work fine in 3.7.

 adx = Indicators.DirectionalMovementSystem(MarketData.GetSeries(TimeFrame.Daily), 14);

 Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
30 Dec 2019, 09:15

Hi mpistorius,

Thanks. The message you get explains what happens

GetBars is supported with data sources: "Tick data from Server" and "m1 data from Server"    

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous