ReactoFX
ReactoFX
Friends

Add friends via their profile or user search and you will be able to see if they are online

ReactoFX
Added topic use of DRAW_NONE from mql4 to mql5
Good evening, I'm in the process of converting my MT4 indicators to MT5. In MT4 I have an indicator that draws 5 lines in M5 en 3 lines in H1. The code I use is: if ( Period () == PERIOD_H1 ) {Show_InnerEnv = false ;}   
ReactoFX
Added topic It it possible to move the the folder under Terminal from C:/ to an other disk without breaking MT4 and MT5
Good afternoon, I use two disks in my pc, C:/ for the installation of program's and D:/ for the data. This way I can make and restore a system back-up without losing recent data. Lots of program's allow to move the data folder from C to D without
ReactoFX
Added topic Is there a way to find the Bar index number of the last bar that crossed a MA
Good afternoon, Is there a way to find the Bar index number of the last bar that crossed a MA? Best Regards, Robert
ReactoFX
Added topic How to avoid Expert advisor to switching off allow live trading to
Good morning, I made an EA that switches the symbol on my second screen to the most interesting pair if the conditions change. The EA works fine, but every time it makes a switch the EA gets inactive, live trading gets disabled. I'm confident this is
ReactoFX
Added topic Request for help calculating starting point of horizontal grid
Good day to all, I'm using MT4, but I just started to convert my indicators and scripts to MT5, so MT5 is new to me. I'm using the code below which is in principle the same as I used to calculate the starting point of the grid in MT4, but in MT5
ReactoFX
Added topic Sound alerts are not all coming trough
Good morning all, I have some indicators that generate an alert at the close of a bar, they generate a symbol on the chart and they generate an alert in the alertbox. The indicators work fine, except for the alert in the alertbox, some do appear and
ReactoFX
Added topic question about ObjectGetString on an other chart
Good morning everyone, I want my code to read the text in a label on other charts in the same workspace. I read this document: https://docs.mql4.com/objects/objectgetstring and I used this line of code: string  
ReactoFX
Added topic Request for help on enumerations as external variables
Good day everyone, I'm trying to make a simple script that places a label on the chart with two pieces of text, that are defined by external input at the start of the script. The script makes the label, but when I add the external input, based on the
ReactoFX
Added topic Request for help determining the iHH / iLL
Good evening all, In order to improve the quality of my alerts I need to calculate the Highest High and the Lowest Low on every day starting from Midnight to any bar on any day, so that would be [i]. I found this thread where Whroeder explains how
ReactoFX
Added topic Request for help on 'break" function
Good afternoon, I have the following question. I want  the code to determine the deviation of an envelope line that is between the upper and lower envelopes with different parameters . I used the explanation on this page
ReactoFX
Added topic Request for help on toggle button with alert
Hello everyone, I made an indicator that counts the number of pips and the profit from entry. I found code to make a toggle button, and I incorporated that into the indicator to toggle the alert On/Off. When I place the indicator on a chart, the
ReactoFX
Added topic Request for help on how to get the end of a trendline moved to a specific bar
Hello everyone, I wrote the code below that, in my mind, should move the endpoint of the trend line to the high of the highest bar, or the low of the lowest bar, but it doesn't. The end of the trend line is moved to the correct level, but not to the
ReactoFX
Added topic Request for help with label on right side of a trendline
Hi everyone, ‌ I'm using a fib-tool that draws trend lines with labels at the right side, something I find very convenient, so I want my trend line‌ to have a label on the right side too. ‌I've added a label in the code‌, and the compile is without
ReactoFX
Added topic Help requested with getting the bar index number of a specific bar
Hi everyone, I have an indicator that uses the lowest low in a range, the indicator works, but I want to eliminate some falls signals. To do that I need code that calculates the index number of the bar that forms the lowest low in a defined range. I
ReactoFX
Added topic Help needed with time alert indicator
Hi everyone, I have created the attached indicator to alert me on some set moments in time, but being a newbie I cannot get it to work properly. Can anyone tell me what I have done wrong here end how it should be coded? #property
ReactoFX
Left feedback to developer for job Adjustment of your existing Stat Master EA
ReactoFX
Added topic help needed with notofications not coming through
  I'm working with MT4 for 5 years now, and I have had notifications active for years too. I used to received them although I didn't use it much. Now I do want to use it for a specific alert, but the notification does not arrive
ReactoFX
Added topic notifications do not arrive on mobile
Good morning,   I'm working with MT4 for 5 years now, and I have had notifications active for years too. I used to received them although I didn't use it much. Now I do want to use it for a specific alert, but the notification
ReactoFX
Added topic Help requested with the "inTimeInterval"function
Good afternoon everyone, With the help of EA-Builder I created the code below and afterwords I adjusted the code to my preferences. I'm possibly the newest of newbies to mql4. It's an indicator that places a symbol on the chart when volume exeeds the
ReactoFX
Registered at MQL5.community