MQL4 and MetaTrader 4 - page 913

Hey All!  Thanks for taking time out to help me :) I have written a tonne of code (A "tonne" in my terms - Been learning MQL4 through trial and error and experimenting.) and am currently stuck on writing one part...   I have trailing stops and moving average cross overs. I want the moving averages...
Hi I am new In Forex Market, I want to make a EA with my bolinger band. 
Hi Is it possible to change the TF of the chart using an EA? If so, can someone please guide me how do I go about. Thanks.
[Deleted]
Hello, i have a EA with wich i can change the Stoploss when i move a horizontal line wich is draw on the chart, i have often the problem when i doppelclick the horizontal line then the Metatrader open a Ordermask for changing the stoploss, this feature is new in the Metatrader since some weeks, but...
[Deleted]
  iFractals  (1)
Hi,I know what fractals are I just dont know yet how to use the iFractals in mql4 and what are its parameters for,so please advice: MODE_UPPER1Upper line.MODE_LOWER2Lower line. Upper line and Lower Line represent the price of a fractal? (Horizontal lines of the price at those points?)
Hello, I'm a newbie in forum. I want to know that what is meant by subscription credits/month for a signal? Is it meant that I've to pay in USD or other form of currencies from my account for subscribing that signal? Please let me know in details. Thank you.
Please  Compiler does not see any new pasted code anymore. It reads no error even when i put wrong code. please i need help on this
[Deleted]
Downloading MT4 freezes my PC.  I have attempted downloading MT4 independently and with various brokers, but each time the download reaches near the completion point and the cursor freezes. I then have to shut down my PC manually.  Pls help. Thanks
  ea review  (1)
Hi guys I a newbie to mql4 and have studied topics on order management but it seems i have not grabbed it yet,so I have been trying to code this ea to open one order per currency pair but it has not been easy so i need  someone to help me and identify where i am getting it wrong or edit the ea to...
Hello,  I have a problem, If I add a new custom indicator or EA I don't get the .ex4 file when I open the MT4 platform, instead a .log text file (with nothing written inside) appears and the icona is grey on the platform (if it's an EA) This happened in the last few days, I've tried to Restore my pc...
I was looking through the code for an EA and saw this line: int digits=MarketInfo("EURUSD",MODE_DIGITS); I researched this and found out there is a predefined variable 'Digits' that already has this. So isnt this line of code pointless?
[Deleted]
  .set file type  (1)
Can someone please explain the importance of this file type ,like what it does and how important it is. Thanks
Hi All, I wanted to learn more about order selection and processing so I wrote this indicator. It displays the profit or loss of the past 24 hours (or whatever time period you like). Two areas for improvement are: it should run each time an order closes rather than when each bar closes. It should
[Deleted]
Hello, I am new to MT software. Is it possible to entry multiple orders (bucket order) simultaneously? Ex: Buy X Lots of symbol A with profit target & Stoploss AND sell short X lots of symbol A with profit target and stoploss. So that the "bucket order" hits the market at the same time? Thank...
Is there a way to restrict the dates loaded into a chart? For example, if I only want to use price data from 02 Jan 2010 to 30 Apr 2010, how would I do that?
So i designed a simple indicator which is more less a MACD applied on KAMA averages. Everything looks to work fine except for one thing: when it comes to draw the indicator its value is always a constant 1. I don't know if it is a problem with the drawing code or a problem with the value of the...
I want to have a sound signal when the last closed bar exceeds the average of the last x bars with y percent. With  'bar' I mean the absolute value of close - open (the body of a japanese candlestick)  Can someone make this to  work with the 2 variables x and y in MT4?   
  iMA shift  (10)
I wonder if someone could be so kind to clearly explain me about iMA shift: the doc about shift says:   shift  -  Index of the value taken from the indicator buffer (shift relative to the current bar the given amount of periods ago).  It is clear to me about ma_shift, but I still can't understand...
There is a file named EURUSD60_0.fxt of size 3.68Gb. Anyone knows what is it?
  Previous Day High-Low  (23   1 2 3)
Hi, I am new to MetaTrader and to its programming language, I have some experience with VB and WealthLab, anyway is not the same. I was wondering if someone could help me with the following idea: I want an indicator that plots the previous day high and low, in any time frame. For example, I use 1h...
How can I start up the automaticscript when the Metatrader 4 software start working ?
[Deleted]
Which one is better for remote trading https://play.google.com/store/apps/details?id=net.metaquotes.metatrader4 or https://play.google.com/store/apps/details?id=com.mt4remote and what are the differences, not to technical please. thanks Michelle
Hey, I believe that you either master the market or the market will master you. The only way to become a master is to have a sifu, a master, a grandmaster, etc.... This means the blind should NOT follow and take advice from the blind. When you are always asking for help or waiting for confirmation...
I have used remote desktop connection (RDC) before, to access my trading platform on a remote server. The "round trip" time delay, however, makes this practice quite frustrating. As an example, I will click on my mouse, wait for it to register on RDC. nothing happens. I click again, and in a...
Hi all, When  one Refresh the chart the indicator "Cycle Identifier" update is status. What could one do to maintain this indicator up to date without the need to refresh the chart ? Thank you in advance for any help provided. Luis 
[Deleted]
Hi guys, is it possible to search in the chart, if there is a horizontal line? How can i search for it, if i don't know if it exists and don't know the name? Best regards Mirko
Hi,I used to see martingail Ea based on zigzag apart from stochastic on codebase,but no more ,dont know,was it removed.Please if any has it,kindly forward it.Also I have a strategy which I wish automated based on henki ashi,Ma and zigzag,any help please. Thanks in advance
[Deleted]
Hello, i try to get LotScalp EA https://www.mql5.com/en/code/10604 to trade at 2 different times a day, but one trade at once at same hour. As default do LotScalp EA trade one time a day as defined( 7 o'clock) int TradeTime=7;        // Time to enter the market so i modifyed original code .... ......
  about iMA  (5)
Hi all,   I have seen there are a lot of indicators starting with i, such as iMA: can someone tell me what does it means i ? I am looking for the source code for iMA , any help really appreciated.   Regards,   acepsut 
  hexadecimals  (6)
Hello MQL4 community, To my knowledge, hex decimal base value representation is 0-15 (16 values) and its hex value representation is 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F (totaling 16 values). If my previous statement is valid, would hex decimal representation of seventeen be eleven in hex (I'm preppin'...