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.
-
Content Count
4075 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Calendar
Articles
Everything posted by Tams
-
sorry, I don't use MT4.
-
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
- 9 replies
-
- candle
- easylanguage
-
(and 3 more)
Tagged with:
-
Assigning Values of Specific Times of Day in EasyLanguage?
Tams replied to Tams's topic in Coding Forum
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- 3 replies
-
- assigning values
- easylanguage
-
(and 3 more)
Tagged with:
-
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.
-
someone sent me this email. I thought I would post it and let you think about it.
- 3 replies
-
- assigning values
- easylanguage
-
(and 3 more)
Tagged with:
-
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.
-
Multiple Profit Targets for Multiple Contracts
Tams replied to palmcarl's topic in Automated Trading
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. -
I don't understand what you need.
-
SWITCH is a reserved word. You cannot use it as a variable.
-
I am putting you on ignore. Have a nice day.
- 13 replies
-
- paint
- price volume relationship
-
(and 1 more)
Tagged with:
-
it is time to invest 5 minutes on your TradeStation User's Manual. .
- 13 replies
-
- paint
- price volume relationship
-
(and 1 more)
Tagged with:
-
change this Value2 = Value1[ 1] > HIALERT and Value1 > Value1[ 2]; to Condition2 = Value1[ 1] > HIALERT and Value1 > Value1[ 2];
-
I don't know what caused this problem. the function compiled fine with my MultiCharts. what version of TS are you using?
-
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
- 6 replies
-
- background
- color
-
(and 3 more)
Tagged with:
-
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.
-
[important] New Moderation Rules!! - PLEASE READ
Tams replied to Soultrader's topic in Announcements and Support
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. -
That's pretty standard textbook bait and switch technique. LOL I knew it's coming since post#1. ROTFLMAO
-
------ 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.
-
[important] New Moderation Rules!! - PLEASE READ
Tams replied to Soultrader's topic in Announcements and Support
you have a "Thanks" button on each post, which is a good idea. how about adding a "Thumbs Down" button to complement the feedback? -
Lol .................................. someone needs to take a sales and marketing course
-
a couple more comparisons of MAs credit: robotman at http://www.tssupport.com/forum/viewtopic.php?t=5120
-
this is good stuff !
-
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
- 13 replies
-
- paint
- price volume relationship
-
(and 1 more)
Tagged with: