[Deleted]
Hello, I don't want people to download my expert. I made it myself and I must have accidentallychecked the box that other people can download it. At least 2 times I did not checkit but I'm affraid that I have done it the last time I uploaded the newest expert. Can I or someone else please uncheck...
[Deleted]
I found several participants of championship trade multiple currency. Is that okor not? For example: Account 400239, Account 400135, etc
[Deleted]
Is it possible to change the default parameters for the Fib Retrace tool? I make changes using the dialogue box but they too often disappear. I wantto make them permanent so that they appear when I apply the custom indicator FiboRetracement3.mq4. Any help would be greatly appreciated.
I see a lot of "lots" on the trades made so far that far exceed 5 butthe profit does not match.. is there a glitch in the machine somewhere where fivelots is now 50 lots? how did one buy 300 lots? (according to the trade log) I see more lots more than 5 also.. what's up? looks like the deciman...
I have found that there is no way I can interact with the chart itself, so I thoughtI might use objectset(an arrow possibly) to set an object on the chart, and read the priceat the object using objectget(OBJPROP_PRICE1) etc.. (some coding is missing forclarity) but I get "0"... is there anyway...
[Deleted]
Hi, I am in the process of building a dedicated server to run MT Client Terminal. Specifically,I was wondering if each expert when added to a chart runs as seperate thread withinone MT4 Client executable? I would assume that the MT 4 Client terminal is writtenusing C++. The reason I ask is that I...
i'M ATTEMPING TO DEVELOP A HEDGING STRATEGY TO MINIMIZE RISK. HOW DO I DETERMINECORRELATION BETWEEN EURUSD AND GBPUSD USING THE CORRELATION PROGRAM PROVIDED INTHE INDICATOR CODE BASE ? 'Correlation USDCHF/EURUSD' WHAT IS THE CONCEPT BEHIND CORRELATION, I HAVE ATTEMPED TO UNDERSTAND THE CODE BUT...
[Deleted]
Hello, Is it possible to use a trendline to set a alert ? With something like that : If close > trendline then Alert("Resistance breaked"); Regards, Tintin92
hey, what? the chart on eurusd is showing ask of 1.2784 and the sell trade i have on is showing price of 1.2794. are my eyes deceiving me
[Deleted]
How does the backtester get/use the spread in backtesting? The reason I ask this question is that I get different backtest results dependingon when I run the backtest (same data, same computer, same server etc). I can only assume the 'live' spread is been used, hence the variation in results.
[Deleted]
Hello, I have the following error : 2006.09.29 09:34:43 trade EURUSD,M1: Error = trade is not allowed in the expertproperties when I try to use the following script Trade.mq4 downloaded from here : 'Trade' Where is my mistake ? Thanks, Tintin92
I downloaded the code and ran it on what I thought were the same parameters andI ger: Strategy Tester Report MySystem SymbolEURUSDm (Euro vs US Dollar)Period15 Minutes (M15) 2006.01.12 10:00 - 2006.09.22 00:00 (2005.10.18 - 2006.09.22)ModelEvery tick (based on all available least timeframes with...
I have an EA that frequently has 7-10 winning trades followed by a 10-16 losingtrades. Is it possible to have two platforms running that send signals eachother? So that most of the time the EA in a live account is dormant but oncea demo account has three winning trades in a row it activates the EA...
[Deleted]
hi What is the initial money in each account of paticipant is usd and jpy (because i trade eurjpy , then i have to know how to convert to yen )
[Deleted]
can anyone guide me how to total up ? why the function of "TotalProfit"in MQL II no longer be used in MQL4?
[Deleted]
could you give me example to check free_margin for trading eurjpy
[Deleted]
Is the side of lot for competition is 10k or 100k per 1 lot ?
[Deleted]
I have been using CCI as an entry indicator combined with RSI. Does anyone havean indicator that will alarm me when CCI crosses 100, 0, and -100, and RSI crosses50 in the same direction?, similar to the RVI, MACD that I believe Eliyan (spelling)made? His EA alarms when Macd crosses 0, RVI crosses 0...
can someone please help; how do i change the code below so that it only look atorder in the market that it placed. so if i do other trades or another expert thatit doesn't influence the expert below SEma = iMA(NULL, 0, ShortEma, 0, MODE_EMA, PRICE_CLOSE, 0); LEma = iMA(NULL, 0, LongEma, 0,...
On the website of the Automated Trading Championship 2006, the article "Equipment Test Report" has been published. It summarizes the tests of blade server, uninterruptible powersupply, and net equipment. Stanislav Starikov, the Member of the Automated TradingChampionship 2006 Jury, has commented the...
Forex Charts. The forex charts that you’ll be using for your trading, depending on the forex system that you’re using, maybe either line charts, OHLC charts, and probably most commonly, Japanese candlestick charts. Remember that any currency pair is always quoted in the same order. For example...
my expert was : Your checking is incorrect. Note that your deposit figured in dollars, but EURUSD lot is in euro where in usa I thought if you deposit was in usd, then your purchases would be in usd.. however I must be wrong... so should I multiply my 1000*Point*Lots to calculate the cost of each
[Deleted]
A friend of mine was running his standard account at my house last night. We bothhad the same expert running with the same identical settings. However, my expertmade several trades but his did not. My account is a mini account. Has anyone noticedthis before? If so, was there any resolution?
Anybody can help me to understand in which manner i can trace an EA line by line such in debug ??? Thanks a lot Gauss
[Deleted]
Hello I want to use iBandsOnArray on data of a moving average (iMA) . could you please tell me how can I havean array from outputs of iMA? Is there any sample available? Thanks
can someone help, nead to change the normal buy order to buystop, but keep on gettinga 130 error if(LastBar == 1) { ticket = OrderSend(Symbol(), OP_BUY, Lots, Ask, 5, Ask - StopLoss * Point, Ask + TakeProfit*Point, "BuyStop", 12345, 0, Green); prtAlert("EUR/USD:Buying"); if(ticket >...
new to mql4. writing so code to try out all aspects of mql4. wrote simple buy/sell code that work of last candle open and close. just have oneproblem as soon as trade is close buy stop loss or profit limit it opens up newtrade; how do i code so it only open trade again on next candle.
Hi Does anybody know if it is possible to program an expert advisor that works on the Stocastic Oscalator indicator? Where can i get help in getting this done? Thank you Mathys
[Deleted]
SetOrder(OP_BUY,Lots,Ask,3,0,Ask+TakeProfit*Point,RED); I found this line somewhere but MetaEditor doesn't recognizes the variable RED. so I tried to put 0 instead: SetOrder(OP_BUY,Lots,Ask,3,0,Ask+TakeProfit*Point,0); But again it says: 'SetOrder' function is not defined. Did I miss a line...
[Deleted]
I would like to get the current SAR value that is plotted to the chart. double SARCurrent = iSAR(NULL, 0, SARStep, SARMaximum, 0); This call doesn't seem to get this value. Any help would be appriciated. Thank you.
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.