[Deleted]
Ok i setup my indicator to write some data to a csv file. Now I thought csv files were comma separated files but when i open up the files in word i see these special square blocks separating the fields. So I opened it up in notepad++ and that had the fields seperated by NUL character. When i try
[Deleted]
Please help. I just want to put classic pivot points into MetaTrader. I don't want to understand how pivot points are calculated. I just want to see the pivot lines in MetaTrader whenever I fire it up. I want to see three S lines, one middle line, and three R lines. I have spent several days...
Hi there: How do I change the color of candles based on an indicator/oscillator value thatis in a separate window? I cannot find any documentation that allows me to accessthe color property of a particular price bar or candle. I want to change the colorof the candle if, for example, my stochastic...
I have develop a indicator and want to present you. My english is not so good for explanation, so just download and trie it if you want.
Hi Guys, I wanted to hear some suggestions on how I might go about programming this I idea I have. I've created an EA that opens trades using stochastics as entry signal and alligator as trend indicator.. My logic trades based on candle data, and I want to limit my trade window to only the first 1
is their a code or somthing to help if people try to decode your ea? or that will protect it from people seeing how its made?
[Deleted]
Hi Folks, I wonder to check my strategy I wrote, on some old data. I've got a problem with modelling quality when I test on method "Every tick ...". While I test my EA on last 30 days modelling quality shows 90%. Its going down significantly to 30% or less while I try to include 2,3,4 or more months...
As usual, get me at sleepless.damian@gmail.com
Hi, I have 2 questions.. 1) how can I use the comment command to write stuff on a second line.. and 2) Can you help me figure out how to get me script to work below? All I want is for the variable "Trend" to be recognized in the start function.. Thanks in advanced!!...
Hello, I defined 2 Arrays, 2 dimention each . Initialized both of them (not in the init() function but at the start() function!!). I'm checking if I need to resize them before I put values, and the resizing succeed . The first array is working good, But on second Array, I can't put values and it is...
[Deleted]
Fellow traders. I want to create an automated StopLoss aand Take Profit code which after I'v placed my order without either TP or SL. I can drag the code into the charts and the SL and TP are autiomatically added based on the type of Pair traded{ Once added it automatically check for new order...
[Deleted]
Can someone please help me figure out why my ea is placing multiple orders? It's supposed to place an order every time the histogram crosses the zero line but it's placing trades after the first one is closed. Thanks for your help... R
[Deleted]
EA for BROKERS "NO Pending ORDERS " Hello, I am at the broker FXCMUK which n' do not accept the " Pendings ORDERS " EA usable in 4 or 5 digits, including US IBFx and brokers, but not at the brokers which n' more the " accept; PendingOrders" (FXCM, GCI, amongst other things). I leave the care of...
Hi, can any body give me the link to the compiled MQL4 book please. the one I earlier download keeps cpomplaining of web address not found...
Metastock Formula:- ((Mov(CLOSE,3,E)+Mov(CLOSE,5,E)+ Mov(CLOSE,8,E)+Mov(CLOSE,10,E)+ Mov(CLOSE,12,E)+Mov(CLOSE,15,E))- (Mov(CLOSE,30,E)+Mov(CLOSE,35,E)+ Mov(CLOSE,40,E)+Mov(CLOSE,45,E)+ Mov(CLOSE,50,E)+Mov(CLOSE,60,E)))*10; (Mov((Mov(CLOSE,3,E)+Mov(CLOSE,5,E)+ Mov(CLOSE,8,E)+Mov(CLOSE,10,E)+...
[Deleted]
For example, if my EA placed an order for a "buy" how can I move that price value into a variable? Opening price
Hi guys Im realy new to MQL4 and I got a problem with an Indicator which im writing at the moment. I was trying for LOTS of hours but i didnt manage to solve it... So I realy hope that a pro could give me a good advice. Its a very basic ZigZag indicator (for learning purposes only) and i have some...
[Deleted]
Hi, I am a new user for mql4 so I would like to know an information. I'm creating a EA, and I would like to open a position at open price of a new candle only if the close price of the last close candle (of the frame that I use) is higher of the iMA of that candle.... So, if the program are...
[Deleted]
Help me understand something. Let's say I am looking at 1 hour charts. I have RSI (14) indicator on the bottom. How can the indicator be a line chart? I mean for a particular hourly timeperiod, as the price varies, RSI also fluctuates in some range right? So doesn't it make more sense to have a...
[Deleted]
Good afternoon! You'll probably laugh, but I really don't understand: how to trade on a real MT4 trading account ? I mean buy or sell? I've tried it both ways, but I don't get anything. I tried it both ways and do not understand anything.) I just want to buy something and I don't understand, buy or
I have an EA, which sets up 1 BUY and 1 SELL order every day. If one of the pending orders is opened and it hits either its TP or SL, I want the EA to pick this up and close any other existing pending orders. How can I check if an order has been closed today?
I occasionally //+------------------------------------------------------------------+//| Manage open trades by ATR.mq4 |//| Copyright © 2009, MetaQuotes Software Corp. |//| http://www.metaquotes.net...
[Deleted]
hi guys somebody know if it's possible to introduce a time working in each EA ?? for example.....if i want to work only beetwen 7:00 am and 5:00 pm ...... i have tried with some varables but it doesnt work . can you help me please?? thanksssssssssssss Giulio
[Deleted]
I get this message when I try to modify a trade... Can anyone tell me what is going on?
Hi, I was wanting someone to help me by writing me a script which does the following: -Sell 0.1 lots at the current price. -then place the folowing series of pending sell limits: ---0.1 lots at 10 pips above initial sell price ---0.2 lots at 10 pips above previous sell limit ---0.2 lots at 9 pips...
How do you find the last high and low between certain times? For example every morning at 0700 GMT, I want to find the high and the low between 2200 the day before and 0659 and display it. I know the time I will be running the code so could count candle but I'd prefer exact times. if i use...
Hello I have been looking for an EA that opens a position every 1min. if the current price is above the open then buy if below then sell. Close all on the open of the new bar. Has anyone done anything like this before if so what where the results ? Cheers Kiwi
[Deleted]
Hi, i konw there is a possibility to get the current time in mili seconds but i can't remeber how....
[Deleted]
Why is chinkou_span always zero in the following: double kijun_sen=iIchimoku(NULL, 0, 9, 26, 52, MODE_KIJUNSEN, 1); double chinkou_span = iIchimoku(NULL, 0, 9, 26, 52, MODE_CHINKOUSPAN, 1); The kijun_sen value is correct, but chinkou_span always equals zero. Anyone else see this??

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.