Hi There - Could you please check this indicator? the white dot signal does not refresh automatically. Please help!
Attached File(s)
I will code your pivot EAs for no charge 28 replies
I will code your scalping EAs for no charge 163 replies
Oanda MT4 - Indicators and EAs not showing 2 replies
EAs and indicators relating to moutaki... 22 replies
InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply
Dislikedcan someone fix this... this indicator dont refresh on any charts https://c.mql5.com/forextsd/forum/147/xauusdm3.png here is the file {file}Ignored
this way we get to compare the performance of the symbol on chart relative to usd index rsi
since rsi has fixed range, it should be easy to compare both and for a sound trading decision
Disliked{quote} Not sure I understand what you want? Can't you just place a vertical line on the chart and write the Description you want? {image}Ignored
Disliked{quote} I have a VWAP with Tf options. No alerts, though. Edit: LOL, your indicator is the same, it already has Daily, Weekly, Monthly options. {image} Edit again: LOL, somebody deleted parts of the code from yours!!!{image}{file} {file}
Ignored
Disliked{quote} I'm not really good at working with arrays like this, but from what I could figure out is that you have a number of issues: 1. I am not sure that you are using (#include) the correct lib, because there is no Sort in the one you included, 2. When you have the corret #include lib, you need to define your variable in this manner: CArrayString s_array; and then you can use the s_array to call the function which you need, but you must know in which file the function resides, if at all. All the array mqh libs are located in Include\Arrays, and...Ignored
I have been learning mql4 coding from the the past few days. I have tried many times to write such a code which could show these two information on chart. But I could not be successful. Please make such a code which can do this task. I sincerely appreciate your help
DislikedHello good people, I have used an AI to generate this code for a trailing stop EA, however on compiling I get an error and two warning form the journal. I'm not a programmer...could anyone look at it and tell me what's wrong? NB: Error is on line 43 marked withThe two warnings are lines 31 and 44 marked with
// Define the default values for the EA's input parameters input int trailing_stop_pips = 2; input ENUM_TIMEFRAMES trailing_stop_timeframe = PERIOD_H1; // This function is called when the EA is first attached to a chart...
Ignored
// Check if the EA is attached to a chart
if (ObjectFind("TrailingStopEA") == -1) if (WindowExpertName()=="TrailingStop_EA_by_Nonip")
int OnInit()
{
// Print a message to the expert tab of the MT4 terminal
Print("Trailing stop EA is attached to chart");
// Return a non-zero value to indicate that the EA has been initialized successfully
return(INIT_SUCCEEDED);
} Disliked{quote} Hi GiveMeYours! Like I told you, I had to find my muse, and I got it! I used one of the indicators which has already been a great collaborative effort, and I added the grid! {file} You can have Candles, or Grid, or both! {image}And loads of timeframes to select! And the On/Off button does its job! Oh, and you can plot the Grid from Open or Close!Ignored
Disliked{quote} I need at least a week's break from this one! And, you owe me a million dollars!{file}
Ignored
Please sir help me. ![]()
![]()
![]()
![]()
![]()
![]()
Dislikedcan we add usd idex to an array, then using rsionarray function, plot rsi of the usdindex on chart first plot is rsi of usdindex on chart second plot is rsi of the symbol on chart this way we get to compare the performance of the symbol on chart relative to usd index rsi since rsi has fixed range, it should be easy to compare both and for a sound trading decisionIgnored
DislikedHi, Can anyone please make a code which should show my PC time in total number of minutes. For example, if time is 6:30 AM then it should show this 390Ignored
int minutes = (TimeHour(TimeLocal())*60)+TimeMinute(TimeLocal());
Print("Minutes passed today: "+(string)minutes); Disliked{quote} Not sure I understand what you want? Can't you just place a vertical line on the chart and write the Description you want? {image}Ignored