Technical Indicators - page 103

I'm trying to get an indicator working with MT4 build 1010 on a Windows 10 VirtualBox VM.  I'm getting an "Access violation read to 0x00000000" error.  The odd thing is that this indicator work perfectly on a non-VM Windows 10 install.  Same OS version and MT4 build number...
I use the number of bars on the chart as a limit to a loop iteration. If the indicator is already loaded on the chart when the terminal starts, Bars() returns 0, and my code fails. If I remove and then replace the indicator on the chart, it returns the correct number and my code succeeds. Why is...
I want to know the Maximum number of orders I can open in my account at a time. Octafx replied me there is no limitation, I need to verify it.
how can I get time1 and time2 to sort orders by time? //+------------------------------------------------------------------+ //|                           &nbsp...
I am trying to create a class to hold variables related to various ongoing potential trade setups. A new Trade_Setup object is created each time a support/resistance level is approached/breached. To avoid adding multiple setups at the same level, I want to save the levels that have ongoing analysis...
how i solve this problem? before fill buffer with my data i use this method for empty buffer . PlotIndexSetDouble(0,PLOT_EMPTY_VALUE,0); But i don't know why happen this problem thank you for guide me.
I have got two Errors in this script. what is wrong? '{' - unbalanced parentheses    trrrrr.mq4    in line 14  Error ')' - unexpected end of program    trrrrr.mq4    in line 47  ...
hello i have some mt4 indicators i want to use on mt5, can someone please assist me.... please........... or can someone teach me how...
Hi I'm getting an "array out of range" exception for a very simple indicator within the Meta Editor debugger. The initial values after the indicator starts are the following: Bars: 218 countedBars=0  In effect the code try to address the rsi[218] element but the arrays in MT4 are...
Hi,   I've some trouble with my indicator. The error is:  Kaldex Indicator V1.3,M1: zero divide in 'Kaldex Indicator V1.3.mq4' (82,38). I do not know what the problem is and how to solve it.  Is there someone who can help me with this? Many Thanks! Sander 
How can I sort open time of Orders descending or ascending in my code: Ticket            open price    open time    symbol    40739542    9844.79    2016.05.18 11:50...
Hi this indicator gives too many alerts when its put on chart , any idea how to be fixed ???  Thanks  
I'm new in MQL4 and metaeditor. Where can I find all the parameters for keywords/functions/etc, for example setindexstyle ? In Metaeditor, I pressed F1 to start the Help window, and in the search bar I typed setindexstyle, but it says it can't find it. Also, in the www.mql4.com books and
Hey guys , sorry I am new here, would apreciate some help in purchasing an indicator. How do you buy an indicator? I use mt4 in demo mode and I want to put a indicator there. It first downloads to my mt4 and then when I try to load it it asks me to buy. But nothing happens when I click on the buy...
My Android mobile meta-trader5 terminal is not drawing Fibonacci retracement, trend lines and other objects.
  Initial Balance  (1)
Hi, I have downloaded an initial balance indicator for met4 platform but am not sure how to use it can you help? I want to highlight the first 30 mins of a trading day, drawing an initial balance line for the high and one for the low of this time period? These Initial balance lines are to then move
Hi: Metatrader 5 offers 2 different types of ADX ("ADX" and "ADX Wilder") while MT4 only offers the ADX indicator and not the ADX Wilder : Anybody knows the difference between both indicators ? Which is the real Welles Wilder ADX indicator ? Thank you for your help. Blackhawk.
I am struggling to figure this out. I want the data from my CSV file to coincide in the data window and a separate indicator window as a line.  When I curse over the appropriate day I want the data window to reflect the value, all I am getting is empty. Let's use a very simple example...
I'm writing an indicator which displays (many) trendlines on the chart. When the indicator is removed from the chart I would like to delete the trendlines it has drawn, and do so without deleting other trendlines created by other indicators or drawn manually. For illustration one can just assume the...
//+------------------------------------------------------------------+ //| NonLagMA_v7.1.mq4 | //| Copyright © 2007, TrendLaboratory | //| http://finance.groups.yahoo.com/group/TrendLaboratory | //|
hello, i try for hours to build an easy custom indicator... in mt4 ....but i am new in indicator programming. what i want to have is very easy in my opinion: i want a simple 1 or 0 in case the price returns in a specific time window back to a certain level. For example: open at 8 a.m. Does the...
Hi, May I know why it is not working: int start()                           {   int i...
  Fractal alert  (1)
Hi, is there a free fractal breakout alert that says me for example "Fractal breakout on EURUSD H4"
Hi,   I have an indicator, and part of the code draws trend lines on the chart. There are roughly 200 of these lines on each chart, and i have 12 charts running at once. When I change timeframes, obviously all the trend lines need to be redrawn, and with 12 charts open it its very sluggish...
Hi, I wont to use one indicator in the another by iCustom funcion. But used indicator need to have DLL allowed which is disabled by defult. How to do it? Thanks for help
I'm brand new to MT4 but I've been trading on OANDA's fxTrade platform for years. I really want to make the switch to MT4 but I'm struggling to get set up. I could really use a few tools/indicators. Does anyone know if anything like the following exists?  1) A way to draw horizontal lines...
I have developed an indicator that doesn't work properly. I highly appreciate if someone can fix it. This indicators shows buy arrow (Up arrow) when the daily high is higher than the highest of last five days, and likewise, it shows Sell arrow ( Down arrow) when the daily low is lower than the
Main Chart Bollinger Band (Period 20, Deviation 2, Shift -2) Bollinger Band (Period 20, Deviation 2, Shift 0) EMA 50 Indicator Window 1 RSI 3 (line RSI to hide) Alligator Awesome Oscillator  How to trade with the above indicator??? I will share with you the strategy in the next post...
Helo, I am using MT4. Can somebody tell me where I can download the following two indicators from: Donchian Channel 48 and 12? I want to integrate the into MT4. Thank you
Hi can anyone fix the zero error divide ( the error is only when the indicator is put on m1 chart) Thanks  :)