StopLoss Take Profit в ордерах - страница 2

 
Ув. falkov! Очень признателен вам за помошь!
По вашей подробной инструкции я смог сделать то, что хотел.
Побольше бы таких добрых форумян :)
А ошибка моя заключалась в том, что я
 #import "user32.dll"
int MessageBoxA(int,string,string,int);
#import

#define MB_OK                0x00000000
#define MB_OKCANCEL          0x00000001
#define MB_ABORTRETRYIGNORE  0x00000002
#define MB_YESNOCANCEL       0x00000003
#define MB_YESNO             0x00000004
#define MB_RETRYCANCEL       0x00000005
#define MB_ICONHAND          0x00000010
#define MB_ICONQUESTION      0x00000020
#define MB_ICONEXCLAMATION   0x00000030
#define MB_ICONASTERISK      0x00000040
#define IDOK     1
#define IDCANCEL 2
#define IDABORT  3
#define IDRETRY  4
#define IDIGNORE 5
#define IDYES    6
#define IDNO     7
#define IDCLOSE  8
#define IDHELP   9


вставлял после

 int start() 


почему это неправильно, уже понял
Ещё раз спасибо