Hello, I need an EA just for the purpose of back tests, there is no live trading mode required. I want to test specific history trades only. The EA needs to place trade during back tests based on a csv file. Entries of the file will be the trigger to place a trade. Therefore, I need the following functions. 1. Read out csv file (see example file attached below) and place trades accordingly 2. Close trades based on selected exit rule 3. Following exit rules are needed: Each entry has to include the possibility to be set as disabled ( like: put in 0 for off) - TP in points - SL in points - TS in points (1. Select trailing activation after x points 2. trail by x points) - BE after x pips in profit Donchian channel - Select period - Use Donchian as TP (Upper band for Buy trades, Lower band for Sell trades) - Use Donchian as SL (Normal logic: Upper band for Sell trades, Lower band for Buy trades. Additional option: "Select Middle band" Yes/No, if set to "Yes" use Middle band as SL 1. if Sell entry is below Middle band and 2. if Buy trade is above Middle band. If set to "No" use normal logic) - Donchian Offset for TP in points (Use rules of "Use Donchian as TP" but widen the TP by x points selected) - Donchian Offset for SL in points (Use rules of "Use Donchian as SL" but widen the SL by x points selected) ------------ Please let me know the location the csv file has to be saved in order to let the EA read its entries. Also, please tell me if the current format of the excel fileå«s lines is sufficient or if have to change it.