how to do Lot size reset once reach a certain balance?
-
Hello guys, I've been very stressed with my Robot because the robot works fine. But I want it to reset the lot sizing once a certain balance was reached.
For Example:
Current Balance is: 10,000usd
using 0.5 lot size. but it will do auto lot sizing like once it reached 11,000 it will use 0.65 or ish.
and once the balance reached 20,000usd i want it to reset back at 0.5 and auto sizing again.Will this be possible?
Please help !!
Any thoughts would be much appreciated!
-
You will need a variable to do that. You can change lot size by modifying the value of that variable. Are you familiar with variables?
-
Hello, Actually not really. Can you show me how to do it? or atleast show me the pattern?