General - page 451

HI, I would like to know in a Boolean when the RSI repass the 30 Level and same with the 70. How can I do that can someone post a piece of code? I know how to check when the rsi touch the 30 line for example but not when it retouch by going up. Thank you! Jérôme
Hello everyone. Do you know how can I convert mq5 indicator format type to CS indicator format type ? I need this format type (.cs) for my my expert advisor database. Thank you
i just did a auto-renewal for a signal service provider has disabled the signal... What now ? what happens to my locked 30 dollar
[Deleted]
hello, why was my signal disabled? https://www.mql5.com/en/signals/914127 We have been learning to trade as a team of two and we have two different accounts
I'm trying to script several optimizations to run from the command line to run overnight and save the results. I have encountered two really huge bugs that are complete showstoppers, among some other frustrations: 1) I cannot script Complex Criterion max for Optimization. I think it is supposed to
Hi, i'm setting "alertswitch" to a number and using this to control the flow as in the example below. : but it is not repecting the alertswitch global variabl even when i printed it out it is clearly set to 3. The EA just bulldozes its way to the next line of code as if the alertswitch !=3 is not
Hi everybody, For the input instruction in MQL5 and MQL4, you can write a description that is displayed in the parameters window of Expert or Indicator Or script. My question is, is there a way to make Input i nstruction description (or comment that write after //) multilanguage ? This means that
Hi, I know it is possible to develop custom indicators, but can one develop custom drawing tools based on Fibonacci Expansion and Retracements
Yello Forum, i have 16$ in my mql5 wallet and i need a seller of a program at mql4/5 to write a mini program to me. The program is a mini simple mql4 program that will allow me to share mql4 headline to my facebook timeline only. See diagram to a better understanding of what i need. Thank you
  Bot with spread  (1)
I can do forex with spread, but spread with very high value is difficult for me, how can I program myself a bot that only makes opening orders, when the spread is less than 12
  Trade Perfect  (79   1 2 3 4 5 ... 7 8)
Hi, "Perfect" is just a name. It helps remind me to chase restlessly every bug I may find in the code. Please read carefully the following summary pasted from the RAS site if you are using or going to use my signals. Here are the links to the Balance and Equity chart for these signals: http://www...
Dear Support Team, I had registered and successfully login into the website mql5.com. Unfortunately, I cannot use in the Trading platform. In the Terminal --> Journal --> showing: "MQL5.community: authorization failed". In the MAXIMUM OPPORTUNITIES with MQL5 community page - always said "login
con some one slove that .. i wana modify pending order with bollinger band double MyPoint; int OnInit () { if ( Digits == 4 || Digits <= 2 ) MyPoint= Point ; if ( Digits == 3 || Digits == 5 ) MyPoint= Point * 10 ; return ( INIT_SUCCEEDED ); } void OnTick () { double
so i have a question i am trying to understand what is going on with the backtest. lets say we get 1 history order from one signal. data looks like this: 2021.04.21 13:18:06;Sell;0.05;GBPUSD;1.39409;2021.04.21 13:38:00;1.39308;;;5.05 and i am reading from the csv when the order open and what was the
  MT5 Signal  (1)
Hello Everybody! what should i do in order for my signal to be published
Hello, I'm using the MetaTrader 5 and once I drag and drop the preinstalled Expert Advisor with the name ExpertMAPSAR on a chart it opens a new buy/sell position for me. The problem is the Lot Size of this position is always 0.01 . How can I adjust the Lot size to a new default ? I can't find the
please help me i try to copy one signal i find this error mql5 signal subscription failed only subscriptions to signals running on your broker trading accounts are allowed
I am successfully subscribed to 2 signals from my VPS -based MT5. There is a 3rd signal I also want to subscribe to, here: My problem is, my MT5 Signals Marketplace does not list this signal. When I sort them alphabetically ( "Signal / Equity" ) it skips it. Any ideas? Do I need to (and is there a
Hello friends I use latest version of MQL5, I found a problem, when I drag moving average on chart I can not see the buffer value of moving average in data window
if my account from my broker have a suffix like EURUSD .e , EURUSDpro , EURUSDz , EURUSD. , will it be able to copy MQL5 signal without a suffix like EURUSD
Hello, I purchased a product yesterday but up to now, am still not able to activate it because it is not appearing anywhere in my account. kindly assist with what could be the issue
i'd like to only make one trade per signal in other words "per new bar" here's my implementation with wrapping the logic within "IsNewCandle" function but the problem is that the expert makes few trades compared to not using the "IsNewCandle" function and instead limiting buy and sell orders to one
  Lot Error  (4)
Hi there This is probably the worst website when it comes to customer help. It doesn't exist. And there is not even a search function in the forum. Ridiculous. So I'll post a question that I'm sure was posted before me. What can cause the copied lot size go worng? I'm following a signal, where the
1. After which action did the restriction occur? ... I've paid for a lot of robots but can't use them. I haven't been able to do anything for 14 days. AVA Trade terminal -MT4 is no longer functional. No data / info can be seen in the navigation. When I click on navigation it doesn't open because the
I have an EA from others, which copies, reads and writes csv file in MQL5/FILES folder under metatrader. It's too complicated, much over my coding knowledge but still I want to revise it a bit. So I did a simplified experiment and I found that, with tester, I can not copy file to the real MQL5/FILES
I want to buy a smartwatch and I want to receive notifications (signals) from MT4 or MT5, or redirect from my android phone to smartwatch. It's possible? Can you give some models? Thank you! 
Hi Dear. I deposit 30$ my account. After that, the financial part of my account is limited. To use your MQL5 's signal services, the financial part of my account must be open. I can not use the signal and VPS now. I need to connect to a signal as soon as possible. I also want to buy robots from MQL5
Hi, I have started a project trying to make an expert advisor in mql5 that uses market sentiment to make it's trades, but I cant find a decent Sentiment indicator writtten in mql5. I was hoping someone here might be able to reccomend something good. Ideally I am looking for an indicator that bases
When I am charting I tend to have a couple objects on it at the same time, and when I highlight an object to delete it on the chart without doing so through the object list, it many times deletes all of the objects on the chart. Is there a way to just delete the specific object without them all
Hello, I tried to get the ORDER_FILLING_MODE from symbol_info: symbol_info_dict = mt5.symbol_info(symbol)._asdict() mode = symbol_info_dict['filling_mode'] This gives me 2 as result and if I got it correct it is like this: 0 = ORDER_FILLING_FOK 1 = ORDER_FILLING_IOC 2 = ORDER_FILLING_RETURN but if I