Given two conditions, let call them BUY and SELL, is it possible to create a system always on market long or short?
F.e. when the system starts, the firs signal is BUY, and it stays long on market until a SELL signal appears that close the long and open a short position etc.
Is it possible in ProOrder?
Yes I’ve got a few like that … they are onmarket like 98.9% of the time!
You need cumulateorders = False, well I do anyway as I always do.
Yes. Any time that you are long on the market a SELLSHORT order will close the long trade and open a short trade and any time that you are short on the market a BUY order will close the short trade and open a long trade.
Yes and because hedging is not possible through a single ProOrder system, that how it operates: close the current order before sending the opposite one:
A buy order will close the short one and vice-versa.
So all I need is just define buy and sellshort conditions?
Yes and use cumulate = false unless you want multiple BUY orders OR multiple SELL Orders … which you might get depending on your conditions?/
Yes and use cumulate = false unless you want multiple BUY orders OR multiple SELL Orders … which you might get depending on your conditions?/
No sure I want the system to be long or short with a fixed size.
It would be impossible to have multiple buys or sells open because my idea has an alternation of buy and sell.