How do you recognize trend continuation signals with W.D. Gann Arcs? There is a periodicity to the the movements. If they are accelerating in the last portion of the move, retracement formation will become obvious. If the current important source action is trading flat still […]
What are some common myths about W.D. Gann Arcs? Folks, we have some unfortunate news! We had good reason to believe that the time had passed that anyone except the wealthiest of Gann archers would have some interest in learning about archery. However, we are […]
How do you combine W.D. Gann Arcs with other technical analysis tools for confirmation? When you see a series of overlapping low period arps, it could be that a trend is forming. What comes next depends on whether the chart is head and shoulder or […]
What are the key differences between W.D. Gann Arcs and pivot points? When you look for entry points in a stock chart you search for price areas where the moving average line finds temporary support (often called the “Gann.”) Both of these support areas: the […]
How do you adjust W.D. Gann Arcs for news events and economic data releases? The reason I brought this up in the first place is that I’m writing a book on Gann analysis, and I’ve always wondered: is it possible to study for and come […]
What are the best practices for backtesting W.D. Gann Arcs? I think (I’d probably need a 2nd opinion on this) we can use a set of W.D. Gann Rules to determine which Arcs may be able to be predicted and which are out there for […]
How do you validate the accuracy of W.D. Gann Arcs in real-time trading? W.D. Gann confirmed the accuracy of his arctics in an interview in October, it should not give credence to fraudsters since the system is supposedly accurate. How do you validate the accuracy […]
What role do W.D. Gann Arcs play in algorithmic trading strategies? For many experienced traders, W.D. Gann arbitrage ‘gaps‘ are an end-game, almost certain outcome, as a trader matures. Yet I have been studying the Gann Arcs for a lengthy time already, the more I […]
How do W.D. Gann Arcs adapt to different market cycles? We’re off another big down! My advice is always to keep the capital flow in going; you never know which way the market is going to break but if you’re going to get out, you’d […]
What are some software tools available for plotting W.D. Gann Arcs? A: For the “old school” ggplot2: With the newest version of ggplot2: A version from 2007 and it says in the file: ggplot(A)- + scale_colour_gradientn(colours=rev(rainbow(20)))+ aes(x=X, y=Y, group=Z)+ geom_line()+ coord_cartesian(xlim=c(0,.1),ylim=c(0,.1)) The “old school” ggplot2: […]