# Whale Types of Strategies

## Less hassle. Less fees. More options. More automation.

Godex.ai opens doors for various ROI level% strategies.

## 1. Limit Order Follow 🐳🌕

Strategy for new market entrants. With a small capital, it seems you don't have to worry too much about coins. A single buy or sell order at a specific price

<figure><img src="/files/7BqIZP12AJPr1Y1G7EU4" alt=""><figcaption></figcaption></figure>

* **Adjustable:** Easily adjust prices without having to withdraw and redeposit funds, saving users time and gas.
* **Irreversible:** Similar to a limit order on a centralized exchange, users do not need to worry about an order being undone should the market retrace. Tokens will only be available to take at the price specified by the maker.
* **MEV Resistant:** It's irreversible nature makes it immune to sandwich attacks.
* **Zero Slippage:** The price you set is what you'll receive.

## 2. Range Orders 🚀🌕

Strategy for people with 1 to 2 years of experience participating in the Crypto market. With capital that deserves attention and is taken completely seriously to make money in this market.

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

* Adjustable: Easily adjust prices without having to withdraw and redeposit funds, saving time and gas.
* Irreversible Partial Fills: Whether partially or fully filled, trades are irreversible, and you no longer need to worry about an order being undone should the market retrace.
* MEV Resistant: It's irreversible nature makes it immune to sandwich attacks.

## 3. Overlapping Liquidity

A concentrated position where you buy and sell in a custom price range, used to create a bid-ask spread that moves as the market does

<figure><img src="/files/61caTN96rxTCHthG3ijQ" alt=""><figcaption></figcaption></figure>

* **Custom Fee Tier:** In contrast to prototypical concentrated liquidity models, which have preset fee tiers, overlapping liquidity allows its creators to choose their own spread (fee tier)
* **No Tick Boundary Constraint:** Choose any price range without the typical limitations found on traditional DEXes, such as tick buckets.
* **Gas Efficient:** Considerably less gas fees compared to other popular Ethereum DEXes.&#x20;
* **Adjustable:** Easily adjust without having to withdraw and redeposit funds, saving users time and gas.
* **MEV Resistant:** It's irreversible nature makes it immune to sandwich attacks.

## **4. WMA 5 Strategy**

1. **Data Chart Used for BTC/USDT Pair:**
   * The chart is based on simulated data from **January 1, 2025**, to **January 20, 2025**.
   * Closing prices (Close) range from **$98,000** to **$103,200**.
2. **WMA (Weighted Moving Average):**
   * **WMA 5**: A weighted moving average where recent values are given higher priority (weights increase for more recent days).
   * Formula for WMA:&#x20;

<figure><img src="/files/1ZTdIy4XYXPNbC5og9fx" alt=""><figcaption></figcaption></figure>

* With n=5n = 5, the weights are 1,2,3,4,5, respectively.

3. **Insights from the Chart:**

* **Price Line (Close Price):**
  * Represents the actual daily closing prices of BTC/USDT over the 20-day period.
* **WMA 5 Line:**
  * Smoother than the closing price line.
  * Reacts quickly to recent price changes, helping identify short-term trends.
* When the closing price crosses above or below the WMA 5 line:
  * This may signal a potential entry or exit point.

4. **Application in Trading:**

* **Buy Signal:** When the closing price crosses above the WMA 5 line.
* **Sell Signal:** When the closing price crosses below the WMA 5 line.
* **Additional Support:** Combine the WMA 5 with other longer-term WMA lines (e.g., WMA 10, WMA 20) to confirm trends.

5. **Suggestions for Practical Trading:**

* Use real-time data from platforms like Binance or CoinMarketCap for more accuracy.
* Analyze charts in different timeframes to optimize your strategy.


---

# 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.godex.ai/getting-started/whales-vaults/whale-types-of-strategies.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.
