Method | Description | |
---|---|---|
CalculateNotInSessionTicks ( double x, double y ) : double | ||
CalculateRealQuantityOfTicks_Left ( double x, double y ) : double | ||
CalculateRealQuantityOfTicks_Right ( double x, double y ) : double | ||
GetFirstGridDivision ( EGridSize &gridSize, double &min, double &max, System.DateTime &firstDateTime ) : void | ||
GetNextGridDivision ( double firstTick, double prevMajor, int majorCount, EGridSize gridSize ) : double | ||
SetSessionBounds ( long firstSessionTick, long lastSessionTick ) : void | ||
TIntradayTransformation ( ) : System | ||
TIntradayTransformation ( long firstSessionTick, long lastSessionTick ) : System |
Method | Description | |
---|---|---|
CalculateGap ( long x, long gridSize ) : long | ||
CalculateJumpGap ( long x, long gridSize ) : long | ||
GetFirstMajor ( long x ) : long | ||
GetNextMajor ( double x, long gridSize ) : double |
public CalculateNotInSessionTicks ( double x, double y ) : double | ||
x | double | |
y | double | |
return | double |
public CalculateRealQuantityOfTicks_Left ( double x, double y ) : double | ||
x | double | |
y | double | |
return | double |
public CalculateRealQuantityOfTicks_Right ( double x, double y ) : double | ||
x | double | |
y | double | |
return | double |
public GetFirstGridDivision ( EGridSize &gridSize, double &min, double &max, System.DateTime &firstDateTime ) : void | ||
gridSize | EGridSize | |
min | double | |
max | double | |
firstDateTime | System.DateTime | |
return | void |
public GetNextGridDivision ( double firstTick, double prevMajor, int majorCount, EGridSize gridSize ) : double | ||
firstTick | double | |
prevMajor | double | |
majorCount | int | |
gridSize | EGridSize | |
return | double |
public SetSessionBounds ( long firstSessionTick, long lastSessionTick ) : void | ||
firstSessionTick | long | |
lastSessionTick | long | |
return | void |
public TIntradayTransformation ( long firstSessionTick, long lastSessionTick ) : System | ||
firstSessionTick | long | |
lastSessionTick | long | |
return | System |