TradeReport

Thingies such as TradeReport and TradeChart
Post Reply
User avatar
tomele
Administrator
Posts: 1208
Joined: Tue May 17, 2016 3:40 pm
Location: Germany, Forest of Odes, Defending the Limes

TradeReport

Post by tomele »

Hi John.

You probably could use TDesk for this. It can be configured to show only the pairs, P/L and swaps as a pure display tool. All other columns and even the top line(s) and the bottom buttons can be hidden. You can cycle through open trades, closed trades, all trades by clicking the table header.
XAUUSDH1.png
TDeskSwapDisplay.set
Cheers
Thomas
You do not have the required permissions to view the files attached to this post.
Happy pippin, Thomas :-BD

It ain't what you don't know that gets you into trouble.
It's what you know for sure that just ain't so.
(Mark Twain)

Keep the coder going: Donate
The_Snowman
Trader
Posts: 395
Joined: Sun Nov 27, 2011 8:24 am
Location: Australia

TradeReport

Post by The_Snowman »

tomele » Sun Apr 21, 2019 7:13 pm wrote:Hi John.

You probably could use TDesk for this. It can be configured to show only the pairs, P/L and swaps as a pure display tool. All other columns and even the top line(s) and the bottom buttons can be hidden. You can cycle through open trades, closed trades, all trades by clicking the table header.



Cheers
Thomas
Thank you very much for that information, again, I wasn't aware of that feature.

Looks like can be as monitor and tinker of data also, win / win situation.

Will certainly set this up and have it running by Tuesday

Much appreciated, cheers :good:
Ylts
Posts: 3
Joined: Tue Jan 24, 2017 7:27 pm

TradeReport

Post by Ylts »

Getting errors.. :/
You do not have the required permissions to view the files attached to this post.
User avatar
renexxxx
Trader
Posts: 860
Joined: Sat Dec 31, 2011 3:48 am

TradeReport

Post by renexxxx »

Ylts » Sat Jun 15, 2019 3:57 am wrote:Getting errors.. :/
Not sure what version of TradeReport you are using, but in my version, line 255 looks like:

Code: Select all

      case SYMBOL  : cols[0].name = "Symbol"; break;
and on column 8 there is no array access.

Try to upgrade to the latest version and see if you can still reproduce the error.

René
fabio223769
Posts: 2
Joined: Tue Jun 23, 2015 8:43 pm

TradeReport

Post by fabio223769 »

could dd stats be added to the tradeReport, please?
User avatar
renexxxx
Trader
Posts: 860
Joined: Sat Dec 31, 2011 3:48 am

TradeReport

Post by renexxxx »

At the request of Tebis (Ernst) I have made some changes to TradeReport (see Post 1). There are two new parameters: balanceChoice and customBalance. These parameters are only used for the calculation of Nett%.

If balanceChoice is set to "Initial Balance", it will use the current (actual) balance minus the total Nett P/L for the calculation of Nett%.

If balanceChoice is set to "Current Balance", it will use the current (actual) balance for the calculation of Nett%

If balanceChoice is set to "Custom Balance", it will use the value configured for the customBalance parameter, but only if that value is positive.

Hopefully with these changes, the value for Nett% will suit everyone.
Dragonian

TradeReport

Post by Dragonian »

Thank ypu Rene :hi:
User avatar
SteveHopwood
Owner
Posts: 9904
Joined: Tue Nov 15, 2011 8:43 am
Location: Misterton - an insignificant village in England. Very pleasant to live in.

TradeReport

Post by SteveHopwood »

Nice one Rene. Thanks.

:xm: :rocket:
Read the effing manual, ok?

Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.

I still suffer from OCCD. Good thing, really.

Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.

To see The Weekly Roundup of stuff you guys might have missed Click here

My special thanks to Thomas (tomele) for all the incredible work he does here.
billv
Trader
Posts: 283
Joined: Fri Apr 13, 2012 1:57 pm

TradeReport

Post by billv »

Hello Rene :hi:

I came across a slightly different version of your indicator and I did a couple of changes to it to suit my trading.
I will share it here because this is the most relevant thread but if you don't approve, please feel free to delete it

1. I added automatic alphabetical sorting of the currency pairs

2. I wanted not to have to enter (or change) the start and end dates of the report so I added input StartAndEndDate=false
which when set to false ignores the dates shown in the settings and uses the trade history shown in Empty4.
This way I can set my Empty4 to show all history or 1 month or whatever and it will do so.
If we change the Empty4 history on the fly, we can switch between time frames and the indicator will refresh its data.

3. I wanted to see simultaneously both closed trade P/L and Net P/L ( without having to go into the settings and switch between the 2 so I added 2 new columns for Net P/L $ and Net P/L Pips.
Columns 9 and 10 are now your pre-exisitng selectable P/L columns ( will Show ClOSED/SHOW OPEN/SHOW NET P/L )so I'm setting those to show only CLOSED trades.

4. I changed some of the background colours in a couple of the colour schemes, because for example Green text is not clearly visible on greenish background.

Have a good Christmas
Trade Report.png
You do not have the required permissions to view the files attached to this post.
Last edited by billv on Thu Dec 19, 2019 1:36 am, edited 1 time in total.
User avatar
renexxxx
Trader
Posts: 860
Joined: Sat Dec 31, 2011 3:48 am

TradeReport

Post by renexxxx »

billv » Wed Dec 18, 2019 8:27 am wrote: I will share it here because this is the most relevant thread but if you don't approve, please feel free to delete it
Hi Bill,
You have made the changes to a very old version of TradeReport. I can't stop you from making these changes, as you have the .mq4 file, but I won't make this the official version as we would make several steps backwards.

Next time if you want to make changes to any software provided on this forum, I would advise to first download the latest version.

Cheers ... Rene.
Post Reply

Return to “Data analysis tools”