General - page 1424

The Dodd-Frank Act, the financial reform measures that Congress passed in the summer of 2010, (or more aptly name The Frankly-Do-nothing Act) called for the majority of the $600 trillion derivative market, including credit default swaps, to be traded on exchanges and for transactions to go through...
Is there any way to calculate Fibonacci time zones using a function?
Hello, is the source code of the predefined technical indicators (https://www.mql5.com/en/docs/indicators) available somewhere? Dobrek
  0th bar  (5)
Hi all, I have found this forum very helpful with my last question - so here's another. What exactly happens during the 0th bar? I'm writing a SAR EA and I want to know whether I can safely use the 0th bar to make trading criteria. Question: Specifically for SAR, does it flip flop back and forth...
NFA just charged FXDD with myriad accounts of alleged violations of its rules. Details are below. To the best of our knowledge several more firms are on NFA’s radar and have been heavily audited in the past year. This is a result of the audit NFA announced back in January 2010 which then lead to...
Dear community, I would be very grateful if somebody could help me with the position of the label. I would like to create some labels at the end of the indicator lines like on the picture below. The labels should move to right, if we get new candles. I try to solve the problem with the...
I am creating a panel indicator which uses the "CheckGroup" class. My question is; in the "SimplePanel" indicator when the "OnChangeCheckGroup" function is called, how can i determine which of the boxes are checked using the value given by the check group value function? Any help is greatly...
While trying to realize factories within Structs I came across something that's possibly a Bug. It compiles fine, but a static Method seems to return the wrong thing... simplified example: struct Info{ double a; double b; double c;   Info() : a(1.1), b(2.2),...
Here some tests results and below details: Code used: // chart symbol is GBPUSD// ETimeFrame is PERIOD_H1// LCrtTime is a datetimevoid OnTick(){ CopyTime(Symbol(),ETimeFrame,0,1,LCkSigTime); LCrtTime = LCkSigTime[0];          datetime...
how abouts do I go about getting money into my account and go from demo acct to live account?
More than a month has passed since the start of the registration for the Automated Trading Championship 2012, and we already have about 1000 applicants. This figure significantly exceeds the last year one, as we got about 700 applicants for the first month in 2011. Two and a half months have left...
Hi, is MetaTrader sending/connecting any data to MetaQuotes, its programmers? Or are your EAs codes available for your broker while trading with MetaTrader? Kind Regards
Hi all, I have looked online and as far as I can tell, this topic has not been very thoroughly addressed. Perhaps this post may be of help to others besides myself. From my current understanding, the EA only knows price data starting from the instant it is attached to the chart. So, if I'm working...
I find the OHLC prices in MQL4 are different from MQL5 at the same time? For example: Which prices are ture in fact? Thank for any help in advance.
  MQL4.Com OffLine  (2)
Service Unavailable HTTP Error 503. The service is unavailable. A victim of the DNS hijacker ?
Should we not do our children the convenience of teaching them computer language as do we 1, 2, 3,...?
Dear all, i've been searching for a broker offering PAMM account compatible with the MT5 platform, but could not find any (all MT4 based). Do you know any broker offering such account ? or which one would be the first and when ? best regards, nicolaswr
[Deleted]
can anyone please tell me if this indicator repaints? if repainting this indicator,maybe the best Guru-programmer may be will help you if it is true really to change some functions in the code. I have one likes this. Many thanks in advance for your time and help!
The Publisher stops functioning after some time. Can this be put in a function or method in code? So you can called SendReport() or PublishReport() in future MT5 version?
Hi was wondering, could a GUI associated with a dll raise an event that will cause a Metatrader script to call a dll routine to get data or input that the GUI has collected from a user? thanks, MilfordT
Is there any way to cause a script to run when a particular function key is pressed like F9?  thanks in advance 
Hi, Im working on my frist Expert , based in the CExpertSignal . Im trying to access data from the MACD Indocator, that is located in "Examples\\MACD.ex5". The OnInit() method of MACD.mq5 in "Indicators\\Examples" says: //--- indicator buffers mapping SetIndexBuffer ( 0 ,ExtMacdBuffer
I experience the following behavior in MT5: 1. When an object is created it receives automatically set Name and Tooltip values. 2. After an object Tooltip value is changed via ObjectSetString(), the Tooltip value it remains the changed until MT5 Terminal is restarted. 3. On Terminal restart, the...
Hi, How can I get a list and details about their positions already closed? Thanks
Although I get tired of all the bogus signal vendors, "proprietary indicators", and useless trading methods there are a few out there that actually make sense to me. How to Identify Real Forex Pivot Points: Market Turns For Entry Signals That Get Results - YouTube I watched this video and i just...
  Hi there  (1)
Weird! Regulators to classify gold as a zero risk asset while some experts expect that Gold is near a long term top and the super wealthy who own lots of gold are liquidating. Breaking News: Regulators to Classify Gold as Zero-Risk Asset | John Butler | FINANCIAL SENSE
Hi everybody. I am using these three Indicators. Will somebody help me to code the current price values with the signals as I have shown in the Chart. Is it possible to do so. Three Indicators are: 1) forextrend 2) stochastic 3) Fisher_yuryik Thanks in advance Regards
Dear, How can this be possible, as I understood MT5 will automatically download history data if needed. Prior, I setup the Max Bar in Tools-->Option to Unlimited...
That is, in other words, this: void OnTick { Print( (datetime)SeriesInfoInteger( Symbol(), PERIOD_CURRENT, SERIES_LASTBAR_DATE ) );} normally returns the proper server time for the last bar for the current period whichever it is; however it randomly returns "1970.01.01 00:00:00" for no apparent...
Hi there, in MT4 I have this technical indicator: double iATR( string symbol, int timeframe, int period, int shift) Parameters: symbol - Symbol the data of which should be used to calculate indicator. NULL means the current symbol. timeframe - Timeframe. It can be any of Timeframe...