Frequently Asked Questions about the Signals service
Hello please I need some help. First of all I want to put my signal as free, but it said its not possible(minimum amount is 20$) ( EDIT nevermind on that part, I read previous pages and it says you...
View ArticleHow I can refund my money from mql5 market ?
Hello I bought expert advisor. but it did not work as he said. I put 200 $ on my forex account. but half of my money exploded because of him. I talked with him, he said if you bought from my website,...
View ArticleA question for the Pin Bar Candle lovers :)
Hi friends what is the best method to find a Pin Bar Candle , no matter Bearish or Bullish Pin Bar ?
View Articlehow to calculate swap ?
waza123: why it shows $0.09 if I have only one overnightSYMBOL_SWAP_ROLLOVER3DAYS ?
View ArticleDiscussion of article "MQL5 Programming Basics: Lists"
Its a good article and I think it was written to every one in Mql5 community because every thing is clearly explained.
View ArticleLeverages of signal providers
I could not see the leverages used in EAs on the signal page of this site ... where should I look at for learning used leverages for reaching to the announced growth numbers for a specific EA?
View ArticleLocation of enum definitions
OK I think I see where I was going wrong.The enum definitions are embedded in the compilation process and in line with OOP are private and so directly inaccessible to me the programmer. I can add my...
View ArticleWhat is the difference between "current order" and "current pending order"?
we have 4 types of pending orders:------------------------------------------------ Buy Stop Sell Limit ------------------------------------------------------- Ask...
View ArticleDIsplaying Ask/Bid
Hi,try this code : ///////////////////////////////////////////////////////////////int init(){return 1; }void OnTick(void) { double a = Bid-Ask; Alert("Bid : " + Bid + " __ Ask " + Ask +...
View ArticleIs there any api that provide us to do a autotrade when a signal trigger from...
Hi, take a look to this urlhttps://www.mql5.com/en/code/10121
View ArticleMemory Limit with MetaTrader Terminal.
I believe your problem lies in software memory management side. Not hardware. It's just like (almost) every Intel processor comes with a Turbo Boost Technology. But whether your motherboard support...
View ArticleHow to display info in right part of a chart?
You can:ObjectCreate("_LABEL_", OBJ_LABEL, 0, 0, 0); ObjectSetInteger(0,"_LABEL_",OBJPROP_CORNER,CORNER_RIGHT_UPPER); ObjectSetInteger(0,"_LABEL_",OBJPROP_ANCHOR,ANCHOR_RIGHT_UPPER);...
View ArticleWhats the optimal Indicator settings for range, trade, and stop periods on...
I have a turtle indicator with Trade/Stop period, and depending on what time frame I'm in , it can either lag behind or be close to the up/down movement. Also, I have another indicator which uses range...
View ArticleScripts: Correct Gann fan
Hi andrey.I downloaded all the 3 scripts but how do I apply them into the chart?Thanks.
View ArticleTime based EA
Hello, below you can see some standard time based buy/sell. for example at 10:00:00 he buys/sells,but i wonder if you can put a pending order buy/sell the moment that the time is 10:00 with the...
View ArticleProblems with constants in prewritten Stochastic indicator
Hi everybody, unfortunately I didn't manage to find any valuable explanation for a problem.I'm building a stochastic oscillattor from scratch based on the one built by MT4-5 team and located and named...
View ArticleUSDJPY Technical Analysis 2014, 30.11 - 07.12: Bullish within Triangle
D1 price is on primary bullish for trying the breakout on open D1 bar:The price is breaking triangle pattern for uptrendNearest support level is 116.33Nearest resistance level is 118.97W1 price is on...
View Article