ninjatrader/indicators/news/README.md

37 lines
1.3 KiB
Markdown
Raw Normal View History

# News
This indicator displays economic news events for the current day on the chart.
## Parameters
**Header Color**: The color of the background displayed in the news table header. (Default: Yellow)
**Header Text Color**: The color of the text displayed in the news table header. (Default: Black)
**Event Text Color**: The color of the text displayed in the news table. (Default: White)
**Header Font**: The font and size of the text displayed in the news table header. (Default: Arial 12px)
**Event Font**: The font and size of the text displayed in the news table. (Default: Arial 12px)
**Horizontal Padding**: The horizontal padding added to cells in the news table. (Default: 20px)
**Vertical Padding**: The vertical padding added to cells in the news table. (Default: 5px)
**Y-Offset**: The distance between the news table and the top of the chart. (Default: 0px)
**Cell Background Color**: The background color of cells in the news table. (Default: Transparent)
**Currency Filter**: A filter which determines which events to display in the news table based on currency. (Default: USD)
If the currency filter is left blank, events associated with all currencies are displayed.
## Plots
N/A - News events are displayed in a table on the chart instead.
2024-12-18 20:45:03 +00:00
## Screenshots
![News](https://static.moshington.com/images/indicators/news/news.png)
---