Jump to content

Welcome to the new Traders Laboratory! Please bear with us as we finish the migration over the next few days. If you find any issues, want to leave feedback, get in touch with us, or offer suggestions please post to the Support forum here.

BJOHNSON

Members
  • Content Count

    15
  • Joined

  • Last visited

Personal Information

  • First Name
    TradersLaboratory.com
  • Last Name
    User
  • City
    STUARTS DRAFT
  • Country
    United States
  • Gender
    Male

Trading Information

  • Vendor
    No
  1. I hope this is better and under the same thread. The keltner price alerts you worked on yesterday work but not giving any popups so i can see or hear them.is there anything i can do to change the alerts.thanks
  2. Did yousay that you had another code for the keltner price,i thought that was what you said .if so i would love to have it to play around with it
  3. Thank you for all your time and help,sorry i had to leave but had an apptmt.came back to see you had finished thanks so much again.
  4. Have to leave for an apptmt sorry thanks for trying to help us.will check on your answer when i get back.thanks again
  5. [LegacyColorValue = true]; { plot the number of ATRs between price and the 20 day MA } input: Length( 18), Price( Close), Warn( 2), OverBColor(Red), OverSColor(Green); vars: Avg( 0 ), ATR( 0 ), diff( 0 ); Avg = AverageFC( Price, Length ) ; ATR = AvgTrueRange( Length ); plot1((Price - Avg) / ATR, "n ATRs"); Plot2( Warn, "OverSld" ) ; Plot3( -Warn, "OverBot" ) ; Plot4( 0, "Zero" ) ; { Color criteria } if Plot1 > Warn then SetPlotColor( 1, OverBColor ) else if Plot1 < -Warn then SetPlotColor( 1, OverSColor ) ; { Alert criteria }
  6. The trigger would be when atr on the keltner price crossesover or under the oversold or overbought areas
  7. A sound or any alerts types used in ts radarscreen=sounds popups etc
  8. Keltner price chart want it toalert when the atr crosses overbought and oversold areas. Thanks
  9. Heres the chart thanks for your patience and teaching me to use this site
  10. Did not send chart will send it.sorry
  11. Heres the chart.want alerts to be written for it it presently has none as you can see from the code.thanks for all your help.
  12. The chart says it is too big for labs posting.
  13. I do not know how to make an attachment to my reply to you
  14. Thank so much how can i get info to you
  15. Wanting to know if someone could place tradestation alerts on this indicator keltner price or tell me how too.thanks for anyones help
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.