It looks like the Renko5 is not 5 ticks actually.
It looks like the Renko5 is not 5 ticks actually.
16 Jul 2020, 14:30
The Renko5 is not 5 ticks actually.
[Parameter("Primary Renko")]
public TimeFrame PrimaryRenkoBrickSizeTicks { get; set; }
...
m_PrimaryBars = MarketData.GetBars(PrimaryRenkoBrickSizeTicks);
....
See the picture, please.
Could you explain why Close - Open != 5 ticks, please?
Replies
koktos632
16 Jul 2020, 17:07
RE:
I see.
Thanks!
Can I load an additional Renko bars in the backtesting?
m_PrimaryBars = MarketData.GetBars(PrimaryRenkoBrickSizeTicks);
Where PrimaryRenkoBrickSizeTicks is RenkoN
@koktos632
PanagiotisCharalampous
17 Jul 2020, 08:13
Hi koktos632,
Backtesting is not supported for Renko bars at the moment.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
16 Jul 2020, 14:37
Hi koktos632,
The last bar is the bar currently displayed. Since it is not yet completed it will never be 5 pips.
Best Regards,
Panagiotis
Join us on Telegram
@PanagiotisCharalampous