how do i know from the report if i had any trades that where stopped out and lost many rather than just were sold b/c of my sell signal?
Announcement
Collapse
No announcement yet.
using stops in backtesting
Collapse
X
-
Hello giladbi,
The "Signal" column on the Trades tab should describe the reason for the trade. This description can be set by the "Description" parameter of the Strategy functions used in your code.
Strategy.doSell("Stop Exit" ......
Jason K.
Project Manager
eSignal - an Interactive Data company
EFS KnowledgeBase
JavaScript for EFS Video Series
EFS Beginner Tutorial Series
EFS Glossary
Custom EFS Development Policy
New User Orientation
Comment