Hi Anton,
a few questions:
i) I have just downloaded the openquant evaluation (30days) version, is there any difference to the "real" version?
ii) I've added some FDax data via ascii file and made some sample strategy. Where can I set slippage, commission, BigPoint value for this...
We tried some sort of workaround: Ticks in Data1, 10 Min Candles in Data2. This seems to work somehow.
Only thing is that starting an Optimization will result in an Error Message, reproduceable.
We just discovered that SetPercentTrailing is not calculated intrabar in Backtesting. That is not accaptable, but it seems that this is an general issue for Backtesting Programms. Does anyone knows Backtesting Programms where the Trailing Stop is being calculated intrabar?
Hi there,
anybody know which Price is used in the calculation of the "setstoploss" or setpercenttrailing commands in Easy Language? Per Definition it's the execution price given by the strategy. But in Real Trading it should be the price your order was filled.
Example: Strategy sends...
Hi,
i've coded a new signal in multichart using PL and am now having a problem with the <b>intrabar generation of stoploss orders in the entry bar</b>.
Stoploss orders are generated correctly in all following bars after the entry bar, but not within.
Also, in the EL_Essentials.pdf...