Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Is the input data given on a daily basis, or on a per trade basis?

basis Data given input Trade
0
Posted

Is the input data given on a daily basis, or on a per trade basis?

0

Each data row is per trade, because all analysis is based on a closed-position equity curve. The first data column is profit or loss for the trade, the second column is the initial risk (stoploss) for the position, and the third column is the initial volatility (e.g. 20-day average true range) of the market when the position was entered. These values can be obtained from TradeStation by putting a call to the _SystemHistory function in your strategy’s signal. _SystemHistory needs to be called on each bar, passing it your current stop price and the current Average True Range. _SystemHistory will create a file containing the required data for every closed position.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123