DislikedHello Coder's, please help to add OPEN price to this indicator. Thanks in advance.{file}Ignored
this is how the price sequence goes generally where price numbers are provided
Inserted Code
enum enPrices
{
pr_close, // Close
pr_open, // Open
pr_high, // High
pr_low, // Low
pr_median, // Median
pr_typical, // Typical
pr_weighted, // Weighted
};