Support Board
Date/Time: Thu, 26 Mar 2026 05:15:55 +0000
Post From: ACSIL Help with resetting variables on symbol change.
| [2024-02-17 04:20:01] |
| User43 - Posts: 102 |
|
you need to make your str_CURRENT_SYM persistent in order to work as intended. currently your str_CURRENT_SYM will be a newly initialized on each bar, rendering your last line before closing bracket obsolete. see ACSIL Interface Members - Functions: Persistent Variable Functions |
