Detect when the chart is scrolled. Units To Buy = 100. It may not work with earlier versions. Now an industry standard, the FIP (Financial Information Protocol) alleviates barriers. On your TradeStation menu click File with your left mouse button and then select New, also with your left mouse button. Step 1. Arrays are often used with loops to store values based on successive calculations that use a counter as an index number. To start, create a new strategy (press CTR-N, select the EasyLanguage tab, click on strategy and delete all the initial contents of the strategy). Syntax:. 4. TradeStation EasyLanguage, comprehensive programming by an experienced trader. Give the new indicator a name and enter the following program. TradeStation™, MultiCharts™, TradeSignal™ TradeStation was the first platform that supported automated trading. TrendSpider takes some of the work out of technical analysis by automating common studies like Fibonacci retracements and finding chart patterns for you. EasyLanguage allows you to write your own trading systems for TradeStation, OptionStation, and ProSuite without having to know complicated computer programming languages. He envisaged pasting this textual information into an EasyLanguage program (using the editor) that could then be verified and applied to a. The journey of a thousand miles begins with the first step the winning comes from the doing. Here is the whole TradeStation script: //Input Volume ("D" from Levine’s formula) Input: Vol_D(0), //Bar Price to use; suggest "L" for TopFinder and "H" for BottomFinder. The EasyLanguage Extension Software Development Kit (SDK) provides you with the ability to write code in a programming language that allows for you to create DLLs (for example, C++, Pascal, Delphi, or PowerBASIC), and call that code from within an EasyLanguage study. will print 1. There are two types of options: call options and put options. It probably won’t work in earlier versions – particularly those earlier than 8. About the Debugger. Like indicators, PaintBars, and ShowMe studies, functions have their own document type in EasyLanguage. EasyLanguage MasteryEasyLanguage related articles. Tutorial 163 is designed to calculate the exponential moving average (EMA) of a longer time frame minute chart and plot it on a lower time frame chart using a price series provider (PSP). For example, you may want your day trading strategy to only take a maximum of 20 trades per day. PlaceOrder "< parameter='keyword' >, < parameter=number >. Please note any use of this indicator is at your own risk. Monthly Momentum In SPY and TLT (Rotation Strategy S&P 500 and Treasury Bonds) (Amibroker Code) Price Deviates From Average Price By Using ATR (Amibroker Code). ShowMe and PaintBar studies enable you to quickly and easily spot certain market conditions in your charts. 4949 or 954. . Tools and resources - 4. Indicators include technical data (price data, volume, momentum, and so on) in their analysis. PlaceOrder. Here you can see an example of how to apply the break-even stop. The tsopt. Over the last 8 or so years I have created a huge amount of free training materials and downloadable programs. This is often useful in reminding you of the basic syntax. TradeStation ® Made Easy! is the first and only book to explain exactly how to use the unique language behind this bestselling software program. EasyLanguage is a programming language that is part of the TradeStation trading platform. 2. Step 1. About This Book. 5 does provide another way of calculating and displaying date and this is what I discuss in the following video. The MT4 platform, like the MQL4 language, is designed specifically for forex. Step #2 Wait for the Crossover: The Conversion Line needs to break above the Base Line. Click on ShowMe followed by OK. So posting it here, hoping for some inputs -. Users can either declare their own variable names or use pre-declared names (Value1-99 and Condition1-99). The EasyLanguage Dictionary contains all the reserved words and functions that can be used when creating EasyLanguage documents in the TradeStation Development Environment. Step 3. 6. Welcome to Markplex tutorial 42 in this collection of tutorials designed to help you learn TradeStation EasyLanguage programming skills. EasyLanguage Reserved Words & Functions. 7 but also applies to later versions (version 9. " Private earnings. ”. Step 1. TradeStation Development Environment. A good tip is to put a ‘_’ or similar character in front of the. TradeStation Crypto does not open new accounts for United Kingdom residents. TradeStation EasyLanguage tutorials and programs. A standard date and time format string uses a single format specifier to define the text representation of a date and time value. InstitutionalEasyLanguage Reserved Words & Functions. Quick-tip 86 demonstrates a simple indicator for TradeStation Radarscreen that has 3 columns: 3 input columns and one column that displays “buy” or “sell” depending on the price of the last trade. Determine the height and width of a chart. And if there are some limits, there often exist some nice workarounds if you search. if you are using a 5 min chart, the bar 0600 starts at 0555 and ends at 0600. All other features and functions of TradeStation are provided. You may also complement the TradeStation built-in library by importing custom and third-party analysisThe TradeStation International platform offers low-fee pricing for international trading with stock commissions of $5 per trade. Each bar contains basic price data (prices, volume, date, etc. The EasyLanguage Editor features include: Color coded elements. With its beginner-friendly coding language and advanced platform features it is also one of the best trading platforms. You will then get the following screen: Step 2. com Monday – Friday, 8:00 a. Now an industry standard, the FIP (Financial Information Protocol) alleviates barriers. LightGreen; // set text drawing object to light green; Bold Names = EasyLanguage Reserved Word color names. This allows benchmarking against the S&P 500, the broadest and most widely followed equity index. 770. How To Set Up Your TradeStation Desktop: 16 is a TradeStation EasyLanguage tutorial that shows how to develop a strategy where one signal must occur followed by a confirming signal. I need this formula, now in easylanguage code (a Tradestation language), to be translated into C++ language. Enter the price amount above the high of the opening range at which a bar must close to. The addition of objects to EasyLanguage is the latest evolutionary step that provides a set of enhanced language elements and editing tools to extend the power and flexibility of EasyLanguage while allowing for easy integration with your existing code. 95- by clicking the ‘add to cart’ button. Hot Lists Pre-built scans that update every 30 seconds based on price and volume criteria – can help you identify symbols to trade. It is composed of words, operators, and punctuation that create indicators and trading strategies, based on rules and statements, using market data. We are continually updating to Tradestation code where we can. Click the EasyLanguage tab and then click ShowMe. . This video introduces basic concepts and constructs of the EasyLanguage. You will see the following default text. In a source-protected ELD file, you cannot view the EasyLanguage instructions used to create the study or strategy. I would also like an option (turn on/off in inputs) for EA to initiate a new trade every time the fixed trailing stop moves in my direction (these new positions will also have a fixed-trailing stop). The downside is that you need to TT your fund. 75. June 2020. This means they are able to interpret and use the. I suggest gathering links to EasyLanguage scripts' collections in this thread. The links to EL source code below will display text files. Using TradeStation's proprietary coding language, EasyLanguage, traders can even code apps for the platform and make them available in TradeStation's TradingApp Store. Gets and sets the current date and time as a string. {Creates timer object and sets initial values} method override void Initialize () begin. The TradeStation Development Environment provides you with an integrated set of tools that allow you to write, edit, and verify EasyLanguage studies, strategies, and functions. There are tutorials on creating TradeStation indicators, strategies, show-me studies, and paintbar studies for charts. But, there is a $0. The LimitOrder function is used to configure and send a limit order using the order entry macro . TradeStation’s platforms are designed to give you access to professional-grade analytics and order execution. Some extracts of ProRealCode are on this page which are easily converted to EasyLanguage code. Print (Printer,"Print Test"); will send the string expression "Print Test" to the default printer. This video introduces you to th. Represents a 64-bit integer number. TradeStation Securities’ SIPC coverage is available only for securities and for cash held in connection with the purchase or sale of securities, in equities and equities options accounts. Its EasyLanguage™, also used by MultiCharts and in a variant named 'Equilla' by TradeSignal, has a similar design philosophy as Zorro's lite-C. The indicator may be applied to tick charts, but the pattern text may not display correctly due to an EasyLanguage drawing tool limitations. Select Help from a right-click shortcut menu while editing an EasyLanguage Document to access. EasyLanguage is not a case-sensitive language. 556 in the PowerLanguage Editor Output Log, with one leading space inserted. TradeStation Securities is a member of SIPC, which protects securities customers of its members up to $500,000 (including $250,000 for claims for cash). Step 1. A variable is a name that is used to represent a stored value or an object (an instance of a class). There are two types of options: call options and put options. ) However, the articles don’t come with Tradestation/Easy Language. Ex. g. The journey of a thousand miles begins with the first step the winning comes from the doing. com for information about TradeStation Global products and services. EasyLanguage Mastery Community is a Facebook Group dedicated to EasyLanguageLearn EasyLanguage Fast FREE mini course for the absolute beginner. Everything has been pre-programmed for you. This strategy generates a stop order (to exit a long position) at the highest price since the entry of the trade minus NumATRs (Input) times the average true range over the last ATRLength (Input) bars. Written by self-taught EasyLanguage ® programmer Sunny Harris, this one-of-a kind guide covers the essence of programming in EasyLanguage ® and provides valuable real-world insights from years of. Make use of. F1 = LWAccDis - LWAccDis[1] 3). With so many ways to day trade, this is how Robert Roy day trades options on TradeStation. Please join our email mailing list if you have not already done so and we will let you know when we release new tutorials or. LWAccDis 2). 1497. TradeStation Desktop Platform: You must use the TradeStation Desktop platform to receive RadarScreen, OptionStation Pro, Portfolio Maestro, TradeStation Scanner, Easy. This can be problematic when using second or other charts. , a broker-dealer registered with the Securities and Exchange Commission (“SEC”) and a futures commission merchant licensed with the Commodity Futures Trading Commission (“CFTC”). Represents a boolean (true=1/false=0) value. In doing so TradeStation will systematically execute my key idea strategy over each market session. Opening account is a little bit more work, but their sales reps are quite experience with Singapore clients, they have courier service here that helps to deliver the documents. 5 %) happen on the same bar/day. The EasyLanguage Extension Software Development Kit (SDK) provides you with the ability to write code in a programming language that allows for you to create DLLs (for. Disadvantages. ”. forget about tick charts, it is a different animal. TradeStation provide many candlestick pattern functions. (Unprotected) - Click Protect to add protection. The TradeStation Development Environment is a full-featuredA variable is a name that is used to represent a stored value or an object (an instance of a class). Just format the option to either True or False. Post a Project. We could then set the values as follows: v1 = 5, v2 = 6, v3 = 9. TradeStation Master Class. Using the style properties on the chart does not affect the study's calculation in any way, but only the manner in which the study is displayed. Easylanguage is one of the most popular coding languages for trading. As well as the TradeStation ELD file I am including a text version in the download. Most often this is done to limit the number of trades a strategy will open in a single day. I would like to display current difference of price from my entry price in the top right corner. TradeStation Securities’ SIPC coverage is available only for securities and for cash held in connection with the purchase or sale of securities, in equities and equities options accounts. The Place Order command allows orders to be sent to the market inside of an indicator. Enter the following code: The purpose of this training course is to get you up and running writing TradeStation EasyLanguage programs as quickly as possible. Indicator: Simple Decycler. ” Easy Language has been around since the inception of Tradestation, and includes many keywords, functions and capabilities today’s algo trader needs. You can apply these indicators to your charts and/or grids as they are defined, or you can change them to suit your own trading preferences and/or objectives. It's free to sign up and bid on jobs. PlaceOrder Command. Care should be exercised when calling this function as it is intended to send live orders. You can simply adjust the parameters via the inputs to create your own strategy. Data Mining to create reports, statistics, summaries, etc. is the parent company of several trading technologies companies and online futures and securities brokerages. In terms of your EasyLanguage procedure, this is now the. What Is EasyLanguage? EasyLanguage is a simple, but powerful, computer programming language for creating technical indicators and trading strategies for the TradeStation. Goersch Trend. EasyLanguage® makes it possible to create custom indicators and trading strategies in a straightforward and intuitive manner. The Dollar Trailing strategy a built-in EasyLanguage stop to place an order to exit all shares or contracts in all positions, once the position has retraced a specified dollar amount of the position' s highest profit value. ELD) token-only storage format, which was firstly introduced in Omega Tradestation 2000i. EasyLanguage Reserved Words & Functions. This dictionary also provides notes,. Accounts will receive TradeStation FuturesPlus free of charge. Add this topic to your repo. Posted June 22, 2010. Name the PaintBar study. Step 1 – Create a simple ShowMe study. Enhance your knowledge of TradeStation’s platform and the markets with our special sessions in Technical Analysis, Strategy Elements, Leveraging EasyLanguage, and Market Insights. EasyLanguage Programming Rates. Indicator studies assist in forecasting a market's direction and assist traders in making decisions related to entering, exiting, and/or staying in or out of the market. Because of its flexibility and simplicity, the TradeStation API is an ideal solution for lightweight applications. Join our diverse team of talented and dedicated people. m. Enter a name for the ShowMe, e. Allows orders to be placed from macros or EasyLanguage using the provided parameters. Indicator Welcome to tutorial 22 in this series of tutorials to help you learn TradeStation EasyLanguage programming skills. By. This means they are able to interpret and use the EasyLanguage code. Orders are color-coded so you can differentiate between different order statuses at a glance. It allows orders to be placed intrabar, as opp. e. Learn how to. A lot of moving averages can be selected to adjust it to the selected market. It's free to sign up and bid on jobs. This course will take a more structured approach to EasyLanguage training by taking you through simple. How to create a new EasyLanguage indicator (or showme or paintbar. Gold Pass. I am an experience Easylanguage coder. g. Use the File > New menu sequence from the TradeStation Development Environment menu bar or click on the toolbar to create a new EasyLanguage document. Because EasyLanguage allocates space for each index number, avoid declaring an array larger than necessary. Here is the formula using Tradestation language as printed in the book: 1). Most traders utilize what is called "Easy Language. Gets and sets the year portion of the object's date. Any thoughts would be greatly appreciated. Step 4. Appearance may altered using appropriate properties. Within a strategy an order to close your entire position is generated once the stop. Click File from the Menu bar. Color = elsystem. 7 but also applies to later versions (version 9. About Indicators. 7677, email us at [email protected] following free EasyLanguage tutorials provide a way to learn TradeStation’s EasyLanguage programming language using a mixture of detailed. TradeStation Securities is a member of SIPC, which protects securities customers of its members up to $500,000 (including $250,000 for claims for cash). STEP 3. the Dow e-mini, S&P e-mini etc), options, and stocks. Comment the entire code by using ' {' at the beginning of the code and '}' at the end of the code. Every programming language is made up of a library or code elements and resources In EasyLanguage, language elements are colored coded to aid you in getting the element. TradeStation Securities’ SIPC coverage is available only for securities and for cash held in connection with the purchase or sale of securities, in equities and equities options accounts. We are a friendly, helpful, and positive community. The EasyLanguage Debugger is an integrated tool used to observe the run-time behavior of your EasyLanguage code and to locate logic errors. Divergence Cloud. In this article, we will discuss why Tradestation’s Easylanguage may be a better choice for algorithmic trading, and how it can provide more efficient and effective strategies than Python. Step 1. It is not meant as a replacement forthe TradeStation manuals, instead it will cover the essence ofprogramming in EasyLanguage and focus on a consistent set of dataand an. This video introduces you to th. The EasyLanguage Dictionary contains all the reserved words and functions that can be used when creating EasyLanguage documents in the TradeStation Development Environment. ATR Hard Stop – Exit a position based on the average true range of the market. " Easy Language has been around since the inception of Tradestation, and includes many keywords, functions and capabilities today's algo trader needs. Totally understood what I was trying to develop and was able to walk me through the steps and process with great ease. More than 100 million people use GitHub to discover, fork, and contribute to over 330 million projects. 7. Analysis Techniques & Strategies. TradeStation provides a user-friendly interface that allows traders to access real-time market data, analyze charts, and develop customized indicators and trading strategies. The Manager. txt"),CurrentDate,CurrentTime); will save the output of CurrentDate and CurrentTime to the test. This comprehensive video will teach you how to create and modify simple indicators based on your trading ideas, and. A valid stop order* is required at all times when utilizing the day trade rate. Any numeric format string that contains more than one alphabetic character, including white space, is interpreted as a custom numeric format string. In issue #1 of the 2019 Future Truth Magazine, George Pruitt proves a solution for the problem of 0:00 time in EasyLanguage. EasyLanguage® lets investors build custom indicators and trading strategies in a straightforward and intuitive manner. Modifying existing indicators and/or strategies. The day trade rate is valid from 9:00 a. Enter the following code:Complete list of Tradestation trading strategies: Those in Tradestion/Easy Language are marked. We also charge a fee for a data feed required to develop a client program, if required, for as long as the. The new version of tutorial 72 applied to three charts. Overview. TradeStation Securities is a member of SIPC, which protects securities customers of its members up to $500,000 (including $250,000 for claims for cash). I’ll test each of the 15 exits with 5 unique entries (Tradestation code shown): 1. TradeStation handles all of the “no fun” tasks like data connectivity, order routing, and account monitoring while traders get. timer1 = new Timer; // new timer object. It is a Heiken Ashi candle overlay. Trade the way you’ve always wanted to trade by learning how to customize your TradeStation experience. Welcome to tutorial 51 in this series of tutorials designed to help you learn TradeStation EasyLanguage. 1. The Markplex Ichimoku Cloud Collection consists of three TradeStation EasyLanguage programs (if you decide to download the programs note that the names begin with an underscore) and a function: _Ichimoku – an indicator that plots the Ichimoku lines and the cloud. Range Bars are all equal in height, based on the Range specified by the user. The colors are updated in real-time as the status of your orders changes. -. In addition to its resource-rich learning center, TradeStation offers phone and live chat support. Besides Tradestation there are some trading software's offering a varying degree of EasyLanguage friendliness. Ehlers. The value of the input psriskpercent could be changed when running the strategy. Trading platform: 4. Although the EasyLanguage syntax is a mix of C and Pascal, conversion to C is. All orders are logged to the TradeManager window on a real-time basis when TradeStation is open. g. This goes into the third blue cell on the spreadsheet. TradeStation Securities is a member of SIPC, which protects securities customers of its members up to $500,000 (including $250,000 for claims for cash). Array names like variables are unique to the study they are declared in; you can use the same name over again in any other study, but you cannot use the same name. To obtain a copy of the security futures risk disclosure statement Investment and Trading Disclosures Booklet – Futures. It's free to sign up and bid on jobs. Join the Markplex email list to get updates about new programs and tutorials. Then make sure your settings are “Time Zone: > Exchange”. com; NinjaTrader; Neuroshell Trader;. 005 per share. There are four basic order types available using EasyLanguage-limit orders, stop orders, this bar on close orders, and next bar at market orders. to display context-sensitive information. g. Besides Tradestation there are some trading software's offering a varying degree of EasyLanguage friendliness. I would like to. Enter a name for the ShowMe, e. Easylanguage is a high level language used by Tradestation (trading platform). A function's statements can be used to calculate a mathematical formula or perform any. Step #1 Wait for the Price to Break and close above the Ichimoku Cloud. In addition, we are providing code for a TradeStation function to calculate the decycler oscillator, and a strategy that demonstrates the function’s usage. From the Menu bar of the TradeStation® Development Environment, click Help > EasyLanguage Reserved Words & Functions. Print (File ("C: \test. When. Account options - 4. We seek to actively recruit the best and brightest minds across technical disciplines, such as software engineering, database administration, information technology, project management and more, as well as non-technical specialists in areas ranging from client services and sales to risk management, finance. This oscillator is popular with forex traders, but can be applied to any market. A is a single alphabetic character called the format specifier. ) that was saved from a datafeed. DLL file in your installed version of TradeStation. The firm, which charges an annual $50 inactivity fee, offers more than 2,000 mutual funds, none of which are no-transaction-fee mutual funds. TradeStation®, EasyLanguage® and the other company trademarks in the TradeStation Platform are owned by TradeStation Technologies, Inc. Select the EasyLanguage tab and click function. Click Next. It’s easy to understand the interface, and just like Tradestation, you can easily make the step from backtesting to live trading. Returns the system color for specified Red, Green, Blue values. The order execution services accessible from within TradeStation are provided by TradeStation Securities, Inc. Add text label drawing objects to the chart. An EasyLanguage function is a set of EasyLanguage statements that returns one or more values to the function caller. Step 2. Double-click the icon that represents the type of component you want to add to your code. 0 and above, on intraday, daily, weekly, and monthly charts. You can quickly and easily test the validity of an idea before. so you should preface a lot of your MC EL trendline code by noting that it may not be TS compatible. An array is a variable that can store more than one value. Refer to the Import or Export section below as appropriate. EasyLanguage is designed to use simple English-like terms that one trader would use to describe a trading idea to another trader. an affiliate of TradeStation Securities, Inc. The lock icon next to Protect indicates the current protection status. My code has the same stops and targets available in TradeStation’s original version, but I’ve expanded the capabilities to include the following nine new stops: Bar Count Exit – Exit a position based on the number of bars since the position was opened. TradeStation. When applying for, or purchasing, accounts, subscriptions, products, and services, it is important that you know which company you will be dealing with. TradeStation Help. Color Class. TradeStation Securities is a member of SIPC, which protects securities customers of its members up to $500,000 (including $250,000 for claims for cash). And it also lets you automate trades with your own strategies. dll using Visual Studio 2019. EasyLanguage is a Pascal influenced programming language that was developed by Tradestation. Most traders utilize what is called “Easy Language. It can be used to write programs to help in the technical analysis and trading of foreign exchange (forex or FX), commodities (e. Tradestation is free for those holding a brokerage account with TradeStation securities. TradeStation EasyLanguage Defined EasyLanguage is a combination of words and punctuation used to create rules or instructions, based on market data, which TradeStation follows to perform one or more analytical tasks. TradeStation's online trading platform & investment strategy tools empower traders to make strategic trading decisions and trade with confidence. TradeStation Broker. High-quality research and education tools. The LimitOrder function is used to configure and send a limit order using the order entry macro . Represents an ARGB (alpha, red, green, blue) color. Free One-Click Sign-Up. As long term users of Trade Station we find great value in that these objects will finally replace the POS Trade Manager. This tutorial was created using TradeStation 8. TradeStation Securities’ SIPC coverage is available only for securities and for cash held in connection with the purchase or sale of securities, in equities and equities options accounts. "Mark from end to end was just perfect to work with. It also allows your trading application or device to run independently from the TradeStation platform while still taking advantage of a. Heikin-Ashi Indicator: The Heikin-Ashi Indicator is provided below for free download and use. Cons. com Monday – Friday, 8:00 a. For those using TradeStation the Baseline System was created by inserting two strategies into the chart that were provided by TradeStation. Array Usage. SetStopLoss is a built-in stop reserved word that enables you to specify the amount of money you are willing to risk either on a total position basis, or a one contract or one share basis. seeks to serve institutional and active traders. EasyLanguage Optimization API 4 Here is a quick overview of the primary classes in the Optimization API. For historical simulations Close at End of Day generates a market order on the bar close event of the last intra-day bar. 00 Jan 30, 2023 - Feb 1, 2023. A user's manual for anyone looking to learn the fundamentals of creating and utilizing trading systems with TradeStation, the book explains EasyLanguage ®, the proprietary, easy-to-use programming language that allows you to build customized trading strategies. The MT4 platform, like the MQL4 language, is designed specifically for forex. To import them properly into. An option is a type of security that grants the trader the right to buy or sell an underlying asset. Search for jobs related to Convert tradestation indicators metatrader or hire on the world's largest freelancing marketplace with 22m+ jobs. if you are using a 1 min chart, the bar 0600 starts at 0559 and ends at 0600. You can easily combine proven EasyLanguage statements with the power of object-oriented EasyLanguage components. 5. EasyLanguage Mastery Community is a Facebook Group dedicated to EasyLanguageLearn EasyLanguage Fast FREE mini course for the absolute beginner. EasyLanguage expects a colon to be used when declaring certain elements of the language like inputs, variables, arrays, and DLLs. Open the Toolbox panel by clicking the Toolbox tab on the left side of the TDE window. Tradestation has no office in Singapore, so your contact is directly with the US Sales Representative. Now how do we get the bit pattern scheme to relate to the last four day’s close to close relationships. Learn how to customize your analysis with TradeStation EasyLanguage. Headquartered in Plantation, Florida, TradeStation Group Inc. This is easily fixed. The open of each Range Bar is always equal to the close of the previous Range Bar. Now we can easily determine the number of shares to buy without violating our 2% risk: Units To Buy = $1,000 / (Buy Price – Stop Price ) Units To Buy = $1,000 / $10. About Functions. In that way, TradeStation knows the start building bars at the beginning of the trading session instead of using whole hours. Step 2. e. . TO THE BEST OF MARKPLEX. In the TradeStation Development Environment, use the File > Open menu sequence to open the EasyLanguage document you want to protect or unprotect. Make sure your settings are “For bar building, use: > Session Hours” instead of “Natural Hours”. Finally objects that represent a true/real order management protocol for use within EL for the development of automated systems. These functions are intended for use with TradeStation, but may be adapted easily to other languages. Modifying existing indicators and/or strategies. The Import/Export Wizard guides you through the process of importing and exporting EasyLanguage documents. ). The strategy generates an order to close your entire position once the stop loss amount. We use these indicators in our own discretionary trading, we have verified them and find them useful. In addition to the content below, visit this list of Tradestation EasyLanguage training and learning content embedded in regular tutorials and programs. When prompted, enter and verify your password. EasyLanguage is TradeStation’s proprietary command language that lets you specify your trading ideas in plain English and test them before you trade. By phone: You can contact TradeStation’s customer service team by phone by calling 800-822-0512 or 954-652-7900. Smoothed Heiken Ashi. TradeStation Securities, Inc. Since we are just going to apply the PaintBar study to a chart, click the RadarScreen button, and click OK. 5.