Strategy Examples
Practical templates you can adapt to different market regimes and risk profiles.
Use these examples as starting points, not as plug-and-play instructions. Pair them with Strategy Builder Flow so you can explain why each setting belongs in the setup.
Info
Each setup below is configured in the builder and then Create in Studio compiles it into a Strategy Studio node graph, which opens in Studio for you to refine and run. The conditions, sizing, and exit logic described here map onto the indicator/compare/exec nodes the builder generates.
Scenario 1: Indicator-Confirmed TWAP Entry
Scenario
You want to enter BTC long, but only after trend confirmation.
Why Use It
This setup waits for confirmation instead of forcing the entry into a weak or uncertain phase.
Setup
- Market: BTC
- Entry Side: Buy
- Condition: 7EMA above 25EMA on the 15-minute chart
- Execution: 20-minute TWAP
- Order Type: Market or Limit, depending on urgency
See the video in Welcome to Borsa.
What the Strategy Is Trying to Avoid
It is trying to avoid an early entry before the trend signal is actually in place.
Risk / Watch Out
- A confirmed trend can still reverse after entry starts.
- A limit-based TWAP may miss part of the move if the market accelerates.
Suggested User Profile or Market Context
Useful for traders who want confirmation before committing size and who do not need a one-click immediate entry.
Scenario 2: VWAP Reclaim Entry with Auto Exit
Scenario
You want to enter ETH long, but only after price reclaims VWAP.
Why Use It
This setup lets the market prove it can trade back above an average reference before the strategy starts entering, and it also defines how to leave if that reclaim fails or completes.
Setup
- Market: ETH
- Entry Side: Buy
- Entry Condition: Price above VWAP
- Execution: Smaller chunks over time
- Auto Exit: Enabled
- Exit Condition: Price back below VWAP after entry, so the strategy closes if the reclaim fails
- Optional Exit Customisation: Add a second exit condition, such as an indicator confirmation, if you want the exit to wait for more than one signal
See the video in Welcome to Borsa.
What the Strategy Is Trying to Avoid
It is trying to avoid buying too early while price is still weak relative to VWAP.
Risk / Watch Out
- A reclaim can fail quickly.
- Small chunks reduce aggression, but they also stretch the time the strategy stays exposed to changing conditions.
- If you make the exit logic too restrictive, the strategy may hold longer than you intended.
Suggested User Profile or Market Context
Useful in active markets where traders want a more patient entry than a market order and a clear rule for when the reclaim is no longer valid.
