Namespace: ArthaChitra.Model.SharpScriptAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax public Transaction(
Strategy strategy,
decimal quantity,
ITrade entryTrade,
ITrade exitTrade,
double highSinceEntry,
double lowSinceEntry,
int entryBar,
int exitBar
)
Parameters
- strategy Strategy
-
- quantity Decimal
-
- entryTrade ITrade
-
- exitTrade ITrade
-
- highSinceEntry Double
-
- lowSinceEntry Double
-
- entryBar Int32
-
- exitBar Int32
-
See Also