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. I don't quite understand your chart... where do you think is the critical point? what are the attributes of the critical point? what are your thought at that critical point? what kind of "alert" would you like to see at the critical point? if the alerts pan out... it can be converted to buy/sell orders in a strategy.
  2. that sounds like an idea worthy of further examination. if you can draw a mock up to illustrate your idea, I can whip up some test codes for you.
  3. Quantum Random Walk anybody understands this stuff? Quantum Random Walk 0303081v1.pdf
  4. lots of free stuff on the web... including lots of the stuff you are looking for, most importantly, you can find lots of the free stuff right here in this web site.
  5. I found google doc a disappointment... the concept is good, but the apps are slow.
  6. .......... deleted by tams ..........
  7. I was hoping someone can give me some clue...
  8. you can use this keyword to access additional data stream. the additional data stream can be of a different symbol and/or resolution. for MultiCharts users, the resolution can also be mixed: i.e. time based chart with non-time based chart e.g. 5 min data1 with 15 min data2 5 min data1 with 2401 contract volume bar data2 5 min data1 with 500 tick data2
  9. you have decided not to be a sponsor?
  10. Chrome doom: Google's Web-based OS could kill whole industries http://www.dailyfinance.com/2009/11/19/chrome-doom-googles-web-based-os-could-kill-whole-industries/ it is more than a new operating system... watch out... it is a paradigm shift !
  11. you have failed the first lesson... you missed the words look up in post #5. if you had looked up the keyword, you would have found clear and concise examples in the manual. .
  12. if you want different symbols... you can use any character from the keyboard. look up TEXT_NEW
  13. thanks for the compliment. I don't usually use ShowMe, I found PLOT give me exactly what I want. if you want to change the plot location, or you can change the plot coordinate, or add a new plot to the code. e.g. original code: plot10( high, "maker"); you can modify it to plot10( high, "maker"); plot11( high + 1 , "maker+1"); that would make the marker 1 point above the high.
  14. Instantaneous TrendLine by John Ehlers Note: This indicator was written in EasyLanguage. Please refer to your users manual for importation instructions. Your comments and rating of this indicator is appreciated. Instantaneous TrendLine.txt
  15. don't understand what you are talking about can you draw a mock up?
  16. . Please post links to Free Trading / Charting / Analysis Software .
  17. This thread is about using the EasyLanguage keyword DATA in multi data stream analysis Data Used to specify a particular data series in a multi-symbol chart; each data series in a multi-symbol chart has a unique Data Number. Usage DataN Where: N - the Data Number of the data series Or (for MultiCharts): Data( N ) Where: N - a numerical expression specifying the Data Number of the data series Example High Of Data2 will return the high price of a bar in the data series with the Data Stream #2 High Of Data( 2 ) will return the high price of a bar in the data series with the Data Stream #2 source: EasyLanguage manual
  18. Happy Thanksgiving there's so much to be thankful of... words cannot describe all travel safe
  19. ... "so much more enjoyable" than an earlier job as a computer programmer. What job is it??? Being a trader ??? NO... read on http://www.cnn.com/2009/WORLD/europe/11/16/sex.blogger.identity/index.html
  20. China's empty city http://www.wimp.com/emptycity/
  21. KISS... don't try to look for something that's not there, take the definition at it face value... if it is not what you are looking for, move on, go build the function that can give you the data you want.
  22. the answer you are looking for can be found in the dictionary... so I won't repeat them here.
  23. these are the keywords you might be interested in... they are from MultiCharts dictionary... most of them should be the same as TradeStation's
  24. this might help: vBulletin Manual - Code Block Width
×
×
  • Create New...

Important Information

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