Search results

  1. M

    Really Nice ES Indicator for TradeStation

    I might be mistaken but if you plot first and set the color second then I think the new color doesn't take affect until the next bar is plotted. I always code color changes before the plot statements so I can't confirm your way lags by a bar but in theory it sure looks like it would. On...
  2. M

    Easy language???

    For ema use xAverage(close,length); ema1=xAverage(c,13);
  3. M

    Strategy building in TS2000

    You can combine the entry and exit into 1 strategy even though they're using different ideas. That's not a problem. There's several ways to solve the multiple timeframe thing. The easiest is load the same symbol in the higher timeframe into the same chart and reference it as data2. Then...
  4. M

    Strategy building in TS2000

    Probably but it's beyond my abilities.
  5. M

    Strategy building in TS2000

    It's easy if you combine both indicators within 1 new indicator. Then the variable list in the new indicator contains all the variables from both indicators.
  6. M

    Strategy building in TS2000

    If you write a new indicator that includes the code from both of the other indicators then their values can be passed back and forth between them.
  7. M

    ES System Evaluation

    I think a filter based on a larger timeframe like 30 mins could of denied shorting permission over most of the period you backtested.
  8. M

    Strategy building in TS2000

    Pick a name for a variable. var: myVariable(0); Set the variable equal to your indicator. myVariable=myIndicator; If your indicator is average(c,5) that part looks like this. myVariable=average(c,5); To call your indicator within a second indicator use it's name in the place you...
  9. M

    SAN FRANCISCO / Bay Area Traders!?

    Thanks for the tip on "Plastics".
  10. M

    Greetings from New Jersey

    Me too.
  11. M

    Meeting In Raleigh, NC

    Kool!
  12. M

    oklahoma

    Not me.
  13. M

    Happy Mothers Day

    Thanks!
  14. M

    User-generated stock scans

    Kool idea for a thread.
  15. M

    New new member title???

    What does it take to get rid of this new member title?
  16. M

    12,000 Members and Growing

    12K... this place is really growing!
  17. M

    Going to Bright in LV this summer?

    When is the next class?
  18. M

    IB Improvements (Part 3)

    I received an email from IB with my correct positions listed, however when I logged into my account there are 2 positions listed that are wrong and not included on today's email. The email has the correct positions: Daily Account Statement for 17-MAY-2002, generated 19-May-2002 13:38:16 EST...
Back
Top