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. start with the standard settings: 20MA, +-2SD
  2. One suggestion: overlay the Bollinger Bands on the price bars. observe the pivot behavior around the outerbands (+-2sd). those are your critical points. anything in between is just a "hold".
  3. CANDLE PATTERN CODE CONVERTED TO EASYLANGUAGE by STRATOPT, INC 2008 modified by TAMS date: 20090201 prints pattern name on bottom of chart date: 20090211 added option to print log date: 20090220 added commentary date: 20090412 added option NOT to print pattern name, (ie. show pattern name only when you click on the bar) MC version can adjust text size (MC = MultiCharts) note: 1. if you don't believe in seeing the candle names, please move on. 2. this indicator has been tested in MultiCharts. If you don't know how to import it into TradeStation, please spend 5min with your user's guide. CANDLE_PATTERN_20090412.txt CANDLE_PATTERN_20090412_MC_version.txt
  4. oh yes, you are right... this was discussed recently. here's the thread: http://www.traderslaboratory.com/forums/f56/finding-globex-high-and-low-in-5616.html
  5. go to PowerEditor and select File>Open, you should see the "Gauss" file under the "Function" There should be a green check mark next to it. if you do not see the green check mark, then -- load the file, -- click the Compile button to compile it. if you do not see the "Gauss" file, then you should re-import the ELD you will see this in the PowerEditor import screen.
  6. someone sent me this email. I thought I would post it and let you think about it.
  7. yes, TS = TradeStation. I should have asked you what program/version you are using. If you are using the trial version of MultiCharts, it should not make a difference because the trial version is just a time-limited full version. Try to download the ELD again, then open it with the PowerEditor. On the bottom left corner of the editor, check "Compile on import". Good luck.
  8. latest keyword matching: BUY... means to enter a LONG position SELL... means to close a LONG position (you cannot go short with a SELL keyword) SELLSHORT... means to enter a SHORT position BUYTOCOVER... means to close a SHORT position. exitlong and exitshort are old keywords and are not supported in the latest versions.
  9. I don't understand what you need.
  10. SWITCH is a reserved word. You cannot use it as a variable.
  11. I am putting you on ignore. Have a nice day.
  12. it is time to invest 5 minutes on your TradeStation User's Manual. .
  13. change this Value2 = Value1[ 1] > HIALERT and Value1 > Value1[ 2]; to Condition2 = Value1[ 1] > HIALERT and Value1 > Value1[ 2];
  14. I don't know what caused this problem. the function compiled fine with my MultiCharts. what version of TS are you using?
  15. Paint the Town Red (MultiCharts EasyLanguage) This indicator was written in MultiCharts. I don't know if it works in TradeStation. This indicator "paints" the background color, using a thick plot to mimic the background color property. The background color will turn light green when the price is trading above the moving average, and pink when below. The colors and moving average length are user adjustable. check here for additional color values: http://www.traderslaboratory.com/forums/f56/finding-hex-color-values-for-ts-5683.html#post62065 Paint_the_Town_Red.txt
  16. Tams

    Arrays Question

    I always use this method in planning my codes: 1. write out ONE action at a time 2. write out ONE action per sentence if you can do that, maybe I can help.
  17. Moderators' purpose is to guide and maintain a forum's culture. Moderation is not needed, if you believe in Existentialism: i.e. ...this forum can begin with a sense of disorientation and confusion, and that somehow, in the midst of an apparently meaningless and absurd world, through democracy, will develop a meaningful purpose.
  18. That's pretty standard textbook bait and switch technique. LOL I knew it's coming since post#1. ROTFLMAO
  19. ------ Compiled with error(s): ------ unverified function is used errLine 48, errColumn 10, errLineEnd 48, errColumnEnd 15 causal study: gauss (Function) you need to compile this function first.
  20. you have a "Thanks" button on each post, which is a good idea. how about adding a "Thumbs Down" button to complement the feedback?
  21. Lol .................................. someone needs to take a sales and marketing course
  22. Tams

    Quick MA

    a couple more comparisons of MAs credit: robotman at http://www.tssupport.com/forum/viewtopic.php?t=5120
  23. Volume Weighed Color Bars If you subscribe to the school of thought that Volume is a Leading Indicator of Price... this indicator is for you. The price bar will widen when the volume is higher than previous bar, and narrow when less than previous bar. Volume_Weighed_Color_Bars_beta01.txt
×
×
  • Create New...

Important Information

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