Thanks for replying,
But the link u send me is for a signal copier and it is for MetaTrader 5 but i was looking for MT4.
Or if there is code on this link than can u show me where it is.
- You place the stop where it needs to be - where the reason for the trade is no longer valid. E.g. trading a support bounce the stop goes below the support.
- Account Balance * percent = RISK = |OrderOpenPrice - OrderStopLoss| * OrderLots * DeltaPerlot (Note OOP-OSL includes the SPREAD)
- Do NOT use TickValue by itself - DeltaPerlot
- You must normalize lots properly and check against min and max.
- You must also check FreeMargin to avoid stop out

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi Guys ,
I was searching for lot multiplier code but was unable to find which i want. I found a code but it increases the lot on the percentage of account balance .
But i want a lot multiplier which increases lot on the profit . if previous lot size was 0.5 but after the profit of 500 it must be increase to 1 .If any body know about that code can u post.