This is a trading item or a component that was created using QuantShare by one of our members.
This item can be downloaded and used by QuantShare Trading Software.
Trading items are of different types. There are data downloaders, trading indicators, trading systems, watchlists, composites/indices...
You can use this item and hundreds of others for free by downloading QuantShare.
Top Reasons Why You Should Use QuantShare:
Works with US and international markets (stock, forex, options, futures, ETF...)
Offers you the tools that will help you become a profitable trader
Allows you to implement any trading ideas
Exchange items and ideas with other QuantShare users
Our support team is very responsive and will answer any of your questions
We will implement any features you suggest
Very low price and much more features than the majority of other trading software
This watchlist i have created for swing trade .This will filter the stock for short term entry wher you have to keep track of stock momentum every day.
MACD Signal with controllable MA type
The MACD Histogram show the divergence between the MACD and its reference line (the 9-day Exponential Moving Average). The MACD Histogram with controllable MA type let you choose the Moving average type to use in MACD Histogram calculations
(MACD returns the Moving Average Convergence Divergence indicator. MACD is a momentum oscillator, yet its primary use is to trade trends. MACD has two lines, one called MACD line or fast line and the other MACD signal or slow line. Moving Average Convergence/Divergence with controllable MA type let you choose the Moving average type to use in MACD calculations.)
EXAMPLE
MacdExtSignal(5, _MaSma, 3, _MaSma, 15, _MaSma).
The formula i used here is,(Just tweaked),You can change the parameters as per your need for better results.
var1 = Cross(MacdExtSignal(5,_MaSma,3,_MaSma,15,_MaSma), 0.1);
filter = (var1);