The majority of the buy signals were for positions that I already hold!
The majority of the buy signals were for positions that I already hold!
@Nina4 , respectfully I think the "right" way should be @travI'm with Trav. A little confused.
Without knowing your system a simple check could be a simple addition to your Filter.
This assumes you keep your already purchased stocks in a Watchlist. ie Holding.
Filter = Filter AND !InWatchListName( "Holding" ); // Note the ! Not
Cheers.
@Nina4 , respectfully I think the "right" way should be @trav
Buy = ExRem(Buy,Sell);
Sell = ExRem(Sell,Buy);
otherwise you risk transferring the issue into the reliability of you "holding" watch list
my 2c..I am no expert the only reason I see not doing Trav's way would be to enable entry at all stage, not only the first instance
otherwise you risk transferring the issue into the reliability of you "holding" watch list
I'm not sure what you mean. Maintaining a Watchlist is such a trivial thing.
I'm also getting very frustrated over my python project as there is little documentation for things. Even Norgate's python API is no help as there is no real explanation on how to use my subscription with Zipline, lol.
Hello and welcome to Aussie Stock Forums!
To gain full access you must register. Registration is free and takes only a few seconds to complete.
Already a member? Log in here.