Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit order support #20

Open
danielkrizian opened this issue Feb 18, 2014 · 0 comments
Open

Limit order support #20

danielkrizian opened this issue Feb 18, 2014 · 0 comments

Comments

@danielkrizian
Copy link
Owner

1.) Limit orders (with delays for a few days/bars)
2.) Stop orders (also like buy stop, sell stop when I need to be patient with entry/exit after signal in order for price to come to my desired level - look at quantstrat luxor demo for example)
3.) One Cancel Another (OCA) type
4.) MOC/MOO orders

An example can be strategies like fading the gaps or some break out trades or fading trades).
"fire and forget" (Scott Andrews) gap fading technique:
1.) Enter long(down gap)/short(up gap) with a limit order a particular threshold away from closing of day before (in order to trade only gaps that are bigger than 0.1 in SPY for example)
2.) If filled enter:
2.1.) take profit as limit order with OCA group identifier "SPYGAP" for example
2.2.) take profit as MOC order with OCA group identifier "SPYGAP" for example
2.3.) stop order some value in ATR unites away from fill price with OCA group identifier "SPYGAP" for example

pullback buying:
if I get the signal on today's market close (current bar) then I will buy next day (next bar) if there is further pullback use a limit order below close of the day (bar) of the signal...

@danielkrizian danielkrizian added this to the Blue Sky milestone Jun 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant