Expert Advisors and Automated Trading - page 278

I have an EA that draws rectangle on a specifically defined bearish pinbar followed by a bullish candle. Please see the code below. It basically shows the rectangle on the timeframe displayed on the chart. How can I search for this candlestick pattern on timeframes within an H1 candlestick down to
Somebody asked me to make an EA which can use the signals coming from an indicator. The problem is Indicator doesn't send any useful data as out put so I can't use iCustom. And it also doesn't draw anything on the chart so I can not work by its objects too. the only thing we have is the signals of...
  Compiling Errors  (3)
Hello guys. I am having a problem compiling this code. When I leave out the closing parenthesis I get only two errors. But when I include it I get 26 errors. Could you please help me by going through it and highlight for me anything that I may have missed? thanks! PS. "Createtline" is a function to
[Deleted]
int PORBullishBars(int i) { int POR_Bullish_Counter = 0; for(i = 1; i < Bars - 100; i++) { (this is 694 line where error occurs: '-' - open parenthesis expected if(Bullish_POR_LevelBuffer[i] != 0 && Bullish_POR_LevelBuffer[i] != EMPTY_VALUE) { POR_Bullish_Counter = i; break; }
Hi, I have an EA running on remote desktop. The EA keeps getting upgraded from time to time. What is the best way to push the new version of the EA to all the remote desktop also loaded them on a new chart programmatically
I'm starting to experiment a bit with a neural network library in MT5. The library has some handy load and save methods which are useful to retain the network weightings between separate runs of the EA. I'm about to implement the load/save functionality but this leads me to my problem; Normally EAs
Hi everybody, Im developing an EA, but i' having trouble at understanding how I can get the value of the RSI at the current Tick. Im using the iRSI function, and I'm able to get values out of it. The problem is that I need the RSI value of the current tick and not of the last closed bar. Do you know
[Deleted]
Hi all, I ran optimization with MQL5 cloud network and I got this error: OnInit returned non-zero code 1. Can someone help me? Full log at: 2020.06 . 19 20 : 36 : 33.874 Tester Experts indicator and trend 23 .ex5 on EURUSD,M5 from 2020.06 . 15 00 : 00 to 2020.06 . 19 00 : 00 2020.06 . 19 20 : 36
Hi all, What's the best way to find the length of a trend in an oscillator? For example when macd moves below zero for 4 bars the length of the trend will be 4
I want to use the bollinger bands as normal, just with one exception: For the newest, the current candle, the bollinger bands shouldnt move as the price changes. I want to set a certain value, and the bollinger bands should form as if this value is the price of the current candle. Is that possible
If I cannot do it from same platform then I need to have 2 MQL5 accounts and being log-in from 1 MT5 platform to 1 account and from another platform to the other account? Is there a more simple solution? Thanks for your answers
Please I'm a beginner in python programing language and my mission is to create a trade copier for MT4. So I want to know if it is possible to use python and create mql file
Hello I'm building multiples EA for EURUSD, but there are some conflicts when they open a posiition. How can I filter to see if my current EA with magic number x have a open position? PS: There are more than 3 EA's. I didnt put all together because I wont be able to backtest . if (temosNovaVela
Hello there.. I'm new in MQL5. I'm planning to migrate my MQL4 file to MQL5. I wanna create objects that exactly point to price and time like DASH SYMBOL in MQL4 that are not supported in MQL5 anymore. I just found 2arrows that do that things in MQL5: OBJ_ARROW_LEFT_PRICE, OBJ_ARROW_RIGHT_PRICE I...
I paid for a new EA, but I can't install it. It appears a button saying "install" but I the button doesn't work. What shall I do? Shall I return the EA
[Deleted]
Hello admin, Does signal subscription mean copy trading? If I join a signal subscription, do I only see the trade taken or the system will automatically take the trades in my real account for me via the signal subscription I have. With the same logic, if I start to provide signals through my real
Hi All, I have a problem disable the signal that I am currently subscribing. I have unchecked all the box but the account won't stop trading
I can create a "dot" object just fine, the problem is that the dot shows up around 10 pips below the bid price, I would like for it to show exactly on the bid price line. void DrawDot( string DotName, double LinePrice, color LineColor) { if ( ObjectFind (DotName)< 0 ) { ObjectCreate ( 0
Need a broker with 1:5 leverage to backtest an EA. Tried XM, Admiral, IC, Pepperstone etc but in the strategy tester there's only 1:1, 1:10, 1:50 etc
Hi excellent people, I am using this indicator (Kaufman MQ5) https://www.mql5.com/en/code/351 I tried this code to print the function to the chart but I only got -1 -1 -1 0 do you know what I'm doing wrong? This would work in MT4... Code is below and here is the chart and data window (which shows
Hello guys, i have a problem. In fact i created and ea that's supposed to analyse previous candles(starting from rates[1]) and send a signal(push notification) but i want the ea to send the signal once and wait for the candle to close before trying to send one more time not on each tick movement of
How do I choose a developer from a list of applicants
  EA  (3)
Do you have an EA for opening a position when the daily candle close (the body not the wick)
Hello I am learning mql5 language. I have designed a code to setup pending orders in gird when a candle is bigger than the predefined range. If candle is bullish then place 1 sell trade and then set a specific amount of sell limit orders based on open price of the Sell trade and opposite for buys
Hello .. I imagined a robot, so it will only be theory. Here's the idea: Imagine 2 boxes, a Winner AND a Loser. The robot will be of the scalping type on the closing of the candle, it will accumulate (in cache) at each opening; profit or loss in the corresponding box. We could adjust the 2 boxes to
Hello everyone. I am using a custom indicator, but ever since I added it to my code, the backtesting did not run at all. How can I improve the code? Or is it even from the indicator this slowness? Best regards. //+------------------------------------------------------------------+ //|
Hi I made EA depend on moving ravage cross down and cross up and small crosses not taken the problem is the orders not come in sequence buy sell buy sell ... some time come buy buy sell or sell sell sell.. how can I make the orders in sequence sell buy sell buy.... thanks
Most of EA's work bad way, when using indicatros levels for opening trades. Let's use RSI as example: Buy 30 Sell 70 All fine but, many, many times the price goes wrong direction as our indicator wat... I need script for RSI or W%R On Set levels No 1 - open pending orders, and open trades when the
In the code below: for ( int j= 768 ; j< 780 ; j+= 1 ) // 768dec=300H, 1024dec=400H { string strTemp= StringFormat ( "%I64X" , j); strTemp= " \xF" +strTemp; Print (strTemp); } I get this result
What I am essentially asking is if there is any sort of indicator or script that I can apply to a chart to turn it from a standard candle/bar chart into a Renko or Heikin-Ashi chart (which aren't available by standard in MT4/MT5 as far as I am aware) and then allow an indicator based EA to make