Can u graph entry candle atr?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #86209 quote
    jebus89
    Participant
    Master

    Hi, is it possible to show the entry-candles ATR[X] in a graph somehow? 🙂

    #86210 quote
    Vonasi
    Moderator
    Master

    Every time you enter a trade you could store the value and hold the last x atr values that you need for your average.

    if (your entry conditions) then
    buy 1 contract at market 
    atr1 = atr2
    atr2 = atr3
    atr3 = atr4 
    atr4 = atr5
    atr5 = atr6
    atr6 = averagetruerange[14]
    atrentryaverage = (atr1 + atr2 + atr3 + atr4 + atr5 + atr6)/6
    endif
    
    graph atrentryaverage
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.

Can u graph entry candle atr?


ProOrder: Automated Strategies & Backtesting

New Reply
Author
author-avatar
jebus89 @jebus89 Participant
Summary

This topic contains 1 reply,
has 2 voices, and was last updated by Vonasi
7 years, 3 months ago.

Topic Details
Forum: ProOrder: Automated Strategies & Backtesting
Language: English
Started: 12/02/2018
Status: Active
Attachments: No files
Logo Logo
Loading...