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,077 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?
Cheap historycal L1 data for stocks
Stocks and ETFs
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
About a successful futures trader who didnt know anythin …
Psychology and Money Management
REcommedations for programming help
Sierra Chart
Better Renko Gaps
The Elite Circle
 
  #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
Thanked by:
  #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
Thanked by:




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