TradeReport

Thingies such as TradeReport and TradeChart
Post Reply
ariel
Trader
Posts: 65
Joined: Mon Dec 01, 2014 1:37 pm
Location: Estrela RS Brazil

TradeReport

Post by ariel »

renexxxx » Tue Jan 13, 2015 5:03 pm wrote:
Vlokkies » Wed Jan 14, 2015 4:59 am wrote: As far as I know you can't have more than 1 instance on a chart.
Yes, that is right. The report takes so much of your screen that (on most screens) there is not enough space to add more than one, with an XOffSet and YOffSet. That's why I didn't include this as an option.

ok thanks
drunka
Trader
Posts: 86
Joined: Thu Dec 11, 2014 8:05 pm

TradeReport

Post by drunka »

renexxxx » Yesterday, 22:33 wrote:
Vlokkies » Wed Jan 14, 2015 4:59 am wrote: As far as I know you can't have more than 1 instance on a chart.
Yes, that is right. The report takes so much of your screen that (on most screens) there is not enough space to add more than one, with an XOffSet and YOffSet. That's why I didn't include this as an option.
Just an idea, maybe a write to csv on initialisation option could be a solution. The indicator could write the file just on initialisation according to the selected options (Date, report type) for All Trades, separated by magicnumber and then splitted by by comment. So if one needs a detailed report you can just reinitialize the indicator. Also one benefit would be easier communication regarding EA settings / results since (several) screenshots wouldn't be needed anymore just one csv / excel file.
fxpoison
Trader
Posts: 15
Joined: Sun May 26, 2013 4:14 pm

TradeReport

Post by fxpoison »

@ Drunka -most interesting idea!
ariel
Trader
Posts: 65
Joined: Mon Dec 01, 2014 1:37 pm
Location: Estrela RS Brazil

TradeReport

Post by ariel »

my idea is this. in only need the result separete.
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 »

TradeReport is an indicator to display trade results for a given period, a given Magic Number and optionally a text string to filter out certain order comments. It is a generic utility that can be used to report on all kinds of trades, both generated from EAs or from manual trading.

TradeReport was not created to report on HGB trade results and to provide sub totals by Order Comment.

It is suggested to make TradeReport a query tool to dump a set of trades into a CSV-file, to be analysed, grouped, sorted, and manipulated in Excel (or any other spreadsheet program). Although that can be added to the code, it is not the right tool for the job.

It is far better, to create a little script, with a set of inputs, that just spits out the matching trade records into a CSV file.
Spectre
Trader
Posts: 39
Joined: Mon Nov 05, 2012 6:18 am
Location: Norway, the most taxed place on earth(maybe)

TradeReport

Post by Spectre »

Hello and thank you for a great tool.

I was wondering one thing, would it be possible to have the list be MagicNumbers instead of Pairs?

Would be useful in testing many settings of the same EA.
You do not have the required permissions to view the files attached to this post.
" I'm not an alcoholic, i'm australian " - Lance
User avatar
renexxxx
Trader
Posts: 860
Joined: Sat Dec 31, 2011 3:48 am

TradeReport

Post by renexxxx »

Spectre » Thu Apr 16, 2015 3:23 am wrote:Hello and thank you for a great tool.

I was wondering one thing, would it be possible to have the list be MagicNumbers instead of Pairs?

Would be useful in testing many settings of the same EA.
Hi Spectre,

I have added the code to be able to group by Magic Number. Update is in post 1.

Let me know of any problems.
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 »

renexxxx » Wed Apr 15, 2015 9:46 pm wrote:
Spectre » Thu Apr 16, 2015 3:23 am wrote:Hello and thank you for a great tool.

I was wondering one thing, would it be possible to have the list be MagicNumbers instead of Pairs?

Would be useful in testing many settings of the same EA.
Hi Spectre,

I have added the code to be able to group by Magic Number. Update is in post 1.

Let me know of any problems.
That is really generous of you Rene, and bang on the spirit of SHF. :clap: :clap: :clap:

Thanks fella.

:xm:
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.
Spectre
Trader
Posts: 39
Joined: Mon Nov 05, 2012 6:18 am
Location: Norway, the most taxed place on earth(maybe)

TradeReport

Post by Spectre »

renexxxx » Wed Apr 15, 2015 10:46 pm wrote:
Spectre » Thu Apr 16, 2015 3:23 am wrote:Hello and thank you for a great tool.

I was wondering one thing, would it be possible to have the list be MagicNumbers instead of Pairs?

Would be useful in testing many settings of the same EA.
Hi Spectre,

I have added the code to be able to group by Magic Number. Update is in post 1.

Let me know of any problems.
You are amazing :clap:
" I'm not an alcoholic, i'm australian " - Lance
AnotherBrian

TradeReport

Post by AnotherBrian »

Renexxxx - you're a seriously [sic] great coder - my god!!! Thanks for being here!
Post Reply

Return to “Data analysis tools”