Hi, I want to programm my own trailing stop. I mean, I don't want to send the trailing stop to my broker but I want to check it with my EA and close it with my EA. Can I do it in that way? if (OrderType()==OP_BUY && Bid-OrderOpenPrice()>=Start_TrailingStop* Point ()) { if (Bid< High[iHigh( NULL
[Deleted]
Hey guys, I want to use the Forex Factory News indicator! Before it works you have to download the news from there database with this script (it´s only a part of the code) I have more than 1 Mt4 station on my PC and it´s troublesome to specific the path everytime I want to download the news from...
[Deleted]
Hi, I have an MTF indicator that uses sar, however I'd like the sar to calculate heiken ashi ohlc, and not the normal type Can you tell me how I can do this, my mtf indicator calls to the sar indicator to calculate sar formula, I think it is calling to the internal indicator in mt4 that can not edit...
[Deleted]
Hi I have this code in my EA but it just keeps returning 0.0000 can only help? int Range(int shift){double Range; if(Close[shift]<Open[shift]) Range = Open[shift]-Close[shift]*Point*mno; if(Close[shift]>Open[shift]) Range = Close[shift]-Open[shift]*Point*mno; return(0);} The "Range" is then...
[Deleted]
Hi - apologies i am new to MQL4. Is this language suitable for corporate (meaning non FX) option trading as well? Thx!
[Deleted]
How can i set and fix the grid in MT4? For example, I want to set the grid to a fixed 10 pips. Thanks
[Deleted]
How can a separate window indicator (#property indicator_separate_window) be positioned above the chart in MT4, rather than below where oscillators like Stoch, MacD, etc normally reside? Ive seen separate window indicators above the chart before from images, but I need to know how to position them...
[Deleted]
Hello, I have a question relatedto the OrderSelect() command. For Open and Pendingorders, does this command use the information stored in the Client Terminal. Inother words, working with information stored physically on my PC ? Or is it sending a requestto the Broker? For trades coming from...
Your search did not match any documents What is going on?? I get this message everytime i do a search in this forum.
Hello, I have written a small piece of code (regarding MACD ) and I can access global buffers from the indicator but I cannot do it with the same piece of code in EA. WHY ? This is the piece of code from indicator init() fun that i don't use in EA: int init() { //---- drawing settings
I have a simple strategy, wich I trade for a long time (manual). Now i want to make an Expert advisor. I'm a newbie in MQL4 and maybe can someone help me. I don't get the RSI visible and he doesn't open any positions. The ma's are visible but all in a red thin line. The strategy is very simple....
[Deleted]
Hello, I have a rather "funny" issue with Error 130. For the following code I receive always an Error 130. No exceptions. Broker distance is 0. Ticket=OrderSend(Symbol(),OP_SELL,Macro_lots_to_trade_B,Bid,2,Bid+25*Point,Bid-25*Point," MM ",2, 0, Red); Where as this code works fine:...
there are many interesting custom indicators that can be found but is it possible to have them in a separate window and not on the main chart ?
[Deleted]
Hello! I recently purchased an EA for Mt4. For some reason, the EA is working on my demo accounts but not working properly on my Live Account. Here is the basic info: All the settings are the same for the EA putting it on my demo account and on the live account. I've emailed the EA support team...
How many of you manually intervene with your robots? Clearly there are some limitations to a strict set of trading rules.. I have a very good system that I use on a live account but there have been times when I looked at a chart and knew that the price would move against the direction of an...
[Deleted]
Hi I have an EA that uses ATR, but because of issues in accuracy I am having with the iATR I have decided to use the metaquotes indicator for the EA to reference, but iATR as backup incase the indicator is not attached to the same chart. The metaquotes indicator is returning a value of 0.0000 for...
B"H Hello, Is there any restriction on accessing / allocating (using ArrayResize) local EA arrays from within EA's "init" method? It produces errors. Solution? Thanks, Simha
[Deleted]
How can i get this parts (marked in red) on the graph? I'm trying this: bool isThereAHole(int dist=10,int mode=1){ int downs=0,ups=0; for(int i=1;i<=dist;i++){ if(Close[i]>Open[i] && Open[i+1]>Open[i]){ downs++; } if(Close[i]<Open[1] &&...
[Deleted]
I am new to MQL4, Kindly help me debug the following code (Tried back testing, it gets stuck on while loop). Objective of the code: 1. The code needs to check for crossover. 2. If there is a Cross over, Monitor every next candle for Buy condition. 3. If the Buy Condition is satisfied, Set Value to...
[Deleted]
Hello, i am wondering, if there is a possibility to send a FILE to the PHP script (via POST, WIN-API). and than in PHP manage it as file uploaded via web-form? Thanks for answer
KIndly share your input as to why this piece of code opens a sellstop order and yet doesnt open the buy order that precedes the sellstop. if ( MacdCurrent > 0 && MacdCurrent > Signal Current) { Alert("LONG :", Symbol()); condition1 = true; } if (condition1) { if (OrderType()!=OP_BUY)...
[Deleted]
Hello I want to use the GMT Hour of my Broker in my custom indi. Please somebody help me how can I ge that information. million thanks mithetnme
[Deleted]
Hi, Is there a talented programmer out there that would be able to program an EA for me please? I like to trade off the 4hr and daily charts for various currency pairs. My strategy is based on a Fractal price breakout with red Alligator teeth confirmation and the CCI 20 crossing >100 for a buy or <...
a month or 2 ago, I could use Search and find results in all categories but now I get no results under Documentation, Book, or Technical Analysis. I have tried different browsers too.
Hello !!!!!! Anyone wants to share an indicator that calculates the angle of a linear regression without repainting ??? I share an interesting indicator programed by Komposter. Thanks for your help !!!
Hi Guys, I would like to execute a particular piece of script only once. It doesn't suitable to sit in the init() part of the script So to do that I would like to know if there is a command_type that will only run once? or maybe there is some variable that keeps the exact time when the script...
Hello, I am trying to make a function to keep track of open trades so as to avoid place pending orders on the zone around those open trades, the zone can be defined by the spread and the stoplevel. so if I have an open buy or sell, I don't want to place a pending order around these open trades,...
Hi all forex trader My name is Andy. I am new forex trader. I am need EA for deleted pending order automaticly if my first position hit on take profit. Let me explain. In this situation i am buy EUR/USD at 1.4410 and put my take profit 1.4440 without fill stop loss and i am pending order sell stop...
Hi guys, Just wondering why MT4 performs a full M1 to D1 data collection every time you do a backtest. I know it might seem silly to say that - naturally you'd want all of the latest data if you're testing up to the day.. However, if you're testing within a certain period, every time I make a small...
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.