How to not execute trades when lot size is over specific number?
2 replies
Thomas
9 months ago #286748
Hello, I want my strategy to not enter a trade if the lot size is greater than a specific number (for example, if the calculated lot size is > 1, it will not execute that trade). How should I do this? Thank you.

tomas262
9 months ago #286762
You cannot do that with the default MM models present.
You would need to use AlgoWizard to setup a new “action only” tab (move to the first position) formula to calculate the lots size. Then add another condition to entry rules that simple checks the lot size.
Let me know if any help needed
Thomas
9 months ago #286771
Could you please provide more detailed instructions? I really have no idea how to get started on this. Thank you so much!
Viewing 2 replies - 1 through 2 (of 2 total)