v3
Added:
TF()
TODO: This Function will decide Intermediate and Major Time Frame as user will select chart's time frame as Minor.
Returns: TODO: It will return Intermediate and Major Time Frame value or else NA.
IsTimeFrameValid()
TODO: This Function will decide whether time frame is right or not to fix intermediate and Major time frame.
Returns: TODO: It will return true if time frame is right else give false
NEoSTG(high, low, Length)
TODO: This Function will create RSI using Exponentially Weighted Moving Average with Alpha = 1 / Length
Parameters:
high (float)
low (float)
Length (simple int)
Returns: TODO: It will return RSI Value for given parameter as per Tradingview