MQL4 - automated forex trading   /  

Forum

AccountEquity() question?

Back to topics list To post a new topic, please log in or register

avatar
2077
vixenme 2006.10.10 05:40 
dose AccountEquity() calculate base both on orderprofit() and orderswap() or it just show the AccountBalance()+/- OrderProfit()?
Comparative Analysis of 30 Indicators and Oscillators

Comparative Analysis of 30 Indicators and Oscillators

The article describes an Expert Advisor that allows conducting the comparative analysis of 30 indicators and oscillators aiming at the formation of an effective package of indexes for trading.


avatar
Moderator
5198
stringo 2006.10.10 17:16 

equity = balance + credit + profit;
profit = net profit - commision + swap


avatar
2077
vixenme 2006.10.12 08:31 
stringo wrote:

equity = balance + credit + profit;
profit = net profit - commision + swap


thank you ^_^
Back to topics list  

To add comments, please log in or register