Hello, I would like to know if an error has been reported using the beta version XXX referred to "Equity".
I have a formula programmed but it does not paint the signals on the chart while the same formula in other previous versions does it. Thank you.
Blockquote
**Capitalinicial = Param("Capital Inicial", 40000, 10000, 100000, 10000); **
SetOption("initialequity", Capitalinicial);
...............................
FORMULA
..............................
e = Equity();
**Plot(e, "Equity XXX", colorBlue, styleLine | styleLeftAxisScale); **
Title = "XXX System: "+ (e - CapitalInicial);