PureBytes Links
Trading Reference Links
|
Many thanks to everyone who replied. Hopefully now sorted.
Ian
> I'm struggling with a bit of code. Would greatly appreciate
> assistance from anyone who's been there, done that...
>
> I have two exits:
>
> exitlong("PT") at profittartget limit;
> exitlong("STP") at stoploss stop;
>
> I want to set a flag *only* if the profit exit is taken. This could
> be on the next bar or the next time through the code. I'm not
> expecting to know ahead of time if the PT will be hit. However, this
> would seem to require knowing which exit was taken. I know how to
> reference an exit to an entry but is there a way to reference the
> exit?
>
> Ian
>
>
|