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
Nicholas Darvas in his book "How I Made $2,000,000 In the Stock Market", published in 1986, created the Darvas Box Theory.
Nicholas Darvas explains in this book that the Darvas box theory is a momentum strategy that should be used with short-term timeframes (less than one year).
The Darvas box consists of several boxes, the upper line of the box is considered as a resistance, while the lower line of the box is considered as a support. The area between these two lines (inside the Darvas boxes) is an area of consolidation.
A simple breakout strategy consists of buying (cover) a stock if it closes above the Darvas box upper line and selling (short) it if the close price breaks below the bottom line. In a long system, the stop Loss is set at the bottom of the box, while in a short system, the stop loss is set at the top of the box. You can also use the previous Darvas boxes to set your stop loss.
The "How I Made $2,000,000 In the Stock Market" book does not talk only about technical analysis; In fact, the indicator author suggests using the Darvas Box trading indicator with some fundamental analysis rules. He recommended, for example, applying this indicator only to stocks in new and growing industries.
The Darvas box formula uses only the high and low time-series and the indicator function accepts two parameters.
In the first parameter, you should specify the period to be applied in the calculation. The period is used to calculate the highest high value of the security or stock.
In the second parameter, you should specify whether to display the upper or the lower line of the Darvas box (high low lines).
Here is formula to display the Darvas Box indicator in a chart:
Plot(DarvasBox(26, 1),"Upper Darvas Box",colorRed,chartLine,StyleSymbolNone);
Plot(DarvasBox(26, 0),"Lower Darvas Box",colorGreen,chartLine,StyleSymbolNone);