# Multiple bars High or low Binary Options Strategy

**MARKETS**:

* Forex
* Stocks,
* Futures
* Commodities
* Tresury Bond.

**TIMEFRAME**  1H min or higher.

**INDICATORS**

* Trend indicator, can be a moving average or a baseline
* ADX

**RULES**

* For this scenario we are going to look at 2 consecutive bullish bars and we enter on the beginning 3rd candle and exit at the end of it
* Works only in trend
* Candle has to be above moving average -> we need to be a in a trend
* ADX value has to be >= 19&#x20;

**RISK MANAGEMENT**

* **TAKE PROFIT**
  * Exit at close bar or with fixed Profit Target, we can go with either 1:1 , 1:2 or 1:3 ratio of the stop loss
* **STOP LOSS**
  * Place stop loss at low or high of the 2nd bar.

**EXAMPLES**

* GBPUSD 1H , 4 long opportunities

![](/files/-MfmSme662EBGRWtow6F)

* EURUSD 1H , 6 short opportunities, 4 wins and 2 losses

![](/files/-MfmTMcIkOQ3p0ikbQcm)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://blog.atraderlife.com/strategies/binary-options-trading/binary-options-trading-strategies/multiple-bars-high-or-low-binary-options-strategy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
