Search results

  1. S

    EasyLanguage: filter on a different time-frame

    I guess my problem is this: How do you reference an indicator value with Data2? While for example (Close of Data2) is accepted, (MyRSI of Data2) is NOT accepted. Any helpful suggestions? Thanks, SonnyPlunger :cool:
  2. S

    EasyLanguage: filter on a different time-frame

    ET99: I'm glad to hear that it has been done before. So now I know it's doable! Yes, I've googled and searched this site, even TradeStation forums, but so far to no avail. jprad: Thanks for a constructive reply, but your code doesn't work. I'm a beginner-level programmer, so I guess I need...
  3. S

    EasyLanguage: filter on a different time-frame

    Hi, I would like to use a filter BASED ON 5-MINUTE BARS for a 1-MINUTE PAINTBAR. For example, I would like a doji-bar 1-minute (Condition1 below) only to show when my filter (Condition2 below) is satisfied IN A 5-MINUTE TIMEFRAME. code: ------------------------------------------------...
  4. S

    Question from TS EasyLanguage newbie

    Hi Tums, That worked like a charm. Thanks a lot !!! Regards from SonnyPlunger :cool:
  5. S

    Question from TS EasyLanguage newbie

    Hi there, I'm in trouble ... again. This time I'm trying to make a ShowMe for a 1-bar VOLUME-divergence with a price-high. I want a dot on the current bar if the current bar is higher (or equally high) as the previous bar, and volume is lower than (or equal to) the previous volume-value...
  6. S

    Question from TS EasyLanguage newbie

    To Tums and elindydotcom, WOW! Fast replies! I tried both your suggestions, and both worked! Thanks a LOT to both of you, much appreciated! Regards, Sonny Plunger:cool:
  7. S

    Question from TS EasyLanguage newbie

    Hi, I'm a TradeStation EasyLanguage newbie and I'm trying to make a ShowMe for a 1-bar RSI-divergence with a price-high. I want a dot on the current bar if the current bar is higher (or equally high) as the previous bar, and RSI is lower than (or equal to) the previous RSI-value...
Back
Top