Problem with custom formula

Hi all,

I try to use the following formula:

Eval(EMA(20,0,Getseries(“$VIX”))<EMA(20,3,Getseries(“$VIX”)),1,0)

When I press save, the following error appears:
ERROR: SQLException: String or binary data would be truncated.

Does anybody know what the problem is?

It works for me. Perhaps you have a non-ascii character embedded in the string?
Steve

Cheers Steve. That solved the problem.