DVI Indicator for Amibroker

In view of the series by Michael Stokes on the DVI indicator developed by David Varadi I have translated the code  into an Amibroker indicator. Have fun with it! // —- Functions Used by the indicator — function PercentRank( Data, Periods ) { Count = 0;    for ( i = 1; i < Periods … Read more

Tools & Setup

The picture below shows the tools & the setup I am using.  The aim of this setup is to give me a semi-automatic analysis environment that occasionally can run stand-alone trading execution. Data:  yahoo.com. It’s free and used by many. Yes I am aware of some data accuracy problems, however have come across none yet myself. I … Read more