PureBytes Links
Trading Reference Links
|
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
|