Overlap Indicators
Calculates technical analysis indicators related to overlap in financial data.
Common Properties
- Name - The custom name of the node.
- Color - The custom color of the node.
- Delay Before (sec) - Waits in seconds before executing the node.
- Delay After (sec) - Waits in seconds after executing node.
- Continue On Error - Automation will continue regardless of any error. The default value is false.
info
If the ContinueOnError property is true, no error is caught when the project is executed, even if a Catch node is used.
Inputs
- Data Path - The file path to the input data in CSV format.
- Index Key - The column name to be used as the index (default: "date").
- Length - The length parameter for the indicator calculation (default: "10").
- Indicator Path - The file path where the output indicator data will be saved.
- Custom Indicator - A custom indicator name to use instead of the selected option.
Options
- Indicator - The specific overlap indicator to calculate. Currently supports:
- ALMA (Arnaud Legoux Moving Average)
- DEMA (Double Exponential Moving Average)
- EMA (Exponential Moving Average)
- FWMA (Fibonacci's Weighted Moving Average)
- HILO (Gann High-Low Activator)
- HL2 (High-Low Average)
- HLC3 (High-Low-Close Average) - (Typical Price)
- HMA (Hull Exponential Moving Average)
- HWMA (Holt-Winter Moving Average)
- JMA (Jurik Moving Average)
- KAMA (Kaufman's Adaptive Moving Average)
- LINREG (Linear Regression)
- MCGD (McGinley Dynamic)
- Mid Point
- Mid Price
- OHLC4 (Open-High-Low-Close Average)
- PWMA (Pascal's Weighted Moving Average)
- RMA (WildeR's Moving Average)
- SINWMA (Sine Weighted Moving Average)
- SMA (Simple Moving Average)
- SSF (Ehler's Super Smoother Filter)
- Super Trend
- Symmetric Weighted Moving Average
- T3 Moving Average
- TEMA (Triple Exponential Moving Average)
- TRIMA (Triangular Moving Average)
- VIDYA (Variable Index Dynamic Average)
- VWAP (Volume Weighted Average Price)
- VWMA (Volume Weighted Moving Average)
- WCP (Weighted Closing Price)
- WMA (Weighted Moving Average)
- ZLMA (Zero Lag Moving Average)
Output
- The calculated indicator values saved to the specified Indicator Path in CSV format.
How It Works
The Overlap Indicators node calculates technical analysis indicators related to overlap in financial data. When executed, the node:
- Reads the input data from the specified Data Path
- Sets the Index Key column as the index for the data
- Calculates the selected overlap indicator using the specified Length parameter
- Saves the results to the specified Indicator Path
Requirements
- A CSV file with financial data at the specified Data Path
- Valid column names in the CSV file
- Write permissions for the specified Indicator Path
Error Handling
The node will return specific errors in the following cases:
- Empty or invalid Data Path
- Invalid Indicator Path
- Invalid Length parameter
- Invalid Custom Indicator name
- Issues reading or writing CSV files
Usage Notes
- The default Length is 10, but can be adjusted based on your analysis needs
- The calculated indicators are saved in CSV format at the specified Indicator Path
- For best results, ensure your input data is properly formatted with consistent intervals