[SHUTTER CLOSED!] I will implement your ideas into EAs for FREE! - page 6

 

Hello.

Please write a simple Expert Advisor.

Buy: RSI(21) crosses the 50 level from bottom to top. Close the trade on crossing backwards.

Sell: RSI(21) crosses level 50 from top to bottom. Close trade on opposite crossover.

Thank you!

 
Baltimor >>:

Спасибо!

$20.
 

Hi.

Please write an EA to buy on breach of high of previous candle and sell on breach of low of previous candle.

TP and SL is 15 pips.

 

When this EA is running on a real account, error 146 appears very often.

Is it possible to make the Expert Advisor make several attempts to open an order, say, with a pause of half a minute?


 

Could you please make the deposit count at the difference of closed and open orders? This is part of the code of the Expert Advisor Universal_1.70.mq4

//============== Catch deposit increase by Pojmat percent =========================
if(UseGlobalLevels) {/ If allowed to catch deposit increase/decrease percentage
Balans=AccountBalance();//Account balance
Free=AccountEquity();//Current amount of money in funds item


if ((Free-Balans)>=(Balans/100*Global_TakeProfit)) {

if(DeleteOtlozh){DeleteAllOtlozh_b();}
if(ryn_CloseAll_Profit){CloseAll_b(DeleteOtlozh,Proskalz);}
if(UseAlert){
Alert("Deposit increased by ",Global_TakeProfit," percent. Total Profit = ",Free);
}
}
if ((Balans-Free)>=(Balans/100*Global_StopLoss)) {

if(DeleteOtlozh){DeleteAllOtlozh_b();}
if(ryn_CloseAll_Loss){CloseAll_b(DeleteOtlozh,Proskalz);}
if(UseAlert){
Alert("Deposit reduced by ",Global_StopLoss," percent. Total Stop Loss = ",Free);
}

}
}
//============================================================================================

 
can write an EA:

so given:
10 EMA
25 EMA
50 EMA
5 decimal places
SL 300
TP 1000
TS 250

strategy:

if 10 EMA crosses up 25 and 50 EMA buy
if 10 EMA crosses down 25 and 50 EMA sell

addition:
to work on any currency and both long and short up to 10 deals.
 
And if you can after you do it, post it here and let people use it if they like it! I'm sick of sitting at the computer all the time =)))
 
is the offer to write a free advisor still on the table? if so, please reply to renat1111@mail.ru
 

If your offer is still relevant,

then you could write me a martingale advisor.

Two, to be exact.

I tried it on demo.

I hope i have set the goal correctly.

Trading system on the principle of martingale.

1)))))))

Open two orders with a minimum lot on the bay and on the sell.

In both orders, set sl. 5 points and tp. 10 pips.

If the order is closed on sl., we immediately open an order in the same direction, but the lot is increased by 1.5 times.

We set sl. 5 point and tp. 10 pips.

If the order is closing over tp, then set an order in the same side with minimal lot and the same sl. andtp.

2))))))

Open a sell order.

Set sl. 5 points and tp. 10 pips.

If the order is closed on sl., we immediately open an order in the opposite direction , but lot increase 1.5 times.

We set sl. 5 points and tp. 10 pips.

If the order is closed on tp, then set an order in the same direction with the minimum lot and the same sl. and tp.

 
saxalik:

If your offer is still valid,

then you could write me a martingale advisor.

Two, to be exact.


If you spam, you will be banned.
Reason: