![]() |
MetaTrader 4 CopyTool Pro FOREX Software |
Post Reply
|
Page <12 |
| Author | |
MDunleavy
Groupie
Joined: 16Jul2009 Location: Toronto Online Status: Offline Posts: 72 |
Quote Reply
Topic: MetaTrader 4 CopyTool Pro FOREX SoftwarePosted: 17May2010 at 12:14pm |
|
================================================ ![]() 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" |
|
![]() |
|
MDunleavy
Groupie
Joined: 16Jul2009 Location: Toronto Online Status: Offline Posts: 72 |
Quote Reply
Posted: 24May2010 at 11:02am |
![]() |
|
MDunleavy
Groupie
Joined: 16Jul2009 Location: Toronto Online Status: Offline Posts: 72 |
Quote Reply
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 |
|
![]() |
|
MDunleavy
Groupie
Joined: 16Jul2009 Location: Toronto Online Status: Offline Posts: 72 |
Quote Reply
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. |
|
![]() |
|
MDunleavy
Groupie
Joined: 16Jul2009 Location: Toronto Online Status: Offline Posts: 72 |
Quote Reply
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 |
|
![]() |
|
MDunleavy
Groupie
Joined: 16Jul2009 Location: Toronto Online Status: Offline Posts: 72 |
Quote Reply
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 |
|
![]() |
|
MDunleavy
Groupie
Joined: 16Jul2009 Location: Toronto Online Status: Offline Posts: 72 |
Quote Reply
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. |
|
![]() |
|
MDunleavy
Groupie
Joined: 16Jul2009 Location: Toronto Online Status: Offline Posts: 72 |
Quote Reply
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. |
|
![]() |
|
Matthe55
Newbie
Joined: 18Aug2010 Location: usa Online Status: Offline Posts: 29 |
Quote Reply
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 |
|
![]() |
|
Post Reply
|
Page <12 |
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |