Array RSI

Created at 31 Jul 2020, 05:06
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
SA

samuel.jus.cornelio

Joined 19.03.2020

Array RSI
31 Jul 2020, 05:06


Please, how can I use an indicator array for a bot. For example, an array with several RSI contained. I am trying and not succeeding, if anyone can help I will be grateful


@samuel.jus.cornelio
Replies

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

... Deleted by UFO ...