The script prints info about a closed position by its position ticket or identifier, on a retail hedging account.
It supports only retail hedging accounts (Forex).
Following info are printed to the 'Experts' log:
Stock trading indicators. BIAS.
ADR,AWR,AMR,Draws Average Range Lines
define the skeleton of an algorithm in an operation, deferring some steps to subclasses. template method lets subclasses redefine certain steps of an algorithm without changing the algorithm's structure
represent an operation to be performed on the elements of an object structure. visitor lets you define a new operation without changing the classes of the elements on which it operates