Thread
:
Problem Alert in RSI
View Single Post
#
2
(
permalink
)
02-06-2006, 09:58 AM
ShadowWz
Member
Join Date: Nov 2005
Posts: 94
Hi,
try this:
if(AlertSet==true){
if(RSIBuffer[1]>70 && RSIBuffer[2]<70){
Alert("Buy ",Symbol()," ",Period());
}
else if(RSIBuffer[1]<30 && RSIBuffer[2]>30){
Alert("Sell ",Symbol()," ",Period());
}
}
ShadowWz
View Public Profile
Send a private message to ShadowWz
Find all posts by ShadowWz