% Account Balance Alert

 

I am looking for someone to help write a simple code for MQ4. I want to create a basic alert that is activated when either of the following conditions are met:


Account Equity = Account Balance x 1.03

Account Equity = Account Balance x 0.92



If anyone could help me with this I would really appreciate it.

 
I here get paid to program for you. Just $15 for all scripts.

I am a bachelor major in Financial-Mathematics.
I am good at programming in MQL for Meta Trader 4 platform. The ability is between medium and top level.
No matter what it is, create or modify any indicators, expert advisors and scripts.
I will ask these jobs which are not too large for only $15, surely refundable if you are not appreciate mine.
All products will deliver in 3 days.
Also, I am providing EA, Indicator and Trade System Improvement Consultant services, contact me for the detail.
If you need to have it done, don't hesitate to contact me at: kolier.li@gmail.com
 
Hooptie:


Account Equity = Account Balance x 1.03

Account Equity = Account Balance x 0.92

extern int UpperLevelPercent = 3;
extern int LowerLevelPercent = 8;


...

int p = (AccountEquity() / AccountBalance() - 1.) * 100.;
if (p >= UpperLevelPercent || p <= -LowerLevelPercent) Alert("Equity hit ", p, "%");



kolier wrote >>

I here get paid

Sorry man.

Reason: