//@Name:Piotroski F Score //@Description:Returns the Piotroski F Score value - useful for data-mining. //@Returns:Number //@Width:60 //Author: ShareScript Support - Modified by Phil Tolhurst, Support Manager // Care has been taken in preparing this code but it is provided without guarantee. // You are welcome to modify and extend it. Please add your name as a modifier if you distribute it. function getVal(share) { return share.getResult(0,Result.PiotroskiFScore); }