Find Answers/RTL (Real Time Language)/RTL Technical Information

RTL Tutorials for Custom Indicators, Signals and Backtesting

Andrew Stoeckley
posted this on December 30, 2010 12:48

This page serves as a catalog of useful RTL resources, aggregated mostly from the MarketDelta Blog.

Read through these tutorials for a good introduction and education into the main concepts and methods for using RTL in MarketDelta software.

If you have questions about your RTL code or programming methods, please visit the RTL Forum where you can interact with our Tech team as well as other RTL programmers to share ideas or get specific help.

This page is continually updated as new tutorials get added to the blog.

General Resources

These are introductory resources and general reference tools on RTL.

Tutorials

Step-by-step tutorials to accomplish specific tasks in RTL. Learn by example.

Case Study: Start to Finish

In these tutorials, posted to the MarketDelta Blog, we look at a single trading concept based on an "Initial Balance" trading strategy. Each tutorial progressively takes you through the process of building a trading system, from start to finish.

  • Part 1 - The concept is discussed, as well as the goals for the trading system testing.
  • Part 2 - We build a custom indicator to identify the Market Profile levels on a regular multi-pane bar chart.
  • Part 3 - Creation of a custom trading signal that automatically identifies when to go short or long based on this strategy.
  • Part 4 - Simple but effective RTL shortcut to streamline the signal in Part 3 for greater clarity.

Backtesting

  • Part 5 - Introduction to Backtesting - We backtest the Initial Balance strategy from Parts 1 to 4 above using a simple end-of-day exit signal.
  • Part 6 - We backtest with new profit target rules for the system.
  • Part 7 - Limiting the number of trades.
  • Part 8 - Adding stop loss rules.
  • Part 9 - Optimization; using MarketDelta to determine optimum targets and stop losses.
  • Part 10 - Multiple Exits (scale-outs)
  • Part 11 - "Realization" - Walk-forward optimization
  • Part 12 - Alternate Methods for coding the RTL in this strategy
 
Topic is closed for comments