NexusFi: Find Your Edge


Home Menu

 





alert on rsi_ema crossover 70 and 30


Discussion in ThinkOrSwim

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




 
Search this Thread

alert on rsi_ema crossover 70 and 30

  #1 (permalink)
zedzed1
amsterdam
 
Posts: 2 since Jul 2014
Thanks Given: 0
Thanks Received: 0

Hello i want to create an alert on the rsi_ema if it cross the 30 belove or above and the same with 70.

I create this

plot _Data_ = RSI_EMA()."RSI_EMA" crosses below 70 and RSI_EMA()."RSI_EMA" crosses above 70 and RSI_EMA()."RSI_EMA" crosses above 30 and RSI_EMA()."RSI_EMA" crosses below 30;

Could some please help me.

Im already very thankfull

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
New Micros: Ultra 10-Year & Ultra T-Bond -- Live Now
Treasury Notes and Bonds
ZombieSqueeze
Platforms and Indicators
Better Renko Gaps
The Elite Circle
Are there any eval firms that allow you to sink to your …
Traders Hideout
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Get funded firms 2023/2024 - Any recommendations or word …
61 thanks
Funded Trader platforms
39 thanks
NexusFi site changelog and issues/problem reporting
26 thanks
Battlestations: Show us your trading desks!
26 thanks
The Program
18 thanks
  #2 (permalink)
 eclipsemf 
Manchester NH
 
Experience: Advanced
Platform: Thinkorswim
Broker: TD Ameritrade
Trading: Small Caps
Posts: 90 since Feb 2014
Thanks Given: 31
Thanks Received: 55

I came up with something like this. I use it for different indicators to get a ring or ding when it crosses my desired value. I think this is what your are looking for.

def SELL = RSI_EMA crosses below 30 ;
def BUY = RSI_EMA crosses above 70 ;

alert(SELL, "SELL", Alert.BAR, Sound.Ding);
alert(BUY, "BUY", Alert.BAR, Sound.Ring);


You would just put this at the very bottom or the existing RSI_EMA code that you need to copy in to a new study.

Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #3 (permalink)
zedzed1
amsterdam
 
Posts: 2 since Jul 2014
Thanks Given: 0
Thanks Received: 0



eclipsemf View Post


You would just put this at the very bottom or the existing RSI_EMA code that you need to copy in to a new study.

I dont understand where i need to search or how to do? Can you say it step by step sorry am a newby in tos?

Thanks

Reply With Quote
  #4 (permalink)
 
rmejia's Avatar
 rmejia 
Puerto Rico
 
Experience: Intermediate
Platform: thinkorswim
Broker: TD Ameritrade
Trading: Options
Posts: 379 since Oct 2010
Thanks Given: 3,614
Thanks Received: 441

Search for the existing RSI indicator, right click, Copy, then in the new window to edit the script, copy paste what eclipsemf wrote at the end:




Reply With Quote
Thanked by:




Last Updated on July 28, 2014


© 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