Hello, I have browsed the website and I see a lot of posts to explain how is it possible to send message when conditions of custom indicator (.mq4) are executed but my problem is a little bit more difficult : I can ' t modify the indicator because is crypted with format .exe I have found on option...
Why, after all this time, are we still stuck with the same 3 chart types? How come there has not even been the addition of a "High Low Close" bar without the open? Also, why is there no satisfactory way of programming HLC bars? Thanks.
Hi i'm a newbie here. i'd like to know how i can go back to a particular past time point (e.g. Jan 07 2009) quickly. it takes too long by dragging the chart manually .. thank you.
Hi, I used following code/idea to apply 1 trade/day. last 20days it was worked. but since today not working. may be my logic will be wrong. I assign the int value 0 to nday and process orders if nday!=Day() once prcess done i change the value for nday=Day() is this ok. but not working now. { if...
[Deleted]
Hello everybody. i'm new in the world of forex. i get the renko indicator somewhere in this forum. i love to use it. i need somebody help to do some motification on the code so that the indicator can draw a line follow the box size in the indicator window, as in the screen shot i attached. The 3...
Hi I'm new in MQ4 and I want to know if I could use the EA for every time even when the internet is disconnected or PC is Off or not? if the answer is not then how could I able to use it for all the time without excising of a all-time PC?
When drew trend line by --> ObjectCreate("Trendline",OBJ_TREND,0,Time1,Price1,Time2,Price2) . How to read price at time 3 ? thank you
New article Simple Methods of Forecasting Directions of the Japanese Candlesticks has been published: Knowing the direction of the price movement is sufficient for getting positive results from trading operations. Some information on the possible direction of the price can be obtained from the...
Op = iOpen(NULL,1440,1); Cl = iClose(NULL,1440,1); Hg = iHigh(NULL,1440,1); Lw = iLow(NULL,1440,1); Bd = MathAbs(Op-Cl); Ush = Cl>=Op&&Hg-Cl&&Hg-Op; Lsh = Cl>=Op&&Op-Lw&&Cl-Lw; Ma=iMA(NULL,1440,8,0,MODE_EMA,PRICE_CLOSE,1); Please is anything wrong in this? Op = open price; Cl = close...
Hi i have a few quick questions : 1) If i want to apply the icustom to a specific timeframe in this case 5 min, should i put : 5 or PERIOD_M5 2) If i want to add an icustom indicator then if the if i want to use the default values of that indicator can i put in every slot: "default"...
ok, it's so weird! I'm building an intra-day trading forex strategy. It's calculating the difference between the day high and the day low rates and trades on if this difference it 60-80 pips. In order to check if we're between 60 to 80 pips, I use this code line: if (len>=0.0060 && len<=0.0080)....
Hi Is there any code(function) to put order right after the new candlestick opened? Also the function which returns opening and closing price of a candle?
How can J save a profile, so as to be it used in another platform MT4? Actually J can't see any chart in "Profiles" folder at program files.
Hi: Does anybody know if there is a way to remove an active EA/INDICATOR programmatically(using MQL4 code), rather than manually(going to the EA/INDICATOR properties and removing it)? Any responses will be appreciated
When I compile inside metatrader, metatrader reloads expert or indicator. If I do so by command line with metalang, is there a way to notify metatrader to reload expert or indicator the same way ?
I can't see any function for int ?
Can anyone help me what is the complete metric for Heiken Ashi color change? I feel i am wrong with following rules: If the haClose is above haOpen, then a bullish sign occurs (white candle). If haClose is below haOpen, then a bearish sign appears (black candle). I tried searching here and google....
Hello, I have been looking through signals for about a week and it seems like all of the live ones are using non-us brokers. It looks like any broker I can use as a US resident has high slippage. Is there something I can do to find signals that are on brokers in the USA or with lower slippage? Thank...
Hi, I am beginner in forex trading and I am using platform metatrader 4 for the first time. I need help with orders in demo account. I want invest 1.000 EUR with leverage 1:100. When I calculated balance will be 100.000 EUR, and Margin will be 1000 EUR. MetaTrader 4 doesn't calculate like this...
Bid ERROR .... When I try to run my EA, the tester shows the "trade panel" and the actual Bid price, in real market...not the bid correspondihg to the EA time...it happpen with the Bid value when I try to use it in the EA.Is it ppossible to disable the panel?...How can I get the Bid value?....can...
Some peoples say"there's nothing like trend,its all noise". After reading this article:https://www.mql5.com/en/articles/1530,,once again i can assume that the market is random. BTW,i've already developed a 100% mechanical renko strategy & did a moderate forward test: #No.of trades=400...
I've imported external data into several markets such as EURGBP, XAGUSD, EuroStoxx50 and so on.The backtest at some point without any error-message it just finishes. Does anyone know this problem and knows how deal with it?
Hi, the basic question is how long does an indicator live with all its arrays and buffers and is it updated by each tick when called only once? My objective: I want to get a long-term average and want to 'offer' this value other EA by using GlobalVariables. The normal call of this indicator is only...
Hi - Looking for some good tactics to preventing whipsaw. 1.) Are there any good methods to employ to lengthen the period for an indicator based on average range, etc.? 2.) Should an indicator lengthen the period based on a profitable trade already in progress? 3.) Are there common indicators in...
[Deleted]
Rgd: How do I do a code to ensure my position is at least 30 pips gap bool validGap; validGap = false; I want to write a code to run to check if Symbol() got open position, it will check all the current running position of Symbol() then check if there are at least 30 pips away from ALL the position
This is a new Ea using zerolag macd, oma rsi qqe, and an indicator I'm calling directional normalized juice(just normalized deviation in histo form like the old juice indicator) before adding juice was calling it ZLMACDQQE but since adding juice its now Concentrated. As ZLMACDQQE the Ea did so so...
[Deleted]
Please, who can tell me how i can convert a custom indicator into an expert advisor ?
Made a model of the state space and by not making a prediction one step ahead. Laying out the chart. The black one is eurusd and the red one is the one step forward forecast. You can see from the chart that there is a one-step forecast. It was obtained on the previous 48 bars H1. The previous

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.