Universal Trailing Stop User Manual

Size: px
Start display at page:

Download "Universal Trailing Stop User Manual"

Transcription

1 Universal Trailing Stop User Manual OVERVIEW The Universal Trailing Stop or UTS strategy, exits either Long or Short positions when the trailing stop is touched or penetrated. The purpose of a Trailing Stop is to attempt to capture as much profit as possible as the price moves in a profitable direction away from the entry price. The Trailing Stop Amount sets the tolerance for how much the price can reverse from a profitable move before the Trailing Stop is hit and the position exited. As the Trailing Stop Amount is increased, the average profitable trade may increase, but likewise the average losing trade may also increase. Trailing Stops for long positions always ratchet up or increase in price meaning the Trailing Stop price never decreases, it only increases over time. Likewise, Trailing Stops for short positions always ratchet down or decrease in price meaning the Trailing Stop price never increases, it only decreases over time. Unlike the built-in TradeStation Trailing Stops, the UTS strategy only updates the trailing stop at bar Closes, not on each price tick within the bar. This allows the UTS strategy to offer key capabilities not found in the built-in TradeStation Trailing Stop strategies: 1) It does NOT require Look-Inside-Bar Back Testing or LIBB set to 1-tick to accurately back-test. 2) Rapid back-testing and strategy optimization going back as far as historical minute bar data is available, often 10+ years. Built-in TradeStation Trailing Stop strategies are limited to roughly 6- months of accurate back-testing, and back-test and optimize very slowly. 3) Can optionally issue market exit orders in place of Stop Market orders to avoid issues with lost Stop orders in live trading. 4) Can issue synthesized Stop-Limit orders 5) Accurately back-tests on the following Price-based bars: Range, Momentum, Kase, Renko, and Line Break 6) Supports automated trading with all Price-based bars: Range, Momentum, Kase, Renko, Line Break, Kagi and Point & Figure 7) Allows 4 different type trailing stops: Ticks, Dollars, Percent and Custom Formula 8) Allows 4 different type Floor price trigger levels to turn on trailing stops: Ticks, Dollars, Percent and Custom Formula 9) Allows a Custom Formula ( separate Long and Short formula ) to define the bar price for updating the trailing stop at bar Closes. 1

2 Requirements: TradeStation V9.1 Update 24 or later General The UTS strategy can be used in back-testing, strategy optimization, and live-trading. For any of the UTS products, including the UTS 1 Symbol product, you can insert the UTS on an unlimited number of charts for back-testing. However, the number of Symbols limits the number of AUTOMATED trading charts UTS can be used on. So the UTS 1 Symbol product only allows you to use it on a single AUTOMATED trading chart. Likewise, the UTF 5 Symbols product allows you to use it on 5 AUTOMATED trading charts ( each chart with a different symbol ). If you have subscribed to the UTS Unlimited Symbols product, the UTS strategy can be used on an unlimited number of AUTOMATED trading charts at the same time. The UTS strategy does not make entries - it only exits positions. So if it is inserted by itself on a chart you will see no Trades or positions entered. It works alongside entry/exit strategies inserted on the same chart: Built-in, custom, or even "Black Box" strategies, such as TradingApp Store strategies you subscribe to, where you cannot see the source code. Cautions/Limitations This strategy cannot be used in back-testing Kagi or Point & Figure charts, as you cannot accurately back-test Trailing Stops on these type of charts. However, this strategy can be used in automated live trading of Kagi or Point & Figure charts, with the warning that unpredictable and/or large financial losses may occur. 2

3 DETAILED INSTRUCTIONS ON USE AND EXAMPLES Inputs The UTS strategy has 13 user-friendly Inputs which: Are mostly numerical so they can be used in a strategy optimization Allows the Profit Floor type and size which trigger the Trailing Stop to update to be specified Allows the type and size of Trailing Stop to be specified The Inputs are: 1. UseMarketOrdersToAvoidLostOrders: If set to 0 this is turned off and Stop based price orders will be used. If set to a non-zero value, such as -1 or 5, or when Price-based bar charts are used ( Range, Momentum, Kagi, Kase, Renko, Line Break and Point & Figure ), only Market orders issued at the bar Close are used. If Line Break and Renko bars are detected This Bar On Close orders will be issued, which fill at the bar Closing price in back-testing, but operate like Market orders issued at the bar Close in live trading. 2. LongEntryBarReferencePrice: This typically will contain an EasyLanguage Formula, NOT a fixed numerical value. The default is High, which stands for the High of the currently closed Bar the strategy is running on. The formula is used to calculate and update the Trailing Stop price for Long positions. For example, if you are in a long position and the highest High since entering the position is , and the Trailing Stop is 20 ticks ( each tick is 0.01 so the trail amount is 0.20 ) then the Trailing Stop will be located 0.20 below or at If instead of High you specified Close then the highest Close since entry would be used to calculate the Trailing Stop from. The EasyLanguage Formula may also look like: (High + Low)/2 or AvgTrueRange(14) + Low, or Low + ( (High-Low) * RSI(Close,10) / 100 ), etc. 3. ShortEntryBarReferencePrice: Same as the LongEntryBarReferencePrice, but is used for short positions. The default is Low, which stands for the Low of the currently closed Bar the strategy is running on. The Trailing Stop calculations for short positions adds the trail amount to the Lowest Formula value since entry. 4. NumTicksTriggerTrailingStop: If set to a negative value, such as -1, or -15, will set the trailing stop to begin immediately updating as soon as entry occurs. If set to zero(0), this Input is ignored and one of the other Inputs: DollarsPerShareTriggerTrailingStop, PercentTriggerTrailingStop, or FormulaTriggerTrailingStop, is instead used. If set to a positive value, such as 5, this will set the Profit Floor which must touched or exceeded for the Trailing Stop to begin updating. For example, if set to 5, with a Trail Amount set to 20 ticks, the Trailing Stop would remain at 20 ticks below the entry price until the price moved at least 5 ticks above the entry price, at which point the Trailing Stop would jump to 20 ticks below the Highest LongEntryBarReferencePrice( High ) since entry. If the Highest High since entry was 5 ticks above the entry price ( the same as the Profit Floor ) the Trailing Price would move to 15 ticks below the entry price. Note that a tick is the minimum move for a symbol. For stocks, this is typically 1 cent or 0.01 for a stock. For futures, such as the ES-Mini, this is

4 5. DollarsPerShareTriggerTrailingStop: Works similarly to NumTicksTriggerTrailingStop, except it sets the dollars per share Profit Floor which must be touched or exceeded for the Trailing Stop to begin updating. For example, if this was set to 1.55 and the entry price was at 100, the Trailing Stop would not begin updating until the price climbed to or exceeded PercentTriggerTrailingStop: Works similarly to NumTicksTriggerTrailingStop, except it sets the percentage of the entry price as the Profit Floor which must be touched or exceeded for the Trailing Stop to begin updating. For example, if this Input was set to 1.55 ( 1.55% ) and the entry price was at 100, the Trailing Stop would not begin updating until the price climbed to or exceeded FormulaTriggerTrailingStop: Works similarly to NumTicksTriggerTrailingStop, except it uses an EasyLanguage Formula to set the Profit Floor which must be touched or exceeded for the Trailing Stop to begin updating. For example, if this Input was set to High * 1.01 and the entry price was at 100 and the bar High when the entry occurred was 102, the Profit Floor would be set at 1.01 * 102 = So the price would have to climb to before the Trailing Stop price would begin updating. Note that if the Formula uses bar prices, these are for the bar entry occurred on. Note that only one of the 4 Trigger Inputs: NumTicksTriggerTrailingStop, DollarsPerShareTriggerTrailingStop, PercentTriggerTrailingStop, or FormulaTriggerTrailingStop can be set to a non-zero value, and one must be set to a non-zero value. If not, the strategy will issue a run-time error message, like shown below, and turn off the strategy. You will then have to turn back on the strategy and correct the Input settings. 4

5 8. NumTicksTrailingStop: If set to negative or zero(0), this Input is ignored and one of the other Inputs: DollarsPerShareTrailingStop, PercentTrailingStop or FormulaTrailingStop, is instead used. If set to a value > 0, this Input sets the trailing amount. For example, if this Input was set to 5, the trailing amount will be 5 ticks ( 5 cents or 0.05 for stocks ). If the entry price was 100 the Trailing Stop price would be initialized at = DollarsPerShareTrailingStop: Works similarly to NumTicksTrailingStop, except it sets dollars per share as the trailing amount. For example, if this was set to 2.13 and the entry price was 100, the trailing amount would be $2.13 and the Trailing Stop price would be initialized at = PercentTrailingStop: Works similarly to NumTicksTrailingStop, except it sets a percentage of the entry price as the trailing amount. For example, if this was set to 1(%) and the entry price was 85, the trailing amount would be 1% of 85, or The Trailing Stop price would be initialized at = FormulaTrailingStop: Works similarly to NumTicksTrailingStop, except it uses a Formula to set the trailing amount. For example, if this was set to High * 0.01 and the entry price was 100 and the bar High at entry was 101, the trailing amount would be 1% of the bar High, or The Trailing Stop price would be initialized at = Note that only one of the 4 above Inputs: NumTicksTTrailingStop, DollarsPerShareTrailingStop, PercentTrailingStop, or FormulaTrailingStop can be set to a positive value, and one must be set to a positive value. If not, the strategy will issue a run-time error message, similar to that shown on Page 4, and turn off the strategy. You will then have to turn back on the strategy and correct the Input settings. 12. NumTicksSlippageForStopLimitExit: If set to a value < 0 this is disabled. If set to zero(0) or a positive value this enables the Synthetic Stop Limit order feature. For example, if you are in a long position and the Trailing Stop price exceeds the current bar Close at 100 and this is set to 3, then a Sell Limit order will be issued at 3 ticks below the bar Close at 100, or at = ( for stocks where 1 ticks = 0.01 ). Note the Sell Limit order should fill at or higher. 13. DisplayUserManual: If set to TRUE the user manual will be displayed in a Web Browser window that you can resize. Note that if you have the UTS strategy inserted on multiple charts that as long as any chart in which the UTS strategy is inserted has this Input set to TRUE the user manual will be displayed. If the UTS strategy is being optimized on a chart the user manual will not be displayed. 5

6 Input Comments: You will notice that most Inputs have comments to the right of the Input value surrounded by curly braces, like: { Comment }, as shown in the image below. The purpose of these comments is to explain how to set the Input value. You can change the Input value without changing the comment, but if you delete either the left or right curly brace, { or }, the comment text will become part of the Input and you will see an error. You can remove the comment by deleting the curly braces and all the text between them, or you can type over the text between the curly braces to create your own comment. 6

7 Usage Examples Example 1: Set a 20 tick Trailing Stop that begins to update as soon as entry is made - UseMarketOrdersToAvoidLostOrders: 1 - LongEntryBarReferencePrice: High - ShortEntryBarReferencePrice: Low - NumTicksTriggerTrailingStop: -1 ( negative value causes the trailing stop to immediately update ) - All other numerical Trigger Inputs: 0 ( disabled ) - FormulaTriggerTrailingStop: ( disabled: no space between 2 double quotes ) - NumTicksTrailingStop: 20 - All other numerical Trailing Stop Inputs: 0 ( disabled ) - FormulaTrailingStop: ( disabled: no space between 2 double quotes ) - NumTicksSlippageForStopLimitExit: -1 ( disabled ) Example 2: Set a 20 tick Trailing Stop that begins to update after the price has moved to 7 ticks of profit beyond the entry: Only Input changes from Example 1 above shown below - NumTicksTriggerTrailingStop: 7 Example 3: Set a 20 tick Trailing Stop that uses the bar Average Price for updating the Trailing Stop ( not the bar High or Low ), which begins to update after the price has moved to 7 ticks of profit beyond the entry: Only Input changes from Example 2 above shown below - LongEntryBarReferencePrice: AvgPrice ( built-in TradeStation function ) - ShortEntryBarReferencePrice: AvgPrice ( built-in TradeStation function ) Example 4: Set a 200% of bar Average True Range Trailing Stop that begins to update as soon as entry is made: Only Input changes from Example 1 above shown below - NumTicksTrailingStop: 0 - FormulaTrailingStop: 2 * AvgTrueRange(14) ( built-in TS function: 14-bar calculation ) Example 5: Set a 20 tick Trailing Stop that begins to update after the price has profitably moved 125% of bar Average True Range beyond the entry: Only Input changes from Example 2 above shown below - NumTicksTriggerTrailingStop: 0 - FormulaTriggerTrailingStop: 1.25 * AvgTrueRange(14) ( built-in TS function: 14-bar calculation ) Example 6: Set a 0.55% Trailing Stop that begins to update as soon as entry is made: Only Input changes from Example 1 above shown below - NumTicksTrailingStop: 0 - PercentTriggerTrailingStop: 0.55 Example 7: Set a 0.55% Trailing Stop that begins to update as soon as the price has profitably moved 0.25% beyond the entry: Only Input changes from Example 6 above shown below - NumTicksTriggerTrailingStop: 0 - PercentTriggerTrailingStop:

8 Usage Examples ( Continued ) Example 8: Set a 0.55% Trailing Stop that begins to update as soon as the price has profitably moved 48 cents beyond the entry: Only Input changes from Example 7 shown below - PercentTriggerTrailingStop: 0 - DollarsPerShareTriggerTrailingStop: 0.48 Example 9: Set a Parabolic SAR Trailing Stop that begins to update as soon as entry is made: Only Input changes from Example 1 above shown below - NumTicksTrailingStop: 0 - FormulaTrailingStop: ParabolicCustom( 0.02, 0.2 ) ( built-in TS function with 2 Inputs ) - 8

9 Trouble Shooting Problem: No trades are generated on the chart after inserting and turning on the UTS strategy. Possible Cause: No trading strategy which enters positions has been inserted on the chart in addition to the UTS strategy. The UTS strategy does not make entries - it only exits positions. So if it is inserted by itself on a chart you will see no Trades or positions entered. Possible Solution: Insert a trading strategy on the same chart that makes entries. Problem: No trades are generated on the chart after inserting and turning on both the UTS strategy and a trading strategy which enters positions. Possible Cause: If there is insufficient history on the chart ( beyond the Maximum bars the study will reference called MaxBarsBack ) the strategy never runs and no trades occur. Possible Solution: Increase the chart history be setting the chart start date to an earlier date. Problem: When I turn on the UTS strategy I see an Events Log window pop-up like shown below and the strategy turns OFF. Cause: These are user run-time error messages, generated by the strategy when error checking the Inputs. Solution: The error message displayed in the Events Log window will tell you what the issue is with the Input settings. Turn the strategy back on and Format the Inputs to correct the Input settings, and the strategy will then run. 9

10 Problem: When I turn on the UTS strategy I see an Events Log window pop-up like shown below stating the UTS strategy is only allowed to run on so many different automated symbol charts. Cause: The UTS strategy can run on an unlimited number of charts at the same time when back-testing. However, the number of Symbols limits the number of AUTOMATED trading charts UTS can be used on. So the UTS 1 Symbol product only allows you to use it on a single AUTOMATED trading chart. Likewise, the UTF 5 Symbols product allows you to use it on 5 AUTOMATED trading charts. Solution: You will need to subscribe to the UTS Symbols product which supports the number of symbols you want to automatically trade using the UTS strategy. Note that you can combine different UTS Symbols products: So a UTS 1 Symbol and UTS 5 Symbols products together can be used to AUTOMATICALLY trade 6 symbols. CONTACT US If there are enhancements or issues you would like to discuss please call us at or us at support@emeraldtradingtechnologies.com. 10

11 DISCLAIMER Neither TradeStation Technologies nor any of its affiliates has reviewed, certified, endorsed, approved, disapproved or recommended, and neither does or will review, certify, endorse, approve, disapprove, or recommend any product that offers training, education or consulting regarding the use of EasyLanguage. Emerald Trading Technologies, Inc., its employees, affiliates and agents (EMERALD) are NOT soliciting or offering securities, security derivatives, investment products/services or trading/investment advice. Investment in securities involves substantial risks and should not be undertaken without understanding all the risks related to the sale and purchase of securities. You have sole responsibility for determining the appropriateness of, when and on what terms to engage in any trading transactions. When investing in securities, YOU CAN LOSE MONEY, INCLUDING MORE THAN YOUR PRINCIPAL. The software described herein is designed to be a tool to assist you trading. THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL EMERALD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; FINANCIAL OR NON-FINANCIAL LOSSES, OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS software, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Without limiting the foregoing, EMERALD makes no warranty that 1) the software will meet your requirements, 2) the software will be uninterrupted, timely, secure or errorfree, 3) the results that may be obtained from the use of the software will be effective, accurate or reliable, 4) the quality of the software will meet your expectations, and 5) any errors in the software will be corrected. This software and its documentation could include technical or other mistakes, inaccuracies or typographical errors. EMERALD may make changes to the software or documentation without notice. The documentation may be out of date and EMERALD makes no commitment to update such materials. EMERALD assumes no responsibility for errors or omissions in the software or documentation. In no event shall EMERALD be liable to you or any third parties for any special, punitive, incidental, indirect or consequential damages of any kind, or any damages whatsoever, including, without limitation, those resulting from loss of use, data or profits, financial or non-financial losses, whether or not EMERALD has been advised of the possibility of such damages, and on any theory of liability, arising out of or in connection with the use of this software. The use of this software is done at your own discretion and risk and with agreement that you will be solely responsible for any damage to your computer system or loss of data that results from such activities. No advice or information, whether oral or written, obtained by you from EMERALD shall create any warranty for this software. 11

Emerald Trading Technologies, Inc.

Emerald Trading Technologies, Inc. ProfitProtector Breakthrough Capability for Professional Automated Strategy Traders Prerequisites: TradeStation V9.5 Update 17 or later and real-time data subscriptions. Before using this in live trading

More information

The strategy has an average holding period of 4 days and trades times a year on average.

The strategy has an average holding period of 4 days and trades times a year on average. Introduction Diversity TF is a price pattern based swing trading system for the Emini Russell 2000 futures contract. The system uses multiple price patterns hence the name "Diversity". The strategy trades

More information

The strategy has an average holding period of 4 days and trades times a year on average.

The strategy has an average holding period of 4 days and trades times a year on average. Introduction Diversity CL is a price pattern based swing trading system for the NYMEX WTI Crude Oil futures contract. The system uses multiple price patterns hence the name "Diversity". The strategy trades

More information

Bullalgo Trading Systems, Inc. Trailing Matrix User Manual Version 1.0 Manual Revision

Bullalgo Trading Systems, Inc. Trailing Matrix User Manual Version 1.0 Manual Revision Bullalgo Trading Systems, Inc. Trailing Matrix User Manual Version 1.0 Manual Revision 20150917 Trailing Matrix The Trailing Matrix is a Bullalgo Trading Systems, Inc. add-on Trailing Stop strategy that

More information

Simplemente Mini S&P (ES) DayTrader

Simplemente Mini S&P (ES) DayTrader 5543 Edmondson Pike #182 Nashville, TN 37211 Email: info@simplementetrading.com Simplemente Mini S&P (ES) DayTrader Objective The Mini S&P (ES) DayTrader is designed to allow users to take advantage of

More information

Bullalgo Trading Systems, Inc. Pyramid Matrix User Manual Version 1.0 Manual Revision

Bullalgo Trading Systems, Inc. Pyramid Matrix User Manual Version 1.0 Manual Revision Bullalgo Trading Systems, Inc. Pyramid Matrix User Manual Version 1.0 Manual Revision 20150917 Pyramid Matrix The Pyramid Matrix is a Bullalgo Trading Systems, Inc. add-on Pyramiding strategy that is applicable

More information

Bullalgo Trading Systems, Inc. Orion NBar Crossover Strategy User Manual Version 1.0 Manual Revision

Bullalgo Trading Systems, Inc. Orion NBar Crossover Strategy User Manual Version 1.0 Manual Revision Bullalgo Trading Systems, Inc. Orion NBar Crossover Strategy User Manual Version 1.0 Manual Revision 20150917 Orion NBar Crossover Strategy The Orion NBar Crossover Strategy is a tool to show the NBar

More information

Bullalgo Trading Systems, Inc. Orion ES Intraday High Risk 2A User Manual Version 1.0 Manual Revision

Bullalgo Trading Systems, Inc. Orion ES Intraday High Risk 2A User Manual Version 1.0 Manual Revision Bullalgo Trading Systems, Inc. Orion ES Intraday High Risk 2A User Manual Version 1.0 Manual Revision 20160922 Orion ES Intraday High Risk 2A Orion ES Intraday High Risk 2A is the first of a series of

More information

Bullalgo Trading Systems, Inc. Bullalgo Volatility Gauge Study Indicator User Manual Version 1.0 Manual Revision

Bullalgo Trading Systems, Inc. Bullalgo Volatility Gauge Study Indicator User Manual Version 1.0 Manual Revision Bullalgo Trading Systems, Inc. Bullalgo Volatility Gauge Study Indicator User Manual Version 1.0 Manual Revision 20150917 Bullalgo Volatility Gauge Study Indicator The Bullalgo Volatility Gauge/Brake Indicator

More information

Border Federal Credit Union Electronic Services Agreement Terms and Conditions

Border Federal Credit Union Electronic Services Agreement Terms and Conditions (for Website, E-Mail Notifications, E-Statements, Automatic Dialing Service, Internet Banking (BFCULive), Text Messaging, Text Banking, Mobile Banking, Mobile App, and Bill Payment Services) Border Federal

More information

ModeX V1.6 User Guide to Installation and Operation

ModeX V1.6 User Guide to Installation and Operation ModeX V1.6 User Guide to Installation and Operation A TradeStation Trading System for liquid futures contracts This electronic book is Copyright PMKing Trading 2005. Any unauthorized distribution, copying,

More information

TRADE TERMINAL. Page 1 of 13

TRADE TERMINAL. Page 1 of 13 v TRADE TERMINAL 1. Overview of the Trade Terminal... 2 1.1 Opening the Trade Terminal... 2 1.2 Components of the Trade Terminal... 2 2. Market watch... 3 2.1 Placing buy/sell orders... 3 2.2 Placing pending

More information

GLOBAL MULTI-INDEX STRATEGY AMENDMENT GLOBAL MULTI-INDEX STRATEGY

GLOBAL MULTI-INDEX STRATEGY AMENDMENT GLOBAL MULTI-INDEX STRATEGY GLOBAL MULTI-INDEX STRATEGY AMENDMENT This Amendment is part of the Fixed Indexed Annuity Contract to which it is attached. All capitalized terms used in this Amendment that are not otherwise defined shall

More information

Prerequisite Installation 1. TradeStation 9.1 (Update 29) or later required. 2. TradeStation real-time data subscriptions for symbols to be traded.

Prerequisite Installation 1. TradeStation 9.1 (Update 29) or later required. 2. TradeStation real-time data subscriptions for symbols to be traded. Instructions Product: AutoBrackets Date: December 4, 2017 Purpose: Automate your TradeStation Strategies to place each signal, with matching stop and limit orders paired in brackets. Have all your orders

More information

Vanguard Variable Insurance Fund Total Stock Market Index Portfolio Summary Prospectus

Vanguard Variable Insurance Fund Total Stock Market Index Portfolio Summary Prospectus Vanguard Variable Insurance Fund Total Stock Market Index Portfolio Summary Prospectus April 29, 2016 The Fund s statutory Prospectus and Statement of Additional Information dated April 29, 2016, as may

More information

Bullalgo Trading Systems, Inc. Orion Bollinger Band (BB) Threshold Study Indicators User Manual Version 1.0 Manual Revision

Bullalgo Trading Systems, Inc. Orion Bollinger Band (BB) Threshold Study Indicators User Manual Version 1.0 Manual Revision Bullalgo Trading Systems, Inc. Orion Bollinger Band (BB) Threshold Study Indicators User Manual Version 1.0 Manual Revision 20150917 Orion Bollinger Band (BB) Threshold Study Indicators The Orion Bollinger

More information

Terms and Conditions

Terms and Conditions Terms and Conditions Acceptance of Terms The STEM Shoppe, LLC (collectively, The STEM Shoppe, we, or us ) is a Utah limited liability company with its principal place of business at 822 W Sheppard Lane,

More information

MT4 Supreme Edition Trade Terminal

MT4 Supreme Edition Trade Terminal MT4 Supreme Edition Trade Terminal In this manual, you will find installation and usage instructions for MT4 Supreme Edition. Installation process and usage is the same in new MT5 Supreme Edition. Simply

More information

Terms Of Service. Your Acceptance

Terms Of Service. Your Acceptance Terms Of Service Your Acceptance By using or visiting FIBRUM.NETwebsite or any Fibrum s products, software and services provided to you on, from, or through the http://fibrum.net (collectively the 'Service')

More information

Electronic Banking Service Agreement and Disclosure

Electronic Banking Service Agreement and Disclosure Electronic Banking Service Agreement and Disclosure What is Covered by this Agreement This Agreement between you and First Priority Bank governs the use of our Electronic and Internet Banking and Bill

More information

Momentum. S&P Futures (ES) 5 Minute. Version 5.06

Momentum. S&P Futures (ES) 5 Minute. Version 5.06 Momentum S&P Futures (ES) 5 Minute Version 5.06 Overview Momentum is a trend strategy. The Momentum strategy will enter a long or short trade when the market is presenting a trend with significant momentum.

More information

IN THE EVENT OF A MEDICAL EMERGENCY, CALL 911.

IN THE EVENT OF A MEDICAL EMERGENCY, CALL 911. Website Terms of Use Effective Date : 10/04/2017 Welcome to the Aurora BayCare Medical Center website! Aurora BayCare Medical Center maintains this website for your personal information, education and

More information

www.24onlinebilling.com Copyright 2013 24online Info Technologies Pvt. Ltd. IMPORTANT NOTICE Information supplied by 24online is believed to be accurate and reliable at the time of printing but is

More information

Allocation Options for Variable Universal Life with Indexed Options

Allocation Options for Variable Universal Life with Indexed Options Allocation Options for Variable Universal Life with Indexed Options Minnesota Life Insurance Company - A Securian Company Life New Business 400 Robert Street North St. Paul, Minnesota 55101-2098 M INSTRUCTIONS

More information

WEBSITE TERMS & CONDITIONS OF ACCESS & USE

WEBSITE TERMS & CONDITIONS OF ACCESS & USE WEBSITE TERMS & CONDITIONS OF ACCESS & USE Original Issue Date: June 2017 Approver(s): Board of Directors Owner(s): TTCM CAPITAL MARKETS LIMITED Contact Person: Chief Executive Officer Classification:

More information

Please Read These Terms Carefully Before Using This Site

Please Read These Terms Carefully Before Using This Site Legal Notices Please Read These Terms Carefully Before Using This Site Important Disclosure Information South Georgia Capital, LLC doing business as SGC Investment Management ("SGC") is an SEC registered

More information

Austin Telco FCU Money Manager End User Agreement. Money Manager Services

Austin Telco FCU Money Manager End User Agreement. Money Manager Services Austin Telco FCU Money Manager End User Agreement Money Manager Services You are accessing services provided to you from Austin Telco Federal Credit Union ( ATFCU ) by way of our third party service provider,

More information

Protection plus growth opportunity with a global index option. Elite Global Plus II Fixed index interest universal life insurance.

Protection plus growth opportunity with a global index option. Elite Global Plus II Fixed index interest universal life insurance. PRODUCT Guide Elite Global Plus II Fixed index interest universal life insurance Protection plus growth opportunity with a global index option Policies issued by: American General Life Insurance Company

More information

TERMS OF USE. Unless otherwise noted, all tickets, goods, and services sold on the TicketBiscuit platform adhere to a NO REFUNDS, NO EXCHANGES policy.

TERMS OF USE. Unless otherwise noted, all tickets, goods, and services sold on the TicketBiscuit platform adhere to a NO REFUNDS, NO EXCHANGES policy. TERMS OF USE Hello & welcome, ticket purchasers! The following Terms of Use govern the use of this site, www.ticketbiscuit.com, www.tututix.com, www.whistletix.com, www.statechamps.com, and www.battlepass.com,

More information

Simplemente Dow Jones Renko SwingTrader Series

Simplemente Dow Jones Renko SwingTrader Series 5543 Edmondson Pike #182 Nashville, TN 37211 Email: info@simplementetrading.com Simplemente Dow Jones Renko SwingTrader Series Objective The objective of this series, is to create swing positions as the

More information

SAMSUNG ELECTRONICS AMERICA, INC. ONLINE REMOTE MANAGEMENT SERVICES ONLINE REMOTE MANAGEMENT SERVICE TERMS AND CONDITIONS 1.

SAMSUNG ELECTRONICS AMERICA, INC. ONLINE REMOTE MANAGEMENT SERVICES ONLINE REMOTE MANAGEMENT SERVICE TERMS AND CONDITIONS 1. SAMSUNG ELECTRONICS AMERICA, INC. ONLINE REMOTE MANAGEMENT SERVICES ONLINE REMOTE MANAGEMENT SERVICE TERMS AND CONDITIONS 1. LEGAL NOTICE 1.1 This legal notice (these Terms ) applies to the Online Remote

More information

External Account Transfer Agreement July 16, 2014

External Account Transfer Agreement July 16, 2014 External Account Transfer Agreement July 16, 2014 Welcome to Altra Federal Credit Union s External Accounts Transfer Service. With this Service, you may transfer funds from your Credit Union account(s)

More information

PMAM. Personal Multi Account Manager USER GUIDE

PMAM. Personal Multi Account Manager USER GUIDE TABLE OF CONTENT OVERVIEW 1 LOG ON 1 TABS 2 SUB ACCOUNT ALLOCATION SETTINGS 3 ALLOCATION METHODS 3 DISCLAIMER While IronFX Global Ltd. makes every effort to deliver high quality products, we do not guarantee

More information

MAINTENANCE PARTNER, LLC TERMS AND CONDITIONS

MAINTENANCE PARTNER, LLC TERMS AND CONDITIONS MAINTENANCE PARTNER, LLC TERMS AND CONDITIONS ATTENTION: PLEASE READ THESE TERMS OF USE ( TERMS ) CAREFULLY BEFORE USING THIS WEBSITE ( SITE ). USING THIS SITE INDICATES THAT YOU HAVE READ AND ACCEPT THESE

More information

VERY IMPORTANT Before you start you have to follow these instructions to insure that the strategy is working properly:

VERY IMPORTANT Before you start you have to follow these instructions to insure that the strategy is working properly: Volatility Pivots User Guide help@volatilitypivots.com VERY IMPORTANT Before you start you have to follow these instructions to insure that the strategy is working properly: 1. This strategy works with

More information

NetPicks Keltner Bells

NetPicks Keltner Bells Page 1 NetPicks Keltner Bells NetPicks, LLC HYPOTHETICAL PERFORMANCE RESULTS HAVE MANY INHERENT LIMITATIONS, SOME OF WHICH ARE DESCRIBED BELOW. NO REPRESENTATION IS BEING MADE THAT ANY TRADING ACCOUNT

More information

A unique trading tool designed to help traders visualize and place orders based on market depth and order flow. DepthFinder TradingApp

A unique trading tool designed to help traders visualize and place orders based on market depth and order flow. DepthFinder TradingApp A unique trading tool designed to help traders visualize and place orders based on market depth and order flow. DepthFinder TradingApp DepthFinder Trading App for TradeStation Table of Contents Introduction

More information

TERMS AND CONDITIONS FOR SERVICES Effective 11/10/ INTRODUCTION

TERMS AND CONDITIONS FOR SERVICES Effective 11/10/ INTRODUCTION TERMS AND CONDITIONS FOR SERVICES Effective 11/10/2017 1. INTRODUCTION 1.1 We, at Volvo Car Group, want to offer you Services that make your Volvo experience as safe, effortless and enjoyable as possible.

More information

Please read these Terms and Conditions carefully before using the Service.

Please read these Terms and Conditions carefully before using the Service. Terms and Conditions Last updated: October 10, 2017 These Terms and Conditions ("Terms", "Terms and Conditions") govern your relationship with http://www.inactionphotography.ca/ website (the "Service")

More information

Basic Order Strategies

Basic Order Strategies Basic Order Strategies Introduction... 3 Using the Pre-Defined Order Strategies with your Trading Interfaces... 3 Entry Order Strategies... 3 Basic Entry Order Strategies explained... 3 Exit Order Strategies...

More information

April 10,

April 10, www.spglobal.com/ratingsdirect April 10, 2018 1 www.spglobal.com/ratingsdirect April 10, 2018 2 www.spglobal.com/ratingsdirect April 10, 2018 3 www.spglobal.com/ratingsdirect April 10, 2018 4 www.spglobal.com/ratingsdirect

More information

W2K - Virtual Walkathon TERMS & CONDITIONS Last Updated: Thursday, February 15, 2018

W2K - Virtual Walkathon TERMS & CONDITIONS Last Updated: Thursday, February 15, 2018 W2K - Virtual Walkathon TERMS & CONDITIONS Last Updated: Thursday, February 15, 2018 (The term ayubo.life or we as used herein shall be used to describe Digital Healthcare Solutions (Pvt) Ltd a company

More information

How to Participate. April 26, 2013

How to Participate. April 26, 2013 How to Participate April 26, 2013 Please read these User Instructions carefully. You are advised to practice using the website with the assistance of the online recorded Demo to acquire personal mastery

More information

STEALTH ORDERS. Page 1 of 12

STEALTH ORDERS. Page 1 of 12 v STEALTH ORDERS 1. Overview... 2 1.1 Disadvantages of stealth orders... 2 2. Stealth entries... 3 2.1 Creating and editing stealth entries... 3 2.2 Basic stealth entry details... 3 2.2.1 Immediate buy

More information

Swing Traders Edge The Systematic Swing Trading System. TradeStation Guide

Swing Traders Edge The Systematic Swing Trading System. TradeStation Guide Swing Traders Edge The Systematic Swing Trading System TradeStation Guide Important Non-Disclosure: You are purchasing a single user licence which may not be transferred or resold. The information including

More information

Supplement to the Prospectuses and Summary Prospectuses for Investor Shares and Admiral Shares

Supplement to the Prospectuses and Summary Prospectuses for Investor Shares and Admiral Shares Vanguard 500 Index Fund Vanguard Balanced Index Fund Vanguard Developed Markets Index Fund Vanguard Dividend Appreciation Index Fund Vanguard Emerging Markets Government Bond Index Fund Vanguard Emerging

More information

Revoking an Anatomical Gift (Organ Donation Revocation)

Revoking an Anatomical Gift (Organ Donation Revocation) Revoking an Anatomical Gift This Packet Includes: 1. Instructions & Checklist 2. General Information 3. Revoking an Anatomical Gift Instructions & Checklist Revoking an Anatomical Gift Following these

More information

MOBILE CHECK DEPOSIT DISCLOSURE and AGREEMENT

MOBILE CHECK DEPOSIT DISCLOSURE and AGREEMENT MOBILE CHECK DEPOSIT DISCLOSURE and AGREEMENT Mobile Check Deposit ( MCD ) is designed to allow you to deposits checks (see Eligible Items below) to your First County Bank ( Bank ) checking or savings

More information

Copyright 2012

Copyright 2012 What is RangeBox Trader Expert Advisor for Metatrader 4 platform that will open trade(s) when currency price reach high/low level of the last range box. You need to set desired start and end hours of the

More information

Mobile Check Deposit Services Mobile Check Deposit User Agreement Terms and Conditions

Mobile Check Deposit Services Mobile Check Deposit User Agreement Terms and Conditions Mobile Check Deposit Services Mobile Check Deposit User Agreement Terms and Conditions Citizens Bank & Trust Company ("CBT", "us," or "we") agrees to provide Mobile Check Deposit Services to you ( Customer,

More information

An Overview of the Dynamic Trailing Stop Page 2. Dynamic Trailing Stop: The Power of Smart-Stop Technology Page 3

An Overview of the Dynamic Trailing Stop Page 2. Dynamic Trailing Stop: The Power of Smart-Stop Technology Page 3 An Overview of the Dynamic Trailing Stop Page 2 Dynamic Trailing Stop: The Power of Smart-Stop Technology Page 3 DTS PaintBar: Color-Coded Trend Status Page 5 Customizing the DTS Indicators Page 6 Expert

More information

Autochartist User Manual

Autochartist User Manual Autochartist User Manual compliance@ifxbrokers.com www.ifxbrokers.com +27 42 293 0353 INTRODUCTION Chapter 1 Autochartist offers traders automated market-scanning tools that highlight trade opportunities

More information

1. For initial testing, log into your Trading Simulation accounts.

1. For initial testing, log into your Trading Simulation accounts. Instructions Product: TradeAssistant Pro Date: January 4, 2017 Purpose: TradeAssistant Pro is for fast and flexible order placements. Setup custom triggers. Put orders in OCO groups to leverage buying

More information

FIRST STATE BANK OF ST. CHARLES, MISSOURI ONLINE BANKING AGREEMENT Online banking is not available to children under 18 years of age.

FIRST STATE BANK OF ST. CHARLES, MISSOURI ONLINE BANKING AGREEMENT Online banking is not available to children under 18 years of age. FIRST STATE BANK OF ST. CHARLES, MISSOURI ONLINE BANKING AGREEMENT Online banking is not available to children under 18 years of age. Please read this Agreement carefully and in its entirety. Included

More information

May 2, 2018 Page 1 of 8

May 2, 2018 Page 1 of 8 ALBERTA BLUE CROSS ONLINE SERVICES BILLING AGREEMENT Terms of Use ABC Benefits Corporation ( Alberta Blue Cross ) makes the Alberta Blue Cross Provider Online Services Web Site available solely for the

More information

Welcome to Trader Vision 20/20 (Version 2)

Welcome to Trader Vision 20/20 (Version 2) Welcome to Trader Vision 20/20 (Version 2) First of all, thank you again for your purchase. It is our greatest hope that you find Trader Vision 20/20 (aka TV20/20) to be a tremendous aid and a tool that

More information

How it Works: Crediting Methods and Index Options

How it Works: Crediting Methods and Index Options Annuity How it Works: Crediting Methods and Index Options Fixed Index Annuity 13091Y REV 9-15 FOR AGENT USE ONLY. NOT TO BE USED FOR CONSUMER SOLICITATION PURPOSES. Annuities at their Best Table of Contents

More information

Protective Asset Builder

Protective Asset Builder Protective Asset Builder Indexed Annuity Interest Crediting Strategies Protect and Grow Your Assets Financial security and a comfortable retirement depend on protecting and growing your assets. But many

More information

SecurityTrax Software As A Service Agreement ADT PROMOTIONAL OFFER. Name ( Client ): Street Address: City: State: Zip: DEFINITIONS AGREEMENT

SecurityTrax Software As A Service Agreement ADT PROMOTIONAL OFFER. Name ( Client ): Street Address: City: State: Zip: DEFINITIONS AGREEMENT SecurityTrax Software As A Service Agreement ADT PROMOTIONAL OFFER Effective Date: This SecurityTrax Software As A Service Agreement is made as of the Effective Date by and between HiValley Technology

More information

DNSmax Integrated Partner Service Agreement

DNSmax Integrated Partner Service Agreement 1. Introduction and Definitions This contract defines the agreement between ( Algenta Technologies or Algenta ) and an Integrated Partner ( the Partner ). It defines the qualifications and acceptable practices

More information

HLL Lifecare Limited E-tendering Portal TERMS AND CONDITIONS

HLL Lifecare Limited E-tendering Portal TERMS AND CONDITIONS HLL Lifecare Limited E-tendering Portal TERMS AND CONDITIONS Definitions 1. e-tender portal or website or site refers to https://etender.lifecarehll.com 2. Services means all the functional services provided

More information

Terms of Use Published on MagMutual (

Terms of Use Published on MagMutual ( Terms of Use This magmutual.com website (the "Site" or "Website") is provided by MAG Mutual Insurance Company (hereinafter, MagMutual ). Use of this Site is governed by the terms and conditions set forth

More information

Learning TradeStation. Order-Entry Tools and Preferences

Learning TradeStation. Order-Entry Tools and Preferences Learning TradeStation Order-Entry Tools and Preferences Important Information No offer or solicitation to buy or sell securities, securities derivative or futures products of any kind, or any type of trading

More information

Internet Banking Agreement Muenster State Bank

Internet Banking Agreement Muenster State Bank Internet Banking Agreement Muenster State Bank This Internet Banking Agreement (this "Agreement") states the terms and conditions for Internet Banking offered by Muenster State Bank (the "Bank"). When

More information

CONTENTS 1 INTRODUCTION RETURNS GET STARTED BROKER OFFER... 7 LEGAL & RISK DISCLAIMER Page 2 londonforexopen.

CONTENTS 1 INTRODUCTION RETURNS GET STARTED BROKER OFFER... 7 LEGAL & RISK DISCLAIMER Page 2 londonforexopen. CONTENTS 1 INTRODUCTION... 3 2 RETURNS... 4 3 GET STARTED... 6 4- BROKER OFFER... 7 LEGAL & RISK DISCLAIMER... 8 Page 2 londonforexopen.com 1 INTRODUCTION London Forex Open is a 100% mechanical Forex Trading

More information

Pendal MidCap Fund. 1. Restrictions on withdrawals. Additional Information to the Product Disclosure Statement

Pendal MidCap Fund. 1. Restrictions on withdrawals. Additional Information to the Product Disclosure Statement Additional Information to the Product Disclosure Statement Pendal MidCap Fund Previously known as BT Wholesale MidCap Fund APIR Code: BTA0313AU Issued 7 May 2018 Read this The information in this document

More information

Northway Bank. Mobile Deposit Addendum. Addendum to the Online Banking Agreement

Northway Bank. Mobile Deposit Addendum. Addendum to the Online Banking Agreement Northway Bank Mobile Deposit Addendum Addendum to the Online Banking Agreement This Mobile Deposit Addendum (the Addendum ) to the Northway Bank Online Banking Agreement (the Agreement ) contains the terms

More information

TERMS & CONDITIONS FOR CUSTOMERS

TERMS & CONDITIONS FOR CUSTOMERS TERMS & CONDITIONS FOR CUSTOMERS Set forth below are the Terms and Conditions that govern your use of the www.chesapeakeplus.com web site (the "Web Site"). These Terms and Conditions describe your rights

More information

Main Street Bank EXTERNAL FUNDS TRANSFER AGREEMENT

Main Street Bank EXTERNAL FUNDS TRANSFER AGREEMENT Main Street Bank EXTERNAL FUNDS TRANSFER AGREEMENT ACCEPTANCE OF TERMS This Agreement sets out the terms and conditions (Terms) upon which Main Street Bank (Bank) will provide the ability to perform external

More information

Instructions of CTM with E*Trade (Updated 10/7/2011)

Instructions of CTM with E*Trade (Updated 10/7/2011) Instructions of CTM with E*Trade (Updated 10/7/2011) IMPORTANT NOTE for using Auto Order Execution (AOE) module: The AOE is a part of Chart Trading Module (CTM) for trading automation. Even though the

More information

Technical Note: Setting Up a Fiscal Year that Does Not Equal 365 or 366 Days

Technical Note: Setting Up a Fiscal Year that Does Not Equal 365 or 366 Days Article # 1222 Technical Note: Setting Up a Fiscal Year that Does Not Equal 365 or 366 Days Difficulty Level: Beginner Level AccountMate User Version(s) Affected: AccountMate 7 for SQL and Express Module(s)

More information

a v SMART LINES IC Markets

a v SMART LINES IC Markets a v SMART LINES IC Markets 1. Overview... 2 1.1 Important note... 2 2. Using the Smart Lines... 3 2.1 Creating a Smart Line... 3 2.2 Types of line... 3 2.2.1 Horizontal lines and trend-lines... 3 2.2.2

More information

Community Resource Credit Union

Community Resource Credit Union Community Resource Credit Union TERMS OF SERVICE, CONDITIONS, AND DISCLOSURES FOR INTUIT HOME BANKING Welcome to Intuit An Internet Home Banking Service that provides Community Resource Credit Union members

More information

Artemis_Sitter v1.60 MT4 Expert Advisor Copyright , Yannis Sferopoulos

Artemis_Sitter v1.60 MT4 Expert Advisor Copyright , Yannis Sferopoulos Artemis_Sitter v1.60 MT4 Expert Advisor Copyright 2005-2008, Yannis Sferopoulos jsfero@otenet.gr Yannis.21@gmail.com You must read following acknowledgment and disclaimer very carefully and if you do not

More information

28 ИЮНЯ 2012 Г. 1

28 ИЮНЯ 2012 Г. 1 WWW.STANDARDANDPOORS.COM/RATINGSDIRECT 28 ИЮНЯ 2012 Г. 1 WWW.STANDARDANDPOORS.COM/RATINGSDIRECT 28 ИЮНЯ 2012 Г. 2 WWW.STANDARDANDPOORS.COM/RATINGSDIRECT 28 ИЮНЯ 2012 Г. 3 WWW.STANDARDANDPOORS.COM/RATINGSDIRECT

More information

INTRODUCTION CHAPTER 1

INTRODUCTION CHAPTER 1 INTRODUCTION CHAPTER 1 Autochartist offers traders automated market-scanning tools that highlight trade opportunities based on support and resistance levels. Autochartist products include: Chart pattern

More information

Remote Deposit Capture Services Agreement

Remote Deposit Capture Services Agreement Remote Deposit Capture Services Agreement This Remote Deposit Capture Services Agreement ("Agreement") contains the terms and conditions for the use of Remote Deposit Services that Elevations Credit Union

More information

a) information individually tailored to meet your own requirements within your sphere of activity b) various incentives and/or contests

a) information individually tailored to meet your own requirements within your sphere of activity b) various incentives and/or contests experts U.S.A Terms and Conditions experts is the worldwide information and service program ( Program ) operated by Lufthansa German Airlines ( Lufthansa, we / us ). Details of the Program can be found

More information

Mears Terms and Conditions of Use Agreement. Agreement Between Customer and Mears. Use of the Website. Prohibitions on Misuse

Mears Terms and Conditions of Use Agreement. Agreement Between Customer and Mears. Use of the Website. Prohibitions on Misuse Mears Terms and Conditions of Use Agreement Agreement Between Customer and Mears Thank you for accessing the website located at mears.com, mearstransportation.com, mearsglobal.com, mearstaxi.com, or one

More information

Service Definitions "Business Day" is every Monday through Friday, Eastern Time, excluding Federal Reserve Bank holidays.

Service Definitions Business Day is every Monday through Friday, Eastern Time, excluding Federal Reserve Bank holidays. 06/19/2018 Terms and Conditions Mobile Deposit Terms and Conditions Mobile Deposit This Mobile Check Deposit User Agreement (Agreement) contains the terms and conditions for the use of Clarion Federal

More information

1. Copyright, Licenses and Idea Submissions.

1. Copyright, Licenses and Idea Submissions. The Precious Richardson Web Site (the "Site") is an online information service provided by LYS Publishing Inc. ("Precious Victoria Richardson "), subject to your compliance with the terms and conditions

More information

"IT ADDICTS" or "IT ADDICTS Engineer" or "engineer" means a member of the IT ADDICTS team only

IT ADDICTS or IT ADDICTS Engineer or engineer means a member of the IT ADDICTS team only IT Addicts Terms & Conditions IMPORTANT! Your Right to Cancel You may cancel the contract for our Remote Support Service at any time before we commence supplying our service to you. We will tell you this

More information

NAC IncomeChoice 10 fixed index annuity

NAC IncomeChoice 10 fixed index annuity NAC IncomeChoice 10 fixed index annuity The income you need, the potential you want 25432Z-20 REV 1-19 Go for a retirement paycheck big enough for your life For all the tough choices you ve had to make

More information

Vanguard Tax-Exempt Bond ETF Summary Prospectus

Vanguard Tax-Exempt Bond ETF Summary Prospectus Vanguard Tax-Exempt Bond ETF Summary Prospectus February 23, 2018 Exchange-traded fund shares that are not individually redeemable and are listed on NYSE Arca Vanguard Tax-Exempt Bond Index Fund ETF Shares

More information

Multi Account Manager

Multi Account Manager Multi Account Manager User Guide Copyright MetaFX,LLC 1 Disclaimer While MetaFX,LLC make every effort to deliver high quality products, we do not guarantee that our products are free from defects. Our

More information

SOFTWARE LICENSE AGREEMENT

SOFTWARE LICENSE AGREEMENT USE OF SUBMITTAL EXCHANGE ON THIS PROJECT IS GOVERNED BY THE SOFTWARE LICENSE AGREEMENT. IF SUBSCRIBER DOES NOT AGREE TO ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT, DO NOT USE THE SERVICE. BY USING

More information

BY SUBSCRIBING TO THE SERVICE OR USING THE SERVICE, YOU AGREE TO THE TERMS OF THIS AGREEMENT

BY SUBSCRIBING TO THE SERVICE OR USING THE SERVICE, YOU AGREE TO THE TERMS OF THIS AGREEMENT Bank of the Ozarks Online Banking Agreement This Online Banking Agreement (the Agreement ) governs your use of the Online Banking Service ( the Service ) with Bank of the Ozarks available at www.bankozarks.com

More information

ECLIPSE DAY TRADING SYSTEM USER GUIDE

ECLIPSE DAY TRADING SYSTEM USER GUIDE ECLIPSE DAY TRADING SYSTEM USER GUIDE Revised 20 July 2016 METHOD Trend and Countertrend STYLE Day Trading DESCRIPTION Methodology - ECLIPSE is a hedge-fund style day trading system for accredited professional

More information

Citizens State Bank Mobile Deposit User Agreement

Citizens State Bank Mobile Deposit User Agreement Citizens State Bank Mobile Deposit User Agreement CITIZENS STATE BANK 402 West Broadway Okemah, OK 74859 (918) 623-1551 http://www.ibankcsb.com MOBILE DEPOSIT USER AGREEMENT This Mobile Deposit User Agreement

More information

Agreement. Account Terms

Agreement. Account Terms Health Coach Solutions Affiliate Program Terms of Service Agreement By signing up to be an Affiliate in the Health Coach Solutions Affiliate Program ("Program") you are agreeing to be bound by the following

More information

American Express Connect to QuickBooks Program Terms and Conditions

American Express Connect to QuickBooks Program Terms and Conditions Last Modified: November 02, 2017 American Express Connect to QuickBooks Program Terms and Conditions PLEASE CAREFULLY REVIEW THE FOLLOWING TERMS AND CONDITIONS (this "Agreement") BEFORE REGISTERING FOR

More information

U.S. Eagle Federal Credit Union Mobile Banking Agreement

U.S. Eagle Federal Credit Union Mobile Banking Agreement U.S. Eagle Federal Credit Union Mobile Banking Agreement Please read these Agreements carefully before accessing or using this service. By accessing or using the service, you agree to be bound by the terms

More information

Privacy Policy. Bale Insurance Brokers Limited, is committed to protecting and respecting your privacy.

Privacy Policy. Bale Insurance Brokers Limited, is committed to protecting and respecting your privacy. Privacy Policy Bale Insurance Brokers Limited, is committed to protecting and respecting your privacy. Our Privacy Policy explains when and why we collect personal information about visitors to our Website,

More information

Protective Indexed Choice SM UL

Protective Indexed Choice SM UL Protective Indexed Choice SM UL Indexed Universal Life Insurance Product Guide Life insurance provides financial protection for your loved ones. But it also gives you flexibility and benefits that can

More information

STRATUS TECHNOLOGIES SERVICE TERMS AND CONDITIONS FOR AVANCE SOFTWARE

STRATUS TECHNOLOGIES SERVICE TERMS AND CONDITIONS FOR AVANCE SOFTWARE STRATUS TECHNOLOGIES SERVICE TERMS AND CONDITIONS FOR AVANCE SOFTWARE Unless you have signed a Stratus Avance Services Agreement (General Terms and Conditions) with Stratus Technologies Ireland Limited

More information

LANDMARK NATIONAL BANK MOBILE BANKING SERVICE AGREEMENT (Addendum to your Landmark National Bank Online Access Agreement)

LANDMARK NATIONAL BANK MOBILE BANKING SERVICE AGREEMENT (Addendum to your Landmark National Bank Online Access Agreement) LANDMARK NATIONAL BANK MOBILE BANKING SERVICE AGREEMENT (Addendum to your Landmark National Bank Online Access Agreement) This Mobile Banking Service Agreement (as amended from time to time, this Agreement

More information

First Heritage Federal Credit Union First Line User Agreement

First Heritage Federal Credit Union First Line User Agreement First Heritage Federal Credit Union First Line User Agreement Important: To enroll for First Line, you must consent to receive notices and information about the service electronically. You must have the

More information

WEBSITE TERMS OF USE

WEBSITE TERMS OF USE WEBSITE TERMS OF USE ACCEPTANCE OF TERMS: The TERMS OF USE that follow govern your use of this website. The websites are managed by the SEIU Benefit Funds, which includes the SEIU National Industry Pension

More information

Mobile Banking Services Agreement

Mobile Banking Services Agreement Mobile Banking Services Agreement Thank you for using the Santa Ana Federal Credit Union ( Credit Union ) Mobile Banking Services ( Services ). The Credit Union offers their Members mobile access to their

More information

Electronic Services Terms and Conditions User Agreement

Electronic Services Terms and Conditions User Agreement Electronic Services Terms and Conditions User Agreement This Electronic Services Terms and Conditions User Agreement ( Agreement") contains terms and conditions for the use of COMMUNITY 1ST CREDIT UNION

More information