Data Sheet for Trendline Trader Pro

Size: px
Start display at page:

Download "Data Sheet for Trendline Trader Pro"

Transcription

1 Data Sheet for Trendline Trader Pro Introduction Trendline Trader Pro is a hybrid software application which used a JavaFX based interface to communicate with an underlying MetaTrader MT4 Expert Advisor. Concept Trendline Trader Pro was designed to provide traders with a quick and easy way to configure bespoke automated trendline trading strategies within the MetaTrader MT4 environment. Trendline Trader Pro s JavaFX interface was principally designed to provide pre-trade configuration options for the trader. These options include:- Defining the trading behavior of specific trendlines on the underlying MT4 chart Setting stop loss and take profit levels with multiple take profit exits (Scale out) Controlling position size and risk Controlling the maximum number of trades and minimum interval between each trade Controlling a wide variety of on chart display options such as line lengths, styles, colours, trigger channels and object visibility Defining Profiles for trader preferred scenarios Deploying saved Profiles within a couple of mouse clicks Once trades have been executed the JavaFX interface cannot control the stop loss, take profit levels or scale out percentages of the active trades. However, the trader can easily control these levels graphically by simply selecting the SL or TP levels and dragging them to the preferred value.

2 Getting Started A note on tick data Trendline Trader Pro like every other MT4 EA and indicator is driven by tick data. However Trendline Trader Pro is a little more complex as it uses system files to pass information between the JavaFX interface and the MQL4 program (the Expert Advisor) which sits on the MT4 chart. Therefore the market must be open in order for changes made in the JavaFX interface to be reflected in the MT4 Expert Advisor.

3 Installation Step 1 - Java Firstly make sure you have Java running on your computer. Java is freely available on the website. Trendline Trader Pro is developed using the Java version 8 standard edition. Step 2 Installing Trendline Trader Pro The installation process is documented here. If you are trying the tool in as a trial please follow the instructions under the Demo Products tab. If you are licensed customer please follow the instructions under the Full Products(Purchased) tab.

4 What the gets installed? Note: Please do not move files around manually. ONLY point the installer at your MT4 Data Folder the installer does all the work for you. Program Location Description FXA Trendline Trader Pro.ex4 MT4 Experts Folder FXA_JFX_Interface.jar MT4 Data Folder Launch JFX Interface.ex4 Launch JFX Interface (Reset).ex4 MT4 Scripts Folder MT4 Scripts Folder The expert advisor which must be installed on all charts where automated trendline trading is required The JavaFX application which provides the interface and synchronization with MT4 Script which loads the JavaFX interface from within MT4 Script which resets all interface window positions to top left hand corner of screen and also removes JFX Active.csv file in the event of a Java interface is already running error

5 Loading Trendline Trader Pro onto an MT4 chart NOTE: The FXA Trendline Trader Pro EA (Expert Advisor) icon will be greyed out in your Navigator window as there is no accompanying MQL4 source code packaged in the installer. This is completely normal so don t worry about the change in colour. To load Trendline Trader Pro on a chart:- Open a new MT4 chart Open your MT4 Navigator folder by pressing the Control key & N Open your Expert Advisors folder and scroll down to FXA Trendline Trader Pro Load Option 1: Right click on the EA and select Attach to Chart as shown in the screenshot below Load Option 2: Click and drag the Trendline Trader Pro icon onto your chart

6 You will now see the Trendline Trader Pro main dialogue as shown in the screenshot below: Make sure Enable alerts, Allow live trading, Allow DLL imports & Allow import of external experts are all ticked. Click OK when you ve checked everything is set up correctly. You will now see a red notification alert displayed on your chart don t worry this is just telling you that you need to load the JFX interface

7 Now load the JavaFX interface. You can do this in two ways which are:- o By double clicking the script called Launch JFX Interface in your MT4 scripts folder o By opening the MT4 Data Folder and double clicking the file called FXA_JFX_Interface.jar You will now see the login screen as shown in the screenshot below. Enter your unique reference number and ID into the text fields, tick the Remember Login Details tick box and then click the Customer Login button. If you are a demo customer use the Trial User Login section.

8 If this is the first time you ve run the system you will see this notification. The JavaFX interface needs to know where the MT4 Data Folder is in order to transfer data. By default the system uses the installation folder location but you can of course change this anytime you wish. The next screen is the MT4/JFX Data Synchronisation page. This is where you can manage which MT4 accounts can be used in conjunction with the Interface. You can add new MT4 account any time you want to. Just add the path of the MT4 Data Folder and click the DONE button. You can change which MT4 account the system is synchonised with by simply selecting the specific MT4 account from the dropdown box.

9

10 The next screen you see will be the product catalogue To select Trendline Trader Pro click Trendline Trading Systems and then select Trendline Trader Pro from the dropdown list.

11 The Main Interface

12 Now draw a trendline on your MT4 chart and then click on the trendline. The trendline line thickness will go bold and the trendline ID will be displayed in the Trendline ID textfield in the interface.

13 Right click on your MT4 chart and select Properties. Then select the Common tab and select Show Object Descriptions

14 Now go to the JavaFX interface and select Touch from the Behaviour dropdown menu. As soon as you select the trading behavior you will see data displayed around the selected trendline as shown in the screenshot below. You will see the Stop Loss, Take Profit level, trigger channel and associated labels. This is the Trigger Grid which visibly shows the trader where the entry and exit levels are for the trade.

15 Trading Scenario 1 Buying a test of support Draw your trendline under the swing lows of the price action. We are looking for the price to come back and test the trendline. For this example we are going to use the Touch trading behaviour so that if price action touches anywhere inside our trigger channel the trade will execute.

16 So let s go ahead and configure the interface accordingly. In the screenshot below the highlighted sections are of particular interest to us we ve configured the Behaviour as Touch, set the Action as Buy, set Lots at 0.5, Set our Stop Loss at 25 pips, our Take Profit at 50 pips, our exit at 100%, our Sensitivity at 5 pips, selected the Single Order radio button and set out Max Risk at 2% of the account equity. In depth analysis of parameters.. Most of the parameters are self explanatory but there are a couple of parameters which require further explanation. % Exit by default the system uses 100% exit for TP1 this means that if price hits the TP1 level the entire position will be

17 closed. Ie 100% of the position which in this example would be 0.5 lots. On the other hand if we set the % Exit for TP1 at 50% the system then moves the remaining % to TP2 so we would exit 50% of the trade (0.25 lots) at TP1 and 50% (0.25 Lots) at TP2. You can set up to 4 take profit levels with custom percentages at each level. Single Order If this radio button is selected the system will only place a single trade from this trendline. Sensitivity This is an important parameter as it effectively control the depth of the trigger channel around the trendline. In our case we ve used a trigger channel of 5 pips so if we look carefully at our chart we can see this channel represented as a dotted line above the trendline. So for our trade to trigger we need price action to momentarily enter the area between the dotted line and the trendline this is effectively our trigger channel we can adjust the depth of this channel by increasing and decreasing the sensitivity parameter.

18 Now we need to decide on the the trendline behaviour. We will discuss all the different trading behaviours later in this guide but for the purposes of this example we will use the Touch behaviour. Touch executes trades when price action touches a defined pip range around the trendline. We can adjust how big this trigger zone is by using the Sensitivity parameter. So let s go ahead and configure the trendline for Touch based trading using a 4 pip trigger zone around the trendline.

19 Adjusting Levels You can adjust the trigger grid levels from the Interface or directly from the MT4 chart. On Chart Adjustment Double click the level you would like to move/adjust you will see three boxes on the level as shown below. Click the middle box and then move the level up or down. Note the interface will automatically update when a tick is received. TIP: We recommend setting your entry and exit levels in conjunction with pivots. We supply a comprehensive range of pivot systems on the website

20 Interface adjustment method SL & TP Adjustment We can adjust the SL & TP levels easily by simply clicking the up and down arrows in the SL and TP spinner boxes. Before Adjustment: After Adjustment:

21 A note on spinner adjustment. You can enter numbers directly into the spinner fields from your keyboard but you need to press the ENTER key for the change to be detected by the system. Adjusting Multiple Exits We can adjust the TP levels and the exit percentages by simply adjusting the spinner values. Trendline Trader Pro automatically calculates the available percentages for additional positions so if you have 100% set for TP1 you won t be able to add an additional TP level until you decrease the percentage on TP1 below 100%. The screenshot below shows what happens when TP1 is set to 100%. The additional TP levels (TP2,TP3 & TP4) are greyed out. However if we reduce the percentage for TP1 to 50 percent you can now see what happens below:- We can now see the additional TP2 exit level being displayed in the screenshot below. We increased the TP2 exit level to 120 pips from entry.

22 Scale out percentage adjustment We can only adjust the scale out percentage using the interface. It is not possible to adjust the scale out percentages directly from the MT4 chart. TIP: Once the trade has been executed adjusting the Profit Controls and SL levels in the JavaFX interface will not change the live levels in MT4. The traders can adjust the levels directly by using the graphical click drag and drop method. It s not possible to edit/change the scale out percentage once the trade has been executed.

23 Controlling Risk The final stages of setting up the system are:- Defining the maximum risk parameters Controlling the maximum number of orders Defining the minimum order interval Defining Maximum Risk We simply enter the maximum percentage risk as a percentage of account equity we are prepared to lose. The system uses a 2% default value. So if your account equity is $10,000 USD, using a 2% max risk setting would close any trades where the loss was greater than $200 Controlling the maximum number of orders and minimum interval If Single Order is not selected, we can set the maximum number of concurrent orders which each trendline can execute and control the minimum interval between each order. This is useful in situations where the trader wants to build a position in a long term trend where there are repeated tests of support or resistance aka buying and selling opportunities.

24 Saving your strategies as Profiles Obviously we wouldn t want to have to go through the interface every time we wanted to deploy a trading plan. To enable the trader to save the settings for a specific type of trade we ve included profiles which can be deployed very quickly onto new charts and trendlines. Once you ve configured a trendline you can very easily save the trading commands as a profile by simply entering a name for your profile into the profile text field and clicking the Save/Update Profile Button. When you want to deploy a profile onto a selected Trendline simply click Select Profile and then select the profile from the dialogue box.

25 Trading Behaviours Trendline Trader Pro has 6 types of trading behaviours which are:- Touch Trade Behaviour Where price action momentarily enters the trigger zone around the trendline. The trigger zone is specified by the Sensitivity spinner control.

26 So in the case where the sensitivity value is set at 5 and the Action is a Buy the system places a 5 pip channel above the trendline. In the case where the sensitivity value is set at 5 and the Action is Sell the system place a 5 pip channel below the trendline.

27 Retrace Retrace trades are where a support or resistance level is initially tested, price is then rejected from the level and the level is subsequently tested again. Some traders prefer to enter trades on the retracement after an initial test. A trader would set up a retrace trade as follows:- o Select the trendline required for auto trading o Select the Retrace behaviour option as shown below:- o You will now see the Retrace Controls shown below:- o Now enter the retrace period in bars/candles or periods. o Let s say we enter 1 and 5 as shown below:-

28 This tells Trendline Trader Pro to enter a trade if price action tests a support or resistance level and then retests the same level between 1 and 5 bars after the initial test. For the retrace to be valid the closed prices within the retrace window must be above the trendline (in the case of a buy) and below the trendline (in the case of a sell) The screenshot below shows how the Retrace trigger zone is related to the Retrace controls.

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

Forex AutoScaler_v1.5 User Manual

Forex AutoScaler_v1.5 User Manual Forex AutoScaler_v1.5 User Manual This is a step-by-step guide to setting up and using Forex AutoScaler_v1.5. There is a companion video which covers this very same topic, if you would prefer to view the

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

MINI TERMINAL User Guide

MINI TERMINAL User Guide MINI TERMINAL User Guide 1 CONTENTS 1. PLACING TRADES USING THE MINI TERMINAL 4 1.1 Placing buy/sell orders 4 1.1.1 Calculators 4 1.2 Placing pending orders 4 1.2.1 Placing pending orders directly from

More information

USERGUIDE MT4+ TRADE TERMINAL

USERGUIDE MT4+ TRADE TERMINAL TABLE OF CONTENTS. INSTALLATION OF THE PAGE 03. OVERVIEW OF THE PAGE 06 3. MARKET WATCH PAGE 09 A. PLACING BUY / SELL ORDERS PAGE 09 B. PLACING OF PENDING ORDERS PAGE 0 C. OCO (ONE-CANCELS-OTHER) ORDERS

More information

MT4 Advanced USER GUIDE

MT4 Advanced USER GUIDE MT4 Advanced USER GUIDE 1 TABLE OF CONTENTS 1. MINI TERMINAL... 03 2. TRADE TERMINAL... 07 3. ALARM MANAGER...15 4. EXCEL RTD... 32 5. MARKET MANAGER... 41 6. CORRELATION MATRIX... 47 7. CORRELATION TRADER...

More information

DIY Trade Manager Plus

DIY Trade Manager Plus DIY Trade Manager Plus Version 25.00 User Guide 11 May 2018 1 P a g e Risk Disclosure Statement and Disclaimer Agreement This User Guide ( User Guide ) is for installation and associated illustrative purposes

More information

1. Overview of the Trade Terminal Opening the Trade Terminal Components of the Trade Terminal Market watch

1. Overview of the Trade Terminal Opening the Trade Terminal Components of the Trade Terminal Market watch USER MANUALS Trade Terminal Tick Chart Trader Stealth Orders Smart Lines Session Map Sentiment Trader Renko Bar Indicator Order History Indicator Mini Terminal Market Manager High-Low Indicator Freehand

More information

MT4 TRADING SIMULATOR

MT4 TRADING SIMULATOR v MT4 TRADING SIMULATOR fxbluelabs.com 1. Overview of the FX Blue Trading Simulator... 2 1.1 Purpose of the Trading Simulator... 2 1.2 Licence... 2 2. Installing the Trading Simulator... 3 2.1 Installing

More information

Foxzard Trader MT4 Expert Advisor Manual Contents

Foxzard Trader MT4 Expert Advisor Manual Contents Foxzard Trader MT4 Expert Advisor Manual Contents Foxzard Trader MT4 Expert Advisor Manual... 1 Overview... 3 Features... 3 Installation Guide... 3 User Interface... 4 Input Parameters and Default Values...

More information

FOREX ENIGMA USER GUIDE.

FOREX ENIGMA USER GUIDE. FOREX ENIGMA USER GUIDE http://www.forexenigma.com DISCLAIMER Please be aware of the loss, risk, personal or otherwise consequences of the use and application of this book s content. The author and the

More information

Full details on how to use them within.

Full details on how to use them within. From advanced order execution and management to sophisticated alarms and messaging plus the latest market news and data, optimise your trading opportunities with our 12 feature-rich apps. Full details

More information

Depth of Market (DOP) for ECN Prime accounts

Depth of Market (DOP) for ECN Prime accounts Depth of Market (DOP) for ECN Prime accounts AMTS Depth of Market features Reflecting current liquidity One-click trading. It optimizes the trader's work in situations when the speed is especially important.

More information

USERGUIDE MT4+ MINI TERMINAL

USERGUIDE MT4+ MINI TERMINAL TABLE OF CONTENTS. INSTALLATION OF PAGE 03. INTRODUCTION TO PAGE 06 3. PLACING BUY/SELL ORDERS PAGE 08 4. PLACING PENDING ORDERS PAGE 5. OCO ORDERS PAGE 3 6. ORDER TEMPLATES PAGE 4 7. SETTINGS PAGE 5 8.

More information

Hedge EA Advanced instruction manual

Hedge EA Advanced instruction manual Hedge EA Advanced instruction manual Contents Hedge EA Advanced instruction manual... 1 What is Hedge EA Advanced... 2 Hedge EA Advanced installation using automated installer... 3 How to use Hedge EA

More information

Forex Kinetics Advanced Price Action Trading System. All rights reserved

Forex Kinetics Advanced Price Action Trading System. All rights reserved Forex Kinetics 2.0.2 Advanced Price Action Trading System All rights reserved www.forex21.com First Steps Configuration of your MT 4 terminal Installation of the trading system Attach the trading system

More information

USERGUIDE MT4+ MARKET MANAGER

USERGUIDE MT4+ MARKET MANAGER TABLE OF CONTENTS. INSTALLATION OF PAGE 03. ABOUT THE PAGE 06 3. CHOOSING THE SYMBOLS TO DISPLAY PAGE 07 4. TRADING FROM THE PAGE 08 A. PLACING ORDERS PAGE 08 B. QUICK TRADE-ENTRY FROM TEMPLATES PAGE 0

More information

CCFp DASHBOARD USER GUIDE

CCFp DASHBOARD USER GUIDE CCFp DASHBOARD USER GUIDE V 1.12 Page: 1 / 41 Greed is Good 10/06/2017 INDEX 1. Disclaimer... 2 2. Introduction... 3 2.1. HOW TO READ THE DASHBOARD... 3 2.2. EA [01] GENERAL SETTINGS... 6 2.3. EA [02]

More information

FxCraft Trade Manager User Manual (version 1_01)

FxCraft Trade Manager User Manual (version 1_01) FxCraft Trade Manager User Manual (version 1_01) 1 Table of contents FxCraft Trade Manager... 1 User Manual... 1 Introduction... 3 Short description of the product... 4 Installation... 5 Main Window...

More information

THE CM TRADING METATRADER 4 USER GUIDE:

THE CM TRADING METATRADER 4 USER GUIDE: THE CM TRADING METATRADER 4 USER GUIDE: THE MAIN SCREEN Main menu (access to the program menu and settings); Toolbars (quick access to the program features and settings); Market Watch window (real-time

More information

1. Placing trades using the Mini Terminal

1. Placing trades using the Mini Terminal Page 1 of 9 1. Placing trades using the Mini Terminal 2 1.1 Placing buy/sell orders 2 1.2 Placing pending orders 2 1.2.1 Placing pending orders directly from the chart 2 1.2.2 OCO orders 3 1.3 Order templates

More information

Forex Morning Trade. System manual. by Mark Fric

Forex Morning Trade. System manual. by Mark Fric Forex Morning Trade System manual by Mark Fric Dedicated to Elisabeth, for her ongoing support. 1 2 Risk Disclosure Statement Trading any financial market involves risk. This Manual is neither a solicitation

More information

And Training Manual. Version 1.1. P a g e 1 22

And Training Manual. Version 1.1. P a g e 1 22 And Training Manual Version 1.1 P a g e 1 22 Contents 1 Workspaces 3 2 Watchlist.. 5 3 Graphs.. 8 4 Order Entry 11 5 Linking Panels Together 16 6 Blotter (Positions, Trades, Orders, Order Book).. 17 7

More information

Data Sheet for FX AlgoTrader Gold Trendline Trading System

Data Sheet for FX AlgoTrader Gold Trendline Trading System Data Sheet for FX AlgoTrader Gold Trendline Trading System Overview. The FX AlgoTrader Gold Trendline Trading system is the second product to be released in the FX AlgoTrader TT Series (TT=Trendline Trading)

More information

USER GUIDE

USER GUIDE USER GUIDE http://www.winningsignalverifier.com DISCLAIMER Please be aware of the loss, risk, personal or otherwise consequences of the use and application of this book s content. The author and the publisher

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

USER GUIDE

USER GUIDE USER GUIDE http://www.superprofitscalper.com DISCLAIMER Please be aware of the loss, risk, personal or otherwise consequences of the use and application of this book s content. The author and the publisher

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

Metatrader 4 (MT4) User Guide

Metatrader 4 (MT4) User Guide Metatrader 4 (MT4) User Guide Installation Download the MetaTrader4 demo platform from the Tradesto website:- https://members.tradesto.com/tradestoco4setup.exe Launch the installation file the same way

More information

PROFIT TRADE SCANNER. USER GUIDE

PROFIT TRADE SCANNER. USER GUIDE PROFIT TRADE SCANNER USER GUIDE http://www.profittradescanner.com DISCLAIMER Please be aware of the loss, risk, personal or otherwise consequences of the use and application of this book s content. The

More information

META TRADER 5 MOBILE (ANDROID)

META TRADER 5 MOBILE (ANDROID) META TRADER 5 MOBILE (ANDROID) USER GUIDE www.fxbtrading.com 1 CONTENTS Getting Started...3 Quotes...4 Depth of Market...8 Chart...8 Trade...10 Type of orders...13 Market execution...16 History...19 Accounts...20

More information

How To Place And Manage Your Orders With Your MT4 Platform

How To Place And Manage Your Orders With Your MT4 Platform How To Place And Manage Your Orders With Your MT4 Platform I. How To Place A Simple Buy/Sell Order To place an Order (Sell or Buy), you have to open the Order window (Pic. 1). Pic. 1 - Order window There

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

Insurance Tracking with Advisors Assistant

Insurance Tracking with Advisors Assistant Insurance Tracking with Advisors Assistant Client Marketing Systems, Inc. 880 Price Street Pismo Beach, CA 93449 800 643-4488 805 773-7985 fax www.advisorsassistant.com support@climark.com 2015 Client

More information

Gtrade manual version 2.04 updated

Gtrade manual version 2.04 updated Gtrade manual version 2.04 updated 9.30.2016 Table of Contents Contents Table of Contents2 Getting started, Logging in and setting display language in TurboTick Pro3 Level 25 Order Entry8 Streamlined Order

More information

USER GUIDE

USER GUIDE USER GUIDE http://www.infinityscalper.com DISCLAIMER Please be aware of the loss, risk, personal or otherwise consequences of the use and application of this book s content. The author and the publisher

More information

3 SCREEN TRADER Expert Advisor Installation & Use

3 SCREEN TRADER Expert Advisor Installation & Use 3 SCREEN TRADER Expert Advisor Installation & Use --------------------------------------------------------------------------------------------------------------------------------------------------------

More information

JForex Quickstart Manual. v EN

JForex Quickstart Manual. v EN JForex Quickstart Manual v 14.12.2016 EN Table of Contents 1. Disclaimer... 1 2. Welcome to JForex and the Quickstart Manual... 2 2.1 What is JForex?... 2 2.2 How to use this manual?... 2 3. Starting JForex...

More information

MT4 Supreme Edition Tick Chart Trader

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

More information

Contents 1. Login Layout Settings DEFAULTS CONFIRMATIONS ENVIRONMENT CHARTS

Contents 1. Login Layout Settings DEFAULTS CONFIRMATIONS ENVIRONMENT CHARTS USER GUIDE Contents 1. Login... 3 2. Layout... 4 3. Settings... 5 3.1. DEFAULTS... 5 3.2. CONFIRMATIONS... 6 3.3. ENVIRONMENT... 6 3.4. CHARTS... 7 3.5. TOOLBAR... 10 3.6. DRAWING TOOLS... 10 3.7. INDICATORS...

More information

Page 1 of 8. Several actions can be done from the Market Watch window by right clicking on an instrument such as this:

Page 1 of 8. Several actions can be done from the Market Watch window by right clicking on an instrument such as this: Page 1 of 8 Market Watch The main thing to look at when using MT4 is the Market Watch window which is probably the most important feature of the platform. The Market Watch displays the instruments available

More information

This presentation is intended solely for educating the Clients of DirectFX Trading Pty, Ltd.

This presentation is intended solely for educating the Clients of DirectFX Trading Pty, Ltd. ACN 120 189 424/ AFSL 305539 BINARY INSTITUTIONAL OPTIONS SALES PACKET GUIDE 2016 2015 The information in this presentation has been prepared by Direct FX Trading Pty Ltd. solely for information purposes

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

3. Entering transactions

3. Entering transactions 3. Entering transactions Overview of Transactions functions When you place an order to buy or short sell, you should immediately enter the transaction into the appropriate portfolio account so that the

More information

Getting Ready to Trade

Getting Ready to Trade Section VI. Getting Ready to Trade In This Section 1. Adding new securities 78 2. Updating your data 79 3. It's important to keep your data clean 80 4. Using Real-Time Alerts 81 5. Monitoring your tickers

More information

Instruction (Manual) Document

Instruction (Manual) Document Instruction (Manual) Document This part should be filled by author before your submission. 1. Information about Author Your Surname Your First Name Your Country Your Email Address Your ID on our website

More information

Dealing Software User Guide Version 4.1

Dealing Software User Guide Version 4.1 Main Client Screen Dealing Software User Guide Version 4.1 1 2 3 4 5 6 7 8 The main client screen of the dealing software is intuitive and ergonomic. All trading functions can be performed from the main

More information

PRINCE FX EA MT4. User Manual

PRINCE FX EA MT4. User Manual PRINCE FX EA MT4 User Manual Contents: 1. Getting Started 2. MetaTrader4 (MT4) Trading Platform 3. Installing PRINCE FX EA MT4 4. Activating PRINCE FX EA MT4 5. Starting and Configuring PRINCE FX EA MT4

More information

How I Trade Forex Using the Slope Direction Line

How I Trade Forex Using the Slope Direction Line How I Trade Forex Using the Slope Direction Line by Jeff Glenellis Copyright 2009, Simple4xSystem.net By now, you should already have both the Slope Direction Line (S.D.L.) and the Fibonacci Pivot (FiboPiv)

More information

Forex Trend Detector User Guide

Forex Trend Detector User Guide Forex Trend Detector User Guide - 1 - Contents: - Getting Started ------------------------------------------------------------------------------------- 3 - The MetaTrader 4 (MT4) Trading Platform -------------------------------------------------

More information

Using the Clients & Portfolios Module in Advisor Workstation

Using the Clients & Portfolios Module in Advisor Workstation Using the Clients & Portfolios Module in Advisor Workstation Disclaimer - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 Overview - - - - - - - - - - - - - - - - - - - - - -

More information

The FX-Agency Advisor III. User Manual

The FX-Agency Advisor III. User Manual The FX-Agency Advisor III User Manual Brought to you by... System Requirements: For use of The FX-Agency Advisor III you will need a few things which you most likely already have or can get very easily.

More information

Investor's guide to the TCPMS v1.33

Investor's guide to the TCPMS v1.33 ACCOUNT MANAGEMENT SYSTEMS Last revision: 15.05.2018 Investor's guide to the TCPMS v1.33 Content General information page 2 Step-by-step instructions for getting started page 3 The Strategies page page

More information

USERGUIDE MT4+ CORRELATION TRADER

USERGUIDE MT4+ CORRELATION TRADER TABLE OF CONTENTS. INSTALLATION OF PAGE 03 2. ABOUT PAGE 06 3. USING THE PAGE 07 A. PRICE CHARTS PAGE 07 B. CORRELATION PAGE 08 C. CHANGING THE SYMBOL SELECTION PAGE 0 D. OPENING AND CLOSING POSITIONS

More information

Instruction (Manual) Document

Instruction (Manual) Document Instruction (Manual) Document This part should be filled by author before your submission. 1. Information about Author Your Surname Your First Name Your Country Your Email Address Your ID on our website

More information

Introduction. MetaTrader 4 is a trading platform developed by MetaQuotes Software for online trading in the forex, CFD and futures markets.

Introduction. MetaTrader 4 is a trading platform developed by MetaQuotes Software for online trading in the forex, CFD and futures markets. 1 2 3 DISCLAIMER Trading and investing often involves a very high degree of risk. Past results are not indicative of future returns and financial instruments can go down as well as up resulting in you

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

Tutorial. Morningstar DirectSM. Quick Start Guide

Tutorial. Morningstar DirectSM. Quick Start Guide April 2008 Software Tutorial Morningstar DirectSM Quick Start Guide Table of Contents Quick Start Guide Getting Started with Morningstar Direct Defining an Investment Lineup or Watch List Generating a

More information

Money Management (MX) Frequently Asked Question s

Money Management (MX) Frequently Asked Question s Money Management (MX) Frequently Asked Question s Account Maintenance How do I get rid of duplicate accounts? How do I permanently delete an account? How do I hide/exclude an account? How do I rename my

More information

[1] THE INTERFACE 05 [2] LOGGING IN 07 [3] ACCOUNTS 08 [4] THE QUOTES BOARD 09 [5] POSITIONS [5.1] USING STOP LOSS, TAKE PROFIT, AND CLOSING POSITIONS

[1] THE INTERFACE 05 [2] LOGGING IN 07 [3] ACCOUNTS 08 [4] THE QUOTES BOARD 09 [5] POSITIONS [5.1] USING STOP LOSS, TAKE PROFIT, AND CLOSING POSITIONS ipad USER GUIDE TABLE OF CONTENTS [1] THE INTERFACE 05 [2] LOGGING IN 07 [3] ACCOUNTS 08 [4] THE QUOTES BOARD 09 [5] POSITIONS [5.1] USING STOP LOSS, TAKE PROFIT, AND CLOSING POSITIONS 10 10 [6] ORDERS

More information

Master User Manual. Last Updated: August, Released concurrently with CDM v.1.0

Master User Manual. Last Updated: August, Released concurrently with CDM v.1.0 Master User Manual Last Updated: August, 2010 Released concurrently with CDM v.1.0 All information in this manual referring to individuals or organizations (names, addresses, company names, telephone numbers,

More information

Forex Ultimate Trend Signals Indicator - MT4

Forex Ultimate Trend Signals Indicator - MT4 Forex Ultimate Trend Signals Indicator - MT4 Enjoy Forex Trading with this awesome Trend Signals Indicator (Ultimate Trend Signals Indicator with BUY/SELL Alerts) (Upgraded for new MT4-Build 600 Platform)

More information

Portfolio Manager. Chapter VI. In this Chapter

Portfolio Manager. Chapter VI. In this Chapter Chapter VI. Portfolio Manager In this Chapter The Portfolio Manager is TradingExpert Pro s portfolio tracking and management application. One of its important features is an easy to use stop system. Portfolio

More information

Using Forex Automated Trading Robots

Using Forex Automated Trading Robots Using Forex Automated Trading Robots Automated Trading Robots are also known as Expert Advisors or EA s. They are mainly used on the Metatrader 4 platform. What a lot of people don t know, is that you

More information

7. Portfolio Simulation and Pick of the Day

7. Portfolio Simulation and Pick of the Day 7. Portfolio Simulation and Pick of the Day Overview Two special functions are incorporated into the AIQ Portfolio Manager for users who base their trading selections on Expert Design Studio (EDS) analysis.

More information

Margin Direct User Guide

Margin Direct User Guide Version 2.0 xx August 2016 Legal Notices No part of this document may be copied, reproduced or translated without the prior written consent of ION Trading UK Limited. ION Trading UK Limited 2016. All Rights

More information

STUDY PLANNER STUDENT SUPPORT GUIDE

STUDY PLANNER STUDENT SUPPORT GUIDE GLOBAL MOBILITY STUDY PLANNER STUDENT SUPPORT GUIDE Table of Contents Summary of Subject Approval Process... 3 Getting Started... 4 Student Homepage... 5 Creating a Draft Exchange Plan... 6 Exchange Plan

More information

Copyright 2012

Copyright 2012 What is Hedge EA Hedging the Forex market can be quite an advanced strategy but with the Hedge EA you can take the headache out of hedging. This feature will automatically open a hedging trade in the opposite

More information

Expert4x NoWorries EA. November 21, 2017

Expert4x NoWorries EA. November 21, 2017 Expert4x NoWorries EA November 21, 2017 Contents Copyright Notices...4 Getting Started with the NoWorries EA... 5 2.1 Installing the NoWorries EA...5 2.2 NoWorries Expert Advisor First Time Activation...8

More information

Maintaining Budget Change Requests

Maintaining Budget Change Requests Maintaining Budget Change Requests This document describes the functions used in TEAMS to enter and approve requests to move funds from one General Ledger account to another. In this document: Request

More information

MOBILE (iphone/ipad)

MOBILE (iphone/ipad) MOBILE (iphone/ipad) USER GUIDE www.fxbtrading.com 1 CONTENTS Download and installation...3 Quotes...5 Chart...8 Trade...9 Type of orders...10 Setting Stop Loss & Take Profit (Modify order)...12 History...14

More information

Any symbols displayed within these pages are for illustrative purposes only, and are not intended to portray any recommendation.

Any symbols displayed within these pages are for illustrative purposes only, and are not intended to portray any recommendation. WebTrader Users Guide December 2010 WebTrader Release 5.3 2010 Interactive Brokers LLC. All rights reserved. Any symbols displayed within these pages are for illustrative purposes only, and are not intended

More information

USERGUIDE MT4+ STEALTH ORDERS

USERGUIDE MT4+ STEALTH ORDERS TABLE OF CONTENTS 1. INSTALLATION OF PAGE 03 2. ABOUT PAGE 06 3. STEALTH ENTRIES PAGE 07 4. STEALTH EXITS PAGE 11 5. SYMBOL EXITS PAGE 16 6. ACCOUNT EXITS PAGE 21 7. LOG PAGE 24 2 INSTALLATION OF In order

More information

SmartOrder Manual. (Novembre 2010) ActivTrades PLC. ActivTrades SmartOrder User Guide

SmartOrder Manual. (Novembre 2010) ActivTrades PLC. ActivTrades SmartOrder User Guide SmartOrder Manual (Novembre 2010) ActivTrades PLC 1 Table of Contents 1. General Information... 3 2. Installation... 3 3. Starting the application... 3 4. Usage and functionality... 4 4.1. Selecting symbol...

More information

ORDER HISTORY INDICATOR

ORDER HISTORY INDICATOR ORDER HISTORY INDICATOR 1. Overview... 2 2. Using the Order History indicator... 3 2.1 Adding the indicator to a chart... 3 2.2 Open trades... 3 2.3 Entry and exit markers... 3 2.4 Stop-loss and take-profit...

More information

+44 (0)

+44 (0) FXCM Inc., a publicly traded company listed on the New York Stock Exchange (NYSE: FXCM), is a holding company and its sole asset is a controlling equity interest in FXCM Holdings, LLC. Forex Capital Markets

More information

UERGSUIDE MT4+ ANDROID

UERGSUIDE MT4+ ANDROID UERGSUIDE TABLE OF CONTENTS. INSTALLATION OF THE APP PAGE 03. LOGGING INTO YOUR JFD BROKERS ACCOUNT PAGE 04 3. MENU AND NAVIGATION PAGE 06 4. QUOTES PAGE PAGE 08 A. ADDING FINANCIAL INSTRUMENTS TO THE

More information

MyOMinsure Claims Registration Broker Guide

MyOMinsure Claims Registration Broker Guide MyOMinsure Claims Registration Broker Guide Acknowledgements Designed by: Learning & Development Date implemented Feb 2018 Copyright: Source Material Supplied by Old Mutual Insure Jason van der Byl 2 P

More information

The Glo Blink EA User Manual

The Glo Blink EA User Manual The Glo Blink EA User Manual Disclaimer You agree to indemnify and hold harmless the author, employees, contractors, and service providers of FxGlo. Should any of the practices described herein turn out

More information

TAA Scheduling. User s Guide

TAA Scheduling. User s Guide TAA Scheduling User s Guide While every attempt is made to ensure both accuracy and completeness of information included in this document, errors can occur, and updates or improvements may be implemented

More information

AUTOMATED TRADE PREDATOR

AUTOMATED TRADE PREDATOR Presents AUTOMATED TRADE PREDATOR Automated Trade Predator Published by Alzaiak Trading CC Nominee Old Tree Publishing CC Suite 509, Private Bag X503 Northway, 4065, KZN, ZA www.tradeology.com Copyright

More information

Forex Growth Bot Manual

Forex Growth Bot Manual Forex Growth Bot Manual Important Point: Forex Growth Bot is designed for EURUSD on the M15 timeframe. It can be used on other timeframes and pairs, but others have not been thoroughly tested, thus use

More information

FUTURESOURCE TRADER 1 WELCOME 6 THE FUTURESOURCE TRADER WINDOW 7. Changing Your Password 8. Viewing Connection Status 8 DOMTRADER 9

FUTURESOURCE TRADER 1 WELCOME 6 THE FUTURESOURCE TRADER WINDOW 7. Changing Your Password 8. Viewing Connection Status 8 DOMTRADER 9 FutureSource Trader FUTURESOURCE TRADER 1 WELCOME 6 THE FUTURESOURCE TRADER WINDOW 7 Changing Your Password 8 Viewing Connection Status 8 DOMTRADER 9 Adding a DOMTrader 9 DOMTrader Components 10 Title

More information

PHILLIP FUTURES PTA. POEMS Installation and Quick Start User Guideline

PHILLIP FUTURES PTA. POEMS Installation and Quick Start User Guideline PHILLIP FUTURES PTA POEMS 1.8.3 Installation and Quick Start User Guideline NOTICE The best effort has been put in to ensure that the information given in this POEMS Professional 1.8.3 Quick Start User

More information

DUS DocWay TM Loan Documents User Guide. January 2019

DUS DocWay TM Loan Documents User Guide. January 2019 DUS DocWay TM Loan Documents User Guide January 2019 Table of Contents Getting Started with DUS DocWay... 1 Welcome Page Navigation... 3 Loan Documents Navigation... 6 Update Document Category and Type...

More information

MT4 Awesomizer V3. Basics you should know:

MT4 Awesomizer V3. Basics you should know: MT4 Awesomizer V3 Basics you should know: The big idea. Awesomizer was built for scalping on MT4. Features like sending the SL and TP with the trade, trailing stops, sensitive SL lines on the chart that

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

Draftworx Manual. Thank you for choosing Draftworx

Draftworx Manual. Thank you for choosing Draftworx Draftworx Manual Thank you for choosing Draftworx Contents Installing the program... 4 Activating the program... 5 Getting going... 6 Training videos... 6 Filter bar... 6 Regional Settings... 8 Client

More information

How to Use Fundamental Data in TradingExpert Pro

How to Use Fundamental Data in TradingExpert Pro Chapter VII How to Use Fundamental Data in TradingExpert Pro In this chapter 1. Viewing fundamental data on the Fundamental Report 752 2. Viewing fundamental data for individual stocks 755 3. Building

More information

The Concepts of LS Virgo EA. LS Virgo EA Trading Tactics

The Concepts of LS Virgo EA. LS Virgo EA Trading Tactics LS Virgo Super EA User Manual LS Capital Pte Ltd (Co. Reg. No: 201220946N) Contact: Edward Khoo 8422.1216 Email: lscapital@qq.com 1st Edition: 28 April 2016 Forex Automated Trading software is also known

More information

USERGUIDE INDICATORS SUITE

USERGUIDE INDICATORS SUITE TABLE OF CONTENTS. INSTALLATION OF THE PAGE 03 2. ADDING INDICATORS TO A CHART PAGE 05 3. ABOUT THE PAGE 06 4. LIST OF INDICATORS PAGE 07 A. JFD BAR CHANGER PAGE 07 B. JFD CANDLE COUNTDOWN PAGE 4 C. JFD

More information

FOREX GEMINI CODE. Presents. Dynamic Triple Edge

FOREX GEMINI CODE. Presents. Dynamic Triple Edge FOREX GEMINI CODE Presents Forex Gemini Code Published by Alaziac Trading CC Suite 509, Private Bag X503 Northway, 4065, KZN, ZA www.forexgeminicode.com Copyright 2014 by Alaziac Trading CC, KZN, ZA Reproduction

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

USERGUIDE MT4+ TICK CHART TRADER

USERGUIDE MT4+ TICK CHART TRADER TABLE OF CONTENTS 1. INSTALLATION OF PAGE 03 2. ABOUT PAGE 06 3. CHARTS PAGE 07 A. TICK CHARTS PAGE 07 B. TICK SPEED PAGE 08 C. TIMED CHARTS PAGE 09 D. TICK CANDLES PAGE 10 E. VERSUS CHARTS PAGE 11 4.

More information

GUIDE TO FOREX PROFITS REPORT

GUIDE TO FOREX PROFITS REPORT GUIDE TO FOREX PROFITS REPORT CONTENTS Introduction... 3 First things first, get a demo!... 4 The Setup... 5 Indicators Explained... 8 IMACD... 8 Average Directional Movement Index... 8 The Strategy...

More information

META TRADER 5 MOBILE (iphone/ipad)

META TRADER 5 MOBILE (iphone/ipad) (iphone/ipad) USER GUIDE www.fxbtrading.com 1 CONTENTS Getting started...4 Quotes...6 Depth of market...9 Chart...11 How to trade...13 History...19 2 The world s most popular forex trading platform MetaTrader

More information

TRADE SIGNALS POWERED BY AUTOCHARTIST

TRADE SIGNALS POWERED BY AUTOCHARTIST SAXO TRADER GO TRADE SIGNALS POWERED BY AUTOCHARTIST Trade Signals is a SaxoTraderGO tool that uses Autochartist technology to identify emerging and completed patterns in most leading financial markets.

More information

PFM MoneyMobile. Product Overview Guide. August 2013

PFM MoneyMobile. Product Overview Guide. August 2013 PFM MoneyMobile Product Overview Guide August 2013 1 Contents MoneyMobile iphone App... 3 New Navigation Menu... 5 Accounts... 6 Transactions... 13 Excluded Transactions... 16 Spending Wheel... 17 Bubble

More information

User Guide OPF TRADER. Copyright Oriental Pacific Futures Sdn Bhd. All Rights Reserved.

User Guide OPF TRADER. Copyright Oriental Pacific Futures Sdn Bhd. All Rights Reserved. User Guide OPF TRADER Copyright Oriental Pacific Futures Sdn Bhd. All Rights Reserved. Table of Contents System Requirement Checklist... 2 Section 1: Login to OPF Trader... 3 Section 2: View Live Quotes...

More information

TRADE SIGNALS POWERED BY AUTOCHARTIST

TRADE SIGNALS POWERED BY AUTOCHARTIST SAXO TRADER GO TRADE SIGNALS POWERED BY AUTOCHARTIST Trade Signals is a SaxoTraderGO tool that uses Autochartist technology to identify emerging and completed patterns in most leading financial markets.

More information