NexusFi: Find Your Edge


Home Menu

 





how can I add ema to RSI ? on TS 9.5


Discussion in TradeStation

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




 
Search this Thread

how can I add ema to RSI ? on TS 9.5

  #1 (permalink)
turki
hail saudia arabia
 
Posts: 2 since Jul 2020
Thanks Given: 0
Thanks Received: 0

hello
how can I add ema to RSI ? on TS9.5

and can I put 2 rsi on the same chart like on 5min rsi(14) and 15min rsi(14) on 5 min chart ?


thanks

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
ZombieSqueeze
Platforms and Indicators
NexusFi Journal Challenge - April 2024
Feedback and Announcements
My NT8 Volume Profile Split by Asian/Euro/Open
NinjaTrader
Request for MACD with option to use different MAs for fa …
NinjaTrader
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Retail Trading As An Industry
58 thanks
Battlestations: Show us your trading desks!
55 thanks
NexusFi site changelog and issues/problem reporting
48 thanks
What percentage per day is possible? [Poll]
31 thanks
GFIs1 1 DAX trade per day journal
29 thanks

  #2 (permalink)
 joe s 
sacramento ca us
 
Experience: Intermediate
Platform: Ninja Trader,Trade Station
Trading: es
Posts: 163 since Aug 2015
Thanks Given: 133
Thanks Received: 105

I asked TS they said you cant just add MA to indicator like you can on price you have to write code to do that and I cant write EL code maybe someone might do that I would like to be able to add that to some indicators also

Reply With Quote
  #3 (permalink)
 
ShadowFox's Avatar
 ShadowFox 
CO/USA
 
Experience: Intermediate
Platform: TradeStation, Multicharts
Trading: Stocks, Futures
Posts: 129 since Jun 2020
Thanks Given: 70
Thanks Received: 157


The easiest way to do this would be open the RSI indicator in easylanguage. Then create a new blank indicator.

Copy the RSI code into your blank indicator space then edit the RSI code to be

XRSI = XAverage(RSI(price,RSILength),MALength); //this takes the exponential average of the RSI

If you want to add another RSI of a new timeframe the easiest way to do this would be to add another data series to your chart (same symbol, 15 minute timeframe), then call that data series from the indicator. You could do all of this in your newly created indicator. So it would be something like

RSIvalue1 = rsi(close, RSILength);
XRSI = XAverage(RSIvalue,MALength);
RSIvalue2 = rsi(close of data2, RSILength); //data2 is your second data series of 15 minutes or whatever you want it to be

Plot1(RSIvalue1,"RSI1");
Plot2(XRSI, "XRSI");
Plot3(RSIvalue2,"RSI2");

Visit my NexusFi Trade Journal Reply With Quote
The following user says Thank You to ShadowFox for this post:
  #4 (permalink)
 joe s 
sacramento ca us
 
Experience: Intermediate
Platform: Ninja Trader,Trade Station
Trading: es
Posts: 163 since Aug 2015
Thanks Given: 133
Thanks Received: 105

thanks ShadowFox I will try that

Reply With Quote
The following user says Thank You to joe s for this post:





Last Updated on February 5, 2021


© 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