# TradeStation Platform

On March 2022, TradeStation notified it's partners that the TradeStationApp store was closing down effective September 2022. This now leaves a community of subscribers and developers with a relatively short window to migrate strategies to other platforms with another language outside of EasyLanguage. One of the key features with the TradeStation platform included the extensive backtesting available with an optimizer that included a wide range of parameters.\
\
Forward to today (September 21, 2022) and the TradeStationApp Store is roughly a week away from closure. Luckily, in 2021 our development team started working on a trading platform that allows integration to various exchanges such as **TradeStation**, **Interactive Brokers**, **TD Ameritrade** and a few others. \
\
The UltraAlgo platform was designed with ease-of-use in mind, and allows customers to perform similar functions to what was available via the traditional TradeStation exchange but with far few steps. Real-time data is included with the subscription to the NYSE / NASDAQ / OTC. \
\
Our latest platform release leverages the power of genetic algorithms in combination with our robust 15-indicator script to identify patterns quickly with accuracy. Run through thousands of input combinations for a clear indication of which settings delivered optimal profitability rates or profit factor. We include both models of optimization, should a trader be focused on a high return / high risk vs lower returns / lower risk allocation strategy.

We recommend following the tutorial video listed below.

{% embed url="<https://youtu.be/MN64e8UTBp8>" %}


---

# Agent Instructions: 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://docs.ultraalgo.com/product-overview/tradestation-platform.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.
