MQL4 and MetaTrader 4 - page 1403

I discovered that different meta trader4 have different daily pivot points. I plotted daily pivots indicator on USDJPY on meta traders4 from Alpari UK(www.alpari.co.uk), FxPro(www.fxpro.com) and PFG BEST(www.pfgbest.com), I discovered to my suprise that they have different pivot points up to 15...
[Deleted]
Hi There I would like to create an array where I stock the following information for each tick 1 bid 2 ask 3 Spread 4 Time 5 Volume MarketArray[0,0]=MarketInfo(Symbol(),MODE_BID); MarketArray[0,1]=MarketInfo(Symbol(),MODE_ASK); MarketArray[0,2]=MarketInfo(Symbol(),MODE_SPREAD);...
[Deleted]
Hello all I'm looking for files to upload on my metatrader4 from the following demark indicators: -TDSequential - TDCombo (preferably TDAggressive Combo) -TD D-Wave Would really appreciate it if someone could help me on getting those files. Ronny
[Deleted]
Which broker you are using? What leverage do you use? Is that right people always choose the highest possible leverage margin account? For high leveraged account, even if people who rather trade with a lower risk, they can always control their risk by using lesser margin to buy/sell, and if a user
i dont really know why this attached EA is not placing order the all the time even if the condition is fulfilled. Pls. did i make mistake or is there anything i can do to retify this problem. Thanks
[Deleted]
hi, I have a simple EA I want built, for awhile now..... Would appreciate any local who's familiar with the mql4 language to contact me, it's probably a 2 - 3 hour worth of coding if you were to sit and finish it straight... Local because, its easier to make payments within Germany for me :) msg me...
[Deleted]
Hello to everyone! I try to make a EA witch get Signal from 2 Supertrend timeframes. The fast_Supertrend is only allowed to open positions when its in the same direction like the slow_Supertrend. I found some EA´s in the forum but they are all to much complicated for me as an beginner! So i would be...
[Deleted]
I have an Idea about maximizing profit, but i have some trouble to coded it... Here is the Idea : If we have open position (even martiangle), and already reach 50 pips profit, then we loop the max profit. Close the position if the profit is fall 50% from its max profit. Here is the code I've tried...
Who can give me a hand! I want a MT5 indicator coding : a period indicator coding that 4 hour MA in 30 minute chart! Look at this picture
[Deleted]
  Gann HiLo EA  (4)
I hope all the experts here will help me figure out why my EA does notwork. This EA drove men nut. I have rechecked it so many time but stillcould not figure out the error!!! The rule is very simple based on Gann Hi-Lo Price crosses above Gann -> buy Price crosses below Gann -> sell Standard: Open...
[Deleted]
I have a time string like either : "22:30" "01:30" "00:45" And I want to turn it into an integer 2230 130 45 Is there an easy way to do this ??
Hi Guys, how are you doing? Well, like you I'm looking for solutions to be rich and I found and bought this EA very very impressive (www.fxnitro.com) You can see the statement LIVE at: http://fxnitro.mt4stats.com The EA is working in Tadawul account. I was worried because we know the problems with
[Deleted]
This is current time : datetime dt=TimeCurrent(); How do I get time, but exactly 24 hours ago ?? datetime dtprev =TimeCurrent()- ?????;
[Deleted]
I have find the follow bugs one meta4 i want to delete the order when the trailingstop pass cross the entry of limit order this work with Buy limit but not with Sell limit, when appear the entry signal and is triggered, the EA delete all the sell limit also when the condition stoplosshort <...
[Deleted]
Hi, I would like to create a function where I use some arrays, and Integer as imputs and the output is the average. How to define the function ? int ArrayAverage( double array[][], int toto) { } or int ArrayAverage( double array, int toto) { } Thanks you guys for your help UKALGO
[Deleted]
Hello, I want to make a script to place vertical lines at the opening times of the major world markets. I have quite a bit of programming experience, but am only now using MQL4, mostly with the aim of drawing things on my charts. Well, the script below compiles without errors, but when used on a...
hello at all i started programing EAs 4 weeks ago and have a lot of versions, this one is one of the winners sadly the EA nearly had no trades at the end (august 2008) it doesnt trade in 2009 after march .... i am now working on a EA that trades in such hard times (financial crises) LOL Strategy...
I am back testing using MB trading demo. Th standard trailing stop codewill not take into consideration of the commission and order swap. Anyone had tried successful to have the trailing stop not take losses with negative profit? typical trailing stop code: void ShortTrailingStop() { int scnt;...
[Deleted]
Is that a BUG in MT4 or I am the BUG?? Assume I have 100,000USD in my DEMO ACCOUNT account in MT4, I have some calculation problem in placing order. Assume my margin is 1:1 ( I am using 1:1 because it makes the question easier to follow) GBP/USD = 1.63020 Then I...
Hello Does anyone have a code for calculation the Standard Deviation between the Open and High and the Open and Low Cheers Kiwi
[Deleted]
//+------------------------------------------------------------------+ //| GlennKing.mq4 | //| Copyright ?2009, MetaQuotes Software Corp. | //| http://www.metaquotes.net |...
Hi, how do I use the value of 1 indicator as 1 of the inputs for another indicator? I have MathRound(iCustom(Symbol(),0,"second one",0,i)) and would like to place this value in my code. Should I use global variables?
  Help write a linear regression  (68   1 2 3 4 5 6 7)
Long time ago I wrote linear regression indicators in MQL3, started rewriting them in 4, they don't work. Specialists please help me to write or correct a mistake. //+------------------------------------------------------------------+ //| KVNLinearRegression.mq4 | //| Copyright © 2008, MetaQuotes
Morning to all, Just as the subject states, I have an EA that will work with many other pairs, but not others? I have not tried every pair, but what am I missing? Cheers Huckleberry
[Deleted]
  Timing Problem  (2)
I want to manage my position based on timing.When using TimeCurrent() function my E.A skips weekends and code doesn't work properly.Is there a more safe timing way using bar counting? What type of a code should I use when for example; modify an order 10 bars later after OrderOpentime, sending an...
[Deleted]
There are a large number of Forex Robots available today andit can be very difficult to decide which is best for you. The: fap revolution review site wasset up to assist in the selection process. There are already several independant reviews on the site, but we are lookingfor more. If you have...
Hey, Many of you have asked us to review some of the forex robots out there and compare the pros and cons of each. We spent some time doing this and have compiled a thorough list for you guys. We tested different forex robots for few months and this is what we found. Please check the following site...
Hi folks, I want to detect wether the color of a candle with a shift of 2 in the timeseries is different than the color of the candle with shift 1. It was said, that somewhere in this forum the problem has already ben dicussed, but I searched for hours now and couldn't find it. Any Help would be...
[Deleted]
  EA problem  (4)
summary of EA: 1) always start with BUY order (with SL and TS) 2) if first order close with TP is ok becouse I won, else start with SELL order (with SL and TP) 3) if second order close with TP is ok becouse I won, else start with thirth BUY order (with SL and TP). Following there is a draft of EA,...