redrobin 10 posts msg #136030 - Ignore redrobin | 
5/23/2017 5:58:31 PM
  Here is my formula. I need help to expand it little more. need code for Scale in entry
 
 close > ma(200)
 RSI(2) < 25 
 rsi(2) one day ago < 25
 market is ETF
 draw rsi(2)
 add column rsi(2)
 add column rsi(2) one day ago
 
 Closing price of today is entry price, now I want to add another position (2nd unit) if price closes below the initial entry price and i want to do it for up to 4 times, i will exit if anytime rsi(2) is above 70, so i need formula to do that and want to know in a column what number entry  is today. Like first day is Buy1 and if price drops below the entry price it would be buy2 etc. thanks
 
  | 
four 5,087 posts msg #136049 - Ignore four | 
5/24/2017 11:03:50 PM
  I wonder if combining the filter with Excel tracking accomplishes the request?
 
  | 
redrobin 10 posts msg #136077 - Ignore redrobin | 
5/26/2017 12:27:29 PM
  It should ideally
 
  |