MQL4 and MetaTrader 4 - page 1351

[Deleted]
  indicator doesn't show arrows  (25   1 2 3)
Hello I am writing my first indicator and I want to show buy and sell signals with arrows. But somehow it doesn't work, is there anybody who can help me? In this part of code I make a average of the Buffer0. When the direction of the Indicator changes, I want it to give a signal, but it doesn't work...
[Deleted]
IGTFX technical analysis USD PLN and AUD NZD The USD dropped for a second day versus the EUR as the most trades increased their bets that the Federal Reserve will keep its target interest rate near zero to sustain a recovery in the world`s biggest economy. IGTFX indoor The EUR rose to 1.3645....
[Deleted]
I'm working on creating a free service for traders in which I can write proven manual systems into an automatic EA for people. I have all the experience I need to write an EA just about as complicated as you could ask, however I am missing the knowledge to actually finish this project . I have a
hi For set one exact Stoploss /TrailingStop /Or TakeProfit / which of the following method is better : - ATR Indicator - Fractal Indicator - SAR Indicator -Other please explain about use selected method and if you have any exact reference send for me . by
Hello everybody,a month ago i find a very useful indicator - Fibonacci Calculator .I still have a good profit whit him.Also i wonder could i change this indicator to become expert advisor.Unfortunately i haven't any experience with MQL4 coding.Could anybody help me to make this advisor
Less than two weeks to go and the safest trader (Aleksandr Mikhailovich Gerchik) 2006 http://www.stockportal.ru/forum/index.php?showtopic=10466 will arrive in Ukraine
[Deleted]
Hello everybody?                                                                                             I need  EMA indy with angle view....
What DLL file should I import in order to use this function properly on MT4 build 225 (and newer) I would like hear Ask price if trend line will be broken. For example: SpeechText("Price " + DoubleToStr(Ask)); But it can not be compiled under my Meta Trader platform. But why ?
[Deleted]
  Gnu R stats  (1)
Has anybody here managed to call the R stats engine as an external dll from mql code before? From what I can find it should be fairly straight forward to call from the COM objects but I was just wondering if anyone had done it already. cheers, Aaron.
Hi, In the past few days my excel spreadsheets have been returning errors for all JPY instruments. I am getting N/A for =MT4|BID!AUDJPY. For the others eg =MT4|BID!USDJPY, I get #REF! I cannot figure out why this has suddenly started happening (I have run this sheet everyday for months). Yesterday,...
[Deleted]
I was wondering if it is possible to use the size of the MT4 chart as an indicator. Is there some way to grab the chart size in mql4? Thanks in advance!
[Deleted]
I have a simple code, which I know isn't technically correct, but still I would like to know why exactly this happens... Below i've used the Bid price. Basically the error is that it doesn't open Long positions, probably because it tries to get it at the wrong price (Should use Ask instead) But! As...
  Quick Fix ???  (2)
I'm trying to write data to a file but it keeps writing it over the old data, i'm using the file seek function but it doesn't seem to like me, is their something small i'm doing wrong? int start() { if(Hour() == 17 && hit == true) { handle=FileOpen("test_2", FILE_CSV|FILE_WRITE,';');...
[Deleted]
WHERE ARE YOU GUYS???? NEED A STRATEGIE CODER PLEASE NO SCAMS!!!!! PLEASE EMAIL TO fukojuma@gmail.com THANK YOU AHEAD...
[Deleted]
hi, i would like to ask is there any crossover indicator with alert which i can apply 2 SMA (1 apply to close, and the other apply to open) for example, i apply 2 same period SMA on the chart, the 1st apply to close, and the 2nd apply to open
[Deleted]
  nvm  (2)
nvm
Hello, I need Zigzag with data export function. I want to export Highs and Lows with time stamp for furher analysis. If you saw such Zigzag, could you write a link ? Thanks, Edward
[Deleted]
Someone known way to automate metatrader multiterminal? Thk
[Deleted]
  Spectrometr refinement  (69   1 2 3 4 5 6 7)
Good day experts and not only. Guys, help a blonde :) girl with writing a very simple indicator, I attach the picture, I really need
[Deleted]
IGTFX technical analysis: The EUR could increase to 0.9064 versus the GBP. The GBP weakened for a sixth day versus the USD on concern that political uncertainties will hamper efforts to reduce the U.K. financial debt situation. The USD rose to 1.4928. Furthermore against all off its other most...
[Deleted]
My first AE that uses a simple RSI trigger. When the RSI value is more than a certain level it wil either buy or sell. The buy or sell part is working - actually it is working to well. I need the AE to enter only once on a sell and the next must be a buy and visa versa. The problem is the AE keeps...
hello please hlp me. If i use one strategy in 15M timeframe and use ATR for set StopLoss in this strategy use ATR for StopLoss must be in 15M TimeFrame or must in on the base of Daily timeframe ? remark: when i use my strategy in 15M timeframe and calculate stoploss on the base of ATR in Daily...
[Deleted]
dear traders, first of all i would like to thank you all for replying so soon. I just have a final few questions before I begin my mql4 journey. now, many programers have given slightly different answers to 'best place to begin learning', so I am going to list them from 1-7, I...
[Deleted]
dear MT4 traders, just a couple of things I need to understand, would you mind to ellaborate?? 1) mql4 isnt able to accept inputs from keyboard, you need that as a beginner.?? 2) MQL4 is a subset of C. 3) if you really want to learn programming then learn a different...
New article The Order of Object Creation and Destruction in MQL5 is publicshed at mql5.com: Every object, whether it is a custom object, a dynamic array or anarray of objects, is created and deleted in MQL5-program in itsparticular way. Often, some objects are part of other objects, and theorder of...
[Deleted]
dear mt4 traders, I was just wondering if anyone from this forum has downloaded an EA from code base and have successfully been making money (real money, not demo) trading live with it for at least three months??? Billy
Hello, What would be the best way to code an alert as follow : After 3 RED bars if a BLUE Bar appears : Alert After 3 BLUE bars if a RED Bar appears : Alert Knowing that BLUE bars are "buffer0" and RED bars are "buffer1" My main difficulty is that the colored bars are not following each other,...
[Deleted]
Hello, I am having this necessity to occasionally modify history files from my code (scripts or native windows app) and have been doing so successfully. MT4 seems to have no problems using these modified files with demo and live accounts and it displays the modified information on charts without
-
Hello, I tried to use import wininet.dll to import informations from a webstite for my EA, How to use it ? Specially with the internetOpenUrlA function?
Is there anyway to run an EA other than the stratagey tester while the market is closed to do test runs or code that I write?