I am rather new to EFS code, but have a long background in developing and debugging applications in various languages (Incl. VB, Pascal, COBOL, dBASE).
In developing some indicators recently using Version 7.9 (Build 719) I came across a problem with the execution of the "for" statement.
I tried everything to get code to work, but statements after "for" did not seem to execute (despite syntax check being ok).
I then replaced the "for" construct with an equivalent "while" construct, and the code executed perfectly!
I have just completed the coding of another indicator (a morphed CCI calculation) and had exactly the same problem.
If this is universal, IT IS VERY SERIOUS!!!
If anyone can confirm, or has found why this problem occurs, I would be most grateful.
In developing some indicators recently using Version 7.9 (Build 719) I came across a problem with the execution of the "for" statement.
I tried everything to get code to work, but statements after "for" did not seem to execute (despite syntax check being ok).
I then replaced the "for" construct with an equivalent "while" construct, and the code executed perfectly!
I have just completed the coding of another indicator (a morphed CCI calculation) and had exactly the same problem.
If this is universal, IT IS VERY SERIOUS!!!
If anyone can confirm, or has found why this problem occurs, I would be most grateful.
Comment