Coding help - page 3

 

send me your EA.

metexinvest@videotron.ca

bongo

 
Bongo:
send me your EA.

metexinvest@videotron.ca

bongo

EA works great on Alpari mt4, but in my country they haven't got a office, so I trade on other platforms but on them it EA works only when is ticked" Ask manual confirmation". Bongo thank u for help but this advisor give me 200-250 $ monthly on one pair with 1000$ acount!. I can't send it,sorry. I just looking what is the problem with this platforms in Bulgaria, because every time when I withdraw money from Alpari transfer is 15$

 
vladokvr:
EA works great on Alpari mt4, but in my country they haven't got a office, so I trade on other platforms but on them it EA works only when is ticked" Ask manual confirmation". Bongo thank u for help but this advisor give me 200-250 $ monthly on one pair with 1000$ acount!. I can't send it,sorry. I just looking what is the problem with this platforms in Bulgaria, because every time when I withdraw money from Alpari transfer is 15$

If you can earn 20-25% per month on $1000 account, you should be able to afford $15 on money transfer.

 
winsor:
If you can earn 20-25% per month on $1000 account, you should be able to afford $15 on money transfer.

3 accounts * 15$ = 45$, why when I can do this on Bg platforms? But the question is why on alpari works great here,dont work?

 
vladokvr:
3 accounts * 15$ = 45$, why when I can do this on Bg platforms? But the question is why on alpari works great here,dont work?

Call your broker!

Every Broker can set up MT4 differently.

 
kolier:
Oh, sorry, I may misunderstand your topic before. You're questing this indicator.

yes u do misunderstanding... nvm anyway....

 

hi.. if you know how to code for mt4 pls help !

phase calculation by John F. Ehlers

The following code is written in EasyLanguage for use with TradeStation.

Inputs: DomCycle(15);

Vars: RealPart(0), ImagPart(0), Weight(0), Phase(0), J(0);

RealPart = 0;

ImagPart = 0;

For J = 0 To DomCycle - 1 Begin

Weight = Close[J];

IF DomCycle 0 Then Begin

RealPart = RealPart + Cosine(360 * J / DomCycle) * Weight;

ImagPart = ImagPart + Sine(360 * J / DomCycle) * Weight;

End;

End;

IF AbsValue(RealPart) > .001 Then Begin

Phase = ArcTangent(ImagPart / RealPart);

End Else Begin

Phase = 90 * Sign(ImagPart);

End;

If RealPart < 0 Then

Phase = Phase + 180;

Phase = Phase + 90;

IF Phase < 0 Then

Phase = Phase + 360;

IF Phase > 360 Then Phase = Phase - 360;

Plot1(Phase, "Phase");

Thank you so much....

 

EA with this Indicator

Can someone code a EA for this Indicator which opens and close and do trail stop Trades.

And help will be appreciated.

Files:
maprofit.mq4  24 kb
 
shaival:
Can someone code a EA for this Indicator which opens and close and do trail stop Trades. And help will be appreciated.

Best pair and TF please?

 

Need help to create EA?

Hi all,

Need some help to create EA or is there any create EA tutorial ?

Spec:

1. EMA 10

2. EMA 21

3. Upon the 2 EMA crossing, calculate the fractals before crossing and fractals before price = EMA 10

4. If calculated value>40, buy if up, sell if down

5. Stop loss 20, TP 20

Thanks

Reason: