Can't post code here.... too much
My program has over 6000 lines now and uses some very large arrays. (HUGE!)
This program does market charts and studies (indicators) with colored price bars and lines.
Sometimes the program becomes slow and all the lines go black. (Not in a place where there would be a programming bug. It's as if some part of memory is corrupt, but the program is still running with all the numeric arrays intact!)
However, the colors are still there and defined. The arrays are still intact. All the studies work, but no color. Just black on white!
There is no text on the screen when it happens, but the program continues to run.
The weirdest part!!! Graphic Box works. The boxes all have black borders, but they are filled with the colors (the same ones used in the Graphic Line commands).
The black text still works, it's just the colored text that vanishes.
My program has over 6000 lines now and uses some very large arrays. (HUGE!)
This program does market charts and studies (indicators) with colored price bars and lines.
Sometimes the program becomes slow and all the lines go black. (Not in a place where there would be a programming bug. It's as if some part of memory is corrupt, but the program is still running with all the numeric arrays intact!)
However, the colors are still there and defined. The arrays are still intact. All the studies work, but no color. Just black on white!
There is no text on the screen when it happens, but the program continues to run.
The weirdest part!!! Graphic Box works. The boxes all have black borders, but they are filled with the colors (the same ones used in the Graphic Line commands).
The black text still works, it's just the colored text that vanishes.
Comment