Tagged Questions
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 ...
3
votes
1answer
361 views
How does “time segmented volume” differ from on-balance volume?
Worden Brothers Inc. advertise a proprietary indicator called Time Segmented Volume.
This gizmo seems closely to resemble On Balance Volume.
Is there any reason to think that TSV might yield a more ...
16
votes
5answers
2k views
How to identify technical analysis chart patterns algorithmically?
I'm working on a small application that will provide some charts and graphs to be used for technical analysis. I'm new to TA but I'm wondering if there is a way to algorithmically identify the ...
7
votes
5answers
790 views
How can I quantitatively test the validity of momentum indicators?
I am learning about quantitative finance, and I am struck by how different it is from the techniques that make it into magazines and TV, particularly technical analysis. Specifically, if they say an ...
10
votes
3answers
1k views
How to incorporate technical indicators into neural networks?
I plan to develop a neural network to trade commodities futures, but while messing around with some code, a question came up. If I understand correctly, people use various technical indicators with ...