SharpTrader.SDK - Developer API

FitnessBase Class

Base class for custom fitness functions.

Namespace:  Sharpshooter.SDK
Assembly:  Sharpshooter.SDK (in Sharpshooter.SDK.dll)

Syntax


public abstract class FitnessBase

Remarks


Decimal properties representing custom parameters can be added to implementing classes. To make them visible in the user interface, decorate the property with ObjectiveParameterAttribute. Other recommended parameters are DisplayNameAttribute, CategoryAttribute (use category value "Fitness"), and DescriptionAttribute.

Inheritance Hierarchy


Object
  Sharpshooter.SDK..::..FitnessBase