Hello,
Tried searching but could not find something to help me display a simple label of lowest price in last 180 days. I've tried variations of LOW() and LOWEST(low, ##) but they all seem to be impacted by my current charting timeframe, and therefor will not always display the correct answer.
Is there a way to grab the lowest price point in the last 180 days on the current symbol so it can be added to a label? I thought about using LOWEST() and have a variable that changes the length based on GetAggregationPeriod(), but this seems a little over the top for something I perceive as likely easily obtained using existing functions.
Thanks for any help.
Tried searching but could not find something to help me display a simple label of lowest price in last 180 days. I've tried variations of LOW() and LOWEST(low, ##) but they all seem to be impacted by my current charting timeframe, and therefor will not always display the correct answer.
Is there a way to grab the lowest price point in the last 180 days on the current symbol so it can be added to a label? I thought about using LOWEST() and have a variable that changes the length based on GetAggregationPeriod(), but this seems a little over the top for something I perceive as likely easily obtained using existing functions.
Thanks for any help.