# Copyright (c) 2025 @ikim1. All rights reserved.
# This work is licensed under the MIT License. # For a copy, see .
# indie:lang_version = 5 from indie import indicator
@indicator('My Indie 1', overlay_main_pane=False) def Main(self): return self.close[0]+100
Comments