PureBytes Links
Trading Reference Links
|
Let's see, have you tried the printlog, see manual p. 545 and ?
Print(Condition:8,Date:8,Stop_Loss:8) etc. to look at your outputs?
Glenn
Craig Nelson wrote:
> If I want to see the name of the system signal that caused my trade to
> exit, on the Trade by Trade System Report, can't I just use the following?
>
> If some_condition = True
> Then
> ExitShort("Stop_Loss") This Bar On Close;
>
> My code won't verify and I'm not sure what syntax is allowed. If someone
> could please let me know, I'd appreciate it.
>
> Regards,
> Craig
|