> For the complete documentation index, see [llms.txt](https://help.tradingbossbot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tradingbossbot.com/strategy-videos/moneybags.md).

# MONEYBAGS

## MONEYBAGS

Instrument: NQ/MNQ&#x20;

Data Series: 30 Second&#x20;

When does it trade? 9:35AM EST. Only one trade per day.

{% embed url="<https://www.loom.com/share/e8ded1c3ff404179b465a8402674181b>" %}

**Moneybags** is a single trade per day strategy designed to capture a fixed 20 tick profit target. It runs on a 30 second chart and takes its one and only trade at **9:35 AM**.

The strategy is built for traders who prefer one controlled opportunity instead of trading throughout the session. After it takes the 9:35 AM trade, it is done for the day whether it wins or loses.

Default structure:

* One trade per day at 9:35 AM
* 20 tick profit target
* 100 tick stop loss
* Quantity is the only setting that should be adjusted

Because the stop is larger than the target, proper position sizing is critical. Increasing quantity directly multiplies risk, so sizing must match account size and comfort level.

**Moneybags** is designed for discipline and structure, not overtrading.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://help.tradingbossbot.com/strategy-videos/moneybags.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.
