Hi, I created a strategy using strategy builder. That works. The strategy will place the value of an indicator in a variable defined as a “double” type. I would like to print a symbol “dot” at that level on an indicator panel at that value. Spent many many hours trying to work with AI to get it to do this. AI’s first attempt was to try and pass the resulting defined variable values over to an indicator that then would print the “dot” at the correct level on an indicator panel. It never could pass the values over to the indicator. Went down many many different rabbit holes trying to make the connection with unlocked versions of the strategy with an accompanying indicator. Just can’t believe it is that difficult to get a strategy to print something on a non price indicator. I have also tried to write the strategy as an indicator with AI and ended going down many many rabbit holes trying that path. Appreciate any advice on how to pass a strategy value to an indicator or how to convert a strategy over to an indicator and get it to print something. Thank you in advance
Gemini was pretty helpful setting up sharing data between indicators. Docs are here: Help
Thank you. I tried claude. It converted the strategy into indicator on the 1st try. won’t waste time on copilot in the future