[pshaiCmd] Position Statistics

2 950 Views No Comments 3 years ago
  • A handy custom command for useful information in backtests and live bots!
    Information displayed via CustomReport()’s.

    Usage testample:

    local c = ClosePrices()
    local rsi = RSI(c, 14)
    
    if rsi > 70 then
        DoShort()
    elseif rsi < 30 then
        DoLong()
    end
    
    CC_PositionStatistics()
    • This topic was modified 2 years, 11 months ago by pshai.
    HaasScript Code
    Sign in or Register to download for free
  • Earn Up to 2,000 $BMEX Tokens Promotion Type: contest Expires: July 31, 2023 Exclusive
    Fire up your trade bots and earn up to 2,000 $BMEX, $BTC, free subscriptions, and more.
Login or Register to Comment

Unlock your crypto trading potential

Create a free account and enjoy everything we have to offer.

Join for Free