PureBytes Links
Trading Reference Links
|
I have code that I use to signify an entry. I place a limit order the
next day after the following signal.
Signal:=C>Max(Max(Mov(C,50,E),Mov(C,200,E)), Mov(C,250,E));
Signal AND Alert(Signal=0,2);
However, I want to enter on a pullback price. The idea, is that I
want to place a limit order on the market open price of the day
before. I don't have to have my order filled that day, but I want the
price filled, while the signal is still given.
I hope this makes sense.
larryTAKEOUT@xxxxxxxxxx
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/zMEolB/TM
---------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/Metastockusers/
<*> To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|