CCI Trading Strategy:Short if CCI closes above 100, long if CCI closes below -100. 1 order + trailing stop + break-even.

Entry Strategy

When the latest candlestick opens, perform the following:

  1. If the CCI of the previous candlestick closes above 100, place a 1-lot SELL order at the current price.

  2. If the CCI of the previous candlestick closes below -100, place a 1-lot BUY order at the current price. (The values 100 and -100 are parameters that can be modified in the EA's parameter window.)

Additional Orders

This EA places at most one order per candlestick. No new orders will be placed if the previous order is still open.

Exit Strategy

  1. When an order is placed, the EA sets a 200-point stop loss and a 500-point take profit. The order will automatically close when the price hits the stop loss or take profit. (Stop loss and take profit points can be modified in the EA's parameter window.)

  2. If the opposite entry condition is met, the current order is closed at the market price.