Please don't post randomly in any section. Your question is not related to the section you posted.
MT4/mql4 has it's own section on the forum.
I have moved your topic to the correct section.
-
//| My Expert.mq4|
Why did you post your MT4 question in the MT5 General section instead of the MQL4 section, (bottom of the Root page)?
General rules and best pratices of the Forum. - General - MQL5 programming forum? (2017)
Next time, post in the correct place. The moderators will likely move this thread there soon. -
string[] lines = StringSplit(content, "\n");
Perhaps you should read the manual. What does StringSplit return and how many arguments does it require?
How To Ask Questions The Smart Way. (2004)
How To Interpret Answers.
RTFM and STFW: How To Tell You've Seriously Screwed Up. - ghergherak:Start fixing the errors one by one. You didn't define an ENUM_TP prior to line 12.
'ENUM_TP' - declaration without type 12 7
input ENUM_TP TakeProfitLevel = TP_Level1;

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
'ENUM_TP' - declaration without type 12 7
'[' - name expected 226 7
'0.02' - name expected 226 37
'0.03' - name expected 226 45
'0.04' - name expected 226 53
'0.05' - name expected 226 61
'}' - semicolon expected 226 67
'}' - expressions are not allowed on a global scope 226 67
'[' - name expected 243 7
'Take Profit 2' - name expected 243 54
'Take Profit 3' - name expected 243 71
'}' - semicolon expected 243 86
'}' - expressions are not allowed on a global scope 243 86
'[' - name expected 259 7
'0.02' - name expected 259 37
'0.03' - name expected 259 45
'0.04' - name expected 259 53
'0.05' - name expected 259 61
'}' - semicolon expected 259 67
'}' - expressions are not allowed on a global scope 259 67
'LotSizeDropdownIndex' - function already defined and has body 260 5
see previous declaration of function 'LotSizeDropdownIndex' 227 5
'LotSizeDropdownValue' - function already defined and has body 271 8
see previous declaration of function 'LotSizeDropdownValue' 238 8
'[' - name expected 276 7
'Take Profit 2' - name expected 276 54
'Take Profit 3' - name expected 276 71
'}' - semicolon expected 276 86
'}' - expressions are not allowed on a global scope 276 86
'TakeProfitLevelDropdownIndex' - function already defined and has body 277 5
see previous declaration of function 'TakeProfitLevelDropdownIndex' 244 5
'TakeProfitLevelDropdownValue' - function already defined and has body 281 9
see previous declaration of function 'TakeProfitLevelDropdownValue' 248 9
'WebRequest' - no one of the overloads can be applied to the function call 88 9
could be one of 2 function(s) 88 9
built-in: int WebRequest(const string,const string,const string,const string,int,const char&[],int,char&[],string&) 88 9
built-in: int WebRequest(const string,const string,const string,int,const char&[],char&[],string&) 88 9
'[' - name expected 91 15
'
' - name expected 91 47
'lines' - undeclared identifier 92 39
'lines' - parameter conversion not allowed 92 39
'lines' - array required 92 39
'[' - name expected 94 19
',' - name expected 94 53
'fields' - undeclared identifier 95 27
'fields' - parameter conversion not allowed 95 27
'fields' - array required 95 27
implicit conversion from 'number' to 'string' 101 29
implicit conversion from 'number' to 'string' 102 29
implicit conversion from 'number' to 'string' 103 47
implicit conversion from 'number' to 'string' 104 51
implicit conversion from 'number' to 'string' 105 49
implicit conversion from 'number' to 'string' 106 49
implicit conversion from 'number' to 'string' 107 49
implicit conversion from 'string' to 'number' 113 73
'ticket' - struct member undefined 129 53
return value of 'OrderModify' should be checked 130 21
'ticket' - struct member undefined 147 44
implicit conversion from 'string' to 'number' 72 35
return value of 'OrderDelete' should be checked 72 13
'ticket' - struct member undefined 206 35
return value of 'OrderDelete' should be checked 206 13
'ticket' - struct member undefined 218 35
return value of 'OrderModify' should be checked 218 13
'LotSizeDropdown' - undeclared identifier 262 35
'LotSizeDropdown' - parameter conversion not allowed 262 35
'LotSizeDropdown' - array required 262 35
implicit conversion from 'number' to 'string' 264 28
'LotSizeDropdown' - undeclared identifier 273 27
implicit conversion from 'number' to 'string' 273 27