Support Board
Date/Time: Mon, 25 Nov 2024 18:49:47 +0000
Post From: Exponential Moving Averages Calculation
[2014-02-23 18:31:54] |
User47706 - Posts: 22 |
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 |