I am trying to create a custom indicator where i accept the Moving Average 
values from user and pass it onto another indicator
{sus19in.input}one:=Input("Enter the First EMA 
value",1,100,5);two:=Input("Enter the First EMA 
value",1,100,13);three:=Input("Enter the First EMA 
value",1,100,21);one;two;three;
{sus19in.EMA}Mov(C ,FmlVar("sus19in.input","one"),e );Mov(C 
,FmlVar("sus19in.input","two"),e );Mov(C ,FmlVar("sus19in.input","three"),e );
I am continuously getting the error "This variable or expression must contain 
only constant data.", can you guys tell me why this error is showing upĀ 

Reply via email to