# Buy/Sell Signals

If you haven't figured it out by now, you should NOT follow the buy/sell signals blindly. I get messages every single day saying "The indicator isn't giving good signals, blah blah blah". The indicator isn't just a simple "follow the buy/sell signals" indicator. You have to incorporate many other trading techniques within the indicator's arsenal in order to make it successful.

<figure><img src="/files/ZBQvEmHnKF7zIRxlml7u" alt=""><figcaption></figcaption></figure>

### The Strategy

What I personally like doing is going on a very large timeframe to see the general direction of the market. The weekly or daily time frame will suffice.

Once you are on this higher time frame, you should be checking all the tools that you have at your disposal. What's the[ key metrics table ](https://docs.tradinglab.ai/indicator-strategies/key-metrics-table)doing? What's the [breakout probability](https://docs.tradinglab.ai/indicator-strategies/breakout-probability-strategy) tool say? Is price near a [support or resistance](https://docs.tradinglab.ai/trading-tips/support-and-resistances)? Are there [fair value gaps](https://docs.tradinglab.ai/indicator-strategies/fair-value-gap-strategy) nearby? Are there any [Divergences](https://docs.tradinglab.ai/trading-tips/divergences) on the chart?

These are just a few examples of what you should be looking for on these larger time frames. I have already written many detailed tutorials on each tool. I would deeply suggest learning about each tool first before you start trading with the indicator.

Once you know the general direction of the chart on a higher timeframe by using the tools listed above, you can then switch to a lower timeframe like the 15m, 30m, 1hr, 3hr, and follow the corresponding buy/sell signals there.

So if there are bullish fair value gaps, positive %'s on the breakout probability tool, and bullish metrics on the key metrics table, you would take **long trades only.**

if there are bearish fair value gaps, negative %'s on the breakout probability tool, and negative metrics on the key metrics table, you would take **short trades only.**

Anything in the middle is just noise and is just a ranging market (which we want to avoid).

Hopefully this clears some things up on how you should be using the buy/sell signals.


---

# 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://docs.tradinglab.ai/indicator-strategies/buy-sell-signals.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.
