Hi,
I am trying to create a custom indicator, this is just a sample below of the syntax I am using. But if I drag this code onto a chart twice, it causes an error
"..unexpected USER_FN, expecting identifier"
How can I resolve thanks?
procedure DoSomething(string)
{
_TRACE(string);
}
DoSomething("Hello");