hi there,
i am trying to figure out how to have a rule that limits the number of trades in a given time period, e.g. maximum number of trades in each new month, or week, or day is one?
i have the rule that limits mulitple trades DEFPARAM CumulateOrders = False, that is useful to avoid duplicate trades / orders simultaneously – however this does not help once a trade is stopped out or hits profit, then new orders are placed in the same tim period which i am hoping to eliminate!
is there any way to acheive this in PRT? Thanks in advance 🙂