I have a proprietary indicator for MT4 that is giving good entry signals for forex. I want to backtest the best exit strategy.
I am leaning towards fixed Take Profit for 1/2 position, remainder using trailing stop, bringing stop to BE when 1/2 closed. Fixed initial stop until 1/2 closed. I want to test different stop combinations.
With some struggle I think I can manage the above using one of the tutorial sample efs files.
My problem is that I want to initialze the trade referencing a list of date/time and Long / Short for entry rather than an eSignal indicator or price condition.
I would like to use a table of perhaps 30 days of trade entries, possibly needing 40 trades.
It makes sense to increase the table index each time a trade is entered to earlier date/times dont have to be checked again as the data scrolls forward.
Any help for this last part, or all of it would be greatly appreciated.
Thanks, Dave
I am leaning towards fixed Take Profit for 1/2 position, remainder using trailing stop, bringing stop to BE when 1/2 closed. Fixed initial stop until 1/2 closed. I want to test different stop combinations.
With some struggle I think I can manage the above using one of the tutorial sample efs files.
My problem is that I want to initialze the trade referencing a list of date/time and Long / Short for entry rather than an eSignal indicator or price condition.
I would like to use a table of perhaps 30 days of trade entries, possibly needing 40 trades.
It makes sense to increase the table index each time a trade is entered to earlier date/times dont have to be checked again as the data scrolls forward.
Any help for this last part, or all of it would be greatly appreciated.
Thanks, Dave
Comment