[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Debugging for beginers



PureBytes Links

Trading Reference Links

Hi,
My logic isnt that great. Formula dont always do what I expect/intend!
It would be good to see actual values of variables as they change.

TJ suggested the follwing to me which I pass on in case it help other 
beginers with debugging.

***************
consider using Exploration to find out
what are the values of your variables:

Filter = 1;
Addcolumn( Variable1, "Var 1 ");
Addcolumn( Variable2, "Var 2 ");

*****************

ALso I recommend reading Geoff Mulhall's great article on array 
processing in Amibroker tips no 17 9/2001