GTL Trading Forum Homepage
Forum Home Forum Home >GTL Forum >Technical Analysis
  New Posts New Posts RSS Feed: MetaTrader 4 CopyTool Pro FOREX Software
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

MetaTrader 4 CopyTool Pro FOREX Software

 Post Reply Post Reply Page  <12
Author
Message
  Topic Search Topic Search  Topic Options Topic Options
MDunleavy View Drop Down
Groupie
Groupie


Joined: 16Jul2009
Location: Toronto
Online Status: Offline
Posts: 72
  Quote MDunleavy Quote  Post ReplyReply Direct Link To This Post Topic: MetaTrader 4 CopyTool Pro FOREX Software
    Posted: 17May2010 at 12:14pm
MetaTrader CopyTool Forex Software Conception

================================================

     


We can offer extended version of Slave script for our Metatrader account copier "CopyToolPro".


This version includes 3 features: Time filter, Price Difference filter and Copy permissions.

extern string ___tmp4_____________ = " --- Filters ---";
extern bool TimeFilter.On = true;
extern string TimeFilter = "2010.01.01 0:00";
extern bool PriceDiffFilter.On = true;
extern string PriceDiffFilter = "[-1000, 1000]";
extern string Buy.Permissions = "[Open: yes] [Modify: yes] [Close: no]";
extern string Sell.Permissions = "[Open: yes] [Modify: yes] [Close: no]";
extern string BuyLimit.Permissions = "[Set: yes] [Modify: yes] [Delete: yes]";
extern string SellLimit.Permissions = "[Set: yes] [Modify: yes] [Delete: yes]";
extern string BuyStop.Permissions = "[Set: yes] [Modify: yes] [Delete: yes]";
extern string SellStop.Permissions = "[Set: yes] [Modify: yes] [Delete: yes]";


Time filter


TimeFilter prevents copy of orders with OrderOpenTime older than TimeFilter value


Price Difference filter


For market Buy order price_diff calculated as slave ask price - master order_open_price.
For market Sell order price_diff calculated as master order_open_price - slave bid price.
For pending orders this filter is ignored.

Example 1:

[-1000, 1000]
Copy new order if price difference (or price_diff) is anywhere between -1000 and 1000 pips.

Example 2:
[-10, -20]
Copy new order if price_diff is negative and between -10 and -20 pips.
So we copy order only if the market goes in StopLoss direction and we are on some distance from open price.

Example 3:
[50, 30][-30, -50]
Copy new order if price_diff is positive between 50 and 30 pips or negative between -30 and -50 pips.
We copy order only if the market goes in TakeProfit direction or in StopLoss direction and
we are on some distance from open price.
PS. Please keep in mind that if Master and Slave are different brokers then there is some slippage
value between Master Bid and Slave Bid prices so on open of new order on master terminal
price_diff is not equal to 0.

Copy permissions:
This is the list of allowed commands for different types of orders


Learn more about Metatrader account copier "CopyToolPro"
Back to Top
MDunleavy View Drop Down
Groupie
Groupie


Joined: 16Jul2009
Location: Toronto
Online Status: Offline
Posts: 72
  Quote MDunleavy Quote  Post ReplyReply Direct Link To This Post Posted: 24May2010 at 11:02am
Metatrader Account Copier CopyToolPro Demo version is available on trusted websites.
Demo version has two restrictions:
1) Copied BUY and SELLSTOP orders only
2) Copied orders with 1.0 lots volume only

Download Demo for FREE!

  
Back to Top
MDunleavy View Drop Down
Groupie
Groupie


Joined: 16Jul2009
Location: Toronto
Online Status: Offline
Posts: 72
  Quote MDunleavy Quote  Post ReplyReply Direct Link To This Post Posted: 12Jun2010 at 6:14pm
How to test expert advisors portfolio on historical data?

It is very important to choose a portfolio of expert advisers in such a way to get the minimum drawdown for equity curve. Each expert advisor in the portfolio should reduce drawdown and protect the deposit from the margin call. This can be achieved by selecting the right combination of expert advisers and the correct lot size for each of them. It is difficult to implement, because build in metatrader 4 tester doesn't support multi strategies testing. I would like to explain how to receive summary back test for several expert advisors and calculate summary drawdown and other important parameters. First, I would like to explain what mean each parameter in the strategy tester's report
Learn more...
GO - Check this out NOW! =>>> http://iticsoftware.com/metatrader-backtest.php
Back to Top
MDunleavy View Drop Down
Groupie
Groupie


Joined: 16Jul2009
Location: Toronto
Online Status: Offline
Posts: 72
  Quote MDunleavy Quote  Post ReplyReply Direct Link To This Post Posted: 22Jun2010 at 1:30am
Expert Advisor V-Trader

We have added expet advisor V-trader to Onix independent monitoring.
Account type: Real account (broker AlpariUS)
Initial deposit: 10 000 USD
Profit: 2492 pips
Change balance | Equity: 22.14%

Click here to check  performances.




Learn more about Expert advisor V-Trader


Expert Advisor " V-Trader" Technical Characteristic:

    * Currency: AUDCAD, EURCAD
    * Timef rame: M15
    * Using Indicators: Volume Indicator (vroc)
    * Risk: Medium
    * Minimum Deposit: $1000 ($200 for micro forex)
    * Recommended Deposit: $2000 ($300 for micro forex)
    * Money Management: Stop Loss and Take Profit, closing at the time
    * Customization: possible upon the request

How does the "V-Trader" EURCAD & AudCad Expert Advisor work?

The"V-Trader"expert advisor is a completely automated trading system; itis based on the channel strategy and the analysis of the market volatility. The expert advisor opens orders from the channel border (we do not use the channel of linear regression and high low levels) at the moment of low volatility and closes order at contact with the opposite border of the channel. The expert advisor does not trade when volatility is high. Market volatility is identified on the basis of the unique indicator of tick volumes. The expert advisor is not the scalping advisor, because the purposes of the expert advisor -- more than 10 points, and position life time -- more than several minutes.

GMT Auto Correction Module. This module in a fully automatic mode will determine and compare the GMT time with server time and will correct all the necessary parameters

Best regards,
BJF Trading Group inc.
Back to Top
MDunleavy View Drop Down
Groupie
Groupie


Joined: 16Jul2009
Location: Toronto
Online Status: Offline
Posts: 72
  Quote MDunleavy Quote  Post ReplyReply Direct Link To This Post Posted: 01Jul2010 at 11:16am
FREE Expert Advisor e-TrendLineTrader Conception:

GO - Check this out NOW! =>>> http://iticsoftware.com/free-expert-advisor.php

Open long if a bar closed above a TrendLine.
Open short if a bar closed below a TrendLine.

FREE Expert Advisor e-TrendLineTrader Usage:
Place N TrendLines on the chart manual.
Change descriptions of these trendlines to LongTrendLineDescr or ShortTrendLineDescr. Apply the expert.

FREE Expert Advisor e-TrendLineTrader Parameters:

" --- Trade params ---",

extern bool MarketExecution = false;
// Set MarketExecution = true for ECN brokers.
// This means that market orders will be placed without StopLoss and TakeProfit.
// StopLoss and TakeProfit will be added after open.
extern int AccDigits = 5;
// Set 4 for 4-digit quotes; set 5 - for 5-digit quotes
// This is amount of digits after decimal point on EURUSD pair
extern double Lots = 1.0; // lots volume
extern int StopLoss = 100; // StopLoss, pips (0 = no StopLoss)
extern int TakeProfit = 100;// TakeProfit, pips (0 = no StopLoss)
extern int Slippage = 3;// max. allowable slippage value, pips
extern int Magic = 20100620;// some unique orders ID

" --- TrendLine params ---"

extern string LongTrendLineDescr = "LTR";
// Only TrendLines with this description will be processed to open Buy orders
extern string ShortTrendLineDescr = "STR";
// Only TrendLines with this description will be processed to open Sell orders
Back to Top
MDunleavy View Drop Down
Groupie
Groupie


Joined: 16Jul2009
Location: Toronto
Online Status: Offline
Posts: 72
  Quote MDunleavy Quote  Post ReplyReply Direct Link To This Post Posted: 14Jul2010 at 6:23pm
Metatrader Expert Advisors based on FOREX Scalping Strategy

Ask yourself: “What is a “forex scalping strategy?” Many traders criticize this subject, others are greatly interested in it, and only a minority of traders is indifferent. Why is a forex scalping strategy so attractive? Most likely people are interested because forex scalping trading is one of few ways of quick enrichment ...
...We believe you should enjoy the way you’re trading. Forex scalping trading includes trading techniques and money management methods. If you don’t have your own strategy you may want to use one the ready ones, and it will be effective too!
Learn more about FOREX Scalping Expert advisor   ===> http://iticsoftware.com/scalping-forex.php          

Expert Advisor "FloatingTarget" Portfolio

Expert Advisor "FloatingTarget" Technical Characteristic:
    metatrader experts discount

    * Currency: GBPUSD, GBPJPY, AUDJPY, USDJPY
    * Timeframe: M15
    * Using Indicators: Fractal Channels
    * Trading Time: 24 hours
    * Risk: Medium
    * Minimum Deposit: $2000 ($200 for micro forex)
    * Recommended Deposit: $4000 ($400 for micro forex)
    * Concept: Forex Scalping combined with long term strategy Expert Advisor based on fractals
    * Money Management: Stop Loss and Take Profit, Build-In Money Management
    * Customization: possible upon the request

How does the "FloatingTarget" Forex Scalping Expert Advisor work?

The expert advisor determines market tendency by UP/Down Fractal breakdown. The expert advisor opens two kinds of orders (long term order and short term (scalping) order ) in direction of market tendency. This method allows to work with out time limitation, 24 hours. You do not need to change time settings depending on brokerage company. Also EA does not depend on spreads, quotes and executions and should work with any brokerage company.

Expert advisor "FloatingTarget" Trading example:
Point 1 – Up Fractal was formed
Point 2- Up Fractal was broken. Expert advisor should open long term long (buy) position
Points 3, 4, 5 Rebound points from the fractal channel's border. Expert advisor should open 3 short term long (buy) positions.


     
View Strategy Tester Report
Back to Top
MDunleavy View Drop Down
Groupie
Groupie


Joined: 16Jul2009
Location: Toronto
Online Status: Offline
Posts: 72
  Quote MDunleavy Quote  Post ReplyReply Direct Link To This Post Posted: 05Aug2010 at 4:31pm
Forex Scalping Expert Advisor “Stomper”

Expert advisor “Stomper”  is forex scalping expert advisor. The expert advisor “Stomper” was created at finding a certain trend in the forex  market. Using the channel method, we managed to reach unprecedented results. It appears that the market is so regular that each period of time, taken for optimization, will be repeated until a currency movement trend changes (it hasn’t happened very often lately). The channel method of identifying a market entry is easy: we should identify channel calculation diapason, draw channel borders (the forex scalping system “Stomper”  will draw them virtually), and enter the market at rebound from border. Exit is carried out on the same principle; you just need to wait for an opposite signal. You can use only one order when you are in the market! After that for optimization of the process you should choose working hours of the forex scalping system “Stomper”. It is very easy: choose any currency pair and figure out the most flat and regular period, then correct working hours, and start testing. This principle turns out to be very simple and easy.  Let’s give an example in addition to the above:
Choose time from  22 till  1   Server time: GMT +1
Parameters of the advisor:
OpenHour1 ;
CloseHour1=1;
OpenHour2=21;
CloseHour2=23;
Then choose a channel:
ChannelBars = 8;
The default currency  pair was GBPCAD with spread no more than 11!



pic.1 Forex Scalping Expert Advisor “Stomper” trading mechanism explanation

learn more about forex scalping expert advisors

BJF Trading Group inc.
Back to Top
MDunleavy View Drop Down
Groupie
Groupie


Joined: 16Jul2009
Location: Toronto
Online Status: Offline
Posts: 72
  Quote MDunleavy Quote  Post ReplyReply Direct Link To This Post Posted: 13Aug2010 at 6:33pm
Metatrader Indicators Testing

I would like to explain how to test metatrader indicator on historical data. For example, we
can test our new CCI-divergence metatrader indicator on gbpusd curency, time frame H1.

1. Open GBPUSD chart time frame H1
2. On the left hand side, look for the "Navigator" window
3. Under the "Common" tab, look into the "Expert Advisors" directory
4. Drag (Click and drag) the expert advisor   (we recommend to use standard build-in expert
advisor MACD) onto the chart
5. Run metatrader strategy tester for expert advisor in "visual mode"
6. Strategy tester should open new GBPUSD H1 window
7. Press || (pause) button  (Strategy tester)
8. Under the "Common" tab, look into the "Custom Indicators" directory
9. Drag (Click and drag) the indicator onto the chart (visual)
10. Press Run button  (Strategy tester)

Learn more about our metatrader indicators.

BJF Trading Group inc.
Back to Top
Matthe55 View Drop Down
Newbie
Newbie


Joined: 18Aug2010
Location: usa
Online Status: Offline
Posts: 29
  Quote Matthe55 Quote  Post ReplyReply Direct Link To This Post Posted: 28Aug2010 at 7:30am

Tiger Woods

Many peoples first reaction to training is to jump on to a treadmill and pound away mile after mile wearing through a couple of pairs of trainers in the season, however this is largely unnecessary. Jogging who may like the taylormade burner superfast driver also is a pretty intensive exercise for the body, and because many joggers running form is particularly poor, the impact on the ankles, knees, hips and back can be significant enough to keep you off the golf course, rather than enjoying it. Spin cycling classes, which seem to be the workout of choice which is about the ping rapture v2 irons at the moment for many office based workers could very well be making your game worse too, because of the posture and inflexibility it creates. ishiner

Back to Top
 Post Reply Post Reply Page  <12

Forum Jump Forum Permissions View Drop Down

Risk Disclaimer:
Trading foreign exchange and derivatives futures and options on margin carries a high level of risk, and may not be suitable for all investors. The high degree of leverage can work against you as well as for you. Before deciding to trade such products you should carefully consider your investment objectives, level of experience, and risk appetite. The possibility exists that you could sustain a loss of some or all of your initial investment and therefore you should not invest money that you cannot afford to lose. You should be aware of all the risks associated with foreign exchange trading, and seek advice from an independent financial advisor if you have any doubts. Any opinions, news, research, analyses, prices, or other information contained on this website is provided as general market commentary and does not constitute investment advice. Global tradewaves Limited will not accept liability for any loss or damage, including without limitation to, any loss of profit, which may arise directly or indirectly from use of or reliance on such information.

Content Disclaimer:
All information provided in GTL Trading forum is for information purposes only and does not constitute a legal contract between forum and any person or entity unless otherwise specified. Information presented on this website may be distributed or copied. The use of the articles is allowed only when quoting the source. However due to public use of forum GTL trading do not take responsibility of source disclosure of publication on the forum. Some of the publications on this server may contain live references (or pointers) to information created and maintained by other organisations. Please note that GTL Trading does not control, monitor or guarantee the information contained in these publications or information contained in links to other external web sites, and does not endorse any views expressed or products or services offered therein. In no event shall GTL Trading be responsible or liable, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with the use of or reliance on any such content, goods, or services available on or through any such publication or resource. The information posted as «analysis & comments» does not necessarily represent the official opinion and any recommendation by GTL Trading. GTL Trading welcomes suggestions on how to improve our web-site and correct errors.