Hello folks, was wondering if some of you mql4 black belt programmers can convert my trading strategy into an indicator.
these are the rules:
Buy signal:
Price must be ABOVE Psar indicator
BUY signal candle must close above the last 3 candle preceding it,
i.e the closing price of the signal candle must be higher than the closing price of all 3 candles before it.
A buy arrow signal must be printed below the signal candle
Notification of the signal must appear on the Alert message box or sent to MT4 mobile indicating the chart where signal is found
eg: "Buy signal EURUSD M30 "
SELL signal
Price must be BELOW Psar indicator
SELL candle must close lower than the last 3 candle preceding it.
i.e the closing price of the signal candle must be lower than the closing price of all 3 candles before it.
A sell arrow signal must be printed above the signal candle upon candle close
Notification of the signal must appear on the Alert message box or sent to MT4 mobile indicating the chart where signal is found
eg: "Sell signal EURUSD M30 chart"
Happy trading
these are the rules:
Buy signal:
Price must be ABOVE Psar indicator
BUY signal candle must close above the last 3 candle preceding it,
i.e the closing price of the signal candle must be higher than the closing price of all 3 candles before it.
A buy arrow signal must be printed below the signal candle
Notification of the signal must appear on the Alert message box or sent to MT4 mobile indicating the chart where signal is found
eg: "Buy signal EURUSD M30 "
SELL signal
Price must be BELOW Psar indicator
SELL candle must close lower than the last 3 candle preceding it.
i.e the closing price of the signal candle must be lower than the closing price of all 3 candles before it.
A sell arrow signal must be printed above the signal candle upon candle close
Notification of the signal must appear on the Alert message box or sent to MT4 mobile indicating the chart where signal is found
eg: "Sell signal EURUSD M30 chart"
Happy trading