Welcome to the Traders Laboratory Forums.

Support Center Have any questions regarding the site? Submit a support ticket here. Check this section for announcements also.

Reply
Old 10-15-2010, 01:14 PM   #1

Tams's Avatar

Join Date: Sep 2008
Location: Geelong
Posts: 3,779
Ignore this user

Thanks: 2,084
Thanked 1,477 Times in 912 Posts

Code Tag

Please use code tag when you are posting your codes.

un-tagged code looks like this:

Input:
length(20);

Variables:
avg(0);

avg = average( close, length);



tagged code looks like this:

Code:
Input:
length(20);

Variables:
avg(0);

avg = average( close, length);

the tag key is at the top right of the message window.
simply highlight your code, then click on the # key.

Attached Thumbnails
Code Tag-code-tag.jpg  
__________________



Only an idiot would reply to a stupid post
Tams is offline  
Reply With Quote
The Following User Says Thank You to Tams For This Useful Post:
aaa (10-28-2010)

Reply

Thread Tools
Display Modes Help Others By Rating This Thread
Help Others By Rating This Thread:


Similar Threads
Thread Thread Starter Forum Replies Last Post
Introduction gassah Technical Analysis 78 09-08-2010 08:53 AM
Color Code MA for Range Bar Indicator snowbird Coding Forum 15 09-13-2009 02:08 PM
Getting Started in Open Ecry With EasyLanguage Frank Open E Cry 13 09-13-2009 09:40 AM
Copying Code into Tradestation sdcindy Support Center 4 09-01-2009 07:56 AM
Help To Code My EA pepe1 Coding Forum 0 06-24-2008 01:41 PM

All times are GMT -4. The time now is 07:22 PM.
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
CS to VB integration by DeskLancer
©2006-2011 Traders Laboratory, All Rights Reserved.