General - page 16

[Deleted]
  Golden Ratio  (68   1 2 3 4 5 6 7)
There is a TS (Expert Advisor) that trades and catches various large and small movements. On average it picks up a movement of 38 pips. Takeprofit in TS is used fixed. Optimal takeprofit in TS 62 points. My Expert Advisor has been observed for over a year. The most interesting thing I noticed is
Please, i found out that ratings were removed from my products, and now i cant place any other product on the platform. I need help on how to resolve this, i have mt5 EAs i have developed, that i wish to publish, i will appreciate any help on this, thank you
Hello, Since our ip address has changed recently, I cannot log in to my demo portal from the server. I cannot whitelist our new ip address because I cannot log in to the Manager or Administrator portal. Is there a different way to do this? error code I received : 2024.05.08 14:20:13.975
  Paid Signals  (1)
Hi Is There a way to create a system for paid signals for my clients without showing of all those data like my roi,when i started account and all those information and also make available to copy my trade from my demo account Not Trying to Scam People but im just experienced trader indoor im lazy to
void OpenSellPosition() { double lowest_values[], highest_values[]; CopyLow ( _Symbol , _Period , 0 , recent_lows_period, lowest_values); CopyHigh ( _Symbol , _Period , 0 , recent_high_period, highest_values); double entryPrice = iLow ( Symbol (), Period (), 1 ) * 0.9998 ; double
There seems to be more negatives in my view, and instead of a simple clear view on the risk tab, its a complicated mess. I would like to hear everyone's thoughts? Have a great day
Hey Lads I have two EA's running on computer and they seem to be opening trades OK.. After i sync it to VPS it stops trading and autodialing button goes off in MT4. I thought it is normal but i can notice there are no trades opening. I have enabled it manually (first row) Anybody knows what the
there are 10 strategies in one portfolio how to sell them as one in mql5 market
  Forex Pairs  (1)
How many forex pairs can be loaded in an account. I have 21 pair loaded and all are not running
I wrote a function for a trailing stoploss and the logid seems air tight. however while testing, the stoploss is stuck an interval away from the current price no matter which way it moves. what could be the problem? heres the code (MQL5) Help would be much appreciated.. void SLmodify() { //
Is there an issue with the live servers? My demo account connects with no issue, however, I can not connect to any live server
I just started using Meta Trader 2 months ago. I set everything up successfully, logged into a demo trading account, logged into to mql5.commmunity, installed some EA, etc, then holidays.. I just opened it up today and nothing would connect. charts wouldn't update, still two months old. I
I use Copilot help me make code first time. Today it doesn't work. "too many tokens sent, change Maximum tokens". But Tools Option is maximum setting. My "prompt" isn't long. It was worked yesterday. Someone else have problem
  EA error  (7)
I keep getting this error message when trying to test my EA: LabelCreate: failed to create text label! Error code = 4200 Any idea how to fix this?
Hello Community, I tried building an indicator that shows the range of two moving averages. The indicator is designed to have 3 buffers and 1 plot, with the plot being a single line showing the range data. The goal is to be able to track proximity to the crossover. Need help please. Below is my
I just noticed that my rating has dropped by around 20000 points recently. I wonder what might be the reason and would it be possible to restore my rating
Hello, The fonction I've written bellow should count the total profit filtered by current symbol and magic number but not working... please help , thank you in advance //+------------------------------------------------------------------+ //| ProfitHistory
The purchased tab is only showing the last two purchases I made some time ago, I can't find the other items even when searching through the store's tab, but I can find them when searching using the browser. I received an update notification, but I can't update it this way
I do not understand the purpose of creating these two types of rectangles: OBJ_RECTANGLE_LABEL and OBJ_RECTANGLE Ultimately they look similar. The OBJ_RECTANGLE_LABEL does not even give a preference to write text on it, how is that a label? OBJ_RECTANGLE_LABEL and OBJ_RECTANGLE are simply the
  indicator  (3)
i have have built an indicator it compile well without error but it doesnt seems to trade its only profiling in the charts. Like for example i press ide run it history or real time it doesnt give anything. if someone could help with that it would be nice
I would like to create a rectangle for which: Y: the height behaves like with OBJ_RECTANGLE, ie height adjusts when the y-axis is zoomed in or out by the user, as the rectangle's y coordinates are defined by price1 and price2. X: the width behaves like with OBJ_RECTANGLE_LABEL, ie where the x
Can it be copied signal from other broker or not? Pls give me a answer. there are some people are using icmarket broker but they want to copy to other broker not icmarkets on mql5? Can they do? anyone give me answer? thanks reply
Hello, I installed VPS on one of the 3 MT5 instances that I am running. I switched few MT5s around. How do I know which one has VPS? Is there a tell
  send a json with webrequest  (13   1 2)
I wanna send this json with webrequest in mql5 {'ticket_num':ticket, 'identifier':identifier, 'entry1':entry1, 'entry2':entry2, 'entry3':entry3, 'sl':sl, 'tp1':tp1, 'tp2':tp2, 'tp3':tp3, 'direction':direction, 'symbol':symbol, 'lot_size':lot_size, 'time':time} and doucumantaion have this code below
Good Morning Please I would like to know what code to type for putting a MA on Stochastic indicator. I want a MA that will be in the second indicator windows with the stochastic indicator. And when the MA will crossover and close below the sell zone or the buy zone of the stochastic indicator it
Please see photos attached. MT5 restarted and when it came back ALL of my demos had been deleted and half of my favourites have been deleted too WITHOUT my consent. I had 100s of accounts opened. Why has this happened? how can i get all of my accounts back? you can see in my accounts window there is
Hello, There are lot of synchronizing indicators. Is it affect speed of price update
hi, i have mql4 indicator, i tried to create a mql5 indicator of it after copy, and compile i got these errors 'Time' - undeclared identifier parabolic 4.mq5 314 25 '[' - array required parabolic 4.mq5 314 29 'TimeToStr' - undeclared identifier parabolic 4.mq5 322 67 ',' - unexpected token parabolic
hello everyone, today I'm asking someone for help in identifying the value of an indicator as soon as a buy/sell stop opens, in order to calculate the difference in present value compared to the value of the indicator when the order was opened. so what i need is, as soon as a buy/sell stop opens the
  Channels inquiry  (2)
Hello every body I saw an advertisement on mql5 website that saying you can make paid channels ... Did any body tried it? Can guide how to do it