What does
Pip Cop do?


Go Back   Home > Forums > Forex Robot Reviews > Current Live robot Reviews

» Welcome to the Pip Cop - Forex Robot Reviews and forums.
PipCop reviews MetaTrader Forex robots (EA's) in real-time and posts detailed statements every 15 minutes.
We ONLY forward test on real accounts for the most accurate robot reviews!

Be smart! Read the Review FAQ or you WILL lose money!
If you enjoy the site, please let me know by registering or donating! Thanks! -- PipCop
P.S. This message is hidden if you register!
Current Live robot Reviews Current forward tests of MetaTrader Forex robots (Expert Advisors)
Reply
 
LinkBack Thread Tools Display Modes
Old 2010-06-29, 08:45 AM   #41 (permalink)
Site Supporter
 
rsmereka's Avatar
 
Trader for 8 - 12 years
Location: Southwestern Ontario, Canada
Posts: 1,777
My Trading Journal


Trading Live with:
Forex Hacked(Copier)
Default

Quote:
Originally Posted by misterocupo View Post
hi rsmereka
can i use two EA on same cross (€/$) on MT4?
thank's
Yes you can (with conditions),

You will need two MT4 charts open (each chart can only run one EA). In addition, make sure in the settings of each EA, you define a different magic number.

The EA that you use must be capable of modifying only it's own open orders. In a properly coded/built EA, this is done using the symbol (EURUSD, EURGBP etc) and the magic number. Caution, there are many EA's on the market that are not coded properly and consider themselves masters of the entire account and don't play nice.

The Channel Scalper is properly coded and you can run many copies of it (each in it's own chart, of course) on an account. The parameter that you are looking for is called magic. Set this to a different number on each chart.

Here is a decent video on MT4 magic numbers that I think will help.

Rick
__________________
MyFXBook Live Statement Mt4Analysis

Last edited by rsmereka; 2010-06-29 at 08:49 AM.
rsmereka is offline   Reply With Quote
   
 
Old 2010-07-03, 02:48 PM   #42 (permalink)
Site Supporter
 
rsmereka's Avatar
 
Trader for 8 - 12 years
Location: Southwestern Ontario, Canada
Posts: 1,777
My Trading Journal


Trading Live with:
Forex Hacked(Copier)
Default Month 4 Results

After more than four months in my live account, The Channel Scalper has done well. Results:

-Start date Feb 23, 2010
-number of trades
Code:
select count() as cnt from closedtrade where magic = 40
database result:
row(1):Array ( [cnt] => 87 )
-average trades per month 21.75
-wins
Code:
select count() as wins from closedtrade where magic = 40 and pl + rollover  > 0
database result:
row(1):Array ( [wins] => 75 )
-accuracy 86.21%
-total pips
Code:
select total(pips(ticket)) as p from closedtrade where magic = 40
database result:
row(1):Array ( [p] => 184.1 )
-PL
Code:
select total(pl + rollover  ) as t from closedtrade where magic = 40
database result:
row(1):Array ( [t] => 1187.9 )
Rick
__________________
MyFXBook Live Statement Mt4Analysis
rsmereka is offline   Reply With Quote
Old 2010-07-30, 01:43 PM   #43 (permalink)
Rookie Pip Officer
 
Trader for 0 - 1 year
Location: italia
Posts: 17

Default

Hi Rsmereka

i have a little but big problem with time set of this EA.
i use FXPRO gmt= summer 3 and winter 2 and this EA have to trade between 20 and 22
my problem is put right time for start and stop trading on set file.
please can you help me?

thank's so much
misterocupo is offline   Reply With Quote
Old 2010-07-30, 02:04 PM   #44 (permalink)
Site Supporter
 
rsmereka's Avatar
 
Trader for 8 - 12 years
Location: Southwestern Ontario, Canada
Posts: 1,777
My Trading Journal


Trading Live with:
Forex Hacked(Copier)
Default

Quote:
Originally Posted by misterocupo View Post
Hi Rsmereka

i have a little but big problem with time set of this EA.
i use FXPRO gmt= summer 3 and winter 2 and this EA have to trade between 20 and 22
my problem is put right time for start and stop trading on set file.
please can you help me?

thank's so much
Ok,

The two settings you need to change (in the EA inputs) are summergmtshift and wintergmtshift. Take a look at the attached image which will show you where they are. In the image, my values are summer 2 and winter 1. Just change these two and save a new set file so that you don't have to type this each time you attach the EA to the chart. You just have to load the set file.

I hope that this has helped you.

Rick
Attached Thumbnails
The Channel Scalper-cs_settings.png  
__________________
MyFXBook Live Statement Mt4Analysis
rsmereka is offline   Reply With Quote
Old 2010-07-30, 02:11 PM   #45 (permalink)
Rookie Pip Officer
 
Trader for 0 - 1 year
Location: italia
Posts: 17

Default

it is nice.
i have observed which this ea works nice on GBP\USD USD\CHF USD\CAD.
What's risk have you put on your set file?and what's risk do you advise to me on FXPRO?
thanks
misterocupo is offline   Reply With Quote
Old 2010-07-30, 02:45 PM   #46 (permalink)
Site Supporter
 
rsmereka's Avatar
 
Trader for 8 - 12 years
Location: Southwestern Ontario, Canada
Posts: 1,777
My Trading Journal


Trading Live with:
Forex Hacked(Copier)
Default

Quote:
Originally Posted by misterocupo View Post
it is nice.
i have observed which this ea works nice on GBP\USD USD\CHF USD\CAD.
What's risk have you put on your set file?and what's risk do you advise to me on FXPRO?
thanks
I would be careful with other currency pairs. Test it well. If you find a combination that works well, please share it with others here.

In my live/real money account, I am running this EA at risk 12 which is high. I started running this EA at risk 6 which is where I think you should start. Run some backtests to get a feel of the risk verses profit.

Rick
__________________
MyFXBook Live Statement Mt4Analysis
rsmereka is offline   Reply With Quote
Old 2010-08-02, 01:49 PM   #47 (permalink)
Site Supporter
 
rsmereka's Avatar
 
Trader for 8 - 12 years
Location: Southwestern Ontario, Canada
Posts: 1,777
My Trading Journal


Trading Live with:
Forex Hacked(Copier)
Default Month 5 Results

After more than five months in my live/real money account, The Channel Scalper continues to do well. Results:

-Start date Feb 23, 2010
-number of trades
Code:
select count() as cnt from closedtrade where magic = 40
database result:
row(1):Array ( [cnt] => 105 )
-average trades per month 21
-wins
Code:
select count() as wins from closedtrade where magic = 40 and pl + rollover  > 0
database result:
row(1):Array ( [wins] => 93 )
-accuracy 88.57%
-total pips
Code:
select total(pips(ticket)) as p from closedtrade where magic = 40
database result:
row(1):Array ( [p] => 256.1 )
-PL
Code:
select total(pl + rollover  ) as t from closedtrade where magic = 40
database result:
row(1):Array ( [t] => 1923.91 )
Rick
__________________
MyFXBook Live Statement Mt4Analysis
rsmereka is offline   Reply With Quote
Old 2010-08-02, 05:37 PM   #48 (permalink)
Rookie Pip Officer
 
Trader for 0 - 1 year
Location: italia
Posts: 17

Default

hi rsmereka
maybe do you know why on my live account i haven't gotten any trade with megdroid and the channel scalper?
my broker is fxpro and i have put the same your set.

thank's you
misterocupo is offline   Reply With Quote
Old 2010-08-02, 06:42 PM   #49 (permalink)
Site Supporter
 
rsmereka's Avatar
 
Trader for 8 - 12 years
Location: Southwestern Ontario, Canada
Posts: 1,777
My Trading Journal


Trading Live with:
Forex Hacked(Copier)
Default

Quote:
Originally Posted by misterocupo View Post
hi rsmereka
maybe do you know why on my live account i haven't gotten any trade with megdroid and the channel scalper?
my broker is fxpro and i have put the same your set.

thank's you
First, make sure everything is ok. Do you have a smiley face? Check the experts log for error messages. Both of these EA's did not trade all last week but I have a Channel Scalper trade (3 orders) in progress right now. Still no MegaDroid trade however.

How long have you been waiting? From when? If everything checks out, they will trade at some point .

Rick
__________________
MyFXBook Live Statement Mt4Analysis
rsmereka is offline   Reply With Quote
Old 2010-08-03, 02:30 PM   #50 (permalink)
Rookie Pip Officer
 
Trader for 0 - 1 year
Location: italia
Posts: 17

Default

hi mate
i have checked my mt4:
-i have all thick right, now i am understand the problem, my broker has my real account only read.
thank you
i update you soon
misterocupo is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes




All times are GMT -5. The time now is 06:03 AM.

Powered by vBulletin ®
Site content and design Copyright © 2010 PipCop, LLC.
Site designed, hosted, and maintained by One Web Ave
Template by vBSkinworks.
Content Relevant URLs by vBSEO 3.3.2