Lots size and close profit in money
-
Please any idea of how to code this?
if lot size is 0.01 close profit in money should be 5 and if lot size is 0.02 close profit in money should be 10
when lots size is selected the close profit in money will automatically be choosen. - Lot Size: 0.01 → Close Profit: $5 (0.01 * 500)
- Lot Size: 0.02 → Close Profit: $10 (0.02 * 500)
- Lot Size: 0.05 → Close Profit: $25 (0.05 * 500)
Thanks
-
Will you be using any lost size value or just some specific lot size values? And same for profit values?
-
Yes sir, it uses martingale but only the starting lot that tells how much is the profit target.