Can you help me to show in the Title the Parameter value for MABars in the 
following example.

//Liquidity MA 20
MABars = Param( "MA Period" , 20,1,200,1,0);
Plot( MA(C * V, MABars) , Name(), colorBlue );

Title = "{{NAME}}-x Day MA Liquidity- [$]: {{VALUES}} {{MA Period}}" ;

Thanks Richard

Reply via email to