Calculate lot size from Takeprofit(distance in pips) and expected profit in Dollars(or any deposit currency)
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,
Im currently using this formula to get the lot size:
Function Ponto()
I have read that the correct way to calculate the profit would be:
profit = MarketInfo(Symbol(), MODE_TICKVALUE) * OrderLots() * pips;
Im not getting the expected results.. Any input on how to solve this equation?
Thnaks