It’s possible to use Automatic Analysis window to search for trendline (or other study) crossovers for multiple symbols at once. It’s necessary to do the following:<\/p>
1. Draw trendlines on the chart and assidn them a STUDY ID – two letter code that allows to recognise the particular study. To do this, go to study properties (Alt+Enter<\/strong>) after you draw the line (in this example – StudyID = “RE”).<\/p>
4. Now we can write the formula:
– Analysis -> Formula Editor
– enter:<\/p>
Buy = Cross( Close, Study(“RE”, 1023) );<\/em><\/strong><\/p>