bleh
[mqlkit.git] / include / sampledll.mqh
blobe3b7a2c91ffb8689dab6de6a86e6fb08525b3310
1 #import "ExpertSample.dll"\r
2 int    GetIntValue(int);\r
3 double GetDoubleValue(double);\r
4 string GetStringValue(string);\r
5 double GetArrayItemValue(double arr[],int,int);\r
6 bool   SetArrayItemValue(double& arr[],int,int,double);\r
7 double GetRatesItemValue(double rates[][6],int,int,int);\r
8 int    SortStringArray(string& arr[],int);\r
9 int    ProcessStringArray(string& arr[],int);