Click or drag to resize

ICloseSignalEntry Method

Called whenever trader enters a position

Namespace:  FinAnalysis.Base
Assembly:  FinAnalysis.Base (in FinAnalysis.Base.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
void Entry(
	int size,
	double price
)

Parameters

size
Type: SystemInt32
Entry position size
price
Type: SystemDouble
Entry position price
See Also