CONVERSION INDICADOR TRADINGVIEW

Forums ProRealTime foro Español Soporte ProBuilder CONVERSION INDICADOR TRADINGVIEW

Viewing 3 posts - 16 through 18 (of 18 total)
  • #235901

    Bonjour à tous,

    Beaucoup de travail où on aurait pu faire une économie de temps et de neurones brûlés !

    Je vous joins un graphe de ASML daily où j’ai superposé le LDC et une moyenne pondérée période 20 et qu’est ce qu’on voit

    la même chose à un poil près.

    La bonne nouvelle c’est qu’on peut utiliser la WMA20 sur PRT mobile comme on ne peut pas mettre de code perso.

    Bon trades à tous.

    2 users thanked author for this post.
    #244388

    muchas gracias Iván

    en la línea 433 del código original figura la fórmula siguiente:
    yhat2 = kernels.gaussian(settings.source, h-lag, x)
    ¿Sería posible traducirla también?

    así como las siguientes líneas? :
    // Alert Variables
    bool alertBullish = useKernelSmoothing? isBullishCrossAlert: isBullishChange
    bool alertBearish = useKernelSmoothing? isBearishCrossAlert: isBearishChange
    // Bullish and Bearish Filters based on Kernel
    isBullish = useKernelFilter? (useKernelSmoothing? isBullishSmooth: isBullishRate): true
    isBearish = useKernelFilter? (useKernelSmoothing? isBearishSmooth: isBearishRate): true

    así como el final del código y en particular estos últimos apartados? :
    // Dynamic Exit Conditions
    // Fixed Exit Conditions
    // Alertas separadas para entradas y salidas
    // Alertas combinadas para entradas y salidas
    // Kernel Estimate Alerts

    #244409

    Hola. De nada. Te dejo aquí el cálculo de yhat2.

    1 user thanked author for this post.
Viewing 3 posts - 16 through 18 (of 18 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login