Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
I decides to try and create a tool to display closed order history. Actually, the idea came from another member, ElectricSavant. (Good Idea ES!) Much easier than manually scrolling through your Account History tab.
This "indicator" is actually an EA. The EA does not generate trades, it simply reads the closed orders from your account history.
This version allows you to enter 10 separate currency pairs to monitor. The EA will display for each selected pair the number of closed trades, profit, number of wins, win profit, number of losses, and loss profit for each separate pair. It also will display the totals for all the closed trades, closed profit, closed wins, closed win profit, closed losses, and closed loss profit.
Save this file and attach as an EA. Attach to any chart. Set the chart to a line chart, and select the color for line graph as "None".
I just cannot be quiet...I tried...but I got to post...my testing days have changed now that you have provided this tool wolfe. I guess I could say this is my inspiration now....
I think I might start to test EA's that are interesting to me on 10 pairs at a time to discover if they work...and on which pairs....my world has been opened up now that I can see pair by pair results at each tick update...
I am under less stress and can now test more objectivly....as my own trading is going well and it is fun to always check other EA's.
I decides to try and create a tool to display closed order history. Actually, the idea came from another member, ElectricSavant. (Good Idea ES!) Much easier than manually scrolling through your Account History tab.
This "indicator" is actually an EA. The EA does not generate trades, it simply reads the closed orders from your account history.
This version allows you to enter 10 separate currency pairs to monitor. The EA will display for each selected pair the number of closed trades, profit, number of wins, win profit, number of losses, and loss profit for each separate pair. It also will display the totals for all the closed trades, closed profit, closed wins, closed win profit, closed losses, and closed loss profit.
Save this file and attach as an EA. Attach to any chart. Set the chart to a line chart, and select the color for line graph as "None".
Everyone needs to remember, this tool is actually an EA, not an indicator. Since this is an EA the visual display won't appear after attaching if the market is closed. It requires an incoming tick to fire the start() function.
There is always a way. Just have to figure it out. What did you have in mind?
Hi Wolfe!
Maybe, the EA could save the data it gathers from the closed history (with EA name from comments) and possibly export it as a text file or another file type. Coding is not my forte so, I'm not exactly sure how to do this programmatically. It was just a suggestion that could possibly enhance this great tool!