PINE LIBRARY

Strategy Table Library

8887
Library "table_library"
TODO: With this library, you can add tables to your strategies.

strategy_table()
  Returns: Strategy Profit Table
Adds a table to the graph of the strategy for which you are calling the function. You can see data such as net profit in this table.

No parameters. Just call the function inside the strategy.


Example Code :
import only_fibonacci/table_lib/1 as st
st.strategy_table()

Disclaimer

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.