Replies

PanagiotisCharalampous
31 Jul 2020, 12:21

Hi fang0092,

See below an example

            var mBars = MarketData.GetBars(TimeFrame.Minute);
            var h1 = mBars.HighPrices[mBars.OpenTimes.GetIndexByTime(t1)];

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
31 Jul 2020, 12:13

Hi jitenlodhia,

This can happen when there is an inconsistency between the data displayed by the two charts. Try scrolling back the daily chart to the start of the trend line and let me know if this resolves the issue.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
31 Jul 2020, 11:53

Hi jitenlodhia,

Is it possible to post a cleaner chart demonstrating this issue? I cannot understand which of all the lines you are referring to.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
31 Jul 2020, 10:50

Hi all,

We have investigated this issue and the fee was charged as it should. Stable1 changed the performance fee from 0% to 30%. When there is a change in fees then the new fee is charged since the date of the previous high watermark, not from the day you restart copying the strategy. A high watermark is recorded when a monthly fee is charged or a withdrawal is taken from the account. Since the performance fee was 0 for the previous period there was no new high watermark recorded since you started copying hence you have been charged a fee for the entire profit generated by the strategy.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
31 Jul 2020, 10:45

Hi kobit,

We have investigated this issue and the fee was charged as it should. When there is a change in fees then the new fee is charged since the date of the previous high watermark. A high watermark is recorded when a monthly fee is charged or a withdrawal is taken from the account. Since the performance fee was 0 for the previous period there was no new high watermark recorded since you started copying hence you have been charged a fee for the entire profit generated by the strategy.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
31 Jul 2020, 10:15

Hi namth0712,

Try reordering the fields to match our documentation example as below and let me know if this resolves the issue.

8=FIX.4.4|9=100|35=AN|49=theBroker.12345|56=CSERVER|34=99|52=20170117- 10:09:54|50=any_string|57=TRADE|710=876316401|10=103|

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
31 Jul 2020, 09:43

Hi Björn,

Your mistake is here

     S1 = Indicators.GetIndicator<aCBOTbaseBOLLINGER>(B, BandPeriod, Std, MAType);

 I guess this is what you wanted to code instead

 S1 = Indicators.GetIndicator<aCBOTbaseBOLLINGER>(Source, BandPeriod, Std, MAType);

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
31 Jul 2020, 09:05

Hi pankuolung0804,

You need to provide the complete cBot code for us to be able to check.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
31 Jul 2020, 09:03

Hi samuel.jus.cornelio,

You can initialize an RSI indicator

var rsi = Indicators.RelativeStrengthIndex(14);

and find all the values in the Result property

rsi.Result

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
31 Jul 2020, 09:00

Hi leonie_vink,

You can move the chart to the left if you drag the time counter on the bottom of the chart.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
31 Jul 2020, 08:59

Hi Al1nuX,

This feature has not been developed yet.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
31 Jul 2020, 08:58

Hi ctid2080802,

You can check the reference here. If you have any questions, just ask!

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
31 Jul 2020, 08:56

Hi tomashfield0,

Can you please explain what do you mean when you say that the funds are frozen? Did you try removing funds from your subaccount? If yes, what happens?

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
31 Jul 2020, 08:52

Hi pankuolung0804,

You need to provide more information, like the cBot code and optimization parameters so that we can reproduce the problem.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
31 Jul 2020, 08:50

Hi koktos632,

Yes it is.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
31 Jul 2020, 08:48

Hi koktos632,

The first order will be filled and the position will open. The subsequent orders will then be filled and the position will be modified accordingly.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
31 Jul 2020, 08:38

Hi pankuolung0804,

  1. Which backtesting data do you want to export?
  2. No this is not possible

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
31 Jul 2020, 08:34

Hi Samm193,

You need to explain first what is the problem.

  1. Please provide the complete cBot code.
  2. Explain what do you expect the code to do
  3. Explain what is it doing instead and why do you think it is wrong.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
31 Jul 2020, 08:32

Hi shpendbaftiu,

Can you please provide more information about this issue e.g. screenshots or a video demonstrating such a behavior? 

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
31 Jul 2020, 08:29

Hi Luca,

Yes it is. Check our Chart Controls

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous