Method | Description | |
---|---|---|
Scanner ( ) : System |
Constructor
|
Method | Description | |
---|---|---|
OnLoad ( |
Perform initializing
|
|
OnResize ( |
Recalculates the sizes and positions of the controls after resizing.
|
|
OnShown ( |
Loads data and recalculates.
|
Method | Description | |
---|---|---|
AddTickData ( int bar, double bid ) : void |
Adds tick data to Data
|
|
BgWorker_DoWork ( object sender, |
Does the job
|
|
BgWorker_ProgressChanged ( object sender, |
This event handler updates the progress bar.
|
|
BgWorker_RunWorkerCompleted ( object sender, |
This event handler deals with the results of the background operation.
|
|
ChbAutoscan_CheckedChanged ( object sender, |
Autoscan checkbox.
|
|
ChbTickScan_CheckedChanged ( object sender, |
Tick scan checkbox.
|
|
CheckIntrabarData ( ) : void |
Checks the intrabar data.
|
|
CheckTickDataFile ( ) : bool |
Determines whether a tick data file exists.
|
|
ExportTickToCSV ( ) : void |
Export tick data to a .CSV file.
|
|
LoadData ( |
Loads the data.
|
|
LoadIntrabarData ( DataPeriods period ) : int |
Loads the Intrabar data.
|
|
LoadTickData ( ) : void |
Loads available tick data.
|
|
PnlInfo_Paint ( object sender, PaintEventArgs e ) : void |
Repaint the panel Info
|
|
RepairIntrabarData ( ) : void |
Repairs the intrabar data.
|
|
Scanner_FormClosing ( object sender, |
Stops the background worker.
|
|
SetLabelProgressText ( string text ) : void |
Sets the lblProgress.Text.
|
|
ShowScanningResult ( ) : void |
Updates the Generator interface.
|
|
StartLoading ( ) : void |
Starts intrabar data loading.
|
protected OnResize ( |
||
e | ||
return | void |