Support Board
Date/Time: Fri, 09 May 2025 17:58:37 +0000
Post From: Exponential Moving Averages Calculation
[2014-02-23 18:31:54] |
User47706 - Posts: 24 |
Your code sample shows me what I was looking for: . . . PreviousMovingAverageValue > -FLT_MAX . . . < FLT_MAX . . . This is a range filter which I find conceptually challenging when it is applied to exponential moving average data. But, so be it. Can you show me the code which populates FLT_MAX ? Thanks, Craig |