Expert Advisors and Automated Trading - page 6

Hello, I would like recommendations for grid EA that works with broker in the US like Oanda or Forex.com. Could someone please help me with that? I need a reliable EA that is not Martingale. Thanks
Im trying to backtest a strategy from "StrategyQuant x" and it just doesn't seem to work, no trades from the backtest. I've tried several things such as reinstalling the program or trying different money management methods. I'll share some screenshots to make it easier. Help will be highly
this is what i've been using: for ( int j = 0 ; j < OrdersTotal (); j++) { if ((OrderTicket = OrderGetTicket (j)) > 0 ) { if (( OrderGetInteger ( ORDER_TYPE ) == ORDER_TYPE_BUY_LIMIT )) { CountBuyLim++; } } } and it is succesfully count the number on Buy
in this doc Trade Operation Types all operation about placing a new instant and pending order have no ZeroMemory, but every operation about modifying or closing open order and pending has ZeroMemory in it. i experienced some error modifying SL/TP when i first start learning mql5 but i forget what
Hello everyone, I am new to coding and have limited experience, but I recently came across an ORB EA strategy online that I like. However, there is some issue with it. I The EA is supposed to draw and set the open range high, but it appears to be slightly shifted above the highest high, which is
I have read meny threads and docs, followed them but non of them work. here the place where my file is C:\Users\marti\AppData\Roaming\MetaQuotes\Terminal\F762D69EEEA9B4430D7F17C82167C844\MQL5\Files I found it in File > Open Data Folder In my code I have the path set as follow: string
Dears... I'm trying to get the open price of an order which already closed in MQL5 as i want to open a position on SL hit, I used HistoryOrderGetDouble (trans.position,ORDER_PRICE_OPEN) the trans.position return the order number properly. but this function return 0 as open price of the order. i
how can i write a code so i could close positions after crossing two ichimoku line
Hello, I created an EA for both MT4 and MT5. When uploading the MT4 EA to the Marketplace, all validation succeeded with no errors. When uploading the MT5 EA to the marketplace, though, I get the error: 2020.04.30 02:05:30 failed instant sell 3.3 EURUSD at 1.08735 sl: 1.08768 [Invalid stops] I am
  Better NN EA development  (867   1 2 3 4 5 ... 86 87)
Hello everyone, I will start this thread by first stating that if you are a beginner and have no high level programming experience you are better off reading other threads. I intend this thread to be for the very experienced programmers with some Artificial Intelligence background. I am attaching...
Hi, I hope you are all doing great. I have been learning more and more about Mql5 programing language for the past few months, but there is one thing that keeps confusing me. It is about some Global variables: _Symbol Symbol () _Point Point () _Digits Digits () Correct me
Hi All When ever I modify my stop orders (Buy stop and Sell Stop) I come across this message on my experts tab: I've searched for modify no changes when modifying stop orders (Buy stop and Sell Stop) and I haven't solved what is the cause of this problem. Please assist if you know the problem on how
Hello, I have a problem with the strategy tester. My question is, do I need to have a subscription to the cloud service to perform backtesting? At the moment, the tester is not working, and I'm getting the error 'cloud network mode is off
So I have two brokers on my account ( Forex.com and AmxerMarkets ) and I want to run different EAs on each of the brokers. For the same of simplicity lets call the first EA ForexEA and the second EA AmxerEA . I set up the ForexEA first on EURUSD in the Forex.com broker. But when I want to set up the
totally different with same conditions . i added the two backtest graph which created highly different results with same conditions * why and how can I adjustit*
Any help would be most appreciated. I have not found one that doesn't produce the "this app is not licensed for use on this broker server". My geography may be an issue as well. Canada. Cheers
Hello, how can I add an indicator to my EA? It should be remembered that the indicator will not have any function in the expert accessory, only that I want it to appear when loading the EA so that it is not loading separately. This part is the one that loads more indicators to my indicators
I am trying to figure out why every pending order is being cancelled right away after placing it successfully in the market. The error message the EA is returning is the following: "Error Code: 10013 [Invalid Request]" Here is the log where you can see the messages from the server: RQ 0 17:21:02.223
Hello guys, i have the following questions. First of all i have no experience in coding, but i would like to know if its possible to create an algo, that recognizes Patterns just by the looks of the last 1-3 candles if you feed it enough samples what to look for. ( If so which programm is capable of
Hi guys! I got these errors as shown on the attach and below: 1. " double closePrice = Close[0];" - Error: - 'Close' - undeclared identifier - '[' - array required 2. double stopLossPrice = NormalizeDouble(Ask - stopLossPips * Point, Digits); - Error: - 'Ask' - undeclared identifier - ',' - open
What is the code to set two MA crossing as sl in MetaEditor5
Greetings, Is there a way to Automate Trading from TradingView to MT4/MT5 ? Simply what I am trying to do is to set conditions for opening the trade based on an indicator, for example, the Super Trend indicator on TradingView gives Buy/Sell signals. I want my trades to be opened on MT4/MT5 after the
Good morning, I am looking for a French-speaking developer to collaborate on an existing project to complete or modify
Hello Folks, I'm very new to MQL programming. I just start coding to write LAST TRADED PRICE in external text file. All my effort are failed. Below is my code. Can anyone please correct my code. //+------------------------------------------------------------------+ //|
Hi, I am trying to update and reference multiple SL values using a function TrailingStop() When I have two positions open and I iterate through them selecting ticket by index I am able to update the two different SL Values. I do this for each position and store the SL value in an Array double
I will not mention the name of the product i bought because I hope the author will fix this issue as the product works great in demo. I hope to have the issue fixed and working great in real account soon. However, the issue is that in demo the ea has a small sl of 5 points, but when added to live
the red and gray lines seems to be the line graph of the "open ask & close price "... my EA does not hay ANY indicator.. where tthose lines comes from ??? and how to disable them ??? the "help info" of the MT5 does not offer help
I bought 3 EA's recently. Problem is I installed them wrongly using wizard instead of file/open data folder/copy on/off done. I tried deleting files from both my MT5 account and in my files, then when I tried to re install the EA goes to my market section only in my navigator. When I then try the
Please update me why I am getting these error : 'vctReturns' is not a class , struct or union CMomentum.mqh 48 21 'Std' - undeclared identifier CMomentum.mqh 48 33 'Std' - some operator expected CMomentum.mqh 48 33 '(' - semicolon expected CMomentum.mqh 48 36
Hello everyone. Currently, I'm attempting to manipulate MT5 using Python. I first place an order without setting any stop-loss and take-profit conditions. After a period of time, I then set the stop-loss and take-profit prices. However, I'm encountering the following error message: "order_send