|
double MyValue1=iMA(...);
double MyValue2=iMA(...);
Print ("MyValue1=",MyValue1, " MyValue2=",MyValue2);
then look in your journal
I would be useless with0u7 the print
if you can make your logic into an indicator you can use
Comments ("MyValue1=",MyValue1);
put it on a clean chart and u can watch the values in real time
Last edited by lowphat; 11-11-2006 at 03:18 AM.
|