+ Reply to Thread
Results 1 to 3 of 3

Thread: Placing a Stop Loss Using a Trade Trigger / Conditional Order

Hybrid View

  1. #1
    Join Date
    Dec 1969
    Location
    Desenzano del Garda (Brescia), Italy
    Posts
    86
    Just writing to remind robot/RT users of this interesting post by asomani.

    We are certainly smaller than the market, but every attempt to "hide our hand" is appreciated, as stop fishing is a practice performed a lot by algos at least on an intraday basis.

    It could be of no use, but implementing it doesn't require much effort either.

  2. #2
    I wonder if market maker can see simple conditional orders like:
    if IWM <=/>= xxx, execute IWM buy/sell @ market order
    which is essentially the same as a stop loss order in disguise.

    or maybe to make it more complicated, make the condition to be:
    if IWM <= xxx AND SPY < 1000 (essentially some trigger always true)

    Hope anyone with street experience can comment.




    Quote Originally Posted by roberto.giusto View Post
    Just writing to remind robot/RT users of this interesting post by asomani.

    We are certainly smaller than the market, but every attempt to "hide our hand" is appreciated, as stop fishing is a practice performed a lot by algos at least on an intraday basis.

    It could be of no use, but implementing it doesn't require much effort either.

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts