|
|||||||
| 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 |
|
||||
|
I figured out how to do this a while back and thought that I had posted it, but I guess maybe I didn't. In case anyone else out there was looking for the same thing that I was, here it is!
double Lots2 = OrderLots(); double Lots = NormalizeDouble(AccountBalance()/(1000/0.1),1); if (Lots<Lots2) Lots = Lots2; { if (Lots>100) Lots = 100; } Using this will increase your leverage as your balance goes up, but won't ever lower your leverage when you have a bad trade, which I think is a much better way to increase your lots. if you want to adjust the leverage, only change the part that is now set at 1000. If you want it more volital, use a smaller number, or a larger number for less volital results. right now it is set for 10:1 leverage on a standerd account, so if you are using a mini account, you'll want to just put in 100 instead of 1000 for the same 10:1 leverage. Happy trading! ![]() |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Lots of $$ and lots of potential... | dukeofdents | Suggestions for Trading Systems | 5 | 04-08-2007 02:19 AM |
| Change Lots | hellkas | Questions | 5 | 10-08-2006 06:11 PM |
| Automated increasing of lots in EA | forexfordinner | Metatrader 4 | 7 | 09-05-2006 02:45 AM |
| How i calculate lots? | DooMGuarD | Questions | 4 | 05-29-2006 09:12 PM |
| Multi-Lots | Eric | Expert Advisors - Metatrader 4 | 14 | 03-31-2006 11:05 PM |