Create a new indicator and insert this text
int start(){ double oldBalance; if(oldBalance != AccountBalance()){ Alert("Balance changed..."); oldBalance = AccountBalance(); } return(0);
phy:
Create a new indicator and insert this text
thank you mr Phy,
with a little modification, i finally finish my little indicator...
thanks once again
phy:
hi, can you help me more in creating this indicator ?
Create a new indicator and insert this text
look @ the date, when this post has been created

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Does anybody has indicator related to account balance?
I need an indicator that alerts me when there's change in account balance.
If account balance is decreasing, then play sound "A", and if decreasing play sound "B". Just simple as that.
It seems fun hearing sounds from EA's trade. :)
Anyone can help?Thank you