• Welcome back! Thank you for being a part of this Traders Community. Let's discuss and share :)
    Selamat datang kembali! Trimakasih telah menjadi bagian dari Komunitas Trader ini. Mari berdiskusi dan berbagi :)

Suggestion I will make a Free EA with your Indicator

ALGUMA ALMA CARIDOSA PODE FAZER UM EA COM ESSE INDICADOR COM OPCOES DE FECHAMENTO NO SINAL OPOSTO E COM GERENCIAMENTO DE DINHEIRO E COM A OPCAO DE CONFIGURAR O INDICADOR COM AS NOSSAS OPCOES
 

Attachments

[QUOTE = "Ahmad Khan, post: 379459, membro: 36101"] Olá, se você está negociando manualmente, pode usar o Tanaka Trade Master, que possui todas as opções necessárias para qualquer negociação manual. Todos os tipos de cestos e outras opções de fechamento.

[ATTACH = cheio] 110218 [/ ATTACH]

[ATTACH = cheio] 110219 [/ ATTACH]
[/ QUOTE]

LGUMA ALMA CARIDOSA PODE FAZER UM EA COM ESSE INDICADOR COM OPCOES DE FECHAMENTO NO SINAL OPOSTO E COM GERENCIAMENTO DE DINHEIRO E COM A OPCAO DE CONFIGURAR O INDICADOR COM AS NOSSAS OPCOES
 

Attachments

Please make EA from this indicator.

The rule is simple, open position at the next candle when the arrow appear.
Also close previous opposite position.

Thank you in advance.
 

Attachments

Dear Friends. I'm using MT4 script to change TP
Any one can write this code for MT5?
int start()
{
int digits = MarketInfo(Symbol(),MODE_DIGITS);
double value = NormalizeDouble(WindowPriceOnDropped(),digits);
for(int i=OrdersTotal()-1;i>=0;i--)
{
if(!OrderSelect(i,SELECT_BY_POS,MODE_TRADES))
continue;
if(OrderSymbol()!=Symbol())
continue;

RefreshRates();

if(((OrderType()==OP_BUY) || OrderType()==OP_BUYSTOP) || (OrderType()==OP_BUYLIMIT))
//if(value>Bid)
OrderModify(OrderTicket(),OrderOpenPrice(),OrderStopLoss(), value,OrderExpiration(),CLR_NONE);
}
return(0);
}

Kind Regards
 
People trying to sell things in this section should be banned. They keep doing... It's so annoying.
It's like invading space and definitely should be punished.
In each post we have a goal, on this one in particularly is find out an indicator that might be adapted to a profitable EA.
So let's focus on it!
 
[QUOTE = "t3rm70hdh6, post: 450558, membro: 103487"] Aqui está! : suando:: suando::*:*[/CITAR]

Obrigado! Parece muito bom. O stoploss não funciona
emoticon-0107-sweating.gif
.Poderia verificar, por favor? Obrigado!
 
Good Day for everyone. I would like to know if there is any way to create a robot that would close all orders that were open when the account had a total profit of 30% (or some adjusted percentage). Can anyone tell me if it's possible? :rolleyes::rolleyes::rolleyes::rolleyes::rolleyes:
 
Mr. Tanaka made really nice EA's , to bad he is not doing it any more, as replacement hasn't shown up yet. I guess he got tired, so he deserves big tnx's.
There are couple of nice EA's where one can replace indicators and change settings in very EA, so even if there is no mq file, settings could be still changed.
One of them is EA_super_trend , both indicators could be replaced, though super trend is one of the better trend indicators out there, as long as you find right one, the other indicator VSD, is not so good, that one definetlly needs replacement, would be nice option to have opposite close for second indy ( not VSD-there are a lot's of decent indicators out there) :
https://soehoe.id/i-will-make-a-free-ea-with-your-indicator.t9801/page-121

Second EA is EA_GoodArrowIndicator, where goodarrow can be replaced, and with use of ma trend could be very good :
https://soehoe.id/i-will-make-a-free-ea-with-your-indicator.t9801/page-621
 
here is indy VSD (it's actually beast) plus set for EA Super trend, set is for usdjpy-5min. See if any body get another good set. I use different super trend than one posted on original page. It would be nice if we could have opposite close as option on that EA.

EA Goodarrow, I replaced indy with better one, using ma as main support, super trend would be better.

If any body on this board is willing to put together EA , I will donate very good super trend and work to get good settings . Either indy would be good, goodarrow or beast (VSD), which ever one is easier to work with.

I've been running both EA's on live account for 24 hours, result's are not bad, just not sure which result is from which EA.
 

Attachments

Back
Top