Is it possible to add a “step” instruction to For to (or downto) ?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #209713 quote
    LucasBestLucasBest
    Participant
    Senior

    Hello,

    All is said in the title… Is there any step instruction in prorealtime that we can add to the instruction For… to…

    For example :
    For i = 1 to 12 step 3 do
    i would be equal to 1 then 4, then 7, then 10… instead of 1, 2, 3, 4, etc without step instruction

    #209735 quote
    JSJS
    Participant
    Master

    Hi Lucas,

    You can use the “while” instruction…

    LucasBest thanked this post
    #209736 quote
    LucasBestLucasBest
    Participant
    Senior

    Yes i know. I was just wandering if PRT planed to add “step” instruction in the futur

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

Is it possible to add a “step” instruction to For to (or downto) ?


ProBuilder: Indicators & Custom Tools

New Reply
Author
author-avatar
LucasBest @lucasbest Participant
Summary

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

Topic Details
Forum: ProBuilder: Indicators & Custom Tools
Language: English
Started: 02/15/2023
Status: Active
Attachments: No files
ProRealCode ProRealCode
Loading...