as scalper looking for free trading tools { indicator or EA } for calculate lot size automatically
(1)
hello all friends me as scalper looking for free trading tools { indicator or EA } for calculate lot size automatically i want put manually SL and when candle close or push a button immdeitally calculate lot size and open trade, at this moment i have a tools that calculate lot size but don't put
For those who have searched and found nothing. Hear you are. Make sure Allow algo trading is checked . Place on a chart of a currency whose positions are opened. Otherwise would have loved it works on any chart but could get it to do so. May be one of our proffesor programmers can sort it out
I have a little challenge. When I for example use OctaFX or MT5 from this website does my code works. But in IC Market does this code not work. trade.PositionClose Type of account is hedging. The code error is 4756 Also if I open an order with #include<Trade\Trade.mqh> trade.Buy(0.1) I can not use...
Hello good people, I have a problem with one robot if someone could look at the settings and suggest what would be good to change because it is not profitable. I've tried various ways, but it always ends up ruining the entire account on the demo account .Any advice on settings is welcome
Hi, I can't seem to figure out how to add the ability to close a trade to my bot. I am using python. Here it shows SL and TP https://www.mql5.com/en/docs/integration/python_metatrader5/mt5ordersend_py Which I am using, but I cannot see anything related to closing a trade. Right now my bot receives a
Hello I am wondering if I disable automated trading . then what anything can ea do? Can it just modify tp/sl remaining positions/orders? thank you
Hi Guys, I want to write a ea but when I put it in the chart, it will wait until the current candle close, (for example : double Close[]; ArraySetAsSeries(Close,true); Copyclose(_Symbol,_Period,0,10,Close); ), which is when the tick of Close[0] close, then it became Close[1], then it just start(I
Hello, does anybody got an idea how to change the methods "CompareMaps" & if needed "ExtStatexxx" to add hidden divergences to the let's say CSignalRSIclass? Thanks in advance you smart people
I've decided to "test" the Automatic validation tester, or in other words - to understand its errors. And yes, I've read this ( The checks a trading robot must pass before publication in the Market ) article. It says that for a Buy Limit order the check would be Ask-OpenPrice >=
Hi, Im using a paid signal wich is automatically enter positions of 0.01 lots even that i have more then 10000 in the account i would like to raise the risk to 0.25 or more the way i chose it i spoke to the author of the signal and he told me i should contact mql5 and ask them how to raise the risk
[Deleted]
Hello, Does anybody know how to resolve a " Soft time limit 150 ms exceeded.". I have an MT4 Zuluscript operating and it keeps freesing after a few days giving this error message. I got this feedback from Zulutrade but not sure how to optimise the script for better performance. Thats just a warning
Anybody knows a Bollinger Bands EA for MT5 that - SELL when price touch Upper Band - BUY when price touch Lower Band Could indicate
Hello Community or Support, when i catch a sell order transaction for a simple Gold SELL MKT order, i get this transaction sequence: QN 0 14 : 49 : 25.391 otype_on_sell (GOLD,M1) entry-type= DEAL_ENTRY_IN trans-type= TRADE_TRANSACTION_ORDER_ADD otype= ORDER_TYPE_SELL dtype=
I try giving out this robot to programers to do for me but I couldn't load my wallet with dollars.The fault is actually coming from my country bad policies with USD transfer limit per month for as low as $20. Please,can anyone help with how I can create this robot either on fxdreema(preferably) or
I wrote a 15 minute timer(15*60), but I want to make the onTimer() start regularly, for example, 00:15, 00:30, 00:45. How should it be realized? Thanks very much
[Deleted]
Can I trade manually as well as run an EA in my MT5 live or Demo account - at the same time? Or is it either manual trading or EA on MT5 in one Demo/live account at a time?
Hi everyone, I have recently downloaded data from tickstory for a number of symbols and have now successfully loaded it into MT5. Before using it in anger I wanted to verify that the strategy test was giving similar results between the broker supplied data and the custom data I loaded. So I did a
Good morning everybody. Currently, I've got some EA on a MT4 with a demo account, and a real account on MT5. I'd like to "auto" copy signals (or receive an alert of the position that my EA is opening) from my mt4 account to mt5. Is this possible? I've read many tutorials, but it's so confusing
hi i made this function to close trades when the amount of profit in the open positions crosses a certain threshold the bot closes all open positions cause i noticed in the back test that EA was had alot of equity it was holding onto but was not closing the trades. bool CloseAll () { bool result =
Welcome, I'm trying to write a signal timer and it's not working The thing is that, the trend indicator sets a value in the buffer that is different from zero when an asterisk appears on the screen. Then the buffer is reset to zero until the next asterisk appears (that's why static bolean) I wrote
Hello everyone, in my EA the user informs the Stop Loss value in a field, and when the trade opens, the Stop Loss line is placed on the chart automatically. I use the "trade" Class and the "Trade.Buy(...)" command where I inform the Take Profit and Stop Loss position, but after opening the
What it is: Below, you'll find my Swiss Army EA. I've designed it so that it can manage orders in your MT4 terminal using a large variety of methods. Features includes breakevens, trailing stops, setting/removing for takeprofits and stoplosses, and many close-out conditions; you also have ability...
Hi! I have stumbled on a very interesting problem. If operator is executing the code inside if operator even if condition is not fulfilled. Here is the code: //adx formation type 2 Print (adx_buffer_slow[ 4 ], " " ,di_minus_count_good_enough_3, " " ,di_minus_crossed_adx_down, " "
Hello, I have EA on several charts that my EA's export data till live market when meta trader open is this possible update export till live market without reopen MT5? In fact I need tools to refresh expert list In chart I do right click and then click on refresh but it doesn't work, needs to
I created several EA some of them where making good profit for few months, some of them gave me millions of $ with only 100$ starting but I had to enter at a certain time and date like 2017/01/06. I'm still figuring out the basic or a method to create an EA that will go up consistently in the
Hi . i create Regression Line with code : void OnTick () { datetime time_0= iTime ( _Symbol , PERIOD_H1 , 1 ); datetime time_1= iTime ( _Symbol , PERIOD_H1 , 29 ); ObjectDelete ( 0 , "a" ); ObjectCreate ( 0 , "a" , OBJ_REGRESSION , 0 ,time_1, 0 ,time_0, 0 ); ChartRedraw(); Sleep ( 50 );
Hello, I'm currently developping forex robot using Python API for Metatrader 5. Among different things, this robot places trades given by external signals (with price, SL and TP). I use euro funded account, trade XAUUSD, and have a 1:100 leverage ratio. In order to implement 1% strategy (meaning
Hi guys, Would it be possible for someone to help me find a way to tell me EA to only execute trades when there is a specific distance between two moving averages? For example double ma50=iMA(Symbol(),0,50,0,1,0,0); double ma200=iMA(Symbol(),0,200,0,1,0,0); I basically want to know which command i...
Hi, Please take a look at the following code: //+------------------------------------------------------------------+ //| Get an event description by its ID | //| country_code: country code name (ISO 3166-1 alpha-2) |
hey Guys, I am having issues understanding how the ignore flags are working for the signal's filters. Based on the documentation and following up the comments in the standard library module CExpertSignal, it should be possible to ignore the signal generated by filters through the m_ignore protected
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
If you do not have an account, please register
Allow the use of cookies to log in to the MQL5.com website.
Please enable the necessary setting in your browser, otherwise you will not be able to log in.