Disliked{quote} Yeah, read it and I know OBJ_FIBO can not get prices. That is why I'm asking here because at the moment I only have OBJ version and out of thoughts.Ignored
Blindly following others will make you blind!
I will code your pivot EAs for no charge 28 replies
I will code your scalping EAs for no charge 163 replies
Oanda MT4 - Indicators and EAs not showing 2 replies
EAs and indicators relating to moutaki... 22 replies
InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply
Disliked{quote} Yeah, read it and I know OBJ_FIBO can not get prices. That is why I'm asking here because at the moment I only have OBJ version and out of thoughts.Ignored
Disliked{quote} From the mql5 thread: You can't. You get the price of the 0% level, you get the price of the 100% level and when you want the price of the 27.45% level you calculate it using the prices from the 0% and 100% levels.Ignored
Disliked{quote} As I wrote - I tried fibo formula. Example: fibo_0236 = NormalizeDouble(high - (high-low) * 0.236/100.0),Digits()); But in this way fibo 23.6 level is not the same as it is with using OBJ_FIBO and I don't understand how obj_fibo calculates fibo levels differently than fibo formula.Ignored
Disliked{quote} Bro, please read my previous post, it's stated there how you do itIgnored
Disliked{quote}...a TP MACD EA that closses anytrade anytime the macd(12,100,10000) bar changes in direction. but i need it to only trigger close the trade only when the market has gone minimum of 10 pips...Ignored
Disliked{quote} This is exactly what I'm doing. Yesterday high is 100%, low 0% and then I use fibo formula.Ignored
DoubleToString(LowPrice + (HighPrice-LowPrice)*0.236,_Digits) DoubleToString(LowPrice + ((HighPrice-LowPrice)/100)*23.6,_Digits)
Disliked{quote} Se eu deixá-lo funcionando por 1 minuto por um tempo, não vejo nenhum problema, a foto carrega o indicador onde estava a vline azul e sai por cerca de uma hora.{imagem } O arquivo anexo irá imprimir/foto abaixo, os valores importantes em cada nova vela, onde você vê uma vela onde deveria estar um sinal, tire uma foto do tempo da vela e a impressão desse tempo da vela. {imagem} {arquivo}Ignored
Disliked{quote} I haven't tried it using mql5 but this is the way I do it using mql4 so perhaps try either of these and see if it gives the correct values. DoubleToString(LowPrice + (HighPrice-LowPrice)*0.236,_Digits) DoubleToString(LowPrice + ((HighPrice-LowPrice)/100)*23.6,_Digits)Ignored
DislikedHey guys, have a little question here. So basically I have an EA that enters a trade immediately after two previous candle bars are the same color. For example, buy trade if there are two green candles, it opens right after the second candle end, here are some basic code: if( Close[1]>Open[1] && Close[2]>Open[2]){ tradetype= OP_BUY; } if(tradetype== OP_BUY){ priceenter = Ask;} OrderSend(Symbol(), tradetype,Lot,priceenter ,20,SL,0,NULL,0,0,clrNONE}; However, due to the high spread when the news came out, I usually got a big slippage in price. To...Ignored
Disliked{file}Please kindly make mtf of this and so it shows the pip count from last fractal x pips away.Ignored