NexusFi: Find Your Edge


Home Menu

 





RSI Chart Label for TOS chart


Discussion in ThinkOrSwim

Updated
      Top Posters
    1. looks_one larrybetsy with 1 posts (0 thanks)
    2. looks_two SmallMK with 1 posts (0 thanks)
    3. looks_3 Quick Summary with 1 posts (0 thanks)
    4. looks_4 opts with 1 posts (0 thanks)
    1. trending_up 11,144 views
    2. thumb_up 0 thanks given
    3. group 4 followers
    1. forum 4 posts
    2. attach_file 1 attachments




 
Search this Thread

RSI Chart Label for TOS chart

  #1 (permalink)
SmallMK
KL Malaysia
 
Posts: 1 since Mar 2014
Thanks Given: 0
Thanks Received: 0

Hi just looking to display 4day RSI label (95overbought, 5oversold) - simliar to appearance as attached ATR label.

If in overbought/oversold label to appear red otherwise default white.

Attached Thumbnails
Click image for larger version

Name:	ATR label.jpg
Views:	792
Size:	147.2 KB
ID:	141160  
Reply With Quote

Can you help answer these questions
from other members on NexusFi?
REcommedations for programming help
Sierra Chart
About a successful futures trader who didn´t know anyth …
Psychology and Money Management
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
Better Renko Gaps
The Elite Circle
What broker to use for trading palladium futures
Commodities
 
  #3 (permalink)
 larrybetsy 
Oceanside, CA
 
Experience: Intermediate
Platform: MB Trading, Thinkorswim
Trading: Stocks
Posts: 3 since Aug 2011
Thanks Given: 0
Thanks Received: 1


try this,

def rsi = RSIWilder("over bought" = 95, "over sold" = 5, price = close(period = AggregationPeriod.FOUR_DAYS));
AddLabel(yes, rsi, if rsi >= 95 or rsi <= 5 then Color.RED else Color.WHITE);

Reply With Quote
  #4 (permalink)
 
opts's Avatar
 opts 
NW Florida
 
Experience: Intermediate
Platform: OX and TOS
Trading: Futures Options, Stocks
Posts: 234 since Aug 2012
Thanks Given: 29
Thanks Received: 115

Soooo...I am trying to create a multi-time frame RSI label but having some issues. The label works for the current chart but the daily label is blacked out. I have tried some other inputs or structure but the best I could get was this or the daily label is pegged at 50....any thoughts?

declare upper;

input length = 14;
input RSIOverbought = 70.00;
input RSIOversold = 30.00;
#input aggregationPeriodday = AggregationPeriod.dAY;
#input aggregationPeriodmin = AggregationPeriod.MIN;


def RSID = reference RSI(length, price = close(period = "day" )).RSI;
def RSIchart = reference RSI(length,price = close).rsi;


AddLabel(yes, "RSIDay: " + Round(RSID, 2), if RSID >= RSIOverbought then Color.RED else if RSID <= RSIOversold then Color.GREEN else Color.WHITE);

AddLabel(yes, "RSI: " + Round(RSIchart, 2), if RSIchart >= RSIOverbought then Color.RED else if RSIchart <= RSIOversold then Color.GREEN else Color.WHITE);

Thanks

Reply With Quote
  #5 (permalink)
shima36
Albany + NY/USA
 
Posts: 1 since Nov 2018
Thanks Given: 2
Thanks Received: 0

I am trying to combine few for labels it is not working. any thoughts?

def ichiState = if close > largeupperCloud and AwesomeOscillator() > 0 and TTM_Squeeze()."Histogram" is greater than 0 then 1 else if close < smallestLowerCloud and AwesomeOscillator() < 0 and TTM_Squeeze() "Histogram" is less than 0 then -1 else 0;

AddLabel(Show_Label_Box, "ichistate: " + if close > Largeuppercloud and Awesomeoscillator() > 0 and TTM_Squeeze ().then color.green else Color.RED);

Reply With Quote




Last Updated on November 20, 2018


© 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