Search found 3 matches

by Benson
Tue May 25, 2021 8:47 am
Forum: Data Providers and other non testing software
Topic: CryptoCurrency Data
Replies: 3
Views: 1609

Re: CryptoCurrency Data

Goingecko's API is pretty easy to use. Needs a bit of formatting but easy enough
by Benson
Mon Dec 21, 2015 4:54 am
Forum: Trend Indicators and Signals
Topic: Signal Noise Ratio
Replies: 3
Views: 9586

Re: Signal Noise Ratio

Thanks a bundle. The key issue was the elegance (or lack thereof) in my code.
by Benson
Sun Dec 20, 2015 4:48 pm
Forum: Trend Indicators and Signals
Topic: Signal Noise Ratio
Replies: 3
Views: 9586

Re: Signal Noise Ratio

How did you go with this? I'm getting a divide by zero error when calculating the indicator (I assume due to an instance of zero price movement over the lookback period for an instrument). I coded in : IF absoluteValue(instrument.close-instrument.close[atrLookBackNoise]) =0 then noisePriceMovement =...