lowest[N](price) alternative?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #49241 quote
    pieroimpieroim
    Participant
    Average

    Is there a function like lowest but where I can set a candle ingress bar point ?

    Es: I want the lowest from bar 50 to 100..

    or I need to use a For.. next cycle?

    #49245 quote
    DespairDespair
    Blocked
    Master
    N=lowest[50](close[50])

    This is how you do it.

    pieroim and robertogozzi thanked this post
    #49267 quote
    robertogozzirobertogozzi
    Moderator
    Legend

    Despair, after using your code, if I write:

    IF N[6] THEN...

    the system should return the lowest value from bar 50 to 100, but 6 bars ago, is it correct?

    #49275 quote
    DespairDespair
    Blocked
    Master

    Correct.

Viewing 4 posts - 1 through 4 (of 4 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

lowest[N](price) alternative?


ProOrder: Automated Strategies & Backtesting

New Reply
Author
author-avatar
pieroim @pieroim Participant
Summary

This topic contains 3 replies,
has 3 voices, and was last updated by DespairDespair
8 years, 11 months ago.

Topic Details
Forum: ProOrder: Automated Strategies & Backtesting
Language: English
Started: 10/13/2017
Status: Active
Attachments: No files
ProRealCode ProRealCode
Loading...