Trady icon indicating copy to clipboard operation
Trady copied to clipboard

Trady is a handy library for computing technical indicators, and it targets to be an automated trading system that provides stock data feeding, indicator computing, strategy building and automatic tra...

Results 45 Trady issues
Sort by recently updated
recently updated
newest added

Hello, I'm new to trady, and I would like to implement a volume profile indicator, and I didn't find anything related with that. I would need to calculate the volume...

hellp. Problem was in candles timestamps validations with two different datetime offsets in one candles sequence (e.g. daylight saving time), also added optional checking candles timestamp consecutive, packages updates

I try to implement it by myself, but the code made me confuse. `IIndexedOhlcv.Get(periodCount).Sma(3, ic.Index)` can get the %K,but I can't get the %D with the similar method.

question

Hello, Please, How can I use Momentum technical indicator? I tried, but still I cant find it. Can you help me or do you have some more examples? Many thanks...

Charts are very important missing feature.

enhancement
help wanted

- Fixed downtrend - uptrend isTrendUnchanged comparision. Was comparing with index-1 instead of current index ( Due to SAR calculation it must be current index) - Added start parameter to...

Current version of trady (3.2.9?) does not do the `minute` to `hour` transformation. First of all - following part of code in `IOhlcvDataExtension` was changed previously: var tempCandles = new...

Hi, when I try to create a rule like: var buyRule = Rule.Create(ic => ic.IsBelowBbLow(20,2)).And(c=>c.IsFullStoOversold(14,1,3)).And(c=>c.IsFullStoBullishCross(14,1,3)); I get an error: System.InvalidCastException: '[A]Full cannot be cast to [B]Full. Type A originates from...

When transforming data it doesn't always seem to work when using bihourly when scaled up from 15 minutes. Transformed results includes a lot of 15 minute candles and a mix...

do you compute with this formula or other formula? https://www.investopedia.com/terms/c/commoditychannelindex.asp the computed result is not correct.,