Trading View Pine Script How to calculate total cost of entry

前端 未结 0 658
野性不改
野性不改 2021-02-19 23:16

I have created a simple strategy with no exit condition:

strategy("RSI Check",overlay=true, pyramiding=5000)
rsi3=(rsi(close,3))
if(rsi3<=20)
    str         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题