Equity tracker script
-
Hi guys, I have written a script that tracks equity and writes it as a number on the chart. I would love to know if it is possible to have it displayed as a line or histograph, so then I could see what my equity did during the night or anytime I am unable to see the screen. I have attached my progress so far. Any help would be greatly appreciated... Thanks
https://fxdreema.com/shared/1GGbuMkNc -
@papaskindog The only way to trace lines is by creating an EA, not a script. On the other hand, that 'Pass' block is unnecessary and the first 'Modify Variables' is also unnecessary duplicated. Use just one.
-
@l-andorrà thanks