NexusFi: Find Your Edge


Home Menu

 





HIMA RSI TOS


Discussion in ThinkOrSwim

Updated
    1. trending_up 1,488 views
    2. thumb_up 1 thanks given
    3. group 12 followers
    1. forum 0 posts
    2. attach_file 1 attachments




 
Search this Thread

HIMA RSI TOS

  #1 (permalink)
alagrande
glendale ca usa
 
Posts: 97 since Sep 2017
Thanks Given: 11
Thanks Received: 88

#HIMA_RSI3
declare lower;

input length = 14;
input over_Bought = 70;
input over_Sold = 30;
input price = close;
input averageType = AverageType.WILDERS;
input showBreakoutSignals = no;

def NetChgAvg = MovingAverage(averageType, price - price[1], length);
def TotChgAvg = MovingAverage(averageType, AbsValue(price - price[1]), length);
def ChgRatio = if TotChgAvg != 0 then NetChgAvg / TotChgAvg else 0;

plot RSI = 50 * (ChgRatio + 1);
def R_ = Average(rsi, 3);
def R2_ = average(r_, 5);

#CHANNELS
ADDCLOUD(50, 40, COLOR.GREEN, COLOR.GREEN);
#ADDCLOUD(80, 90, COLOR.GREEN, COLOR.GREEN);

ADDCLOUD(55, 65, COLOR.PINK, COLOR.PINK);
#ADDCLOUD(20, 30, COLOR.PINK, COLOR.PINK);

addcloud(r_, r2_, color.green, color.red);
addcloud(r_, r2_, color.green, color.red);
addcloud(r_, r2_, color.green, color.red);
addcloud(r_, r2_, color.green, color.red);
addcloud(r_, r2_, color.green, color.red);
addcloud(r_, r2_, color.green, color.red);


ADDCLOUD(90, 40, COLOR.GREEN, COLOR.GREEN);
#ADDCLOUD(80, 90, COLOR.GREEN, COLOR.GREEN);
ADDCLOUD(20, 65, COLOR.red, COLOR.red);
#ADDCLOUD(20, 30, COLOR.PINK, COLOR.PINK);

#END CODE

Attached Thumbnails
Click image for larger version

Name:	Image 2020-02-05 at 11.59 AM.jpg
Views:	245
Size:	98.3 KB
ID:	286213  
Reply With Quote
Thanked by:




Last Updated on February 6, 2020


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts