I am running a backtest on a strategy applied to a chart on TS2000i. My stoploss acts as a trailing stop as the stoploss number gets 'refreshed' with each new bar.
Is there a command I can use within Easylanguage to access the entry price at which the trades get done? i.e. the entry price as reported on the Strategy Performance Report.
I have tried the command "entryprice" but it returns a zero!. Entryprice[1] returns the previous trade and Entryprice[0] returns again zero!. To properly place a stoploss I need to get the correct entry price for each trade. It must be stored somewhere....
Any help is most appreciated, I have spent already a number of nights on this with no success.
Thx
Marcos
Is there a command I can use within Easylanguage to access the entry price at which the trades get done? i.e. the entry price as reported on the Strategy Performance Report.
I have tried the command "entryprice" but it returns a zero!. Entryprice[1] returns the previous trade and Entryprice[0] returns again zero!. To properly place a stoploss I need to get the correct entry price for each trade. It must be stored somewhere....
Any help is most appreciated, I have spent already a number of nights on this with no success.
Thx
Marcos