Hello !!! Here, are some information about this.. https://docs.mql4.com/constants/arrows But, where I can find more arrow codes ( with a picture ) ??? //---- drawing settings SetIndexArrow(0, 234); SetIndexArrow(1, 233); Really thanks for the information.. ( Sorry if it´s a silly question )...
Hi, I have the possibility to get backtest data. What data's do I need for the best "true" result? Tickdata or Minute-Data or ALL Timeframes?? Bid AND Ask and of course Open, High, Low, Close Or is there a better system to do backtests f.e. ninja trader, ...
Good day to all! I am dealing with prognosticating algorithms for a long time and have achieved some results. Of course there were ups and downs too. The more I do this business the more I get the idea that any forecasting is doomed... I would like to hear the opinion of forum members on this
[Deleted]
hi i want to send order buy or sell when new bar is appear. But i don't want to use function minute() to check. Right know i check new bars with function Minute() == 0 then i send order, but last time i don't have any transaction in 0 minute and my order was not send. Any idea ?
[Deleted]
Any one have idea about how i can get the value from the carve i am just use the NLR_MIX indicator and its attached below and want to build my own EA i want the value of colse buy warring, colse sell warring,F1_1,F2_2,WRC
Good afternoon, I have been looking around for some time without success. Can I paint all space between two lines with a color? Take the following chart: I would like to "paint" all the space between the upper and the lower line of one color -depending of the trend-. Is it possible? Thanks a lot!
[Deleted]
I have my takeprofit for my last two orders set at 1.03694.y 4:00 am that price reaches that target. Why did I get stopped out at 6:55 given that I reached the take profit first
This script may or may not be of interest to anybody directly, but it does also show by example how to read the keyboard, which may increase its usefulness. Be warned that reading keys like this will take key presses that "belong to anyone". In other words if the key is pressed for any reason the...
[Deleted]
Hi, In the pictures for the MT4 iphone app I see that you can have more than one 'Indicator Window' under the 'Main window'. When I downloaded the app I only had one Indicator Window under the Main window. How do you add more?
[Deleted]
I searched through google for how to set stoploss and takeprofit on an ecn broker. I tried all the examples what could be wrong with my code? I actually initialized my active open orders ticket number to my variables so that it would work but to no avail on MBtrading bull.trade = true; Bear...
[Deleted]
Dear Sir , In some of the EA , I found a different approach to broker 5 and not 5 digits , for example the following code segment : int digits = MarketInfo ( " EURUSD " , MODE_DIGITS ) ; if ( digits == 5) { int StopMultd = 10; } else { StopMultd = 1; } int Slippage = Slip * StopMultd ; My question
Hi, can I add a note to my chart, and when I do, it leaves a small symbol on the chart to remind me I have a note, perhaps double click on the icon/symbol to read the note does anything like this exist ? the Text thingy is hopless, one line most of the time isn't enough. Thanx gary
My broker recently issued build 226 for MT4 and it is constantly crashing now. I'm removing all of them and going back to Build 225, but it keeps wanting to Auto Update it to build 226. Is there anyway to disable this
[Deleted]
Is it possible to compile EA automatically? That is, is there any command or function that you could use in your expert EA to compile as you require without any input from you? I need my EA to initialize if it meets certain conditions and it seems the only way for it to happen is through compiling...
I want to this robot,if any one have this real verson or for buing any web side pls emai me syfur_all@yahoo.com
Can anybody tell me if is possible to have a code to work like below: When a working order is closed at SL, the code has to open a new market order, DOUBLE amount of just closed order, in the OPPOSITE direction than just closed order (if closed order was BUY than open a SELL and vice versa) with a
[Deleted]
Hello I am using 7 color already in my custom indi. But I want to add 2 more channel lines and it means total 9 color. Is there any method to use more than 8 color please let me use it. Regds mithetnme
[Deleted]
I have a custom indicator that runs in a different window (at the bottom). When I start it the journal tab shows "2012.04.11 15:45:01 Custom indicator Indicator_Environment EURUSD,M1: loaded successfully" the expert tab shows "2012.04.11 15:45:01 Indicator_Environment EURUSD,M1: loaded...
Hi, how can I get the price of an underlying from yesterday at 14:00?
[Deleted]
The occasion was a post from here https://www.mql5.com/ru/forum/114579/page19#576343 https://www.mql5.com/ru/forum/111317/page3 Let's assume that indexes really exist, but they must exist if we have currencies :) And we can calculate the missing dollar index. Isn't it great? But what is the dollar
[Deleted]
Hi Traders I want to remove MACD INDICATOR and input ENVELOPE. Could someone show me what code to be removed from MACD INDICATOR and what code of ENVELOPE to be added. Thanks for your help //+------------------------------------------------------------------+ //|
Hi MQL4 community, I am looking for a way to create tradable zones which are rectangular in nature. They have a start time / end time / high price / low price. These are essentially zones of support or resistance such as visual / phycological levels / fibs and the like. I would like to set up buy
[Deleted]
Hi guys, I made this EA on http://sufx.core.t3-ism.net/ExpertAdvisorBuilder/index.html#Var2 It will place a buy order if RSI is below 30, the price went below the lower bollinger band and when the next candle is white. opposite story for sell (with RSI above 70) It's fine that it waits till a new...
[Deleted]
i want to use lsma_lines indicators (pitchfork) and a Moving average to make a simple ea. to call the indicator i use "indicator-assigned-name"=iCustom(Symbol(),0,"indicator-name", parameters ,0,0); //---- indicator parameters IdNum =1; RPeriod=68; LineColor=Red; LineWeight =1; PriceVal=0;
-
Hello I am new on this forum and generally on mql4 : I am studying a program that I found on the web and could not understand how the function iForce works. My intention is to write an EA on the forex, and I was surprised to lear that on forex for mql4, the volume is the number of ticks in the bar....
[Deleted]
the stops are set to 0 what could be the problem with the expert advisor?
Hi, What i'm trying to do here is to open or close an order if a signal is received where am i wrong? the ea wont place any orders, even when the signal is received. Thank you in advance for your time =] TOrders=OrdersTotal(); if (TOrders <= 5 && ((Hour()>=FromHourTrade &&...
I need some help to account for weekend time. I am writing a script that keeps track of time trades are open. However, no matter what I can't figure out the code to make it subtract the 'weekend time' from the total time that trades are open. Help! Any ideas? Here is the code I am working with:...
Prologue: It is a shame that DC sees all our positions but we see only ours. I have an idea and a rough idea of how to implement it, but due to the lack of some skills everything stands still. Many people want to know where the crowd is watching, there are many informers on this topic, so I have an
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.