High volatility or not?

Discussion in 'Strategy Building' started by MrAgi1, Sep 17, 2022.

  1. There are several measures in Easy Language:
    Inputs: PriceValue(Numeric), SDevLen(Numeric):
    StdDevPAnnualized
    Variables: var0(True);
    StdDevPAnnualized = StdDev(PriceValue, SDevLen) * BarAnnualization;

    VolatilityStdDev
    inputs: Length( 30 ) ;
    Plot1( VolatilityStdDev( Length ), "VoltySDev" ) ;
     
    #11     Sep 27, 2022
    MrAgi1 likes this.