Input

Path: EdgTraderLibrary

Input attribute.

  public class Input

Remarks

Input attribute used to take user input for eBot or eIndicator. Decorate property with input attribute for taking user input.

Supported Data Types

int
uint
float
long
ulong
double
float
decimal
string
DateTime
bool
System.Drawing.Color
System.Enum

Example

  [Input]
  public int Period { get; set; } = 5;