I fixed a cosmetic glitch in the EA causing that the info-box was not optimal shown..milanese » Sat Feb 28, 2015 8:28 pm wrote: Update 28 feb, 2015
AGT had the idea that function that lets the EA close all open positions if a certain profit reached maybe could give better results. As I lked the idea I embedded this function in the EA and did some cosmetic updates to my latest EA look..
this are the new inputsNote the EA counts only its own trades on the specific pair.Code: Select all
extern string CloseAllProfitSet1="---Set this to true to close all EA positions----"; extern string CloseAllProfitSet2="---if Profit reaches CloseAllOfPairInProfit----"; extern bool UseCloseAllOfPairInProfit=true; extern string CloseAllProfitSet3="---enter here the amount in account Currency----"; extern double CloseAllOfPairInProfit=25;
You find the EA attached on the third post ----> http://www.stevehopwoodforex.com/phpBB3 ... 363#p83363
Cheers
Tommaso
Please redownload the build 211..---> http://www.stevehopwoodforex.com/phpBB3 ... 363#p83363
Cheers
Tommaso