MQL4 and MetaTrader 4 - page 1454

[Deleted]
I am looking for a programmer to code my EA. I have developed my own mechanical trading system for day trading the M1 and M5 time frames. The system works extremely well on manual back testing and demo trading both of which I have done extensively. However, it's not feasible for me to day trade...
[Deleted]
Hello All, This is my Weekly Pivots indicator. Please check the values if you wish use it. //+------------------------------------------------------------------+ //| Weekly Pivots.mq4 |...
-
  Weekly Pivots  (1)
Hello. In the online database are some pivots indicators, and some of them let you setto use local time (or GMT correction) instead broker time. But there is no one one to calculate weekly pivots. There are some indicators code in another forums. I´d take some code, added some deleted some etc....
Does anyone know what exactly is the Profit Factor and the Expected Payoff? Or how is it calculated? What numbers would be accepted as a good EA? So far, those numbers are just numbers for me, but would like to know what they exactly mean, so if you have a idea, please share it.
-
  iMAonArray  (1)
I have been trying to use iMAonArray function now. While looking at the following syntax, I am not very clear on how to set total and period parameter correctly. double iMAOnArray( double array[], int total, int period, int ma_shift, int ma_method, int shift) total -...
[Deleted]
I'm using this line in my code: double yellow=iIchimoku(0,0,9,26,52,MODE_CHINKOUSPAN,0); and the result is always zero (0) in yellow variable. Can anyone help me with this issue? Thanks
[Deleted]
I am trying to position a set of OBJ_TEXT objects in the centre of the chart space. i.e the Y postion set absolutely and not based on any reference to price. ObjectCreate(MyTEXT[i], OBJ_TEXT,0,Time[i],Open[i]; is what i have been playing with, but i dont want the text to show at the open, but in...
Hi All, I have just about exhausted the search function to look for a particular trades analysis script which looked back through the trade history and produced a well formatted report in a file, detailing a lot information about the trading system including profits, losses, max drawdown etc etc. I...
Hi Folks, Need some help please. I trade fully automated over 30 pairs. 500 or a 1000 trades a week is not unusual. Now to go work out which pairs are making a profit and which not, i have to go dump all of that in an excel spreadsheet and then sort the data by pairs, by time periods, by winners and
[Deleted]
Please review our EA http://fpf123.mt4live.com/ Our Website: http://www.fpftrade.com http://www.fpftrade.net http://www.fpftrade.org
I have developed an EA that scalps the market with many trades with about 84% accuracy. Backtest of 4 months. Start Balance: $1,000 Total Profit: $53,000 Of course this is just a backtest... but it uses 90% modeling quality AND I have manually checked every trade it has taken to see if it makes...
[Deleted]
hi all, i äm still learning coding. and i presently need help to write the following functions or code RSI 14,close on bar 1 Exponential Stochastics 5,3,3, main value, close-close, on bar 1. thanks for any helpful reply.
[Deleted]
I manage over 200 MT4 platforms for clients, across 4 brokerage feeds, Each MT4 is forward testing a proprietary EA on demo accounts all standard installation updated to build 224 all one chart profiles all with same EA input parameters all 10K initial account The average memory usage for an MT4...
Hello, I have sometimes a problem with the High_Low ZigZag Indicator which Iuse. The problem is show on the pictures wich I attached here, sometimeswhen I shut down my terminal and restart it then the indicator drawsnot correct lines first when I restart the indicator it draws againcorrect. Has...
[Deleted]
any one know what the problem here is? im doing a simple Dashboard indy that creates objects on the chart...i want the objects to change color accroding to differing market conditions...and i get this error half way thru coding!!! I know it says simplify the program but its only 814 lines of code.....
[Deleted]
will try to explain this the best I can. I need an ea that will first close all orders at profit second a trailing stop added third a close orders at loss Here seems to be the tricky part when the ea hits the trailing stop atwhatever i input lets say 20 pips, now I want the option lets say themarket...
[Deleted]
Hello everybody, is here somebody who can help me tweaking this EA? It is based on Heiken ashi smoothed indicator. My problem is that this Ea opens trades imediately, when it can and i want to change this. Can somebody tweak this Ea that way, it will open trades onlôy on the change of color? For...
[Deleted]
I am just a newbie in programming mt4. Can somebody help me in changing the values of input variables... I've tried changing the values in the input tab inside the properties window(F7) before running the program but when I start to execute it, the value returns to the default value. I also tried...
[Deleted]
  3800% ROI in 2 weeks  (13   1 2)
This is my live result
Hello All. I am o.k. with creating a file and writing to it. handle1 = FileOpen ("details.csv", FILE_CSV, ',') ; handle2 = FileWrite ( handle1, ticket, lot); But if I try to write to the same file and add information to it, without deleting what is already there I...
Hi all, Need to detect indicators and their input parameters on a graph by using a script. Anyone has ideas? Is it even possible? Thanks in advance
[Deleted]
I need some suggestion about using the array... i already read some topic that related with array, but still confused... here is what i am up to : ~ i want to use two dimension array with element fills with price that given. i.e : First Dimension for BuyStop Price and Second Dimension for Sellstop....
Hi. It is possible to create a data-history with own's candlesticks, with invented open-close prices, to simulate certain market's conditions in order to verify if a own code work properly (debug), if it do in practice(on MT4) what theorically(strategy) should do? (in example open buy when last MA...
[Deleted]
I've created a for loop to run through a predetermined number of bars, and provide me with the difference between bar A & bar B storing it in new array. Here's my code: for(int z = 0; z < BAR_COUNT; z++) DIFF[z] = {BarA[z] - BarB[z]}; THanks for any help
[Deleted]
I am new here, and this is my first post here, i have a perfect strategy for 1 hour charts,that is reliable, and i need a coder for it to make an ea for me. if you are interested you can pm me on asiwajuwilly@yahoo.com. thanks
  What was it for?  (90   1 2 3 4 5 ... 8 9)
https://www.mql5.com/ru/users/ssd wonders what he was banned for
hi im a newbie so sorrry if ur not the correct person to ask, but im looking for a plain martingail system that buys and sells as soon as u put it on and goes up and sells according to a take profit and dubles if ur on a lose of a specifieed amount of pips iv been on the lookput for a month but all...
-
OK, Library development - its simple right ?... I have a library file in my "include" folder, its not a header with function prototypes, its a proper in-line #include of a source file. Its a self-contained set of code. It goes like this... #property library// Pseudo constantsstring...
-
Hi all, I have constructed some custom indicators lately and I had a problem that all newest bars are not updated. They stayed flat at zero. Here's my code, can someone please advise? Thank you. if(Bars<=MA_Period) return(0); i=Bars-counted_bars-1; Print("Bar is ", Bars);...