Forex
Google

Go Back   Forex Trading > Downloads > Tools and utilities
Forex Forum Register FAQ Members List Calendar Search Today's Posts Mark Forums Read


Register in Forex TSD!
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time).
Click here to register and get more information

Reply
 
LinkBack Thread Tools Display Modes
  #121 (permalink)  
Old 04-06-2008, 11:57 PM
Beno's Avatar
Beno Beno is offline
Senior Member
 
Join Date: Aug 2006
Location: London
Posts: 249
Beno is on a distinguished road
i think this might help
Attached Files
File Type: mq4 FX Money Manager v2.mq4 (4.0 KB, 102 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #122 (permalink)  
Old 04-07-2008, 04:26 AM
Linuxser's Avatar
Linuxser Linuxser is offline
Moderator
 
Join Date: May 2006
Location: Helliconia (Autumn)
Posts: 2,193
Linuxser has disabled reputation
And the post was moved to this thread toriacht.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #123 (permalink)  
Old 04-07-2008, 10:43 PM
toriacht toriacht is offline
Junior Member
 
Join Date: Mar 2008
Posts: 12
toriacht is on a distinguished road
Hi,

Thanks for moving my post but unfortunately the EA will not attach to my chart. When I select 'attach to chart' nothing happens. Not even the INputs window. Do I need to modify the source code. I am using Interbank MetaTrader V4 Build 215.

I downloaded another EA (MTPv2-4)from the same thread and it will attach to my chart with no problems.


Thanks again for the help,
Toriacht
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #124 (permalink)  
Old 04-07-2008, 11:36 PM
Linuxser's Avatar
Linuxser Linuxser is offline
Moderator
 
Join Date: May 2006
Location: Helliconia (Autumn)
Posts: 2,193
Linuxser has disabled reputation
Quote:
Originally Posted by toriacht View Post
Hi,

Thanks for moving my post but unfortunately the EA will not attach to my chart. When I select 'attach to chart' nothing happens. Not even the INputs window. Do I need to modify the source code. I am using Interbank MetaTrader V4 Build 215.

I downloaded another EA (MTPv2-4)from the same thread and it will attach to my chart with no problems.


Thanks again for the help,
Toriacht
If you refer to the one attached two posts back it's an indicator not EA.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #125 (permalink)  
Old 04-08-2008, 07:50 AM
toriacht toriacht is offline
Junior Member
 
Join Date: Mar 2008
Posts: 12
toriacht is on a distinguished road
sorry!

apologies for the novice mistake... i should have checked that! thanks again..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #126 (permalink)  
Old 04-08-2008, 09:53 PM
toriacht toriacht is offline
Junior Member
 
Join Date: Mar 2008
Posts: 12
toriacht is on a distinguished road
another qn.

The FX Money Mgt. v2 and Money Manager Window Indicators work perfectly with my $50,000 Demo a/c but they do not work with my real a/c which is a $500 micro a/c. It appears correctly but never suggests a lot size which always remains 0. Can this be rectified?

Thx,
Toriacht
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #127 (permalink)  
Old 04-08-2008, 10:32 PM
Linuxser's Avatar
Linuxser Linuxser is offline
Moderator
 
Join Date: May 2006
Location: Helliconia (Autumn)
Posts: 2,193
Linuxser has disabled reputation
Quote:
Originally Posted by toriacht View Post
The FX Money Mgt. v2 and Money Manager Window Indicators work perfectly with my $50,000 Demo a/c but they do not work with my real a/c which is a $500 micro a/c. It appears correctly but never suggests a lot size which always remains 0. Can this be rectified?

Thx,
Toriacht
In post 57 of this thread there is a mod for micro lots.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #128 (permalink)  
Old 04-09-2008, 09:17 AM
toriacht toriacht is offline
Junior Member
 
Join Date: Mar 2008
Posts: 12
toriacht is on a distinguished road
Mini A/c

The edit by frosk in post #56 does not work with my real a/c. As before it works fine with my Demo a/c.

When I select it for my real a/c it will not appear on the screen. I have an InterTradeBank Mini a/c with a balance of $500. The edit that frosk inserted was to comment out the MathFloor calculation and return the position size. Any ideas how I might edit to work with my mini a/c.

double PoseSize()
{
double result;
double PoseSize;
double RP;
RP=RiskInPoints();
if(PointCost()>0&&RP>0)
{
PoseSize=(AccountBalance()*Risk/1000)/(RP*PointCost());
//result=MathFloor(PoseSize*10)/10;
result=PoseSize;
}
else
result=0;
return(result);
}



Thanks,
Toriacht

Last edited by newdigital : 04-09-2008 at 10:21 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #129 (permalink)  
Old 04-09-2008, 09:19 AM
toriacht toriacht is offline
Junior Member
 
Join Date: Mar 2008
Posts: 12
toriacht is on a distinguished road
bold text apologies

many many apologies for the bold text/font size on prev. post!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #130 (permalink)  
Old 05-20-2008, 06:32 PM
matrixebiz's Avatar
matrixebiz matrixebiz is offline
Senior Member
 
Join Date: Oct 2006
Posts: 1,045
matrixebiz is on a distinguished road
EA to close specific symbol in profit

Hello, is there an EA that I can set to watch a specific currency symbol and when only it gets to a certain dollar amount close all trades with that currency only?
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help Needed Making Perfect Trailing Stop EA sbwent Expert Advisors - Metatrader 4 27 03-13-2008 04:30 AM
The perfect trader black ice General Discussion 9 11-14-2006 05:51 AM
10k lot size brokers kevmcfoster Suggestions for Trading Systems 12 10-06-2006 11:25 PM
Must have utility for MT coders who are not 100% perfect ycomp Tools and utilities 2 02-23-2006 10:45 PM


All times are GMT. The time now is 06:46 PM.