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.

Tams

Market Wizard
  • Content Count

    4075
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Tams

  1. that's what we called the "professionals" or the "commercials". we use indicators to detect them.
  2. can you tell us the basics you know?
  3. ignoring volume behavior is like ordering a steakburger and throwing out the meat.
  4. your request is not precise enough for a programming specification. >between bars10 and bar 30 which bar are you on right now? if you are on bar 30 and you need the lowest close of the previous 21 bars inclusive... lowest ( close, 21 ) ;
  5. he's bad news.... stay away from him.
  6. you can trade with less than $25k, you just cannot make 4 or more Day Trades within a 5 business day period. Day Trade is interpreted as any trade pair wherein a position in a security (stock, single-stock future (SSF), bond or stock option) is increased ("opened") and thereafter decreased ("closed") within the same trading session.
  7. Don't mean to say you are out of touch... but yes, SWITCH is implemented. Switch(Value1) Begin Case 1 to 5: Value2 = Value2 + 1; Case 10, 20, 30: Value3 = Highest(High,10); Case is > 40: Value3 = Value3 + 1; Default: Value5 = Value5 + 1; End;
  8. To make it much more easier for reading, the Code Tag is the # key at the top of the message window.
  9. > "Most traders lose before they begin trading. how true.
  10. Tams

    FOMC Today

    Tuesday Aug 31 FOMC Minutes 2:00 PM ET
  11. variables: counter(0); For counter = 1 to 100 begin // instructions // instructions // instructions if job.done = true then break; end;
  12. why don't you simply come out and say: clickonmyspam!
  13. wow... good one... that's a lot of work. thanks for sharing.
  14. Tams

    Bernanke Speaks

    United States : Chairman Speech Released For 8/27/2010 10:00:00 AM Description Federal Reserve Chairman Ben Bernanke speech on the economic outlook at the Kansas City Fed's annual Jackson Hole conference.
  15. a good stop will protect you from a wrong entry, but will not be triggered by noise.
  16. Trader28... you have to choose your words more carefully. It is no fun when you give your ID away; people have no choice but to put you on ignore... and the party comes to an end. :-(
  17. the market is dynamic, so should the stop.
  18. 1. value3 is not necessary an integer. 2. what/why does it makes no sense?
  19. Doesn't work in this forum on would be mods-for-a-day, unfortunately. you can put someone on ignore, you can give him the brush off, but that does not stop the stalkers from trying to strike up a "conversation" with you. If you don't like what he says, the best policy is not to respond.
  20. a few things I learned along the way... 1. arguing on the internet is like going to the Special Olympics, even if you win, you are still.... 2. only an idiot would reply to a stupid post 3. if you repeat the same argument twice, you are as stupid as the person you disagree with. 4. just because I did not tell you that you are wrong, does not make you right. Just because you are wrong, does not make it my duty to tell you so. 5. ignore is the most powerful weapon.
  21. try this: if time = 1000 or time = 1030 or time = 1100 or time = 1300 or time = 1400 or time = 1430 or time = 1500 then plot10(h*4, "Hist"); set the plot type to histogram. ps. I have not tested this in TS.
  22. I click on the ads. I click on the "No Risk" ads. I click on the "Get Rich" ads. I click on the "Easy" ads. I click on the penny stock ads. I click on the course ads, especially the forex courses. I click on the trading room ads. I click on the Google ads. This is my little contribution to the site.
  23. if you can articulate your logic, maybe I will take a look in my spare time. you need more than the code to get a good program going... you need to draw a flow chart, it will help you to visualize your thought process. Otherwise this is nothing but a circular exercise.
  24. Tams

    Volume Bias

    which code are you using? there is an update version in post #6. maybe someone with TradeStation can help.
  25. ...the menu is good starting point.
×
×
  • Create New...

Important Information

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