Gamestudio Links
Zorro Links
Newest Posts
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
Help with plotting multiple ZigZag
by degenerate_762. 04/30/24 23:23
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
3 registered members (ozgur, TipmyPip, AndrewAMD), 1,209 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
firatv, wandaluciaia, Mega_Rod, EternallyCurious, howardR
19050 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
MAE / MFE #441528
05/26/14 10:19
05/26/14 10:19
Joined: Apr 2014
Posts: 482
Sydney, Australia
B
boatman Offline OP
Senior Member
boatman  Offline OP
Senior Member
B

Joined: Apr 2014
Posts: 482
Sydney, Australia
Hello

Does anyone know how to plot MAE and MFE charts using Zorro? I can't find anything about it in the manual or the forums.

Cheers

Re: MAE / MFE [Re: boatman] #441541
05/26/14 12:31
05/26/14 12:31
Joined: Jul 2000
Posts: 27,986
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,986
Frankfurt

Re: MAE / MFE [Re: jcl] #441632
05/29/14 05:55
05/29/14 05:55
Joined: Apr 2014
Posts: 482
Sydney, Australia
B
boatman Offline OP
Senior Member
boatman  Offline OP
Senior Member
B

Joined: Apr 2014
Posts: 482
Sydney, Australia
Thanks jcl. Don't know how I missed that. Apologies for posting something that is solved in the manual.

Re: MAE / MFE [Re: boatman] #441634
05/29/14 06:24
05/29/14 06:24
Joined: Apr 2014
Posts: 482
Sydney, Australia
B
boatman Offline OP
Senior Member
boatman  Offline OP
Senior Member
B

Joined: Apr 2014
Posts: 482
Sydney, Australia
OK, I got the MAE plot to work. However, Zorro doesn't appear to have a MFE plot built in.

JCL, would it be possible to release the built in logic for the MAE plot? I think it would be quite simple to use this to create a code for the MFE plot.

Thanks in advance

Re: MAE / MFE [Re: boatman] #441637
05/29/14 08:35
05/29/14 08:35
Joined: Jul 2000
Posts: 27,986
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,986
Frankfurt
Look into profile.c. There you can take the source and build your own MFE plot function.

Re: MAE / MFE [Re: jcl] #454445
09/08/15 15:42
09/08/15 15:42
Joined: Dec 2014
Posts: 4
Germany
P
piper Offline
Guest
piper  Offline
Guest
P

Joined: Dec 2014
Posts: 4
Germany
Hi all

Have started to create my first trade strategy (trend following). By this I'm working first on a risk analysis to get protective stops following the Tomasini-Jaekle introduction.
T+J recomment to use the MAE graph with percentage values for profit and DD.
Zorro has already more or less everything on board incl. TradeMFE for trade target analysis, it is a realy fantastic tool to me. Have studied a lot of zorro's features and I found plotMAEgraph, TradeMAE and TradeMFE.
I try to build a new plotMAEgraphP (P for percentage) based on the code given in Zorro's profile.c but I have no idea how to start because I don't know what exactly is the basis (100%) values to calc. the %-values for the particular trade value and how to open it within that subroutine.
I kindly ask for a small hint what values (total profit (100%) and total 100% DD- or MAE-value) I have to take to be able to change to percentage figures. Will later provide my tries here to get some feedback.

Appreciate your help very much.
Thanks in advance

Re: MAE / MFE [Re: piper] #454486
09/09/15 11:59
09/09/15 11:59
Joined: Jul 2000
Posts: 27,986
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,986
Frankfurt
A percentage of what do you want the MAE/MFE to be?

Re: MAE / MFE [Re: jcl] #454548
09/10/15 08:54
09/10/15 08:54
Joined: Dec 2014
Posts: 4
Germany
P
piper Offline
Guest
piper  Offline
Guest
P

Joined: Dec 2014
Posts: 4
Germany
Hi jcl,

For MAE graph, y-axis, instead showing profit in pip units I need profit in percentage terms. Same with x-axis, MAE or DD in percentage terms.
For calculating that I need a hint where to get the respective total values to be able to calculate the percentage values and if it's available as global variable within the given subroutine plotMAEgraph?

All this because percentage display gives better (kompakter) adaptation especially if big value changes happen. If I know the basis 100%-Values of profit and DD I'm able to calc. and print the percentage respectations. Will do the same for a new plotMFEgraph routine later.

Sorry for my weak english, hope you got it.

Thanks for your help

Re: MAE / MFE [Re: piper] #454552
09/10/15 09:42
09/10/15 09:42
Joined: Jul 2000
Posts: 27,986
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,986
Frankfurt
I understand you want percent instead of pips, but MAE and MFE have no percentage. They are a price difference. Sure, you can declare say 500 pips as 100%, but the MAE/MFE graph will then look exactly the same.


Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1