How can I identify which window is running my AFL code. Say I have two chart windows open - with the same symbol. However, using StaticVarSet/Get (for automatic trading purposes) does not destinguish between the two windows. I need something like the following:
chartWindow = xx; staticVarSet(chartWindow+"varName", varValue); what can I use for xx - in order to destinguish between two open chart windows? Best regards Jens
