passing values from cBot to build in CCI / CommunityChannelIndex
Created at 15 Oct 2020, 13:28
passing values from cBot to build in CCI / CommunityChannelIndex
15 Oct 2020, 13:28
Hey Panagiotis,
me again... ;-)
The build in indicator has 2 values (Periods and Shift). I try to pass my setting within a cBot with
"_isExitIndicator = Indicators.CommodityChannelIndex(10);"
which is the value for Period. But when I try to add the value for the Shift, I get errors and it seams the indicator is only accepting ONE value - can you give support?
Kindest regards,
Replies
PanagiotisCharalampous
15 Oct 2020, 14:10
Hi xabbu,
The workaround is to develop your own custom indicator.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
15 Oct 2020, 14:07
Hi xabbu,
Shift is not supported yet for the constructor of this indicator.
Best Regards,
Panagiotis
Join us on Telegram
@PanagiotisCharalampous