Hello Dear Mladen, How re you?Hope everything is fine..I found an indicator called sympohine extreme v2 here in forex-tsd.I guess that you made this version.I have other versions of this indicator but they repaint like crazy.I know this indicator is a repainter but those versions are repaint like
hi how to adjust the lot size if my balance is 10% or less of the provider's balance and he open deals with ( 0.1 _ 5 ) or more lot size
Hi everybody, I would like to know how MT5 manage the orders. When you sell 5 lots after having buy repetidly 1 lot ten times for example, will MT5 be closing the orders starting from the oldest like in cTrader or by the profitable order or something else. Thanks for your help
hi how can calculate the exact ratio of my potential earnings according to the balance , initial deposit , and leverage of mine and the provider ? thank you
I think Market owners will pay attention to this post. Such issues have often been raised on the forum, but as the saying goes, "We're still here". Normally, self-respecting supermarket owners keep a close eye on the range and expiry dates of their products. We don't go to the grocery shops where
https://imgur.com/a/2oRlxfG I have rescountered multiple similar trades and think that is due to the poor quality of backtestingdata. Can someone confirm? If so where can I get a good quality data for axitrader (I need EUR-USD all tick the older the better) accept also paid sources Edit: I use
Hi all, New here and also new to coding/programming, so I apologise in advanced for any stupid questions. I am trying to code into my first EA the ability to only risk 2% per trade. I have the following which basically defines how large the stop loss is in pips (for pair GBPUSD, 5 digits)
hi my dear friend... i want build a expert advisor that works by 100-200 usd and use 0.1 Lot (leverage=1:100)... i learned coding for build EA but i have not a strategy and i dont know how find a good stratety that give proit 5-20 percent per month... please help me dear friends
Hi All, New to the platform and need some guidance please. I want to create an automated trading tool/strategy whereby I have certain levels set in my chart and the trade must get executed automatically everytime the price hits this level. Is there anything on here already that you may have seen
Hi all, Has anyone experience with creating machine learning trading model in WEKA and executing the model in Metatrader(4 or 5)
Hi Have created and EA with EMA crossover, but dont know what i missed from whiich i could auto buy or sell in market. Below are the codes, WIll be great help if any one can help me fixing it. void OnTick() { // Current chart, current period, 50 candles, no shift, expotential, close price double
//+------------------------------------------------------------------+//| pc1.00.mq5 |//| Copyright 2019, Fabio Fredduzzi |//| https://www.mql5.com
Simulate the situation. If 1,000 people were forced to trade amongst themselves, how would the graph behave?
(218 1 2 3 4 5 ... 21 22)
imagine such an experiment. They decided to do a study. They gave out $100 each to a thousand people. they set up their own broker, installed an exchange terminal and told everyone: "start trading". You could put orders in the market. You could open deals on the market. (financial instrument -
I was just curious: for debugging purposes I want some of Print() functions to be commented at once. Here's my approach that does not work: #define DEBUG // -debug switcher, comment line for production//debug printer:#ifdef DEBUG #define DB //#else #define DB #endif DB Print("some debug info..");
What or who makes the changes of your technical indicators if you check the square box??, example: (A) "Allow DDL export" (B) "Allow external expert imports" (C) "Allow modifications of signals setting" Whening adding a indicator to my chart the following options are available if you check the box
my charts takes a very awkly long time to update to the current rates & date. wut's up? 'couse i don't think is my internet speed
hi i want to subscribe a signal his slippage page show just the below servers what about other servers and brokers because my broker isnt anyone of them does my slippage will be more than the above ? thank you
Hi, I wrote a mql5 ea code to buy to open on stochastic oversold and sell to open on stochastic overbought, at %K and %D crossover. However when it hits the necessary requirements for entry the buy and sell are executed but multiple buys are triggered, or multiple sell are triggered and multiple
I have added an to the Market. i get this message. How to upload the Custom Indicator to the Market test on EURUSD,H1 tester takes too long time 2018.04.02 00:00:00 cannot open file 'MQL4\indicators\super-trend.ex4' [2] 2018.04.02 00:00:25 cannot open file 'MQL4\indicators\super-trend.ex4' [2]
I just joined mql5 in the last 3-4 days. When I click to write a blog, then there is no option for new blog
Hi All, I'm an aspiring MQL5 developer and would like to collaborate with people I can meet up with in Sydney. I've been a software developer for decades, but new to MQL5 and forex trading . Greg Ambrose
hello I have an account demo in metatrader4 with 950euros and now when I try to take a trade I have an electronic answer " market closed " or "trade desactived" are you already pass per this problem? Who can help me please
Hello, I had 50 dollars left here on my account and i don't want to use it in mql5 so i tried to withdraw it to epayment account but couldn't make it. Is there anyone who can help me
i want to change mt5 system from hedging to netting can you help pless
Hello guys. Im looking to learn how to do a backtest on trade strategies with MT. Anyone can recomend some tutorial or material to study? At first im gonna use RSI to test. Thanks
I ordered a EA . From no where the arbitration took place and I had no opportunity to answer nor I given the opportunity to anwer. The developer <Deleted> basically submitted some garbage code that does not even run and said that he will warranty it of defects and malfunctions. Nothing of what he
Good Morning everyone.... Anyone knows how do I put the percentage indicator at the Market Watch column on MT5? Ex: Symbol / Bid / Ask / % <--(?)
Hi! How can I run multiple EAs on different accounts via 1 MT4 terminal? If I do that now, the account balances will be added together and then only 1 EA will work, so the others will not. Does anybody have experience with this? Thanks in advance
Now, my singalPrice is 1600.00,if breakOut,Bid is 1600.10,we can get a singal. but and this time there will breakout 1600.00 even more than 60 timer at one miniute, how can i get the first one singal
double AccountWeekProfit() { int netprofit = 0; datetime starttime = iTime(Symbol(), PERIOD_W1, 0); for(int i = 0; i < OrdersHistoryTotal(); i++) { if(OrderSelect(i, SELECT_BY_POS, MODE_HISTORY)) { if(OrderCloseTime() >= starttime ) { netprofit += (OrderProfit()
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.