Aide caractère manquant

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #211015 quote
    natnat
    Participant
    New

    Bonjour à tous.

    me voila dans une panade d’on je n’arrive a me sortir, j’ai codé un code en pinescript ( tradingview) et j’ai essayer de le transposer en prorealcode, tout a l’air plus ou moins ok mais voilà il n’y a qu’une erreur que je n’arrive a régler…

    ” suggestion : ligne 2 caractère manquant”  j’ai beau essayer tout en ma connaissance mais rien n’y fait

    voici le code en question :

    <b> “Insert PRT Code” </b>

    //Range Size Function
    range_size(qty, n) =
    wper = n * 2 – 1
    avrange = ema(abs(close – close[1]), n)
    AC = ema(avrange, wper) * qty
    range_size = AC

    si quelqu’un saurait comment m’aider je lui en serait reconnaissant !!!

    Bien à vous !

    Capture-decran-2023-03-06-a-21.00.31.png Capture-decran-2023-03-06-a-21.00.31.png
    #211017 quote
    GraHal
    Participant
    Master

    Qu’est-ce que la ligne 2 est censée égaler / = ??

    range_size(qté, n) =

    #211021 quote
    robertogozzi
    Moderator
    Master

    Les noms de variables ne peuvent contenir que des lettres et des chiffres.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.

Aide caractère manquant


ProOrder : Trading Automatique & Backtests

New Reply
Author
author-avatar
natnat @natnat Participant
Summary

This topic contains 2 replies,
has 3 voices, and was last updated by robertogozzi
3 years ago.

Topic Details
Forum: ProOrder : Trading Automatique & Backtests
Language: French
Started: 03/06/2023
Status: Active
Attachments: 1 files
Logo Logo
Loading...