How to do a line break within a long code line?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #193340 quote
    marie123marie123
    Participant
    Junior

    Hello guys,

    can someone tell me how to make a line break when using a very long code line?

    My code looks like:

    IF CONDITION1 AND CONDITION2 AND CONDITION3 AND CONDITION4 …….

    I would to have it this way:

    IF CONDITION1 AND
    CONDITION2 AND
    CONDITION3 AND ….

    Is this somehow possible? Just using <enter> doesn’t work.

    #193343 quote
    robertogozzirobertogozzi
    Moderator
    Legend

    You cannot bresk lines, but  you can combine multiple conditions into other variables:

    ConditionA = CONDITION1 AND CONDITION2
    ConditionB = CONDITION3 AND CONDITION4
    IF ConditionA AND ConditionB THEN…
    marie123 thanked this post
    #193345 quote
    marie123marie123
    Participant
    Junior

    Ok, thank you!

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

How to do a line break within a long code line?


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
marie123 @marie123 Participant
Summary

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

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 05/17/2022
Status: Active
Attachments: No files
ProRealCode ProRealCode
Loading...