Help me with Error

Durai C

Master Trader
May 24, 2017
38
0
47
37
Hi,

I am testing MTF in my Script. I am having error. Pls help me to solve this.
 

Attachments

  • MTF_Super-signals_v1.mq4
    7.2 KB · Views: 8

Enivid

Administrator
Staff member
Nov 30, 2008
18,619
1,366
144
Odesa
www.earnforex.com
It is not a script. It is an indicator. To get rid of that compilation error, move the return statement above line #64. Return statement should return values from functions, not from some random places in your code.