Hello guys, I'm new in MQL4, so I have a question. I hope you can help me I need to record the Highest and the Lowest between 11:00 AM and 12:00 am - 5 min chart. I need this price to use it later, so i need it static (Not 1 period back for example) Thank you in advance. Regards
[Deleted]
Hi all, i need help on how to generate signals for my EA from Heiken Ashi indicator, i need the instruction that will give the value of the Heiken candle in both the upward direction and downward direction. any help will be highly appreciated.
Good evening to everyone, I'm desperate. I need to take the color of the candle (heikin ashi), how can I do? Thank you in advance
Hi, I got a stack overflow problem running EA. The problem was traced to the portion of EA codes below: if (..............) ( Print Statement A bool OCcheck = OrderClose(OrderTicket(),OrderLots(),Bid,3,Magenta); // close position icount = 0;
Can indicator open and close orders ? Or only make Alerts is possible for the indicator ? ... should I use only expert advisor for orders management
Hello I Have Indicator That Calculate The Value Between 2 Moving Objects (Which Work Very Fine) The Problem is This Value Does Not Update until A Tick Comes In , So I Found And Indicator That Calls A TickByClick It Do The Trick but Unfortunately i Dont Have Its Code And I Cant Get It So I Try To
How to modify overlay chart from candle stick to line chart? It is quite difficult to see in candlestick? Can i convert the overlay chart to display line chart instead? Thanks //+------------------------------------------------------------------+//| OverLay...
Hello guys, I got a small problem. When I add an EA or Signal to the account and then sync it with the VPS everything goes fine, but the second time I'm trying to make any changes something called "Communicator -" show's up in the list and it won't allow me to sync it anymore. I know the DLL are not
Hi. I am working with strategy tester (for the first time) while the market is off, and I noticed market watch shows a fixed value (bid & ask & time) no matter what the strategy tester is showing. For example when stratey tester shows 1.44640, for GBPUSD (1M), Market Watch only shows 1.35495 (Bid)
Pessoal, boa tarde. Estou personalizando um indicador que já existe, usando icustom, quero adicionar seta na LTA e LTB. mas esta dando erro. "LINES"-função deve ter um corpo Não sei mais o que fazer, estou prestes a desistir. #property indicator_label1 "SALE" #property indicator_type1 DRAW_ARROW
Hi guys, i know this is a stupid question, but can u guys tell me which function i can use that. if i have the buy option below: if(iRSI(NULL,0,14,PRICE_CLOSE,10)>20 and rsi shift is 10, that means will open the buy order when the 10th rsi value(from left to right) is below 20. But if i want my EA
Greetings friends. I've been through the forum and can't find a percentile rank indicator for metatrader 4 (mql4) and I have no idea how to code it either since I'm new to mql4, I come from tradingview and there I have a rank indicator percentile in pine script, which is the tradingview programming
Dear everyone! I hope you are fine. I am writing an indicator that uses another one as resource, called "foobar.ex4". The calling indicator is named "FooBarScanner.ex4". #resource "\\Indicators\\FooBar.ex4" int OnCalculate(const int rates_total, const int prev_calculated...
Hey. I need people to rectify my code. I attach my file on message. It's stochastique and MA. I need to show value of stochastique and the MA on stochastic same as on picture on screenshot. Thank your for helping me please
Please i bought an MT4 indicator and it was loaded in my meta trader direct, after some weeks i began to pick some market lapses like requote and some other stuff in the broker that owns the MT4. So, i decided to move my equity to another broker but i can find where to move or copy the indicator to
[Deleted]
i wanted to make my indicator shows the parameter tab "apply to" option with the drop-down menu offering various ENUM_MA_METHOD including the previous or first indicator's data similar to attached. i've searched in the forum and still not finding the sample code that will enable me to do the above
I want to upload my ea end sell it , but when im compiling it i found this 43 warning , please help me return value of 'OrderSelect' should be checked : OrderSelect(g_pos_344, SELECT_BY_POS, MODE_TRADES);
Hi there, I would like to know if it is possible to run a script i have already made through a expert advisor and for it to not execute over and over but just once. If there is already a forum on this please point me in the direction Thanks everyone
Hi, How is it possible that a trade was not automatically closed even if the price exceeded the TP dash line? I've been using the platform for quite some time and I've never experienced something like this before. Here's my chart right after I entered the trade and my chart just now
HI i have this time filter and i want to close all trades when at the specified time but doesn't happen .... im doing something wrong .... the leaves the positions open .... i want all position close can someone help ? regards bool TimeFilter() { if (!UseTime) return ( true ); string
Hoping someone might explain in basic terminology, what it is you are actually giving metatrader permission to do, when you click on "allow DLL imports ". I checked the help topics and see plenty of references to DLL, but not the basic explanation I had hoped for thanks in advance
Hello, I'm trying to write indicator for drawing Hosoda Waves price targets ... it looks so simple but I can't do this. Does anyone has something like that? The main idea is: 1. A point: The trader click on the candle in the high/low wich is the "A point" (tip: the indicator automatically identify
Please help me add alerts to this holy grail indicator, <ex4 file deleted>
Hello everyone, someone have idea what is problem here? I am getting error 131 when I want EA to upload in the market, can someone help? can someone tell me what can I do? here is code: extern int Candle_size = 150 ; extern int MagicNumber = 999 ; extern string TradeComment = "" ; extern int
hi guys , i need to increase a char after that the bid price reach to some points (it dont do any thing when its 0 or 1) , but i defined it in global values and its equals to zero, but the problem is that i dont want it become 0 after i refresh the bot or change time frime. do u have any idea? how
[Deleted]
Hi, I would like to select in an EA the first order opened in the current symbol (not necessary opened with an EA) to collect some information (OrderOpenPrice, StopLoss...) but i have some difficulties to code it with the function orderselect. Does anyone know how to do it ? Thanks for your help....
Do you, and if so how often do you reboot your production-level systems? So far, I've rebooted my systems every night. However I reduced this to a weekly reboot 2 weeks ago and had no problems so far. I'd be interested in your experiences - thank you.
The documentation says that WindowHandle() "returns the system handle of the chart window." There may be multiple windows open on a given symbol and period. If we call WindowHandle() with the Symbol() and Period() of the chart that the currently executing code is associated with (CI, EA or Script)
Hello, My code below does not seem to work. I am trying to increase my lot size every time a new order is placed and incrementally increase it as more order are placed. input double Lotsize = 0.1 ; input double Increment = 0.1 ; double FinalLots = 0; for ( int i = 0 ; i < OrdersTotal (); i++) {
Hello! I've been looking for a good thread about how to get the best quality backtest, but I didn't find it. There is a blog or something like that where I can find it? I get tickdata from some website, and I have imported this data into MetaTrader 4, but I don't know why, I can't test with this...