General - page 133

Is it possible to cross time frames in practical EA development? For example, I want to go long when both 1 hour and 4 hours are long, or short when both 5 minutes and 1 hour are short. Can the code be put into practice? There will be no problem with the program logic during backtesting
Hi, After 3 years immersed in a strategy, i was finally able to implement a code. I'm going to start writting here in order to record my analysis and evaluate the results. A friend asked for my opinion based on mu algorithm on ETH, but before i put my vision would be for this moment, i want to show
I’m trying to add crypto pairs to MT5’s demo account. Can someone please help me? Thank
Dear devs, I've purchased an indicator from another website. and I need to install it on MetaTrader 5 could you please help me install it ? Thank you Regards
are bitcoin charts that are on MetaTrader 5 or 4 available on tradingview.com and how can I find them ? Thank you . Regards
I've had great success with Freelance, but I hired someone that apparently is actually not 1 person but several in a group and they manage the programing between them. Well THIS group never was able to provide working code to specs and so I moved on. I requested to cancel and even given them the
Hi, I typically record my trading in excel (real time), and I've found that the result from my excel didn't match with MQL5. I discover that there are some duplicate list in my MQL trading records. I don't know how to contact support or recalculate it on MQL5. Please help
Hi. Anyone know why "Create Signal" Page cannot found the Private Checkbox ? I remember it should have a Checkbox with " This is my personal signal, not available to public. I can open/close public access to it anytime."
I've read about Buy Limits and Buy Stops but I'm having trouble putting that information into an example in my mind. Can someone give me an example of a Buy Limit order vs a Buy Stop order? Thank you
Hello community members! I am currently working on developing a bot for MT4 that can provide me with alerts whenever the BB_Alert Arrows indicator triggers a signal on a candlestick. I would greatly appreciate any help, insights, or guidance from experienced individuals in automating this process
hallo community, Help please, i installed a EA purchased in MQL5 market and it is working perfectly except i want to take a break from the trading platforms and decided to deactivate/remove the EA. To my surprise it still takes automatic trades although i deleted and cancelled everything to do with
[Deleted]
  I am trader  (2)
i am trader Seeking Assistance for Creating a Bot to Generate Alerts for Specific Arrows Indicator in MT5
Hello community members! I am currently working on developing a bot for MT4 that can provide me with alerts whenever the BB_Alert Arrows indicator triggers a signal on a candlestick. I would greatly appreciate any help This is the code
Greetings, I run Backtest and Forward Test for an EA using two different modellings ("Every Tick" and "Every Tick Based on Real Ticks") in MT5 and I got totally different results "Every Tick" modelling was in profit and "Every Tick Based on Real Ticks" was in loss ! Which one is more valid and why
Hi I'm facing an issue when trying to backtest in MetaTrader 4. I receive an error message that there is no tick history. I know that MetaTrader can automatically download tick data for the specified time period if it is not already available, but for some reason, it is no longer downloading the
i have been struggling to download meta trader 4 ,when ever i try this it redirects me to meta trade 5 can you help on instructions i do not intend to use a broker meta trader 4 instead i can choose once i have downloaded
when i login from MacOS MT5 desktop app I can select the company server , but when I login from web app ( https://www.mql5.com/en/ trading or https://web.metatrader.app/ terminal ) the field "server" is frozen and value "MetaQuotes-Demo" cannot be changed. This bug limits the access to your web
I am trying to create an EA that utilizes 2 Bollinger Bands (one with 1 std and and another with 1.5 std) and i enter a position with a close below the bb(1 std) and markets price with a sl at the larger bb and a tp at the middle line , i wanna automatically modify the oder such that it moves the
Please give me a hand: I can't log into the Multibank forex trader4 server, neither can I withdraw my money from that company. How could I do with the Multibank forex Company
Hey guys! I'm facing an issue with CopyBuffer specifically when using Strategy Tester on non-visual mode . Basically, in some occasions, it fills the target array with 0. This is no indicator problem - at least, that's what I think, because: 1 - On visual testing my EA works just fine; 2 - On
Hello coders. I am try to get how long the last closed position took in milliseconds, from entry to exit. The code below doesn't seem to produce what I want. Please advise. I am beginner in MQL5, so bear with me. struct DEALTIME{ long dealentryIn; long dealentryOut; }; DEALTIME time; int OnInit
Dear mwl members, please abandon your stupid update policy forcing users to updates. Today again all my running accounts were logged out with opened trades. Are you crazy??? Update costs me a lo of time since I need to restart 20 terminals and configuring aaaall EAs over and over again. Please stop
Hi there, I need to find a file shared with a customer over freelancer chat. but I do not know when i shared and who was the customer! I know I can open chats one buy one and search one by one to find it but I want to know is there any shortcut? thanks in forward
Can You help me how to add simply Trend Line ( to manual set ) to separate indicator window ... f.ex. RSI I tried this standard code, but I have no idea how to make it work ( display ) ObjectCreate("TLineName", OBJ_TREND, 0,Time[25], Bid, Time[0], Ask); ObjectSet("TLineName", OBJPROP_WIDTH,2);...
I've been testing some simple code, which creates custom symbol. Code also calculates 300 bars and saves them -> updates rates. Every bar is saved as MqlRates structure, which should hold 60 bytes of data (8 bytes datetime, OHLC 4x8 bytes, tickvolume 8 bytes, spread 4 bytes, real volume 8 bytes)
Tried 2 times to register a signal strategy from an FBS cent REAL account. Immediately rejected considered as Demo.. Uhm
I'm sorry if this isn't the right forum, but I couldn't find information about my question anywhere. I have some FREE products in the marketplace. If I exchange them for "paid" products, what would happen to the users who have already downloaded them and are using them? Will the products stop
hi all that is just topic for discussion .. i really can't find answer any where ........ now every one all over the world know that good algorithm is some thing rare and coding correct EA or indicator that is valuable .. not any programmer understand the Trading algorithms and can code good and
Hello everyone! Just this morning I started getting a problem on MT5 with the community login. Whenever I click on the icon in the upper right corner , the login window will not show up. Only some of the borders are seen screenshot on file mt5-2.png If I log from the Tools menu, I can log in without
Guys please help to modify Moving Average Style Color using MQL5. i want to change the color from default RED to AQUA in a single 1 click button. iMA ( _Symbol , PERIOD_CURRENT , 60 , 0 , MODE_EMA , PRICE_CLOSE ); additional art to my EA. tnx