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.

dhelmin

Members
  • Content Count

    14
  • Joined

  • Last visited

Personal Information

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

Trading Information

  • Vendor
    No
  1. Trust me I've put lots of time into trying to figure out how to do this on my own. My brain seems to work the opposite way a programmer's does. I was able to "write" my own strategy for a single time frame. I just can't grasp ADE.
  2. Looking for a TradeStation indicator that lights up when one indicator points in the same direction on three different time frames? Also, can this be done using shares instead of minutes?
  3. I am trying to write a strategy that will execute an entry when a MACD histogram direction change occurs on three different time frames (using share bars as the interval). I have attached my strategy to make this happen on one time frame and am hoping someone knows how I can add in two additional share bar intervals in order to qualify the entry. Alternate question...does anyone know of existing strategies I can look at the are based on multiple time frames? Thanks! MACDHISTO LE.ELD
  4. Hi: Does anyone have an idea on how to apply Tradestation's Trendlines Automatic to the BB Squeeze Histogram? Secondly does anyone know how to create an alert when the histogram changes color? I have attached a pic of what this looks look when done by hand. Also attached are the eld's for BB Squeeze and Trendlines Automatic. Thanks!!! BBSQZ TRENDLINES AUTO.ELD
  5. Hi: I hoping someone can help me figure out how to make the following happen with BB Squeeze for TradeStation: 1. Set an alert when the histogram changes color 2. Set up radar screen to show current histogram color and how many bars it has been that color Thanks!
  6. eminitradingschool.com Has anyone had any success with these guys?
  7. Control R gets rid of that bad tick in a heartbeat
  8. I don't see anything like that on tradestation. i know what you mean though, there is a similar function in powerpoint
  9. Bingo! Now a new issue. How would I send the shading to the background? It is blocking out the high low close bars
  10. I think I'm missing the part where you enter "bar high" "bar low". Under edit Easy Language its already there just as I copied from your code.
  11. Thats exactly what I want to do for tradestation. Thank you! I made an indicator with your code and on inputs typed high on testpriceUband and low on testpriceLband. It wouldn't accept bar high. On the chart it just shows a regular Bollinger Band and doesn't show any shading. Any thoughts? thank you for your help!
  12. Thanks ZDO. I think I'm missing something. The only thing I see is where he talks about paintbar colors. Is this what you are talking about? Variables: barColorText("White"); Condition1 = Close > Close[1]; Condition2 = Close < Close[1]; Condition3 = Close = Close[1]; If Condition1 then barColorText = "Green" else if Condition2 then barColorText = "Red" else if Condition3 then barColorText = "Yellow"; Plot1(barColorText, "Bar Color");
  13. Hi: Does anyone know if there is a way to shade in the area between upper/lower Bollinger Bands as shown in attached pic? Thanks!
  14. Does anyone know how to add an alert to BBSqueeze that will fire off when the histogram crosses the zero line in either direction?
×
×
  • Create New...

Important Information

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