Forum

Pipe OrderSend - Undeclared Identifier

Good Day, Just enquiring upon writing the code, the following errors pops out, "',' - unexpected token, cmd-some operator expected and OrderSend - undeclared identifier. Code is as; #define PIPE_TYPE_MESSAGE 4 #define PIPE_READMODE_MESSAGE 2 #define PIPE_WAIT

String Split

Good day, May i just enquire if i have a string sent via Pipeline where said string goes as ""EURUSD",OP_Buy,0.1,Ask,2,0,0" How can i split it into using String Split Symbol="EURUSD" cmd=OP_Buy volume=0.1 so on so forth using the following codes void OnStart () { string to_split= "_life_is_good_"