Forum

Modern conversions

How to create labels like in the image? Mql5 is outdated #property indicator_type1 DRAW_ARROW #property indicator_width1 5 #property indicator_color1 0xFF0015 #property indicator_label1 "Buy" Buffer1[i] = Low[i] - ATR[i]; //Set indicator value at Candlestick Low - Average True Range if (i ==

Withdraw problems

has anyone else noticed that the withdraw is withdrawing more than is put in? I withdrew $79 and it takes out $80.58 but only sends me $79 and the $1.58 is missing

Reviews on Products

Should there be a time frame for a review to show as legit review? Some just buy and immediately give a bad review without even a message or a reasoning

URL Address

I get an error message saying to add the URL address to Experts, but I did add it. Why would I get the error message when I did add it already

Dialog

Does anyone know how to establish a connection between input and the output? For example, user types in the input box "hello" and on the output the hello appears along with the response from the program like this. User: Hello! Program: Hi

Market rules

What is the rule around giving previous versions of a product away for those who purchased a product. Can this be done, is it allowed? I cant reupload previous versions. For example, in the description, "Get the previous version indicator/EA when you purchase."

Market Product

What are the rules if any about selling my own products on other sites? The products on MQL5 market sit here lost in the mix for months and years with no sells

Making a signal for EA and not an entire account

How can I make a signal for an EA instead of the entire account? Doesn't make any sense for the whole account to be used for a certain EA

Trade statistics panel & SL TP Lines

Any ideas of how to implement a trade statistic panel based on sl and tp? I want to add sl and tp lines on some indicators with the stats of win loss based on the sl and tp

Implementing machine learning into indicators

Does anyone have articles on machine learning relating to indicators Not on EA's ? I want to apply it to the indicators I make