candle bars

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #45441 quote
    williamtd
    Participant
    New

    Hi, looking for a simple automated system code / programme to buy / sell when previous bar has a open close above a certain size and below a certain level ??

    #45444 quote
    Leonida1984
    Participant
    Average

    close crosses over high[1]

    #45448 quote
    williamtd
    Participant
    New

    Sorry by certain size i mean dediacted pip size, say 100 pips

    #45453 quote
    robertogozzi
    Moderator
    Master
    IF close > (open + (20 * pipsize)) THEN //closure 20 pips greater than opening
    #45455 quote
    robertogozzi
    Moderator
    Master

    Or maybe:

    IF Range > (30 * pipsize) THEN  //RANGE is greater than 30 pips, either way
    #45698 quote
    williamtd
    Participant
    New

    Robert, thankyou for your help. New to me so will sit and go through the probuild manual !! and try to code it

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

candle bars


ProOrder: Automated Strategies & Backtesting

New Reply
Author
author-avatar
williamtd @williamtd Participant
Summary

This topic contains 5 replies,
has 3 voices, and was last updated by williamtd
8 years, 6 months ago.

Topic Details
Forum: ProOrder: Automated Strategies & Backtesting
Language: English
Started: 09/05/2017
Status: Active
Attachments: No files
Logo Logo
Loading...