I need some help with my MQL4 code

I made an EA on a free site and added it to my MT4 platform. It had over 2000 warnings. I managed to get it down to just 6 but i cannot figure out how to fix them. If anyone here can take a look and help me out i would much appreciate it.

I am attaching the code in notepad. Put into the metaeditor you should get the same 6 errors i do.

Any help would be greatly appreciated

i havent opened it in MT4 but saw from text one error which might solve a lot:

{int start()

change to

int start() {

Thank You :smiley: