Point Zero Metatrader4 Indicators

Size: px
Start display at page:

Download "Point Zero Metatrader4 Indicators"

Transcription

1 Point Zero Metatrader4 Indicators User guide (v2.0) Thanks a lot for acquiring Point Zero MT4 Indicator, possibly the best trend following suite available for the Metatrader4 Platform. In this short document you'll learn a bit about the indicators and their input parameters. Before going any further, let me explain you briefly what Point Zero MT4 Indicator suite is all about: it is a set of tools which goal is to make your trading life easier. Our indicators will allow you to know where is the market going and when it is safe to take the trade. Once the trade has been taken: our PZ Manager EA will manage the trade for you, cut losses fast, let profits run and avoid costly mistakes. So, your trading experience will be as effective as it gets: 1. Find trading opportunities using the dashboard 2. Pick profitable trades using our trading templates 3. Let the PZ Manager EA manage the trades for you The PZ Manager EA will break-even your trades and apply a trailing stop-loss using your predefined method. In the meanwhile, you can employ your time in finding good trading opportunities instead of monitoring your positions. We shall proceed now to review all indicators from the suite and the Expert Advisor. Arturo López Pérez Trader, speculator, investor and software engineer. Developer of Point Zero MT4 Indicator Suite

2 1) The indicators There are five indicators in our indicator suite. Each one serves a different purpose, can be combined with others and has different input parameters, which we shall review below. 1.1) The PZ Channel indicator PZ Channel is a sound trend following indicator that will always keep you in the right side of the market. Four different colors are used to let you know where is the market going, and when it is safe to trade. Trend changes are confirmed using fractals and the indicator displays trading zones in dark, meaning that the trend has just accelerated and it is a good trading opportunity. It should be combined with the PZ Oscillator indicator which measures the acceleration/deceleration of the channel, in other words, the strength of the trend. CalculateOnBarClose: This input parameter decides wether the indicator has to evaluate the current bar or not. Default value is true, to avoid false signals.

3 Signals: This input parameter decides wether the indicator displays arrows signaling trend changes or not. If you use a discretionary trading system, you might want to hide them for visual comfort. ChannelPeriod: This input parameter is the amount of past bars to evaluate to calculate the current trend channel. If the instrument traded is very volatile or you are trading small timeframes, this parameter should increase. ChannelSize: This parameter decides the vertical size of the channel. If it is high enough, it will reflect the current volatility. This parameter does not affect calculations. Sensitivity: This parameter decides the sensitivity to trend changes and trading zones. Possible values range from 1 to 5, and it should be decreased to trade lower timeframes or very volatile instruments. SignalsOnFractals: This parameter decides if arrows are painted on the fractal which triggered the trend change (2 bars in the past) or not. If the fractal is too far away, the arrow will be painted within the current volatility margin. DisplayAlerts: Enable this option to get alerts on trend changes. Alerts: Enable this option to get alerts on trend changes. AlertCaption: This parameter allows you to set a custom name for these alerts.

4 1.2) The PZ Levels indicator The PZ Levels indicator tracks the trend based on breakouts of historical highs and lows filtered by the current volatility. Signals have absolutely no lag, and it is so responsive it can be used for scalping. This indicator should be used by novice traders who do not have a discretionary trading system or intraday traders. It should be combined with the PZ Bars and the PZ Oscillator indicator for timing purposes. BreakoutPeriod: This input parameter decides the breakout period that should be used for trend changes. A higher value will allow you to trade longer trends, but entry signals will have more delay. You should increase it a bit to trade intraday charts. Elasticity: This input parameter decides the volatility threshold for trend changes. Increase it to trade longer trends or scalping intraday charts. DisplayAlerts: Enable this option to get alerts on trend changes. Alerts: Enable this option to get alerts on trend changes. AlertCaption: This parameter allows you to set a custom name for these alerts.

5 1.3) The PZ Bars indicator The PZ Bars indicator compares the current bar's price action to previous bar's closing/opening prices to predict near term price activity, and overrides the default color of candlesticks with four different ones. It should be combined with the PZ Levels and the PZ Oscillator for timing purposes. Elasticity: This input parameter decides the volatility threshold for trend changes. Increase it to trade longer trends or scalping intraday charts. This elasticity should be smaller than the PZ Levels elasticity.

6 1.4) The PZ Dashboard indicator The PZ Dashboard is a multi-symbol and multi-timeframe monitor that displays the current trend direction and strength for all symbols and timeframes desired. It relates directly to the PZ Channel indicator and it is best used in a separate window. It implements configurable alerts and alerts, so you can be on top of the market at all times. Symbols: This input parameter is the list of symbols to be monitored. Timeframes: This input parameter is the list of timeframes to be monitored. ItemsPerLine: Amount of symbols to be shown per row of the dashboard. ChannelPeriod: PZ Channel Indicator period to monitor. Customize alerts and colors of the dashboard!

7 1.5) The PZ Oscillator indicator PZ Oscillator is an accelerometer which measures the strength of the trend by comparing its rate of change over time. It relates directly to the PZ Channel indicator and must be used to confirm trades and find divergences. Actually, it is another representation of the PZ Channel indicator in an oscillator. CalculateOnBarClose: This input parameter decides wether the indicator has to evaluate the current bar or not. Default value is true. ChannelPeriod: This input parameter is the amount of past bars to evaluate to calculate the current trend channel. If the instrument traded is very volatile or you are trading small timeframes, this parameter should increase.

8 2) The PZ Manager Expert Advisor Position management is a key ingredient to become a profitable trader. In fact, it is even more important than the entry strategy because poor position management will lead to poor results, regardless of the entry strategy being used. Position management requires discipline but usually human emotions get in the way, and traders end up making the following mistakes: Not placing a stop-loss to all trades Letting the losses grow hoping for the best Closing trades with just measly profits out of anxiety Waste a huge amount of time monitoring their trades That is why our trend following suite includes a position management Expert Advisor, which will take care of all your trades applying a trend following approach. The tasks of the PZ Manager EA are the following: Place a stop-loss order to all trades Break-even all trades as soon as possible Trail the stop-loss for all trades and let the profits run In other words, the PZ Manager EA will prevent costly mistakes, cut losses fast and let your profits run, no matter what. The PZ Manager EA is very customizable and can trail the stop-loss using several methods. But what's more important, you'll have a mechanical approach to position management fully implemented, which means you can employ your time in finding trading opportunities using the dashboard and our trading setups. Once you've taken the trade and placed the initial stop-loss, everything else will be handled for you. The input parameters are heavily commented in the EA and are the following: TF_Forced_enabled: This parameter forces the EA to stick to just one timeframe. TF_Forced: This parameter forces the EA to calculate the stop-loss based on a predefined timeframe. Make sure to declare here the timeframe subject of your trading strategy to avoid the stop-loss orders being changed if you load the same symbol in another timeframe. BE_enabled: This parameter instructs the EA to break-even your trades. This means that as soon as the trade runs in your favor to cover the initial risk, a percentage of the position is closed. BE_MoveSLToOpenPrice: This parameter decides wether the stop-loss is placed at the open price when the break-even is performed. BE_PercentageToClose: Define what percentage of the trade do you want to close when the break-even is performed. The value must be between 0 and 1. TS_ConservativeMode: This parameter decides if the stop-loss can be trailed below the open price. If true, losses will be smaller. TS_ATR_enabled: This parameter enables or disables the ATR based stop-loss. TS_ATR_period: ATR period used for calculations.

9 TS_ATR_factor: ATR multiplier to calculate the stop-loss. The stop-loss will be trailed applying the following calculation: ATR(TS_ATR_period) * TS_ATR_factor. TS_Donchian_enabled: This parameter enables the Donchian based stop-loss. TS_Donchian_period: Amount of past bars used to calculate the stop-loss. TS_Fixed_enabled: This parameter enables the fixed stop-loss in pips. TS_Fixed_value: Amount of pips to trail the stop-loss with. So, which trailing stop method should you use? Well, that depends on your trading strategy. I would recommend using a Donchian Channel based stop-loss, because it reaps profits faster than any other method, decreases losses and if price action stalls, the stoploss keeps moving towards the current price. Just make sure the Donchian Channel period is coherent with your entry strategy: you generally want your exit strategy to be faster than your entry strategy. The latter simply means that you want to exit your trades before the entry strategy shifts in the opposite direction. You can also use a ATR based stop or a fixed stop-loss in pips. This is your choice.

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

LOCTrailing Expert Advisor with Partial Close user s manual.

LOCTrailing Expert Advisor with Partial Close user s manual. LOCTrailing Expert Advisor with Partial Close user s manual. Contents LOCTrailing Expert Advisor with Partial Close user s manual.... 1 Contents... 1 Overview... 1 Features.... 1 Input parameters and default

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

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

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

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

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

LOC Trailing is a 5 in 1 Trailing Expert Advisor with a breakeven functionality.

LOC Trailing is a 5 in 1 Trailing Expert Advisor with a breakeven functionality. LOC Trailing is a 5 in 1 Trailing Expert Advisor with a breakeven functionality. 1. Features 1. 5 trailing algorithms Simple, Parabolic, ATRStop, X bars back, Fractal 2. Breakeven Functionality 3. Live

More information

TradingPredictor. Professional Resource and Indicator Signals for Traders. Trade Alert Chart Check List

TradingPredictor. Professional Resource and Indicator Signals for Traders. Trade Alert Chart Check List TradingPredictor Professional Resource and Indicator Signals for Traders Trade Alert Chart Check List Use this Guide to Check that Your Charts are Good and the Markets are Safe for a Trade when you Hear

More information

MULTI-TIMEFRAME TREND TRADING

MULTI-TIMEFRAME TREND TRADING 1. SYNOPSIS The system described is a trend-following system on a slow timeframe that uses optimized (that is, contrarian) entries and exits on a fast timeframe at the tops and bottoms of retraces against

More information

Applying fundamental & technical analysis in stock investing

Applying fundamental & technical analysis in stock investing Applying fundamental & technical analysis in stock investing 2017 Live demonstration of research and trading tools Develop an Ongoing Strategy with Fidelity Software and mobile apps to enhance your trading

More information

Buy rules: Sell rules: Strategy #2. Martingale hedging with exponential lot increase... 6

Buy rules: Sell rules: Strategy #2. Martingale hedging with exponential lot increase... 6 Contents Introduction... 2 Data... 2 Short instructions on how to use Forex Tester.... 2 Sum up... 3 STRATEGIES... 3 Martingale strategies... 3 Strategy #1. Martingale Grid & Hedging... 4 Buy rules:...

More information

Experts for Trailing MT4 created by Yorik /

Experts for Trailing MT4 created by Yorik / Experts for Trailing MT4 created by Yorik / yorik@list.ru EAs first published 13/09/2007 at Hhttp://codebase.mql4.com/ru/1101 What it is and what it's for Below you can find descriptions of a number of

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

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

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

Compass FX

Compass FX SYNERGY Trading Method Disclaimer Unique experiences and past performances do not guarantee future results. Trading in the off-exchange Foreign Exchange market (Forex) is very speculative in nature, involves

More information

VOLATILY SCALP EXPERT ADVISOR

VOLATILY SCALP EXPERT ADVISOR VOLATILY SCALP EXPERT ADVISOR EA Name =Volatily Scalp Typical =Sideway, counter trend system Creator =Chiqho Distribution=Donation Expired=Never both indicator and EA Source Code=Not Included Version =VS_EURCHF

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

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

Alex Scalping EA User Guide

Alex Scalping EA User Guide Alex Scalping EA User Guide winsteadglenn contacted me about this thread: http://forex-strategiesrevealed.com/scalping/5pips-gbpusd. Glenn had done some work on the strategy and found it promising. The

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

T R A D E FX BASIC. 1. What is Forex? 2. 8 Majors. 3. What is bought and sold? 4. Types of Charts. 5. Basic Terms EBOOK 01.

T R A D E FX BASIC. 1. What is Forex? 2. 8 Majors. 3. What is bought and sold? 4. Types of Charts. 5. Basic Terms EBOOK 01. T R A D E 1. What is Forex? 2. 8 Majors 3. What is bought and sold? 4. Types of Charts 5. Basic Terms FX BASIC EBOOK 01 FX BASICS 02 What do you know about Forex? The terminology FOREX stands for the Foreign

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

For general trading knowledge, please get a beginners guide or simply got to :

For general trading knowledge, please get a beginners guide or simply got to : www.forexripper.com About The System For general trading knowledge, please get a beginners guide or simply got to : www.babypips.com For more interactive information about the market, there are hundreds

More information

Ichimoku Kinko Hyo System PDF Strategy Guide + MT4 Indicator Download

Ichimoku Kinko Hyo System PDF Strategy Guide + MT4 Indicator Download Ichimoku Kinko Hyo System PDF Strategy Guide + MT4 Indicator Download ForexStrategiesWork.com Congratulations! You might not know it yet but you are in for a REAL treat in the Forex World. You now have

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

Trend Profiteer Expert Advisor Settings Quick Reference Guide

Trend Profiteer Expert Advisor Settings Quick Reference Guide Trend Profiteer Expert Advisor Settings Quick Reference Guide By Michael Nurok www.trendprofiteer.com www.trendprofiteer.com 1 RISK DISCLOSURE STATEMENT / DISCLAIMER AGREEMENT Trading any financial market

More information

Top 10 BEST Forex Trading Strategies PDF Report Ebook Author

Top 10 BEST Forex Trading Strategies PDF Report Ebook Author Top 10 BEST Forex Trading Strategies PDF Report Ebook Author Top 10 Best Forex Trading Strategies PDF Report If you re in the pursuit of nding the Best Forex trading Strategy and the keys to choosing a

More information

Applying fundamental & technical analysis in stock investing

Applying fundamental & technical analysis in stock investing Applying fundamental & technical analysis in stock investing Today s Agenda Fundamental Analysis Topics include a basic overview, a discussion on ways to use it, and hands on tool demonstrations Trading

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

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

Intraday Open Pivot Setup

Intraday Open Pivot Setup Intraday Open Pivot Setup The logistics of this plan are relatively simple and take less than two minutes to process from collection of the previous session s history data to the order entrance. Once 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

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

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

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

Binary Options Trading Strategies How to Become a Successful Trader?

Binary Options Trading Strategies How to Become a Successful Trader? Binary Options Trading Strategies or How to Become a Successful Trader? Brought to You by: 1. Successful Binary Options Trading Strategy Successful binary options traders approach the market with three

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

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

Forex Renko Charts FX Trading System

Forex Renko Charts FX Trading System Forex Renko Charts FX Trading System Disclaimer FOREX trading, online foreign exchange trading, foreign currency trading and Forex options trading involves risk of loss and is not appropriate for all investors.

More information

We will have many arrows on M1 timeframe. And because of that every signal should be validated.

We will have many arrows on M1 timeframe. And because of that every signal should be validated. ASC Trend Minute 1 by Newdigital Rules are very simple. Place all the indicators in /indicator folder, compile. Place template file in /templates folder (for example: C:\Program Files\MetaTrader4\templates).

More information

ZigZagger 2.0. Indicator

ZigZagger 2.0. Indicator ZigZagger 2.0 Indicator Rita Lasker www.ritalasker.com 2013 Disclaimer Please be aware of the loss, risk, personal or otherwise consequences of the use and application of this book s content. The author

More information

MagicBreakout Forex Trading Strategy

MagicBreakout Forex Trading Strategy Tim Trush & Julie Lavrin introduce MagicBreakout Forex Trading Strategy Your guide to financial freedom. Tim Trush, Julie Lavrin, T&J Profit Club, 2007, All rights reserved www.magicbreakout.com Table

More information

BUY SELL PRO. Improve Profitability & Reduce Risk with BUY SELL Pro. Ultimate BUY SELL Indicator for All Time Frames

BUY SELL PRO. Improve Profitability & Reduce Risk with BUY SELL Pro. Ultimate BUY SELL Indicator for All Time Frames BUY SELL PRO Improve Profitability & Reduce Risk with BUY SELL Pro Ultimate BUY SELL Indicator for All Time Frames Risk Disclosure DISCLAIMER: Crypto, futures, stocks and options trading involves substantial

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

Hello Traders, Cutting Edge Forex Proudly Presents our finest work. Silicon Raptor

Hello Traders, Cutting Edge Forex Proudly Presents our finest work. Silicon Raptor Hello Traders, Cutting Edge Forex Proudly Presents our finest work. Silicon Raptor This brand new system works by waiting for small to medium pushes in the market that go one direction too far, too fast.

More information

Basket Trader v 5.1 By Swingman

Basket Trader v 5.1 By Swingman Basket Trader v 5.1 By Swingman 2009.06.14 Explanations: LRathi This is a Multi-timeframe(MTF) strategy trading in the direction of the higher time frame (TF) direction.(the TREND IS YOUR FRIEND TILL IT

More information

Forex Trend Directive

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

More information

Cycleanalytic EA Team and contributors

Cycleanalytic EA Team and contributors Cycleanalytic EA Team Trading system basic rules: Long signal: A 3 semaphore appears above price. Cycle KROUFR is above overbought level. Short signal: Exits: A 3 semaphore appears below price. Cycle KROUFR

More information

charts to also be in the overbought area before taking the trade. If I took the trade right away, you can see on the M1 chart stochastics that the

charts to also be in the overbought area before taking the trade. If I took the trade right away, you can see on the M1 chart stochastics that the When you get the signal, you first want to pull up the chart for that pair and time frame of the signal in the Web Analyzer. First, I check to see if the candles are near the outer edge of the Bollinger

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

RISK DISCLOSURE STATEMENT / DISCLAIMER AGREEMENT

RISK DISCLOSURE STATEMENT / DISCLAIMER AGREEMENT RISK DISCLOSURE STATEMENT / DISCLAIMER AGREEMENT Trading any financial market involves risk. This report and all and any of its contents are neither a solicitation nor an offer to Buy/Sell any financial

More information

Tim Trush & Julie Lavrin. Introducing CANDLESTICK SNIPER. Tim Trush, Julie Lavrin, T&J Profit Club, 2017, All rights reserved

Tim Trush & Julie Lavrin. Introducing CANDLESTICK SNIPER. Tim Trush, Julie Lavrin, T&J Profit Club, 2017, All rights reserved Tim Trush & Julie Lavrin Introducing CANDLESTICK SNIPER Tim Trush, Julie Lavrin, T&J Profit Club, 2017, All rights reserved www.tjprofitclub.com Table Of Contents Chapter I: You need to know what you are

More information

Data Sheet for Trendline Trader Pro

Data Sheet for Trendline Trader Pro 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.

More information

All the features you need to ramp up your forex profits, with none of the complexity.

All the features you need to ramp up your forex profits, with none of the complexity. Don t let the market take back what you have won! it? Want to trade with the market instead of against All the features you need to ramp up your forex profits, with none of the complexity. Are you an FX

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

TRADING STRATEGY SERIES LEARN HOW TO SPOT OPPORTUNITIES IN VOLATILE MARKETS fpmarkets.com.au

TRADING STRATEGY SERIES LEARN HOW TO SPOT OPPORTUNITIES IN VOLATILE MARKETS fpmarkets.com.au 1 TRADING STRATEGY SERIES LEARN HOW TO SPOT OPPORTUNITIES IN VOLATILE MARKETS This educational material does not constitute financial product advice and does not take into account your investment objectives,

More information

Presents FOREX ALPHA CODE

Presents FOREX ALPHA CODE Presents FOREX ALPHA CODE Forex Alpha Code Published by Alaziac Trading CC Suite 509, Private Bag X503 Northway, 4065, KZN, ZA www.tradeology.com Copyright 2014 by Alaziac Trading CC, KZN, ZA Reproduction

More information

DaxTrader RSI Expert Advisor 3.1 for MetaTrader Manual

DaxTrader RSI Expert Advisor 3.1 for MetaTrader Manual DaxTrader RSI Expert Advisor 3.1 for MetaTrader Manual Contents 1. Introduction 2. How/When Are Trades Activated 3. How To Install The DaxTrade RSI EA 4. What Are The Different Settings 5. Strategies 6.

More information

Presents. Trade Predator

Presents. Trade Predator Presents RISK DISCLOSURE STATEMENT / DISCLAIMER AGREEMENT Trading any financial market involves risk. This report and all and any of its contents are neither a solicitation nor an offer to Buy/Sell any

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

How I Trade Profitably Every Single Month without Fail

How I Trade Profitably Every Single Month without Fail How I Trade Profitably Every Single Month without Fail First of all, let me take some time to introduce myself to you. I am Koon Hwee (KH Lee) and I am a full time currency trader. I have a passion for

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

presented by Thomas Wood MicroQuant SM Divergence Trading Workshop Day One Black Gold

presented by Thomas Wood MicroQuant SM Divergence Trading Workshop Day One Black Gold presented by Thomas Wood MicroQuant SM Divergence Trading Workshop Day One Black Gold Risk Disclaimer Trading or investing carries a high level of risk, and is not suitable for all persons. Before deciding

More information

Zpattern EA Team and contributors. Zpattern Team. Trading system basic rules: Long signal:

Zpattern EA Team and contributors. Zpattern Team. Trading system basic rules: Long signal: Zpattern Team Trading system basic rules: Long signal: Point 1: The high in an up trending currency market. Point 2: A downward correction in the uptrend, the lowest bar in the correction before the price

More information

Harness the Super Powers for Super Profits!

Harness the Super Powers for Super Profits! Attention ALL VisualTrader Owners: VisualTrader 7 Harness the Super Powers for Super Profits! The Game Changing Features you ve been waiting for! See page 2 Featuring: Multiple Timeframe Confi rmation!

More information

A Different Take on Money Management

A Different Take on Money Management A Different Take on Money Management www.simple4xsystem.net Anyone who read one of my books or spent time in one of my trade rooms knows I put a lot of emphasis on using sound Money Management principles

More information

PRESENTS. The Target Entry Elevator Indicator. By Michael Nurok

PRESENTS. The Target Entry Elevator Indicator. By Michael Nurok PRESENTS The Target Entry Elevator Indicator By Michael Nurok RISK DISCLOSURE STATEMENT / DISCLAIMER AGREEMENT Trading any financial market involves risk. This report and all and any of its contents are

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

MTPredictor Trade Module for NinjaTrader 7 Getting Started Guide

MTPredictor Trade Module for NinjaTrader 7 Getting Started Guide MTPredictor Trade Module for NinjaTrader 7 Getting Started Guide Introduction The MTPredictor Trade Module for NinjaTrader 7 is a new extension to the MTPredictor Add-on s for NinjaTrader 7 designed to

More information

The Glo Plus EA User Manual

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

More information

FOREX TREND SECRETS. New Science Of Forex Trading Published by Alaziac CC Suite 509, Private Bag X503 Northway, 4065, KZN, ZA

FOREX TREND SECRETS. New Science Of Forex Trading Published by Alaziac CC Suite 509, Private Bag X503 Northway, 4065, KZN, ZA FOREX TREND SECRETS New Science Of Forex Trading Published by Alaziac CC Suite 509, Private Bag X503 Northway, 4065, KZN, ZA www.alaziac.com Copyright 2013 by Alaziac CC, KZN, ZA Reproduction or translation

More information

CyberiaTrader Professional. User Management. V 2.2 (English)

CyberiaTrader Professional. User Management. V 2.2 (English) CyberiaTrader Professional User Management V 2.2 (English) Moscow 2006 License Agreement The present license agreement regulates the relationship between Cyberia Decisions (company) and the client/user

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

Legend expert advisor

Legend expert advisor Legend expert advisor EA Highlights Developed by a team of professional traders and programmers. 2 extraordinary strategies combine to form one easy to use professional trading system. Strategies designed

More information

www.forexschoolonline.com CHECKLIST 7 Rules to a High Probability A+ Trade - CHECKLIST The checklist is below; Below the checklist is a detailed explanation of each point. You can also download the checklist

More information

Free Forex Midnight Setup Strategy

Free Forex Midnight Setup Strategy Free Forex Midnight Setup Strategy User s Guide Reviewed and recommended by Rita Lasker www.ritalasker.com Read this There are lots of different strategies on the market. We test most of them and want

More information

In here, you will learn the trading rules on how to use trade teh 200 exponential moving average with the Awesome Oscillator Indicator.

In here, you will learn the trading rules on how to use trade teh 200 exponential moving average with the Awesome Oscillator Indicator. Trading Strategy / Gert.Nurme@iBrokers.ee 200 EMA with Awesome Oscillator Introduction The 200 EMA With Awesome Oscillator Forex Trading Strategy is a very simple trend trading system and therefore in

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

FREE FOREX SIGNALS BY

FREE FOREX SIGNALS BY page 1 / 6 page 2 / 6 free forex signals by pdf Forex for Dummies Free Ebook: How to Succeed in Forex Trading. Here's How You Can Succeed in Forex Currency Trading. The purpose of this book is to show

More information

FX Trend Radar Manual

FX Trend Radar Manual C O D I N G T R A D E R. C O M FX Trend Radar Manual Version 1.00 Table of Contents FX Trend Radar... 1 What is FX Trend Radar?... 1 Installation... 2 Configurations... 9 How to use FX Trend Radar... 11

More information

Why is this indicator so profitable?

Why is this indicator so profitable? Why is this indicator so profitable? This indicator is based on sound trading logic. It exploits the always recurring behavior of the smart money (in forex the mega banks). The smart money produces double

More information

Chapter 2.3. Technical Indicators

Chapter 2.3. Technical Indicators 1 Chapter 2.3 Technical Indicators 0 TECHNICAL ANALYSIS: TECHNICAL INDICATORS Charts always have a story to tell. However, sometimes those charts may be speaking a language you do not understand and you

More information

Summary & Cuttings by Forexcube

Summary & Cuttings by Forexcube Summary & Cuttings by Forexcube HA-T3-1 System by tonyb123 H4; M30 Trading direction signals are generated on the 4 Hour Chart. All Trades are executed on the 30 Minute Chart. Of course you can use the

More information

Understanding Oscillators & Indicators March 4, Clarify, Simplify & Multiply

Understanding Oscillators & Indicators March 4, Clarify, Simplify & Multiply Understanding Oscillators & Indicators March 4, 2015 Clarify, Simplify & Multiply Disclaimer U.S. Government Required Disclaimer Commodity Futures Trading Commission Futures and Options trading has large

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

Currency: USDJPY, USDCHF, AUDUSD, USDCAD, EURCHF, EURGBP, GBPUSD, EURUSD.

Currency: USDJPY, USDCHF, AUDUSD, USDCAD, EURCHF, EURGBP, GBPUSD, EURUSD. LMD MultiCurrency Developer: Drazen Ziskovic (Croatia) Currency: USDJPY, USDCHF, AUDUSD, USDCAD, EURCHF, EURGBP, GBPUSD, EURUSD. Attach to EURUSD only! Timeframe: D1 Strategy Description: LMD trades several

More information

Covert Code. (previously known as Currency Messenger System 1)

Covert Code. (previously known as Currency Messenger System 1) Covert Code (previously known as Currency Messenger System 1) COVERT CODE INDICATORS Covert Code uses 5 different indicators Mes Signal 1 Indicator which gives you buy and sell arrow signal on the screen.

More information

MTPredictor Trade Module for NinjaTrader 7 (v1.1) Getting Started Guide

MTPredictor Trade Module for NinjaTrader 7 (v1.1) Getting Started Guide MTPredictor Trade Module for NinjaTrader 7 (v1.1) Getting Started Guide Introduction The MTPredictor Trade Module for NinjaTrader 7 is a new extension to the MTPredictor Add-on s for NinjaTrader 7 designed

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

Trade Ideas A.I. Strategy Descriptions Revised : 10/04/2017

Trade Ideas A.I. Strategy Descriptions Revised : 10/04/2017 Trade Ideas A.I. Strategy Descriptions Revised : 10/04/2017 The 5 Day Bounce The trigger for this alert has to cross above resistance while also making a 60 minute high on stocks that are trying to bounce

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

Advance Certificate in Trading : A PROGRAM FOR SELF-INVESTORS

Advance Certificate in Trading : A PROGRAM FOR SELF-INVESTORS Advance Certificate in Trading : A PROGRAM FOR SELF-INVESTORS [Stock Commodity-Forex] Duration: 4 Months Fee: 33,000 + Service Tax Training: Weekends / Weekdays Certifications: Certified Trader Certificate

More information

Poseidon FX System (previously known as Currency Messenger System 2) Poseidon system indicators:

Poseidon FX System (previously known as Currency Messenger System 2) Poseidon system indicators: Poseidon FX System (previously known as Currency Messenger System 2) Poseidon system indicators: It uses 5 different indicators Mes Signal 2 Indicator which gives you buy and sell arrow signal on the screen.

More information

Order Entry Tools. For. Futures DayTraders. (and maybe stocks also)

Order Entry Tools. For. Futures DayTraders. (and maybe stocks also) Order Entry Tools For Futures DayTraders (and maybe stocks also) Order Entry Tools for Futures DayTraders If you are a daytrader, especially in Futures, how you place and manage your orders is crucial

More information

INTRODUCTION 2 INSTALLATION AND CHART SETUP 3 BUY AND SELL ZONES 4 BBOX TICKSPEED INDICATOR 6 TRADING RULES AND CONDITIONS 7

INTRODUCTION 2 INSTALLATION AND CHART SETUP 3 BUY AND SELL ZONES 4 BBOX TICKSPEED INDICATOR 6 TRADING RULES AND CONDITIONS 7 BLACK-BφX.COM INTRODUCTION 2 INSTALLATION AND CHART SETUP 3 BUY AND SELL ZONES 4 BBOX TICKSPEED INDICATOR 6 TRADING RULES AND CONDITIONS 7 BUY CONDITIONS 7 SELL CONDITIONS 9 IMPORTANT NOTES: 11 TAKE PROFIT

More information

Multi Indicator Usage Concepts 4/1/2012 Brooky-Indicators.com Brooky

Multi Indicator Usage Concepts   4/1/2012 Brooky-Indicators.com Brooky Multi Indicator Usage Concepts www.brooky-indicator.com 4/1/2012 Brooky-Indicators.com Brooky U.S. Government Required Disclaimer Commodity Futures Trading Commission Futures, Currency and Options trading

More information