|
|||||||
| 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 |
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
And the post was moved to this thread toriacht.
__________________
|
|
|||
|
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 |
|
||||
|
Quote:
__________________
|
|
|||
|
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 |
|
||||
|
Quote:
__________________
|
|
|||
|
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. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
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 |