This is Strategy that subscribes EURUSD currency and uses RSI
(Relative Strength Index) with Ten minutes Timeframe and check the
last close Bar to make the order entry decision. This is a
simple
follow trend strategy algorithm. When the RSI is greater than 60 and
last bar is "GREEN" then
is put a new BUY order and if RSI is lower than 40 and last bar is
"RED" is put a new SELL
order. The orders are made with a long SL (250) and a short TP (8)
with 5 lots amount.