Increasing Lot Size at Different Price Targets?
-
I would like to consider having the EA increase lot size each time it reaches a specific profit level. This EA will also be used on Mt4. I see the pink blocks have "for each trade," "Check profit" and "add to volume." Do you think those 3 blocks would work together or is there another way to raise lot size at each profit target?
I'm also trying to figure out if there is a way to have a risk setting on it too? Something like "Low Risk," "Moderate Risk," and "High Risk." This would mean that "Low" would be something like 0.01,0.02,0.04 and "Moderate" would be 0.02,0.04,0.08 and "High" would be double that one. I'm not sure if this would have to be manually done but it would be nice to have the option to automate it.
-
@fxbam I think the pink blocks are your best options.
-
Okay, thank you.