General - page 273

Does anyone know where I could find a proper EA Builder
I have bought an indicator for MT5. However, there are no compatible data services provider to MT5 for Indian market. I would like to switch my purchase to MT4 platform instead. What is the way to switch the purchase across platform
Hi Everyone. Im trying to develop a expert to use on crash500 market, The aim is for it to open a sell order once the RSI is on 90 and then open a second and a 3rd order about 4 candle sticks after the first order was placed. Basically the first order to open when RSI is on 90 then open a second
I tired contacting the seller no reply . how can i get a refund or fix this
[Deleted]
Anybody having the same issue on an Android phone
Hi All, I can no longer attach any of the EAs that I previously bought and downloaded from the Market. The following error message is logged in the journal: 2019.10.10 12:22:22.725 cannot load
Hi guys, I am very new to MQL5, have written myself an EA but I am stuck. I have a simple strategy as I am just testing creating EA's. I have a strategy where i have 2 EMA's (fast and slow EMA) when they crossover, I create a buy or sell order, I have also been able to set a fixed sl and tp and a
Hello, traders. I'm developing a trading strategy using ml. For training and backtesting, I need historical ohlcvi data of all future contracts.(from all(amap) exchanges. cme, ice, nse..) I think daily data is enough. Could someone tell me where is the best place for get data? (correct, low price
  Payment method  (2)
@MetaQuotes Is WebMonay still available as Withdraw method please
hello I just received a VPS account from CloudZy to run my expert, I have received these lines of errors once I run Strategy Tester(after initializing just before the EA get run) : can not add tick event ( events' array size is 851968) not enough available memory, 1845 MB used,441 MB available
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