Recent content by jackie540

  1. J

    markt profile for tradestation 2000i

    Market Profile VA Code I found this ela file on the web, and got it working. Plots the classic Steidlmayer MP with VA marked.
  2. J

    markt profile for tradestation 2000i

    Will do I'll send a reminder. Thanks
  3. J

    markt profile for tradestation 2000i

    Market Profile code I would very much appreciate your market profile code. Thanks
  4. J

    Throwing error message for invalid input

    Thanks, StratOpt. The alert works for what I need.
  5. J

    Throwing error message for invalid input

    Thanks, StratOpt, as always. I tried it out. I think, although you may differ, that the Alert notification is easier to understand and correct. For the RaiseRunTimeError, the Details button needed to be clicked to read the error message, and then the Format button needed to be re-enabled by...
  6. J

    Throwing error message for invalid input

    Paul, I have a screen shot but how do I get that out to you? Attach a Word file? The code I used is below: { Validate ShortPeriodForecaset is not > 25% of ShortStudyPeriod } #BEGINALERT if ShortPeriodForecast > (.25 * ShortStudyPeriod) then begin Alert("Short Period Forecast input...
  7. J

    Throwing error message for invalid input

    I did some more work and found the #BEGINALERT #END; code. I'm going to try to throw an alert when invalid input is entered. True, I like the idea too that the chart won't display. Thanks, Glenn.
  8. J

    Throwing error message for invalid input

    I don't understand how I can show an error message if the inputs entered are not valid (outside a particular range of numbers, e.g.). Has anyone thrown an error message to tell the user he needs to re-enter an input?
  9. J

    Where does EntryPrice come from?

    Hi, again: If I don't have TS executing my trades, from where does the EntryPrice come from? All my exits are based on my fill price (EntryPrice). Do I have to use the inputs fields to enter my fill prices?
  10. J

    Check for no exit in prior period

    StratOpt, again thank you so very much! I truly appreciate all your help!
  11. J

    Check for no exit in prior period

    StratOpt/Greg: First, thank you so much! Can you help me with how MP[1] relates to bar interval? If I'm trying to check if my MP occured one bar ago, can I do that? Or can you potentially get multiple MPs in one bar interval? Thanks!
  12. J

    Check for no exit in prior period

    I'm attempting to code in EL how to check that I haven't exited a position in the prior period/bar/interval. If marketposition = 1 or 0, or -1 tells me if I have a long, no or short position respectively for the current bar, then marketposition(1) tells me if I have a position for the prior...
  13. J

    Check for no exit in prior period

    Hi, everyone: Can anyone help me with how to code conditon for no exit in the prior period? Thanks
Top