I have succeed in adding more conditions for the pattern recognition master but it gives no signal i need help please.
Hello guys, i have this problem, i would memory in to array this file set (but only the default value for all variable): StopLoss_MR=20.00000000 StopLoss_MR,F=1 StopLoss_MR,1=20.00000000 StopLoss_MR,2=1.00000000 StopLoss_MR,3=25.00000000 StartHour_MR=1 StartHour_MR,F=0 StartHour_MR,1=1 StartHour_MR...
I draw daily lines an a chart for pivot and resistance points with values taken from livecharts website. What I then do is draw lines at round numbers, for example the last column here is WTI so i draw 7 lines at the specified values. R3113.321,793.434.582993.753.14982.969995.06R2112.691,788.334...
[Deleted]
I need to get the milliseconds() to use like as function seconds() Who can help me? I did not write much because I think I was thoroughly
Every time I try to save a set file in the Strategy Tester screen MT4 it is crashing. It happens when I click on the save-button and the Save As-screen opens it's crashing after a couple of seconds. I have reinstalled version 432 and installed version 438 but it's happening in both versions. Anyone...
Hi, Please show your indicator setup image. Let people view who setup is best.
Normally this is just a syntax error, but i cant find any missing brackets or end of line stuff.. help? the 2 errors: '!=' - left parenthesis expected (52, 13) ';' - left parenthesis expected (54, 21) the code : int hours[];int weeks[];int months[];double lastTick = 0;int hourCount = 0;int...
in both graphs, contains the same indicator configured M30. but in the first graph (M30) has a value and the second (M1) is another. does anyone know why?
[Deleted]
How do we compile an EA and run the compiled copy only?
[Deleted]
Hi function to check if there is a market trend - based on the intersection of the long and short moving average: int IsAnyTrend(){double LongMa1, LongMa2, ShortMa1, ShortMa2;LongMa1=iMA(NULL,0,LongMovingPeriod,0,MODE_EMA,PRICE_CLOSE,1);ShortMa1=iMA(NULL,0,ShortMovingPeriod,0,MODE_EMA,PRICE_CLOSE...
Back in MetaTrader 3, it was noted that it was useless to use a strategy on a real account that made a profit when tested in the strategy tester. In those days the only solution was to test in real time. It was a little help to use the M1 period version of the Expert Advisor. In the new MetaTrader 4
Hi, all: Seen the articles about the effective smoothing algorithm, and i learn the usage of Jurik algorithm..... after download the NKlibrary file, I have managed to apply the J2JMA,JJurX and so on... But, when I apply the JJRSX indicator to my chart, the indicator show no value.... below is the...
My name Jamal and I am new in this forum so I 'm pleased to meet all people and exchange idea about FOREX Trading. Thank you for all
[Deleted]
Hi, I would like to add an extra criterea into my EA's buy/sell logic, currently I am using; double signalup=iCustom(Symbol(),0,"YangTraderMain",1,1);double signaldown=iCustom(Symbol(),0,"YangTraderMain",2,1); & if (signalup!=EMPTY_VALUE&&signalup!=0) { Order = SIGNAL_BUY; } if...
how much is mt4 max open teicket who know,thank you very much not maxlot, is max ticket, examp 80 ticket or 100 ticket
//仓平空的时候,删除所有挂单止损完以后平掉所有挂单开 始 int chidan=0; int guadan=0; int chicangshu[10000]; int guacangshu[10000]; int zuidasuocangshu2=getzuidasuocangshu(); if(OrdersTotal()>0) { for(i=0;i<=zuidasuocangshu2;i++) { chicangshu[i]=0;...
[Deleted]
Pairs:Any Time frame: 1M only INDICATORS: heiken ashi, ema 5,10,20,30,40,50,60,70,80,90,100 (blue), envelopes ma method ema period 5 deviation 0.05 (green,red), envelopes ma method ema period 10 deviation 0.05 (green,red), envelopes ma method ema period 20 deviation 0.05...
[Deleted]
ICHIMOKU PSAR STRATEGY Time frame :1M or more Pair :major Indicators: ichimoku 9,26,52, heiken ashi,parabolic sar 0.02,0.2. SHORT OR LONG POSITION : WHEN cross red line to blue line then entry AND EXIT when price cut psar or change heiken ashi color . avoid...
[Deleted]
Hi, I'm writing a script scanning all the market (symbols and timeframes). The script creates a new chart for each "opportunity" I find (based on a logic I created). So far I managed to do (thanks to the information I gathered in this forum of win API functions :)). Now I need to draw trend lines on...
It is a well known fact that most people loose money trading, usually it is only a matter of time. If it weren’t true the trains and buses would be empty at 8 am, nobody would go to work anymore. A fundamental reason why it is so difficult to trade successfully is that the market is extremely...
New article Trade Operations in MQL5 - It's Easy is published at mql5.com: Almost all traders come to market to make money but some traders also enjoy the process itself. However, it is not only manual trading that can provide you with an exciting experience. Automated trading systems development...
[Deleted]
Hi, Can anyone suggest a good COT Report Indicator? I've looked but the only I can find is quite old and some of the comments are not encouraging. Thanks for any help.
[Deleted]
Usage that code martingale which for multiplying a lot starting with a loss so forth till the MaxLotsAllowed double CalculateLotSize(){ //Calculate Martingale lot size if (!UseMartingale) return(Lot); //Find most recent trade if (OrdersHistoryTotal() == 0) return(Lot); double...
[Deleted]
how can i identify when i'm logged off? putting the IsConnected() on start will not work cause when i'm logged off start is not happening
[Deleted]
I tried creating a 2 line cross EA using a custom indicator (Triple EMA or DEMA) crossing an EMA, but it does not make trades; however, the EA compiles just fine. If someone could review the coding below and help me out, I would really appreciate it. Thanks. EA:...
Hi i want to download specific range of history for mt4 an example just the 15.08.2012 as 1 min instead of whole history then i can export the file as cvs from mt4 to excel how to do this ? will i always have to do everything startover to end thanks best regards
I want to write a function, which do: It must watch all pending or open orders in the chart, and if it is one of all orderSymbol which match a symbol in the chart, then nothing happens. If all OrderSymbols don't match symbol in the chart, then do other function. This is my code, but it doesn't do...
If you have a good command of English and a desire to improve your skills in artificial intelligence and machine learning. AI -- http://www.ai-class.com/ IO -- http://www.ml-class.org/course/auth/index AI lectures include data mining if anything. Really don't know at what level. MO is more into
[Deleted]
I want know how apply this indicator JJN-Nugget on my metatrader 4 platform.Please help me out.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
If you do not have an account, please register
Allow the use of cookies to log in to the MQL5.com website.
Please enable the necessary setting in your browser, otherwise you will not be able to log in.