[Deleted]
How do you write a code to increase the trading lot size by every (full) $1000 gain in account balance and the lot size should not round up ? eg Balance lot size $1000 0.01 $1450 0.01 $2000 0.02 $2990 0.02 $3100 0.03
[Deleted]
I found in many backtests that orders opened with defined TP not always close when the TP arrives. Is it some kind of known bug? Am I missing something? I'm attaching part of a report I've got which demonstrates it quite well. In the report, order no. 7 should have been closed when order no. 9 was...
[Deleted]
I am having a tough time firguring out how to apply the Stochastic on top of AC indicator in Meta Trader 4. Can someone help me please? Thank you!
I would like to start a discussion on the optimizationoptions that are currently available in MT4 (not the actual implementation ofthe GA used for optimization, which should be a topic for MT5). In its current version MT4 has 3 “models”: 1) Every tick (claims to be the most precise...
[Deleted]
When restarting the previous charts and templates are applied. Sometimes a chart leads to hanging, and I would like to find the .ini file, or .TXT file and manually delete just one of the charts from the file. That way I could restart without error. Where is the file/entries to do this manual...
[Deleted]
Hi, I wonder if anyone can help me. I'm new to MQL4 and don't really understand it. But, what I have found is that the ADX (and DI's) calculations appear to be very different from Wilders original formula and the results are also very different from other trading platforms . I've looked at the code
[Deleted]
Hello, I´m looking for an EA, who would me helps and programs this: at first: - it can always only 1 (one) order be open - trading on chart "Symbol ()" - timeframe used on the chart - LOT = 1.0 (should be variable) furthermore: - OP_BUY: - if ((MacdPrevious < SignalPrevious) && (MacdCurrent >...
[Deleted]
Is it possible to run tester automatically from MQL script with parameters specified in script like: data, type of currency, period, name od EA and type of modelling? Best Regards
Hello - for whatever reason I'm back at square one again as my stderror.mqh should not be my old original one with mods to get over the >31ch bug in that file. but the damn thing is there and no where or if there is 'proper' one with <=31ch lengths... whatever.... PLEASE could anyone reply to this...
Hi there, I tested 'macd sample'.. the default one.. and i added one line "Print("Close MacdCurrent "+MacdCurrent+" MacdPre "+ MacdPrevious)", just to see the macdCurrent.. and i have 2 values from this line, the first one its 0.074 on chart and the second one in the journal its 0.070 !? What...
[Deleted]
Hello, can anyone point me out how the ideal way to POST/RETRIEVE data to database in a web server. i can code php and back end is ready as soon as there's way to send/get data through metatrader 4 terminal. Any idea ?
How Do Call or using Another Script in my mql4. example main mql4 names is deneme if a>173 l "closeAllProfitOrders"
[Deleted]
Hi, This is a general question about MQL4 API and terminal design i havent found answers on the forum or knowledgebase. When EA is running it is exposed to tick-level events. But what happens when there's a network outage, lets say for 20 seconds my terminal doesnt receive any ticks. 1) When the...
[Deleted]
OK, so this is so simple I can't beleive I actually have to post a thread about it, and I apologize. However, I have searched through all the documentation and all I have found is info on how to close ORDERS, not actual OPEN TRADES. So I need to know, how can I close a trade, or a portion of a...
[Deleted]
Is it possible to seperate the bid and ask data feed and chart them both ?
[Deleted]
Hello I have set up a different copy of metatrader with historical alpari data -- this copy never connects to a server in order to preserve my historical data. However, I would like to run backtests with different spreads and stop_levels from the ones used by the last account that i used with this...
I designed my EA based on the M5 chart. I'd like to set the close price of bar[2] of the M15 CHART as the stoploss price when opening a position. How can I quote the price? Thanks!
[Deleted]
Hi,could you help me translate a Metastock indicator to metatrader ? Here's the code : Period:= 15;denom1:= If(HHV(H,Period)-LLV(L,Period)>0, HHV(H,Period)-LLV(L,Period), 1);P1:= Mov(((C-LLV(L,Period))/ denom1)*100,3,E);denom2 := If(HHV(P1,Period)-LLV(P1,Period)>0, HHV(P1,Period)-LLV(P1,Period),...
[Deleted]
I'm learning mq4 and have one that displays 2 ima's. But they are bothdrawn in read. How can I control the colors and thickness of theselines? I'm computing the 2 ima's in the start() function. thanks, William
[Deleted]
I am looking for a programer in of course this Mql4. I would like to see what you have accomplished or a resume or sorts.
What is the best data to use on strategy tester ? That downloaded from meaquotes or the data from Alpari? What is the best broker to use?
Hi, I want to calculate de momentum of a EMA, but the result is only a constant 0... void dT1(double ro, int n, int ExtCountedBars) { int pos=Bars-2; double MMES[]; if(ExtCountedBars>2) pos=Bars-ExtCountedBars-1; while(pos>=0) { if(pos==Bars-2) MMES[pos+1]=Close[pos+1];
[Deleted]
Is there a way to plot the %-price change per day on daily charts...? (closed price) Thanks, Gilbert, Brussels, Belgium.
[Deleted]
i want to add a type of commodity, and use mt build model to auto trade it, how to do? thanks.
[Deleted]
Hello, I don't know how to write this into my EA Pair : EUR/USD Initial Lot : 1 Lot Decrement : 0.1 Lot First price : 1.5500 If I have a signal to BUY : - Open 1 Lot at 1.5500 - Close 0.1 Lot at 1.5505 (keep 0.9 Lots with OrderOpenPrice at 1.5500) => Close the last 0.9 Lots IF I have a signal to...
[Deleted]
Deinit() runs when the chart symbol is changed, time period is changed, or the EA removed from the chart. Is there a way to determine what caused Deinit to run? I have objects on my chart I want removed when the EA is removed but I want them to remain if the symbol or time period is changed
[Deleted]
I put the Heiken Ashi indicator on a chart, leaving the original candlestick there and not changing their colors. The HA candlesticks were pretty different from the orginal candlesticks. The highs and lows were close, but the opens and closes were off. Anybody know why this is?
[Deleted]
I'm creating an indicator that helps me see when I should consider opening a buy position. For the most part I'm very satisfied with how well it works with my system. However, the one situation I can't get my indicator to downplay is the fake-out that happens about 1/3 down on a price decreasing
[Deleted]
I wrote an EA that does work but not the way I want it to. I would like it to close the buy position when the histogram goes red on the bar close and then the opposite so it would be in the market all the time. I can get it to stay in the market but it just wont sell or buy at the places i want it...
[Deleted]
Hello All, Our team wanted to get some feedback from the development community on certain problems you maybe facing as a developer and it'd be a big help if you could take some time to find out the survey below. When we're done collecting answers, I'll post the results on this forum so everyone can...
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.