in charts,check out for your indicator,u shall find indicators with same name but with some numerical suffixes. check out all those by double clicking(insering in the sheet). u shall get the desired one.
--- On Fri, 4/9/10, L V Gandhi <[email protected]> wrote: From: L V Gandhi <[email protected]> Subject: [amibroker] parameters display and formula To: [email protected] Date: Friday, April 9, 2010, 9:18 AM Initially I had parameter line as follows ATRFactor = Param("ATRFactor", 1.5, 1, 3, 0.25 ); I changed it as follows using edit formula option ATRFactor = Param("ATRFactor", 1.5, 1, 3, 0.1 ); But parameter windows changes in steps of .25 only not in steps of .1. What should be done more to get latest edit to work. This happens even after reopening ami and also restarting windows.
