Ayuda en Indicador

Forums ProRealTime foro Español Soporte ProBuilder Ayuda en Indicador

  • This topic has 6 replies, 4 voices, and was last updated 5 days ago by avatarJS.
Viewing 7 posts - 1 through 7 (of 7 total)
  • #244574

    Hola:

    Estoy tratando de crear un indicador y tengo un error que menciono a continuación y del cual no doy salido.

    IF esHCHInvertido THEN
    DRAWTEXT(“HCH Inv”, BarIndex, Low, Green)
    ENDIF
    RETURN

    pruebo de esta forma y tampoco

    DRAWTEXT(“HCH Inv”, BarIndex, Low, RGB(0,255,0))

    Alguien me podría ayudar

    Gracias,

    #244575
    3 users thanked author for this post.
    #244582

    Puedes encontrar las instrucciones aquí https://www.prorealcode.com/documentation/drawtext/.

     

    1 user thanked author for this post.
    #244583
    DRAWTEXT(“HCH Inv”, Barindex,Low) COLOURED(0,255,0)
    ENDIF

    Ahora me da errores en las dos lineas

    #244585

    Lea las instrucciones en el enlace proporcionado y encontrará el error.

     

    1 user thanked author for this post.
    #244594

    Hola Roberto:

    Pruebo todas las variables del enlace que me proporcionaste  y me sigue dando errores.

     

    IF esHCHInvertido THEN
    DRAWTEXT(“HCH Inv”) AT BarIndex, Low COLOURED(0,255,0)
    ENDIF
    RETURN
    IF esHCHInvertido THEN
    DRAWTEXT(“HCH Inv”) AT BarIndex, Low
    ENDIF
    RETURN

     

    #244603
    JS

    IF esHCHInvertido THEN
    DRAWTEXT(“HCH Inv”,BarIndex,Low) COLOURED(0,255,0)
    ENDIF

    RETURN

     

    2 users thanked author for this post.
Viewing 7 posts - 1 through 7 (of 7 total)

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