Understanding Strategies

From MultiCharts
Revision as of 12:42, 13 February 2012 by Admin (talk | contribs) (Reverted edits by 176.8.90.7 (talk) to last revision by Admin)
Jump to navigation Jump to search

A strategy is a set of signals, applied to a chart.

Signals systematically specify market entry or exit points according to a set of trading rules implemented in the signals' algorithms, and can be viewed as the basic building blocks of strategies.

While signals can be based on the same formulas as indicators, signal calculations are substantially more complex and take in to account a far greater number of factors, such as trading costs, order generation priorities, and strategy performance measurements, that affect market entry and exit conditions. Signal algorithms utilize price action models and make use of backtesting concepts. Signal logic can make assumptions about price movement within bars that allow appropriate market entry and exit points to be determined when intra-bar data is not available. Signals compile strategy performance data and support backtesting and Automated Trade Execution.

Over 100 pre-built, customizable signals, covering the most popular trading concepts, are already included with the platform, and additional signals can be imported from a variety of sources.

Signals can be fully customized, or entirely new signals created, using PowerLanguage® scripting in PowerLanguage Editor. Strategies are constructed by simply applying a set of signals to a chart window, without the need to combine signal code manually.

To learn about applying signals to a chart, see:

[[LINK /0270_Indicators/22-7000_Studies.html name=""; |Using Studies]]

To learn about signal settings, see [[LINK /0270_Indicators/22-7006_SignalSettings.html name=""; | Signal Settings ]]

Market entry or exit points, specified by the signals, can be used to send orders electronically directly to the broker, fully automating the trading process.

To learn more, see [[LINK /0295_AutoTrading/02-9501_AT_IB.html name=""; |Automated Trade Execution]]

[[LINK /0280_Backtesting/22-8003_StrategyProp.html name=""; |Strategy Properties]], separate from the individual signals' settings, regulate the actions of a group of signals as a whole.

An essential part of developing a trading strategy is Strategy Backtesting. To learn more about backtesting, see [[LINK /0280_Backtesting/22-8001_UnderstandingBT.html name=""; |Backtesting]]