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

Size: px
Start display at page:

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

Transcription

1 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 currency pairs. It does not use any indicators, which is a good sign. The main signal is based on the open price of a Daily bar inside the channel defined by the High/Low of the last several days. LMD places a large StopLoss and TakeProfit values, however, it normally closes trades without reaching either level. You can also use the special feature called EquityProfitCloseLimit to close its trades when a certain profit level is reached. This feature is described later in this manual.

2 About the developer I am 33 years old and have a degree in economics. I became interested in trading the foreign exchange market eight years ago and I've been trading Forex live for more than six years now. I am primarily a discretionary trader and most of the time I trade with discretionary systems based on chart patterns. I do not use any indicators or standard analytical tools. In my trading I like to keep things as simple as possible because my six years of live trading showed me that this is the best approach. I became interested in automated trading at the end of 2006 when I saw the Automated Trading Championship (2006) organized by MetaQuotes. That is when I decided to learn programming in MQL and from that day I began to write and test automated trading systems. I have created many systems since then - some were more successful in live trading, others less so. One successful system was the one with which I won fourth place in the MetaQuotes Automated Trading Championship in Another successful was EA was a scalping system (created one year ago) specifically for high-volatility markets. With that one I managed to gain almost 2,000% in less than 3 months on live accounts, and with not too risky money management. The third successful system is the one with which I compete in the Forex Robot World Cup - LMD. In the beginning, I started to create automated trading systems based on indicators and standard analytical tools, but I learned that they don't have potential - they're not suitable for constantly changing market conditions. I realized that the most resilient systems are those based on chart patterns because they respond well to the constantly changing Forex market. So, for the last year I have been creating systems based on that approach. LMD- MultiCurrency is one of them. When I saw the Forex Robot World Cup advertisement sometime in October, I decided to participate because the prizes are really good and I was in a sort of financial crisis at the time. So, now I am happy because I am among the winners. At that time, I traded with one automated system (based on my chart pattern recognition algorithm) and it showed good results so I decided to do a few little improvements and modifications, then make it multi-currency and send it to the Forex Robot World Cup. I think I am among the winners because my Expert Advisor is really good. It has built-in knowledge acquired through many years of live trading and creating and testing various trading systems. Another reason is the ability to use a riskier money management strategy because the EA trades multiple currency pairs so we do not have all our eggs in one basket. I think that this risk diversification is the main reason that I am among the winners. I would like to thank the contest organizers for making this competition possible. It was a really great contest and it is even greater for me because I am among the winners. I would also like to congratulate all of the other winners and participants.

3 Developer describes his system in detail This is a multi-currency expert advisor designed to work with eight currency pairs: EURUSD, GBPUSD, USDCHF, EURCHF, EURGBP, USDJPY, USDCAD and AUDUSD. It is placed on the EURUSD daily chart. The expert advisor is based on a chart pattern recognition algorithm which consists of eight different sub-systems for each currency pair. Half of the subsystems check patterns formed by the last four daily candles, while the other sub-systems check the patterns formed by the last seven daily candles. These systems are not designed to recognize standard chart patterns, such as Head and Shoulders, Double Tops / Bottoms, Wedges, etc. Instead, they recognize high-probability patterns on the daily chart which have been isolated through careful optimization and an empirical testing process with the strategy tester of MetaTrader 4. Patterns obtained by optimizing and testing represent template patterns. The process of creating template patterns consists of two phases. The entire data period is divided into 2 sections and we begin by optimizing inputs based on the first half of the data period and check the results obtained by optimizing. The key component of the results is the consistency of the equity curve over the entire period but the drawdown is also important. The total profit or profit factor is less important. Patterns obtained during the first phase are then tested on the second half of the data period. If the results obtained are consistent with the results (equity curve, drawdown) obtained in the first phase then I integrate this template pattern into my system. I use this method to create each subsystem for every currency pair. When we want to open a new trade, we analyze the current daily candle data (4 or 7 days back) to identify similarities between the template chart patterns, and the current, actual chart pattern. To do that, we calculate various distances between the template pattern data and the current input data. If the distances obtained by calculation are less than those in predefined constants then we have a match and a position is opened. Due to noisy input data, direct comparison of the current data with the template will lead to an incorrect result. Therefore, data for both the current input and the relevant template are normalized to the 0-1 range. The LMD Expert Advisor is designed for one day ahead prediction. So, if the StopLoss or TakeProfit levels have not been reached when the daily candle closes, it exists the position at the open of the next daily candle. StopLoss and TakeProfit values are fixed for each sub-system - SLs are generally placed 47 to 65 pips away and TPs between 150 and 280 pips away so the risk-reward ratio is approximately 1:4. Money management is based on leverage so, when we calculate the size of the order, we multiply the account balance by the leverage value. A leverage value of 15 is approximately 7.5% risk.

4 Broker Choice LMD Multicurrency was designed to work on D1 price bars BUT the Open/High/Low/Close values can differ between brokers depending on the GMT Offset they use. Our own testing has shown that LMD will produce the most consistent results when run on brokers with a GMT offset of +1 (i.e. FXCM, IamFX, Alpari). Using LMD with brokers who have a GMT offset of +2 or 0 should be fine too but if your broker has a GMT offset beyond that range then you are likely to see noticeably different results and we suggest you run a forward test for a while and/or use conservative lot sizes until you feel comfortable with how the system performs. How to install this robot LMD trades several currency pairs concurrently if enabled in the settings. You should attach the EA only to a EURUSD D1 chart! Do not attach it to multiple charts or you run the risk of duplicate trades. Even though the EA is only attached to the EURUSD chart, it is very important that you keep D1 charts of all the other 7 pairs (USDJPY D1, USDCAD D1, EURGBP D1, GBPUSD D1, USDCHF D1, EURCHF D1 and AUDUSD D1) open too as LMD needs access to their price feeds to gather information from them. If you overlook this step then you will see a zero divide error being reported and trading will not occur.

5 Robot Settings LMD settings are pretty simple. The EA is doing most of the work automatically and does not have many settings to adjust. You simply define the MM style you want to use (Manual with a fixed lot size or Automatic MM) and set the currency pairs you want it trade. PlimusRefNr this is your Plimus Reference Number from your purchase receipt and is required to activate the EA. For your convenience, we display your Plimus Reference Number within the FRWC member area when you log in to your account Magic Number this allows the EA to identify its own trades if you are using several EAs and/or manual strategies on one account Lots defines the fixed lot size for each trade when Money Management is not used. Our opinion is that a lot size equal to 0.05 for each $1,000 of available equity is reasonable. That means if your equity is $5,000 then you could set Lots to 0.25 EquityProfitCloseLimit (defined as a %age of equity) When a certain percent of profit is reached, all open trades will be closed. For example if your deposit is $5,000 and you set your EquityProfitCloseLimit = 10 then if the account equity reaches $5,500 during the day, all open trades will be closed. You can experiment with this setting, varying it between 5 and 30, depending on your MM objectives and aspirations Microlots If True, the EA will trade using micro lots (0.01 lots) TradeUSDJPY/USDCHF/AUDUSD/USDCAD/EURCHF/EURGBP/GBPUSD/EURUSD these options allow you to specify which currencies the EA is to trade. In normal trading, enabling all pairs spreads the risk. The prime use of these options is to specify a single pair to analyze in the Strategy Tester which is only able to back-test one currency pair at a time. MoneyManagement If True, the EA uses a built-in money management system which, in our opinion, is only suitable for traders comfortable with higher risk.

6 LMD MultiCurrency Back-tests Here is the back-test for EURUSD with automatic lot management enabled. The EA builds a steady equity line all the way through and shows a very good final profit. Remember that due to MT4 limitations, it is only possible to back-test one currency pair at a time. You can study the detailed back-test report here: Here is the full back-test for EURUSD this time with a fixed lot size. Once again, the equity curve is almost perfect and it seems that the EA performs well in all market conditions:

7 You can study the detailed EURUSD back-test report here: LMD Back-tests on other currency pairs Other currency pairs also show great back-tests results. Take a look at the USDJPY back-test: You can study the detailed USDJPY back-test report here:

8 We have made back-tests for each of the currency pairs that LMD trades. Feel free to use the following links to study the detailed back-tests on each of the relevant currency pairs: GBPUSD AUDUSD USDCHF EURCHF EURGBP USDCAD LMD Live Trading LMD showed great results during the Forex Robot World Cup live trading phase, reaching over 200% equity increase at one point. You can study the detailed live trading report here:

SuperVolcano. Strategy Description: Developer: Manolito Gulla (Philippines/USA) Currency: GBPJPY. Timeframe: M1

SuperVolcano. Strategy Description: Developer: Manolito Gulla (Philippines/USA) Currency: GBPJPY. Timeframe: M1 SuperVolcano Developer: Manolito Gulla (Philippines/USA) Currency: GBPJPY Timeframe: M1 Strategy Description: The SuperVolcano EA waits until the volatility is very high, as measured by the Chaikin Volatility

More information

The main strength of Nutcracker is its combination of a long-term and a short-term strategy.

The main strength of Nutcracker is its combination of a long-term and a short-term strategy. NutCracker Developer: Roman Movchan (Australia) Currency: EURUSD Timeframe: M5 Strategy Description: NutCracker consists of 2 strategies which work independently. The main strength of Nutcracker is its

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

Forex Pulse Detector. User Guide

Forex Pulse Detector. User Guide Forex Pulse Detector User Guide 1 Content 1. Introduction 3 2. Installation 4 3. Settings 8 4. Terms of Use and Risk Disclosure..... 12 2 Introduction Forex Pulse Detector is a very flexible robot which

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

Renko Ashi Trading System 2

Renko Ashi Trading System 2 Renko Ashi Trading System 2 By Mr, Nims Introduction This trading system is based on utilization of the Non Time-frame based analysis called the Renko Chart. In the Renko Chart time is not of concern or

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

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

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

Technical Analysis. Used alone won't make you rich. Here is why

Technical Analysis. Used alone won't make you rich. Here is why Technical Analysis. Used alone won't make you rich. Here is why Roman sadowski The lesson to take away from this part is: Don t rely too much on your technical indicators Keep it simple and move beyond

More information

The gawk the talk strategy is suitable for all currency pairs listed on the broker s platform, especially the seven major currency pairs of:

The gawk the talk strategy is suitable for all currency pairs listed on the broker s platform, especially the seven major currency pairs of: STRATEGY 5: GAWK THE TALK Time Frame Gawk the talk works with the 15-minute (M15) or 30-minute (M30) candle. This means that each candle on the chart represents 15 minutes or 30 minutes of price movement.

More information

This strategy is suitable for all currency pairs listed on the broker s platform, especially the seven major currency pairs of:

This strategy is suitable for all currency pairs listed on the broker s platform, especially the seven major currency pairs of: STRATEGY 6: BALK THE TALK Fear is a greater driving force than pleasure. Humans tend to react more drastically in times of fear, or when they are presented with bad news. Fear is also the emotion that

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

Forex trading. Forex Trading

Forex trading. Forex Trading Forex trading Development of Forex Advantages / disadvantages of Forex P/L Calculation Margin Trading sessions Operation structure Interest rate Trading styles Economic indicators Types of brokerages Tricky

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

VE N O M Trading System: User Manual VENOM USER MANUAL. Copyright 2007 Third Wave FX. All Rights Reserved.

VE N O M Trading System: User Manual VENOM USER MANUAL.   Copyright 2007 Third Wave FX. All Rights Reserved. VENOM USER MANUAL www.thirdwavefx.com Copyright 2007 Third Wave FX. All Rights Reserved. ww w.third w a v e f x.co m Page 1 Step 1 Copy & paste Third Wave FX Venom A.ex4 & Third Wave FX Venom B.ex4 indicator

More information

Technical Analysis. Used alone won't make you rich. Here is why

Technical Analysis. Used alone won't make you rich. Here is why Technical Analysis. Used alone won't make you rich. Here is why Roman Sadowski The lesson to take away from this part is: Don t rely too much on your technical indicators Keep it simple and move beyond

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

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

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

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

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

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

3 SCREEN TRADER Expert Advisor Installation & Use

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

More information

Increase the efficiency of trading by 256% today!

Increase the efficiency of trading by 256% today! Increase the efficiency of trading by 256% today! The market is full of offers about trading robots. In 90% of cases nothing new is not created, but only old algorithms are changed. Our trading robot PRO

More information

This strategy is suitable for all currency pairs listed on the broker s platform, especially the seven major currency pairs of:

This strategy is suitable for all currency pairs listed on the broker s platform, especially the seven major currency pairs of: STRATEGY 11: THE PENDULUM In the previous strategy, we explored a technique that helps us to anticipate a range with the help of the stochastic indicator and also trade it in the early stages of formation.

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

Beginners General Forex

Beginners General Forex Beginners General Forex What is Forex? Forex is the abbreviation of Foreign Exchange. It is also referred to as FX or Currency Market or just forex. It is a global decentralized market for the trading

More information

Forex Hacked Version 2.0 Settings Guide

Forex Hacked Version 2.0 Settings Guide Forex Hacked Version 2.0 Settings Guide Please Note: The new version 2.0 default settings are for long-term stability and provide much less risk, but obviously less profits. The trades are much bigger,

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

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

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

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

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

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

Description of the trading robot on the Meta Trader 4.00 platform on the forex market: StochMTF version 2.3 with settings in version

Description of the trading robot on the Meta Trader 4.00 platform on the forex market: StochMTF version 2.3 with settings in version Description of the trading robot on the Meta Trader. platform on the forex market: StochMTF version. with settings in version... Origin At the foundation of the creation of this trading robot, which bases

More information

YOU WILL SEE THAT LUCK PLAYED A VERY SMALL ROLE IN THESE ACHIEVEMENTS

YOU WILL SEE THAT LUCK PLAYED A VERY SMALL ROLE IN THESE ACHIEVEMENTS THIS COURSE WILL PULL YOU OUT OF THE MODE OF BEING CONSERVATIVE AND HAVING LOW EXPECTATIONS FROM FOREX TRADING. IT WILL OPEN YOUR EYES TO OPPORTUNITIES THAT SOME WOULD REGARD AS UNACHIEVABLE BY PRESENTING

More information

SquatJump S5 SquatJump M3 SquatJump M2 SquatJump M1 SquatJump D15

SquatJump S5 SquatJump M3 SquatJump M2 SquatJump M1 SquatJump D15 ConfidentFX Spot Forex Trading Products (Managing Forex Accounts using "Conservative Strategies - Innovative Ideas" with focus on Short Term Investments) Investment Deposit(s) Minimum Investment Required

More information

SquatJump S5 SquatJump M3 SquatJump M2 SquatJump M1 SquatJump D15

SquatJump S5 SquatJump M3 SquatJump M2 SquatJump M1 SquatJump D15 ConfidentFX Spot Forex Trading Products (Managing Forex Accounts using "Conservative Strategies - Innovative Ideas" with focus on Short Term Investments) Investment Deposit(s) Minimum Investment Required

More information

SquatJump S5 SquatJump M3 SquatJump M2 SquatJump M1 SquatJump D15

SquatJump S5 SquatJump M3 SquatJump M2 SquatJump M1 SquatJump D15 ConfidentFX Spot Forex Trading Products (Managing Forex Accounts using "Conservative Strategies - Innovative Ideas" with focus on Short Term Investments) Investment Deposit(s) Minimum Investment Required

More information

WallStreet FOREX Robot. User Guide

WallStreet FOREX Robot. User Guide WallStreet FOREX Robot User Guide Contents: - Getting Started -----------------------------------------------------------------3 - The MetaTrader4 (MT4) Trading Platform -------------------------------------4

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

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

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

Stoch EA v Dear traders/ knight rider/ or whatever you wanna call yourself,

Stoch EA v Dear traders/ knight rider/ or whatever you wanna call yourself, Stoch EA v1.21 Contributed by odbc and revised edition version 1.21 by davidke20 from http://www.forex-tsd.com Dear traders/ knight rider/ or whatever you wanna call yourself, I had a chance to browse

More information

BTC & FAPT v2.4 combo Premium Release

BTC & FAPT v2.4 combo Premium Release BTC & FAPT v2.4 combo Premium Release Dear FAPT2 Members, CHRISTMAS has arrived early for us here at FapTurbo and for our valuable members!! First off, we have a piece of really EXCITING news that we d

More information

241 FOREX Trading Systems Built to Change and Adapt to the Trader

241 FOREX Trading Systems Built to Change and Adapt to the Trader 241 FOREX Trading Systems Built to Change and Adapt to the Trader 1 NOTICE Copyright 2005-2006 by 241Forex.com. All Rights Reserved No part of this publication may be reproduced, copied, stored in a retrieval

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

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

Daily Support & Resistance

Daily Support & Resistance Daily Support & Resistance 30 th July 2010 USDJPY Price continued to decline as expected and stalled at the 85.96 support. The pullback has been firm but has not managed to penetrate both 4-hour & hourly

More information

Forex Hacked Version 2.5 Settings Guide. New.set files have been included for you to load and use.

Forex Hacked Version 2.5 Settings Guide. New.set files have been included for you to load and use. Forex Hacked Version 2.5 Settings Guide Please Note: The new version 2.5 default settings have been changed from the long-term big trade (132 takeprofit) to the most popular and successful settings of

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

MetaTrader Forex Trading Guide

MetaTrader Forex Trading Guide MetaTrader Forex Trading Guide If this is your first time coming across the online Forex market, then you have come to the right place! This guide will provide you with the basic knowledge, tools and techniques

More information

Gold. Silver. Applicable for: Wednesday 31 August 2016, Trend BEARISH SELL TP SL

Gold. Silver. Applicable for: Wednesday 31 August 2016, Trend BEARISH SELL TP SL Applicable for: Wednesday 31 August 2016, Gold SELL 1321.16 TP 1304.89 SL 1331.39 Yesterday GOLD closed at 1310.92 If it breaks the resistance levels at 1321.16 the aim will be reaching and testing the

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

Pattern Trader - February Trade Analysis, Trade Set-ups and Profit (Loss)

Pattern Trader - February Trade Analysis, Trade Set-ups and Profit (Loss) Pattern Trader - February - 2016 - Trade Analysis, Trade Set-ups and Profit (Loss) Currency Pair: NZDUSD Entry Order: BUY stop @ 0.6561 Stop loss: 0.6518 Take profit: 0.6787 Analysis: In the video (attached

More information

EURUSD Market Guide and Volatility Analysis WHITE PAPER

EURUSD Market Guide and Volatility Analysis WHITE PAPER EURUSD Market Guide and Volatility Analysis WHITE PAPER Contents Introduction... 2 Basic Market Information for EURUSD... 3 TradeStation Symbol Information... 3 NinjaTrader Symbol Information... 3 Price

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

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

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

Trading forex entails risk, and each instance of negligence or inattention may lead to significant loss!

Trading forex entails risk, and each instance of negligence or inattention may lead to significant loss! 1 2 Before installing Volatility Factor on your computer and commencing trading on a real account, please read this carefully; it may be crucial for your future profits. Trading forex entails risk, and

More information

Forex Currency Pairs Forex Terminology Spread Lot Size. Margin and Leverage Pip Value Volume. BearBullTraders.com. All Right Reserved.

Forex Currency Pairs Forex Terminology Spread Lot Size. Margin and Leverage Pip Value Volume. BearBullTraders.com. All Right Reserved. Forex Currency Pairs Forex Terminology Spread Lot Size Margin and Leverage Pip Value Volume Forex = Foreign Exchange Forex Trading = Buy or Sell contracts for a currency pair based on fundamental and technical

More information

THE FOREX TRADING GUIDE TECHNICAL ANALYSIS CHART PATTERNS

THE FOREX TRADING GUIDE TECHNICAL ANALYSIS CHART PATTERNS 1 Copyright 2016 TradingSpine All rights reserved by TradingSpine. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying, recording,

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

CFD TRADING IN A FEW SIMPLE WORDS

CFD TRADING IN A FEW SIMPLE WORDS CFD TRADING IN A FEW SIMPLE WORDS 1 TABLE OF CONTENTS: What Is Online Trading? 03 Forex 04 CFDs 05-06 Start Trading CFDs 07 What Exactly is Leverage 08-09 Pips 10 What Should I Invest in? 11 How to Open

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

Gold. Silver. Applicable for: 16th August 2016, Tuesday. Trend NEUTRAL BUY TP

Gold. Silver. Applicable for: 16th August 2016, Tuesday. Trend NEUTRAL BUY TP Applicable for: 16th August 2016, Tuesday Gold Trend NEUTRAL BUY 1335.28 TP 1343.35 SL 1331.41 Yesterday GOLD closed at 1339.15 If it breaks the resistance levels at 1343.35 the aim will be reaching and

More information

MACD Dots (15 MIN) MACD dot buy or sell. MACD above noise level and rolling / reversing (good for exit signal or, entry in range bound markets)

MACD Dots (15 MIN) MACD dot buy or sell. MACD above noise level and rolling / reversing (good for exit signal or, entry in range bound markets) MACD Dots (15 MIN) The rules/assumptions 1. Entry is 1 pip above or below the high (low) of the dot candle 2. Stop is 10 pips below a recent swing low 3. Exit is somewhat discretionary and optimistic 4.

More information

From second quarter 2014 to first quarter 2015, FXCM traders closed more than half of trades at a gain. Yet the average forex trader lost money.

From second quarter 2014 to first quarter 2015, FXCM traders closed more than half of trades at a gain. Yet the average forex trader lost money. From second quarter 2014 to first quarter 2015, FXCM traders closed more than half of trades at a gain. Yet the average forex trader lost money. Why? Put simply, human psychology runs counter to the best

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

TRAITS OF SUCCESSFUL TRADERS: a four part guide

TRAITS OF SUCCESSFUL TRADERS: a four part guide TRAITS OF SUCCESSFUL TRADERS: a four part guide Research & Analysis: DailyFX In the fall of 2011, the DailyFX research team and the DailyFX trading instructors closely studied the trading trends of FXCM

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

Please read the following risk disclosure before you proceed.

Please read the following risk disclosure before you proceed. Please read the following risk disclosure before you proceed. The risk of loss in trading commodity futures contracts can be substantial. You should therefore carefully consider whether such trading is

More information

Strategy and Settings for Tradonator nextgen!

Strategy and Settings for Tradonator nextgen! Strategy and Settings for Tradonator nextgen! Introduction Tradonator nextgen! is the successor of the Tradonator Cash Pro Expert Advisor, an automated trading system. On any timeframe two trading pools

More information

Point Zero Metatrader4 Indicators

Point Zero Metatrader4 Indicators 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

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

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

Presents. Forex Profit Boost

Presents. Forex Profit Boost Presents Forex Profit Boost Forex Profit Boost Published by Alzaiak Trading CC Nominee Old Tree Publishing CC Suite 509, Private Bag X503 Northway, 4065, KZN, ZA www.oldtreepublishing.com Copyright 2014

More information

ICHIMOKU PLUSPLUS (IchiPlus) V5.XX Expert Advisor SETTING GUIDANCE

ICHIMOKU PLUSPLUS (IchiPlus) V5.XX Expert Advisor SETTING GUIDANCE ICHIMOKU PLUSPLUS (IchiPlus) V5.XX Expert Advisor EA Ichimoku PlusPlus and the Template can be downloaded freely form FB Group: Ichimoku Plus Plus. SETTING GUIDANCE Installation Procedure: 1. Close MT4

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 Engulfing Trader Copyright 2014

The Engulfing Trader Copyright 2014 Www.ForexWinners.Ru Prologue and Introduction This book is for all those that are just fed up with all the hype out there in the market. So called guru s selling expensive strategies and systems guaranteeing

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

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

SPECULATING WITH FOREX CFDS

SPECULATING WITH FOREX CFDS CONTENTS Disclaimer Introduction How to Start Trading CFDs CFD Basics How to Trade Forex with CFDs CFD Initial and Variation Margin Advantages and Disadvantages of Using CFDs Disadvantages of CFDs 01 02

More information

The Forex Market Community. Major Currencies in the Forex Market

The Forex Market Community. Major Currencies in the Forex Market Table of Contents Risk Warning... 3 The Forex Market Community... 4 Major Currencies in the Forex Market... 4 Trading Platform Overview Desktop, Web, and Mobile... 5 Market Data... 5 Charts... 5 Order

More information

Target Fifty Forex Hybrid Fund

Target Fifty Forex Hybrid Fund Target Fifty Forex Hybrid Fund Investment Objective: Maximize return targeting 50% a year on money while using trading software to manage money and risk. System will only trade in the Forex Market using

More information

In the Charts Forex. Today s key points. CROSS ASSET TECHNICAL ANALYSIS 01 October 2013

In the Charts Forex. Today s key points. CROSS ASSET TECHNICAL ANALYSIS 01 October 2013 CROSS ASSET TECHNICAL ANALYSIS 01 October 2013 In the Charts Forex Today s key points EUR/USD has given a break above the weekly channel resistance of 1.3454/20 which also happens to be 76.4% retracement

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

SHADOWTRADERPRO FX TRADER USERS GUIDE

SHADOWTRADERPRO FX TRADER USERS GUIDE SHADOWTRADERPRO FX TRADER USERS GUIDE How to get maximum value from your ShadowTraderPro FX Trader subscription. ShadowTraderPro FX Trader delivers value to its subscribers on multiple levels. The newsletter

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

SWITCHBACK (FOREX) V1.4

SWITCHBACK (FOREX) V1.4 SWITCHBACK (FOREX) V1.4 User Manual This manual describes all the parameters in the ctrader cbot. Please read the Switchback Strategy Document for an explanation on how it all works. Last Updated 11/11/2017

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

Copyright Alpha Markets Ltd.

Copyright Alpha Markets Ltd. Page 1 Platforms & Accounts - Module 5 Welcome to this unit on Platforms & Accounts. In this module we will be explaining what a trading account is, as well as how you can go about configuring and using

More information

User Guide. PivotBreaker. Brought to you by Equitimax. A trading method for forex. Equitimax

User Guide. PivotBreaker. Brought to you by Equitimax. A trading method for forex. Equitimax User Guide PivotBreaker Brought to you by Equitimax A trading method for forex Equitimax Disclaimer The PivotBreaker is provided to you by Equitimax, free of charge. We provide no warranty or promise of

More information

Pattern Trader - December Trade Analysis, Trade Set-ups and Profit (Loss)

Pattern Trader - December Trade Analysis, Trade Set-ups and Profit (Loss) Pattern Trader - December - 2015 - Trade Analysis, Trade Set-ups and Profit (Loss) Currency Pair: GBPJPY Entry Order: SELL stop @ 184.92 Stop loss: 185.37 Take profit: 181.18 Analysis: Since forming a

More information

Ichimoku World Weekly Market Analysis by Gabor Kovacs

Ichimoku World Weekly Market Analysis by Gabor Kovacs Ichimoku World Weekly Market Analysis by Gabor Kovacs vol.01. 10/09/2010 1 Welcome to the Ichimoku World Weekly Market Analysis! This week produced several nice setups, so let's check them out in chronologic

More information

Renko Floor System. I m trading 9.00 AM CET (London Open) to 21 PM CET (usually 1 hour after US data released).

Renko Floor System. I m trading 9.00 AM CET (London Open) to 21 PM CET (usually 1 hour after US data released). Renko Floor System Introduction Hi everybody, this is my 2 cents to Forex Factory community. I will try here to present my trading method. This method is the sum of 3 strategies, running on 10 pips Renko

More information

Data Sheet for FX AlgoTrader Multi-Currency Real Time Daily Range Analyzer

Data Sheet for FX AlgoTrader Multi-Currency Real Time Daily Range Analyzer Data Sheet for FX AlgoTrader Multi-Currency Real Time Daily Range Analyzer Product Overview. The FX AlgoTrader real-time multi currency range analyzer provides a powerful macro level perspective of the

More information