C# Class MQL4CSharp.UserDefined.Input.CSVOrder

显示文件 Open project: jseparovic/MQL4CSharp Class Usage Examples

Public Methods

Method Description
CSVOrder ( string pair, string setup, string timeframe, double entry, double stop, double takeProfit1, double takeProfit2 ) : System

Method Details

CSVOrder() public method

public CSVOrder ( string pair, string setup, string timeframe, double entry, double stop, double takeProfit1, double takeProfit2 ) : System
pair string
setup string
timeframe string
entry double
stop double
takeProfit1 double
takeProfit2 double
return System