trading-signals
    Preparing search index...

    Type Alias PSARConfig

    type PSARConfig = {
        accelerationMax: number;
        accelerationStep: number;
    }
    Index

    Properties

    accelerationMax: number

    Maximum acceleration factor - the maximum value the acceleration factor can reach Typical value: 0.2

    accelerationStep: number

    Acceleration factor step - how quickly the SAR accelerates towards the price Typical value: 0.02