The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
2answers
339 views

How to create charts in WPF finance applications?

How to create charts for market data in WPF? Are there any charting controls provided by microsoft or you need to use only third party controls? Which are the popular third party charting controls ...
0
votes
1answer
105 views

Grokking Stochastic Oscillator for Stocks

In software, I'm trying to implement the Stochastic Oscillator (see here), and I'd like to figure out a few things. Let's say I use standard inputs 14, 3 and 3. If my 14 is for intraday ticks, what ...