The indicator tag has no wiki summary.
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 ...
5
votes
4answers
596 views
Library of basic indicators
I am looking to start developing a trend following strategy and have been looking to do something in either C# or Java and wondered if there was a library or framework out there that would make ...
5
votes
0answers
525 views
Volatility-Based Envelopes
I am following an article by Mohamed Elsaiid (MFTA) about Volatility-Based Envelopes - a quite new technical indicator he has introduced, that is being used by Bloomberg. My goal is to get a simple ...
9
votes
1answer
523 views
How to use macroeconomic indicators for long/short trading strategies?
I am trying to understand how to use macroeconomic data in my trading. I understand that using such data could be used to gauge an overall view of the market and how it's doing as a whole. I have been ...
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 ...
7
votes
2answers
182 views
What do we really mean by put-call ratio and how should it be expressed?
I need to calculate the put-call ratio for an American option. But I'm a complete naïf: I don't know how. I think I'd use the put open interest and the call open interest. I can imagine two ways to ...
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 ...
6
votes
4answers
482 views
Can risk aversion indicators anticipate financial crises? Research and/or strategies
In reference to this paper:
Can risk aversion indicators anticipate financial crises?
and the investable UBS Risk Adjusted Dynamic Alpha Strategy:
...
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 ...
4
votes
2answers
1k views
Mean reverting Indicator
I'm looking for an indicator which tells me if it's a good time to use mean reverting type quantitative trading strategies.
In order to do so I look at the market (the few hundred stocks I trade) and ...