TradingView
only_fibonacci
9 мая 2022 г., 16:52

Strategy Table Library 

Bitcoin / TetherUSBinance

Описание

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()
Комментарии
drserkanbodur
neden bilmiyorum ama çalıştıramadım...
yragib
@drserkanbodur, bunu dene
import only_fibonacci/table_library/1 as table_library table_library.strategy_table()
lucidreamer15
Nice. Thanks!
Rise_of_Skywalker
I like your script. It simple yet beautiful. How to truncate to two decimal points?
yragib
Example Code :
import only_fibonacci/table_lib/1 as st
st.strategy_table()
bu üst kısım isim değişikliği nedeniyle çalışmıyor. aşağıdaki kodu kullanın
import only_fibonacci/table_library/1 as table_library table_library.strategy_table()
yasincimen
Emeğinize sağlık! Üstat bunu sadece son gün işlemlerini gösterecek şekilde kullanabiliyor muyuz?
serbu62
Emeğinize sağlık.Çok faydalı olmuş.
Ещё