Support Board
Date/Time: Fri, 12 Sep 2025 11:41:36 +0000
Post From: LN function
[2025-03-17 20:15:13] |
John - SC Support - Posts: 41771 |
Use and "IF()" function to filter out the zero values that feed into the LN() function. You need to decide what you want to have set in the field when you do have a 0. For instance, here is an example entry where the data you want to take the natural log of is in column K and you want a zero to show as a zero in the results: =IF(K3 <> 0, LN(K3), 0) For the most reliable, advanced, and zero cost futures order routing, use the Teton service: Sierra Chart Teton Futures Order Routing |