Welcome to NexusFi: the best trading community on the planet, with over 150,000 members Sign Up Now, It is Free
Genuine reviews from real traders, not fake reviews from stealth vendors
Quality education from leading professional traders
We are a friendly, helpful, and positive community
We do not tolerate rude behavior, trolling, or vendors advertising in posts
We are here to help, just let us know what you need
You'll need to register in order to view the content of the threads and start contributing to our community. It's free for basic access, or support us by becoming an Elite Member -- see if you qualify for a discount below.
-- Big Mike, Site Administrator
(If you already have an account, login at the top of the page)
How do I get Strategy Equity indicator to show proper values on radar screen?
I tried adding the Strategy Equity indicator to the radar screen but realised that it is not available in the list to choose from. I then went into the source code and noticed that in properties the radar screen option was not selected. So I selected it and compiled it again which made the indicator appear in the list.
However, when added to the radar screen, it always shows zero values even though the synced chart screen which has the same indicator attached displayed non-zero equity values.
What am I doing wrong here?
Can you help answer these questions from other members on NexusFi?
the Strategy Equity indicator uses reserved words that are able to display strategy performance metrics for strategies applied to the same (!) chart. It cannot work in Radarscreen since strategy and indicator are applied to different applications.
A strategy runs on a chart window and data in a chart window is not automatically available in another chart window or in RadarScreen. You can write code to create global variables to make data available in other windows and RadarScreen but this can be complicated.