Automatic Trading Error: instruction ” Graph” may not be used

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

    Hi,

    I have recently wrote a code.

    When I go to run the system in Automatic Trading I get the following error ” The instruction ” Graph” may not be used in automatic trading mode”.

    The only lines of code that mention Graph are the following;

    graphonprice hh coloured(“green”)
    graphonprice ll coloured(“red”)

    What do I need to do in order to run the system in Automatic Trading?

    Thanks.

    #215532 quote
    JC_BywanJC_Bywan
    Moderator
    Master

    Hi,

    topic moved to proorder forum,

    you can either delete these 2 lines,

    or comment them out with // at the beginning of the lines if you want to keep a trace of them and/or bring them back for backtests:

    //graphonprice hh coloured(“green”)
    //graphonprice ll coloured(“red”)

    #215538 quote
    NicolasNicolas
    Keymaster
    Legend

    GRAPH and GRAPHONPRICE instructions can only be used in ProBacktests, they have to be deleted or commented out in order to launch the strategy in ProOrder.

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

Stuck on this ProBuilder code?

Describe what this topic is trying to build, in plain English, and ProRealAI writes the ProRealTime™ indicator, screener or system for you.

Available in 7 languages
Try ProRealAI

Automatic Trading Error: instruction ” Graph” may not be used


ProOrder: Automated Strategies & Backtesting

New Reply
Author
Summary

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

Topic Details
Forum: ProOrder: Automated Strategies & Backtesting
Language: English
Started: 06/01/2023
Status: Active
Attachments: No files
ProRealCode ProRealCode
Loading...