[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CL_Target and Money management Exits



PureBytes Links

Trading Reference Links


Don't need the second If t = sess1firstbartime...

Also, I think you want a > sign, not a < sign in your
end of day exit.

 


 ---- you wrote: 
> 
> {I have the inputs and variables setup already for use on 45 minute bars.
> I'm just having a very hard time 
> in having it exit properly on profit targets and money management stops or
> exit at the end of the day.
> Strictly day trading closing all postion at the end of the day.
> 
> Help...Suggestions???}
> 
>  
> if t = sess1firstbartime then begin
> 
> If cc >= waverage(cc,Len2)then buy on OpenD(0)stop;
> If Mp = 1 then begin {...Market Position ..Do I need this??} ExitLong at
> EntryPrice + ProfitTgt limit; {the word else/or..??}  
> ExitLong at EntryPrice - RiskTgt stop {else/or..???}; If barssinceexit < 0
> then Exitlong at close today stop;end; 
> end;
> 
> if t=sess1firstbartime then begin{..need this again??}
> 	
> if cc <= waverage(cc,Len2) then sell on OPenD(0)stop;
> If Mp = -1 then begin ExitShort at EntryPrice - ProfitTgt limit;
> ExitShort at EntryPrice + RiskTgt stop; if Barssinceentry < 0 then Exitshort
> at close today stop;end;
> 
> end;
> 
> 
> 
> 
> ________________________________________________________________
> Get FREE voicemail, fax and email at http://voicemail.excite.com
> Talk online at http://voicechat.excite.com
> 
> - Subscription Information link -
> http://www.markbrown.com/list.htm
>