Topics
06 Aug 2024, 23:16
 105
 3
Replies

bcronje
02 Oct 2024, 17:03

I have the same problem

Exactly the same problem, see RSI indicator below. Happen in yesterday's update, and still happens in today's update.

 


@bcronje

bcronje
07 Aug 2024, 09:51

RE: Missing 1m data

PanagiotisCharalampous said: 

Hi there,

Platforms just stream price feeds from liquidity providers. Hence you should talk to your broker about this.

Best regards,

Panagiotis

Thank you Panagiotis.


@bcronje

bcronje
07 Aug 2024, 09:50

RE: Missing 1m data

PanagiotisCharalampous said: 

Hi there,

Platforms just stream price feeds from liquidity providers. Hence you should talk to your broker about this.

Best regards,

Panagiotis

Thank you Panagiotis.


@bcronje

bcronje
22 Jul 2024, 12:07 ( Updated at: 23 Jul 2024, 05:14 )

@tuandunguit did you ever find a broker that supports both cTrader and Cent account?


@bcronje

bcronje
16 Jul 2024, 10:34 ( Updated at: 16 Jul 2024, 10:40 )

RE: RE: RE: Typical and weighted price

PanagiotisCharalampous said: 

Hi there,

Yes, can you please send me the link from where you found this so that we can fix it?

Best regards,

Panagiotis

 

Hi there.

It must be coming from the Bars interface source file, as I see it in Visual Studio IntelliSense popup, as well as when drilling into the source with F12 in Visual Studio. See below:

F12:


@bcronje

bcronje
15 Jul 2024, 19:37 ( Updated at: 16 Jul 2024, 05:51 )

RE: Typical and weighted price

PanagiotisCharalampous said: 

Hi snowchilli,

The formulas are 

Typical Price = (High+Low+Close)/3

Weighted Close = (Close*2+High+Low)/4

Best Regards,

Panagiotis 

Join us on Telegram

Does this mean Bars interface is not documented correctly for Bars.TypicalPrices , see below? I guess it should be /3 and not /2 as per the code comment?

public interface Bars : IEnumerable<Bar>, IEnumerable
{
    //
    // Summary:
    //     Gets the Typical prices data (High + Low + Close) / 2.
    DataSeries TypicalPrices { get; }
}

@bcronje

bcronje
18 Jun 2024, 10:20

RE: RE: RE: RE: RE: RE: RE: Changing timeframe while backtesting using visual backtesting

Hi Beyers,

The timeframe will change as soon as you start backtesting again.

Best regards,

Panagiotis

Hi Panagiotis,

I think there's some misunderstanding here. I do not want to rerun the backtest on a different timeframe. I want to for example backtest on H1, and when the backtest finishes change the timeframe on the backtest window to M30 or M15 to analyze in more detail what actually happened in the lower timeframes, while still keeping the trade history of the H1 backtest. I'm fairly new to cTrader and automated trading in general, but I would've thought this would be a common scenario for testing and finetuning?

Maybe I could to set the cBot timeframe as an input parameter (H1), and then run the backtest with M15 timeframe? Or would this not be possible?

Kind regards

Beyers

 


@bcronje

bcronje
17 Jun 2024, 13:26

RE: RE: RE: RE: RE: Changing timeframe while backtesting using visual backtesting

PanagiotisCharalampous said: 

bcronje said: 

PanagiotisCharalampous said: 

After the backtest finishes it is possible to change the timeframe

How do I do that? When my backtest finishes, I am unable to change the timeframe on the backtest tab, the options are greyed out. Changing the timeframe under the Algo left panel does not update the backtest window timeframe either.

 

Hi there,

It looks like a bug. You should be able to change it from the instance.

Best regards,

Panagiotis

Hi Panagiotis,

I can indeed change the timeframe from the instance as per you screenshot, but the problem is when you change it there the chart on the finished backtesting tab is not changed, it stays on the timeframe of when you ran the backtest.

Kind regards

Beyers


@bcronje

bcronje
17 Jun 2024, 09:30

RE: RE: RE: Changing timeframe while backtesting using visual backtesting

PanagiotisCharalampous said: 

After the backtest finishes it is possible to change the timeframe

How do I do that? When my backtest finishes, I am unable to change the timeframe on the backtest tab, the options are greyed out. Changing the timeframe under the Algo left panel does not update the backtest window timeframe either.

 


@bcronje

bcronje
16 Jun 2024, 21:36 ( Updated at: 17 Jun 2024, 05:36 )

RE: Changing timeframe while backtesting using visual backtesting

PanagiotisCharalampous said: 

Hi Cnicholasdownie,

No this is not possible and we do not have plans to add such an option. You cannot change the chart timeframe while the cBot is running.

Best Regards,

Panagiotis 

Join us on Telegram

Panagiotis, what about after the visual backtest has finished? Technically the bot is not running anymore, so why are we not able to change the timeframe then, but keep the backtest trade history?


@bcronje

bcronje
10 Jun 2024, 19:36 ( Updated at: 11 Jun 2024, 04:49 )

I have to agree Andrew, every single time I recompile my bot I have to change all the backtesting and optimization settings back to what I want it to be by default. 


@bcronje