Technical Indicators - page 113

I need to deleted the  script but  it still shows the indication acan anyone tel me how to fix it https://charts.mql5.com/13/16/eurusd-h1-fx-choice-limited.png
Hi guys, I am developing an Indicator using Stochastic oscillator. I just notice that when I pass through the Main line or the Signal line with the mouse I get a pop-up with some info: name, time and value But I can't understand why there are different names for "Value" -> Value1, Value2,...
Hello everyone, I wrote an indicator that has input variables for the name of multiple symbols. Depending on the name you type, the indicator will draw a line for one symbol or another... My problem is that sometimes, on some symbols the indicator cant get data. I think it has to do with my fxt
[Deleted]
Moving AveragesMACDADXBollinger BandsCCIParabolic SARATRRSIStochastic OscillatorOther
Hey Guys, I've just found out this useful forex trading resources website. I have been downloading mt4 indicators & forex strategies from there. With 3000+ useful forex indicators & strategies. You guys able to download those there for free. https://www.mql5.com/go?link=http://forexmt4indicators...
Write to me a private messange for detalis. Thanks!
Candle big & small, best entry y
  infinite loop  (5)
how can I  change this Code to cause an infinite loop within my Script every 3 Minutes: //+------------------------------------------------------------------+ //|                     &n...
PLease I need clarification on rule number 6 below:   VIII. Termination of Service without Prior Notice in Case of Serious Violations of Terms of Use  MQL5 Ltd reserves the right to permanently terminate the service without prior notice, resulting in immediate and permanent account...
hi all, in mt4 there are hotkeys to load up various indicators onto the current chart using a few key presses. this is great, however, there is no way to do the same to quickly remove an indicator. i am asking if someone could please spend a few minutes to create a script to do this the user will
  prev_calculated  (136   1 2 3 4 5 ... 13 14)
Comments not related to " Bugs, bugs, issues " have been moved to this thread
hello. is it a indicator that shows the total amount of SL combined ?  like how much of your balance is at risk in SL if all goes down. i have another method right now but hope its something out there that is this easy.  
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...