General - page 229

Hi Everyone. Im trying to create an expert adviser that works on RSI. Basically once the RSI(14) gets to 90 the expert should open a sell order. I would like for it to open a new sell order every 6 candles. I want to use it for crash500. The I got it to open one sell order but not sure how do make
Need help with fix this error
hi guys ... i am trying to build EA with ichimoku indicator but i faced as attached error . pls help me if you can
Hello, I am looking for someone who can suggest me a bot that can work with the following strategy: I would like to automate a specific strategy which is when the price of a trading pair reaches a certain price and then the trend turns down the bot to sell when the price is 2 or 3 pips below the
Hello traders and programmers. this is what im looking for: I need a tool/add-on that can allows to buy/sell above/under the prior bar with on click of a buttom i would HIGHLY appriciate any help and reccommendations Thanks alot
Can someone offer advise on how I can test a trading panel when markets are closed , I have tried strategy tester but no joy , It would be great if there was a virtual weekend market
Is it possible to use moving average/any other custom indicator in my EA and hide it when the EA is running
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © theunit707 // @version=5 indicator ( 'Al Brooks Gaps' , overlay = true ) Bull = low > high [ 2 ] Bear = high < low [ 2 ] bullGapBGColor = input ( color.green , 'Bullish Gap Background'
Hello, Once I register as a seller in MQL store, is it required to publish my first and last name in my profile? Thank you
Sorry being so fool, but I cannot find switch command syntax in https://www.mql5.com/en/docs. When I write code ENUM_TIMEFRAMES SetPeriodName (string period){ switch(period) { case "M1" : return(PERIOD_M1); case "M2" : return(PERIOD_M2); ... case...
Hi everyone. After I have entered a long trade, would it possible to automatically adjust my stop loss higher once the price has reached a certain amount? Thx
I need a double in mt4 , say double "Get1500price" = " the market price of 1500 server time at current day " please help
Hello. How can I delete my MQL5 repository (disable MQL5 Storage)
I have two emtpy file (0.00 Kb) on Storage. Now I want to 'Commit to Storage' or 'Delete File or Folder' but can not. Please help me how to delete it
Hi, are there any limitations for EAs being sold on the MQL-Market? I was wondering if its allowed to connect the EA with the seller-custom server. This could provide supportive features, which are not possible within native MQL (e.g. Stream manual or AI generated market analysis). Thank you very
https://dl.acm.org/doi/abs/10.1145/3578360.3580275 Codon: A Compiler for High-Performance Pythonic Applications and DSLs Codon is a new "high-performance Python compiler that compiles Python code to native machine code without any runtime overhead," -- slashdot
Hi does anybody know how/ if the font size can be enlarged please on Mt/5 price range
Hi ! I am using an AMD Thread Ripper 3990X with 64 cores for my back tests since today :) The issue is that when I use 64 cores / agents the testing is considerably slower compared to using 32 agents / cores. Does anyone here have experience with Thread Ripper 64 core or comparable systems
[Deleted]
  Camarilla EA.  (5)
Hi to all any one can do EA for camarilla pivot point ((camarilla pivot not classic pivot)) i have the indicator
If you have two different currency pairs and their prices are different but you've noticed that they move in the same direction however sometimes one lags the other one or one leads the other one by few pips for few seconds. What function can i use to determine when one is leading/lagging? In mql5
//Inputs input double riskPercentage = 10 ; // Risk % of account balance per trade input int TPandSLpointsFixed = 200 ; //Fixed SL and TP points at open of the trade input int TrailingPoints = 50 ; // Trailing stop points //////////////////////////////////////////////////// void OnTick () {
class FTP { string m_url, m_user, m_pass; int m_inet; int m_session; public : FTP( string url, string user, string pass) : m_url(url), m_user(user), m_pass(pass) {} ~FTP( void ) {} bool
Hi all, First time poster here. I've been learning a lot from you guys over the last year and hope somebody can help met out with this one. Please let me know if this is the wrong forum. After installing build 3621 yesterday I immediately noticed differences in the results of my backtests. No change
<personal data was deleted by moderator> mql5 mt4 forex trader Saad Eldin Ahmed Saad <personal data was deleted by moderator>
Hi all! I encountered an error when working with WebRequest () . First I will demonstrate the results from the command line. We make a request without any headers and get this result. In this case everything is correct and should be so. The answer is returned in text/html format. C:\Users\tol64>
Hello mq , what is your sigmoid derivative formula if i may ask in the Matrix and vector libraries ? I'm getting same sigmoid values for activation but different for the derivative . I'f i'm doing something wrong let me know of course .(which is probably what's going on) thank you #property version
Hi everybody, Is there a reversal function available in MT5 (switching from sell to buy and reversely) without exiting the trade ? Thanks and best, Boris
Hi, I've followed most of the protocol of other posts, and still not working. "1. delete *tab files in data folder, terminal - community 2. login to community using username and password less than 10 characters 3. Reinstall MT4" However, this MT4 was downloaded from my brokers website as the
Let me know if you can help. Thanks
Hi, Since updating MT5 on March 12th incoming custom symbol ticks from an external source using a mql5 script (CustomTicksAdd function) are getting updated on MarketWatch window but the current bar is not getting updated on the chart window as per the incoming ticks. Although the bid/ask line is