Orca
  • Introduction
  • Getting Started
    • Quick Reference Guide
    • Strategy Skeleton
  • Writing Strategies
    • 01. Buy and Hold Strategy
    • 02. Long and Short Strategies
    • 03. Add Technical Indicators
    • 04. Add Targets and Stops
    • 05. Multi-Timeframe Strategy
    • Set up DB Parameters
  • Error Handling
  • Debugging in Orca
Powered by GitBook
On this page

Was this helpful?

  1. Getting Started

Quick Reference Guide

Orca based backtesting can be done from the SharkSigma directly or it can be used as a Python package. In the following series, we will see some examples of how to write and backtest a strategy step-by-step in Python.

PreviousIntroductionNextStrategy Skeleton

Last updated 3 years ago

Was this helpful?