|
Category
Import Specification
Description
Import data padding type
Syntax
Padding: choice
Choices
None - don't add any padding bars (this is the default and can be used most of the time)
AllMarketDays - add a padding bar for any market day in a symbol's date range where the symbol has no bar
AllWeekDays - add a padding bar for any weekday in a symbol's date range where the symbol has no bar (including holidays)
AllCalendarDays - add a padding bar for any date in a symbol's date range where the symbol has no bar (including weekends)
AlignWithSymbol - add padding bars that the PadAlignSym symbol has but this symbol lacks, and remove bars from this symbol that the PadAlignSym lacks
Notes
When Norgate is the data source, padding of any of the above types is provided by Norgate.
For other data sources, RealTest does the padding in the same way that Norgate does.
When data is imported for multiple markets that have different holiday schedules, "AllMarketDays" means any day where any of the included markets is open.
Padding (and the corresponding PadAlignSym) can be specified per DataPath rather than only at the Import-block level. A path-level value overrides the block-level default for symbols read from that path. This makes it possible, for example, to align each country's stocks to that country's local index symbol (US stocks to $SPX, AU stocks to $XAO.au, etc.) within a single multi-country import.
See also the general topic of Calendar Alignment.
|