Overview

Welcome to the FTO Strategies Documentation

Welcome to the documentation for creating custom strategies in Forex Tester Online (FTO). This guide is designed to help developers and traders understand the structure, lifecycle, and capabilities of custom trading strategies written for FTO. You'll learn how to set up your environment, build your own trading strategies, and access key platform features via the available API.

πŸ“Œ What You'll Find Here

  • Quick Guide Get started with setting up your development environment and creating your first strategy

  • Strategy Structure Understand the lifecycle of a strategy through core methods like Init(), OnTick(), Done(), and more.

  • Working with Parameters Learn how to create and register configurable parameters that users can adjust in the strategy interface.

  • Accessing Market Data Understand how to retrieve bar data, price information, and indicators to power your trading logic.

  • Order Management Learn how to open, modify, and close trading positions programmatically through your strategy.

  • Getting Currency Information Retrieve metadata about the active instrument, such as symbol name, point size, and tick value.

  • Working with Dates and Time Manage time-based logic and align trading decisions with bar timestamps.

  • Other Utilities Explore helper functions and additional features available to streamline development.

πŸ‘¨β€πŸ’» Who is This For?

This documentation is for:

  • Developers building and debugging trading strategies

  • Algorithmic traders backtesting and optimizing their systems

  • Traders looking to automate their trading methodology

  • Power users looking to customize and extend FTO's capabilities

πŸš€ Ready to Begin?

Start with the Setup and Installation to get started and move to Cursor tutorial to learn how to create your first strategy using powerful Cursor IDE.

Download Strategy Examples

Get started quickly by downloading our example strategy from this section

Last updated