Lavoro terminato
Specifiche
Hi. I need an expert advisor that trades based on a strategy of an indicator and its moving average. It would execute buys and sells based on the crossings of the indicator and its average.
The expert should be completed and alow backtest with full report. The same model of the ones availabel in the MT5.
How much it would cost and how long it would take?
Hello Sir!
What I need is an EA that executes buys and sells based on the values of 3 indicators and its moving averages (the moving average of each indicator).
Everytime the 3 indicators are above their moving averages the EA should execute a buy (opening or closing a position).
And evrytime the 3 indicators are below their moving averages the EA should execute a sell (closing or opening a position).
The investor will be either bought or sold, will never be off the market.
And the EA should be capable to operate with any asset (brazillian BOVESPA) and in any timing (from 1 minute to monthly).
Se below the conditions to trade:
IF (AND (RSI STOCHASTIC > MOVING AVERAGE); (OBV > MOVING AVERAGE); (CCI > MOVING AVERAGE)); BUY (open position)
IF (AND (RSI STOCHASTIC < MOVING AVERAGE); (OBV < MOVING AVERAGE); (CCI < MOVING AVERAGE)); SELL (close position)
AND
IF (AND (RSI STOCHASTIC < MOVING AVERAGE); (OBV < MOVING AVERAGE); (CCI < MOVING AVERAGE)); SELL (open position)