You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great lib. I'm using only the ParabolicSar indicator so far, but I've had to drop the NumberFormatter, which is used in this class because it doesn't play nicely with numbers less than one. The market price data I'm using is for example between 0.00020000 and 0.00030000, so if the default numberOfDigitsAfterDecimalPoint is 2, then the pSAR always rounds to 0.00.
Is there a way of compensating for this somehow? I've left the NumberFormatter out of the pSAR class altogether and it still seems to run fine.
The text was updated successfully, but these errors were encountered:
Hi there,
Great lib. I'm using only the ParabolicSar indicator so far, but I've had to drop the NumberFormatter, which is used in this class because it doesn't play nicely with numbers less than one. The market price data I'm using is for example between 0.00020000 and 0.00030000, so if the default numberOfDigitsAfterDecimalPoint is 2, then the pSAR always rounds to 0.00.
Is there a way of compensating for this somehow? I've left the NumberFormatter out of the pSAR class altogether and it still seems to run fine.
The text was updated successfully, but these errors were encountered: