Job finished
Specification
Hi,
I need a best Money Management system that works on All Forex Pairs, Metals, Crypto. The Money Management system should be easily utilizable in all my Expert advisors.
Requirements:
1. Calculate lot size based on account size with TP and SL.
For example,
[$100, Entry lot size should be 0.01, $1000, Entry lot size should be, 0.1] etc.,
For Pairs like EURUSD, GBPUSD, etc. You need to calculate this with equivalent currency values for All Forex Pairs, Metals and Crypto .
2. When a loss occurred it should double the lot size of previous loss trade lot size, in such a way avoiding Order Send Error being occurred. In other words it should try to recover the loss trade in the next trade.
For example,
Loss trade with 0.01, Recover trade should be 0.02 must not jump to very risky lot size that blown the account. It should be safer and recover the previous loss trade dollar value. It should work on All Forex Pairs, Metals and Crypto .
3. After successful recovery trade the lot size should be reset to lot size based on the account size (1st point).
4. The system should support Fixed Lot and Risk Options in settings window.
Fixed Lot in Points (Double)
Risk in Percentage (Double) examples => 0.5%, 1%, 2% etc., so i can enter 0.5, 1, 2 in settings respectively.
5. Code should be in modular based. Please find the attachment and make it separate classes in such a way I can include in all my future EAs.
Looking forward to discuss with the right one!
Regards