How Signals are Calculated

From MultiCharts
Revision as of 18:27, 9 November 2012 by Henry Multicharts (talk | contribs) (Created page with "* '''Realtime. Normal mode.''' The script is calculated on the bar close. Order is placed on this bar close/ next bar open. Order is filled on any tick price within the next b...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • Realtime. Normal mode.

The script is calculated on the bar close. Order is placed on this bar close/ next bar open. Order is filled on any tick price within the next bar.

The script is calculated tick by tick. Order is placed on the next tick. Order is filled on any tick price within the bar.

  • Calculation on historical data. Regular mode (IOG disabled. Bar Magnifier disabled)

The script is calculated on the bar close. It is considered that all prices were within the bar (Price movement assumption is used). Order is filled on any price within the bar.

The script is calculated four times on OHLC of the bar. It is considered that all prices were within the bar (Intra-bar Price Movement AssumptionsPrice movement assumption is used). Order is filled on any price within the bar with the step (minmove/pricescale).

The script is calculated 1 time on main data series close. It is considered that there were only OHLC values of the detailed data series. Order is filled only on OHLC prices of the detailed data series.

The script is calculated on the Open value of the main data series, then OHLC of each bar of the detailed data series selected in bar magnifier, then on the Close of the main data series. Order is filled only on these O-OHLC-C values.