you should really use two separate accounts.
-=o=-
Otherwise, I'd suggest a lock file.
In order for either strategy to enter a trade, it must
first acquire the lock.
If a strategy fails to acquire the lock, then it does not
enter the trade, and the setup is abandoned (because
the other strategy is busy trading in this account).
When a strategy becomes flat, it must release the
lock file.
-=o=-
A lock file is advanced programming, and unless you
know C# well, it may be a lot easier to just use two
different accounts.


Leave a comment: