C# Class MQL4CSharp.UserDefined.Input.CSVOrder

Afficher le fichier Open project: jseparovic/MQL4CSharp Class Usage Examples

Méthodes publiques

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

Method Details

CSVOrder() public méthode

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
Résultat System