Giuseppe Paciolla:
Did you get the historical records with a program?
Hello there,
I wonder if anyone can help me with this, basically I have a long list of trades on different currency pairs that happened in the past, all the trades are stored in a file (let's say a CSV).
What I'm trying to achieve is backtesting the same trades and change TP, SL parameter to understand how these impacted the overall results.
Is anybody aware if this can be done and how to do it ?
Thanks
Israel Pelumi Abioye #:
Did you get the historical records with a program?
No they are rows of an excel file but each row has a timestamp, an entry price, a direction (LONG, SHORT), the order type (Almost always LIMIT) SL and TP in numbers of pips from entry price, that represent the timestamp of the order logged with the broker.
Did you get the historical records with a program?
I suggest you create an EA to input excel file and execute trades in strategy tester.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hello there,
I wonder if anyone can help me with this, basically I have a long list of trades on different currency pairs that happened in the past, all the trades are stored in a file (let's say a CSV).
What I'm trying to achieve is backtesting the same trades and change TP, SL parameter to understand how these impacted the overall results.
Is anybody aware if this can be done and how to do it ?
Thanks