Gamestudio Links
Zorro Links
Newest Posts
zorro 64bit command line support
by 7th_zorro. 04/20/24 10:06
StartWeek not working as it should
by jcl. 04/20/24 08:38
Data from CSV not parsed correctly
by jcl. 04/20/24 08:32
Zorro FIX plugin - Experimental
by jcl. 04/20/24 08:30
folder management functions
by VoroneTZ. 04/17/24 06:52
lookback setting performance issue
by 7th_zorro. 04/16/24 03:08
Zorro FIX plugin - Experimental
by flink. 04/14/24 07:46
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
3 registered members (7th_zorro, Aku_Aku, 1 invisible), 579 guests, and 1 spider.
Key: Admin, Global Mod, Mod
Newest Members
EternallyCurious, howardR, 11honza11, ccorrea, sakolin
19047 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
difference between MarginTotal, MarginVal ? #487133
01/26/23 03:07
01/26/23 03:07
Joined: Jan 2023
Posts: 15
Q
qin Offline OP
Newbie
qin  Offline OP
Newbie
Q

Joined: Jan 2023
Posts: 15
Dear there, I wonder what is the difference between MarginTotal, MarginVal. I did some tests and found that they returned the same values.
Any idea?

Re: difference between MarginTotal, MarginVal ? [Re: qin] #487140
01/26/23 15:54
01/26/23 15:54
Joined: Oct 2022
Posts: 13
N/A
J
juanex Offline
Newbie
juanex  Offline
Newbie
J

Joined: Oct 2022
Posts: 13
N/A
MarginTotal:

The current allocated margin of all open trades of the strategy, calculated through MarginCost under the assumption of a constant margin requirement of open trades. This can be different in live trading when brokers adapt the margin requirement to the market situation or asset price. A margin call is simulated in test and training mode when Capital > 0 and Equity - MarginTotal reaches zero.

MarginVal:

The current allocated margin of the account. The account is threatened by a margin call when Equity - MarginVal approaches zero. In live trading, this parameter is updated from the broker API if available; in test and training it follows MarginTotal.

P.S. both definitions of the variables can be found in the Zorro manual

Re: difference between MarginTotal, MarginVal ? [Re: juanex] #487141
01/26/23 23:53
01/26/23 23:53
Joined: Jan 2023
Posts: 15
Q
qin Offline OP
Newbie
qin  Offline OP
Newbie
Q

Joined: Jan 2023
Posts: 15
I read the manual but still confused. could tell me when they return different values.

Re: difference between MarginTotal, MarginVal ? [Re: qin] #487144
01/27/23 15:40
01/27/23 15:40
Joined: Oct 2022
Posts: 13
N/A
J
juanex Offline
Newbie
juanex  Offline
Newbie
J

Joined: Oct 2022
Posts: 13
N/A
They would return different values when you are trading with a live account, based on the margin requirements of your broker.

for example, let's say that your margin rules while testing is 25% of the initial position, while your broker's are actually 50%. It is possible that while you test you may experience some drawdowns but never a margin call, yet when you go live you can have a drawdown and then get a margin call from your broker.


Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1