# Price Action

![](/files/-Mi9QIQOaEVj7C6gfza4)

## **What is Price Action? – Price Action Trading Explained**

Price action trading is a methodology for financial market speculation which consists of the analysis of basic price movement across time. Put simply, price action is how price changes, i.e., the ‘action’ of price.

A trader can use a market’s price action to try and describe the human thought process behind a market’s movement. Every participant in a market will leave price action ‘clues’ on a market’s price chart as they trade their markets, these clues can then be interpreted and used to try and predict the next move in a market.

The simple stripped-down approach of price action trading, means there are no indicators on a trader’s charts and no economic events or news is used in making one’s trading decisions. Therefore, the implication is that it’s much simpler to just analyze a market and trade from its price action, rather than trying to decipher and sort the many different variables affecting a market each day.

![](/files/-MiC28t7qQM5A6xY6IEJ)

Price Action and Candlestick Patterns have been integrated into the yummy profit app, eliminating the need for traders to keep track of charts and still receive confirmation signals of candlesticks and candlestick patterns.

* [**Doji & Spinning Top**](/indicator-and-strategy/price-action/doji.md)
* [**Marubozu**](/indicator-and-strategy/price-action/marubozu.md)
* [**Shooting Star**](/indicator-and-strategy/price-action/shooting-star.md)
* [**Inside bar & Pin bar**](/indicator-and-strategy/price-action/inside-bar-and-pin-bar.md)
* [**Hammer & Hanging Man**](/indicator-and-strategy/price-action/hammer-and-hanging-man.md)
* [**Morning Star & Evening Star**](/indicator-and-strategy/price-action/morning-star-and-evening-star.md)
* [**Bullish engulfing & Bearish engulfing**](/indicator-and-strategy/price-action/bullish-engulfing-and-bearish-engulfing.md)
* [**Tweezer bottom & Tweezer top**](/indicator-and-strategy/price-action/tweezer-bottom-and-tweezer-top.md)

## Tradingview script

This is a script that synthesizes a number of popular price action and candlestick patterns along with a trading strategy based on horizontal support and resistance. Scripts are used for learning and research purposes, and used to compare with price action signals on Yummy Profit app.

{% embed url="<https://www.tradingview.com/script/8YtZBTjZ-Multi-Price-Action-Candlestick-Patterns-Horizontals-R-S/>" %}

### Usage

Support and resistance are two important areas in Price Action analysis and trading. After confirming the support and resistance zone line, waiting to confirm the appropriate candlestick pattern and execute the trade, set a reasonable stop loss and take profit, This is critical for compliance with your money management rules.

### **Notation**

In the script, price action and  candlestick pattern are denoted as follows:&#x20;

* Bullish Engulfing **(BU)** &  Bearish Engulfing **(BE)**&#x20;
* Hammer **(HM)**&#x20;
* Hanging Man **(MM)**&#x20;
* Morning Star **( MS )**&#x20;
* Evening Star **(ES)**&#x20;
* Tweezer Top **(TZT)**&#x20;
* Tweezer Bottom **(TZB)**&#x20;
* Shooting Star **(SS)**&#x20;
* Bullish Pinbar **(PBBBU)** &  Bearish Pinbar **(PBBE)**&#x20;
* Doji Gravestone **(GS)**&#x20;
* Doji Dragonfly **(DF)**&#x20;
* Doji - Long legged **(LL)**&#x20;
* Spinning Top **(ST)**&#x20;

### **Script Settings**

* **Number of left candle to compare lowest/highest:** Compare the high/low price of the current candle with the highest/lowest price of previous candles.&#x20;
* **Number of left candle to calc avg body:** Compare the average price of the current candle with the average price of previous candles
* **S/R Left Bars:** The number of bars left hand side of the  Pivot&#x20;
* **S/R Right Bars:** The number of bars right hand side of the  Pivot&#x20;
* **S/R  Volume Threshold:** The threshold value (%) for the volume oscillator&#x20;

![](/files/-MiCZ-U7AuqRdZgWifdH)


---

# 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.yummyprofit.com/indicator-and-strategy/price-action.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.
