Is there any way to make a summary of what all the indicator values are on each sheet so that I can see everything in one place?
Something like the pop up prices in MetaTrader but with indicator values along side the prices for each pair
Can you point me to some method or documentation to start?
you can use objects in your indicator to print the values of the indicators you wanna see in one place
When you press F10 on metatrader it gives bid and ask prices for lots of pairs. Something like that but instead with indicator values
see picture i showed make something like that for your indicator values
Yeah, there isn't much difference between F10 and whats provided in the picture. I would use comments() because its easier and then paint the comment_background black. You can also use objects and play around with the x and y axis ... working with graphics isn't very friendly in mql4 (imo). If you need to accomplish this with indicators and objects then check out the following links.
When you press F10 on metatrader it gives bid and ask prices for lots of pairs. Something like that but instead with indicator values

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Is there any way to make a summary of what all the indicator values are on each sheet so that I can see everything in one place?
Something like the pop up prices in MetaTrader but with indicator values along side the prices for each pair