TradingView
only_fibonacci
2022년 5월 9일 오후 4시 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ş.
더보기