I need some help with the following
Assume a simple code condition …….if Moving Ave 10>Moving Ave 20 buy at X
In PRT the buy at X is only valid for the current time interval.
Is there a way to have the condition of buy at X valid for 8 forward time intervals ?
Thanks
Pending orders MUST be placed again each new bar, if needed.
The first time conditions are met you should start counting until you either:
- reach 8 (or whatever limit suits you best)
- are OnMarket
- your conditions are no more met
in such cases the counter should be reset to zero.
Topic moved to ProOrder forum as it is a strategy question and not an indicator question. Please try to post in the correct forum with future topics.