संसाधन लोड हो रहा है... लोड करना...

$$ फैलाव\ इष्टतम\_ask\le फैलाव $$

लेखक:क्लेनाड, दिनांकः 2023-10-20 11:36:08
टैगः

$$ फैलाव\ इष्टतम_ask\le फैलाव $$

$$ \text{Var}(X) = \sigma^2 = \frac{1}{n} \sum_{i=1}^{n} (x_i - \bar{x}) ^2 $$

$$ \text{Var}(X) = \sigma^2 = \frac{1}{n} \sum_{i=1}^{n} (x_i - \bar{x}) ^2 $$


if high > ta.highest(high[1], 5)5
    strategy.entry("Enter Long", strategy.long)
else if low < ta.lowest(low[1], 5)
    strategy.entry("Enter Short", strategy.short)

अधिक