Better True ATR

Viewing 2 posts - 16 through 17 (of 17 total)
  • Author
    Posts
  • #54736 quote
    NicolasNicolas
    Keymaster
    Legend

    Another tip about finding the “good” stoploss and takeprofit values is to use averages of MAE/MFE.

    #54773 quote
    LeoLeo
    Participant
    Veteran
    Hi juanj, This is what I use for ATR:  
    P=20 // or what ever period
    
    myATR=average[P](range)+STD[P](range)
    
    
    
    Nobody thanked this post
Viewing 2 posts - 16 through 17 (of 17 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

Better True ATR


General Trading: Market Analysis & Manual Trading

New Reply
Author
author-avatar
juanj @juanj Participant
Summary

This topic contains 16 replies,
has 4 voices, and was last updated by LeoLeo
8 years, 9 months ago.

Topic Details
Forum: General Trading: Market Analysis & Manual Trading
Language: English
Started: 12/03/2017
Status: Active
Attachments: 1 files
ProRealCode ProRealCode
Loading...