ICHIMOKU code problems

Forums ProRealTime English forum ProOrder support ICHIMOKU code problems

Viewing 2 posts - 1 through 2 (of 2 total)
  • #102872

    Sorry to be posting this here but cannot access the community forum.

    When preparing for trading the issue with defined variables stops me from trading. The variables are defined as you can see from the attachment.

    The following, is the code I want to use. Could someone please help me to sort out the undefined variable conflict? It would help if proRealTime highlighted the error in the code. I have defined all the variables within any [ ] brackets.

    /LINK https://www.prorealcode.com/prorealtime-trading-strategies/ichimoku-exits-cloud/

     

    #103130

    Undefined variables means that they are not present in the code (or commented with either a double slash // or with REM instruction). So remove the double slash and REM from the code in order to get the variables to be defined.
    Another way is to download the file in the library and import it into the platform instead of copy/pasting it.

Viewing 2 posts - 1 through 2 (of 2 total)

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