작업 종료됨
명시
Hello! I need a trading robot that incorporates the value of four indicators within a certain number of bars. The indicators are freely available on mql5 in the code base. The robot must be able to enter, exit, and reverse both long and short positions. It must also automatically enter a stop loss at the time of entry. It must be able to signal on 1m, 5m, 15m, 30m, 1hr, 4h, and daily time intervals. The variables for the indicators have defaults but they must be exposed for further optimization.
The algorithm in very generic terms:
Within the previous X bars-
One swing indicator must be the first signal and its opposite swing must not be true within those bars
Three velocity oscillators/indicators must have certain values
If signal says short and we have no position enter short
If signal says short and we have a position enter a reversal order
If signal says long and we have no position enter long
If signal says long and we have a position enter reversal order
Enter fixed stop order a small percentage below the entry bar