Massimo
Massimo
Massimo
Left feedback to developer for job Update Label
Massimo
Added topic Update Label
Hi guys , I need your help . I wrote this code , which calculates the distance between points of a given number of candles . On the chart you will see a label that can be moved and gives the number of points away. I do not quite do update this value
Massimo
Added topic Enable and disable the Pop-up
Hello everyone. I have a problem with the code , and I need your help. I wrote this code : {          Buffer1[i] = Low[i]- 1 * myPoint;          if (i == 0 &&
Massimo
Added topic Pin Bar
Hi guys , I have a problem with the code . I want to find the Pinbar ( 1 ) as in the picture excluding the Pinbar ( 2 ) . I would say that the length of the shadow must be> = 3 times the length of the Candlestick Body . I wrote this code but it
Massimo
Added topic Double condition ( "OR" in MQL4)
Hello to all. I need help to find out if the code I wrote is right or not . I wrote this code to mean that the condition is valid if I cross the RSI at level 50 . ..... if ( iRSI ( NULL , PERIOD_CURRENT , 2 , PRICE_CLOSE , i) < 50 && iRSI
Massimo
Added topic Distance arrows / candles
Hello everyone. I need help to solve a problem on the distance of the arrows from the candles. I have these two codes: int OnCalculate ( const int rates_total
Massimo
Added topic Delete pre-alert
Hi guys. I have a problem I can not solve. I created this code where I have a pre-alert. Buffer1 and buffer2 are pre-alert, while the Buffer 3 and Buffer 4 are the real alert. I wish I could erase the dots of the pre-alert all the times that of Alert
Massimo
Added topic Retard the alert several seconds
Hello everyone. I would like to modify this code so that the alert , instead of appearing at the opening of the candle , detects the conditions after a few seconds . Thanks for everything , Massimo . int start(){ if (BarStart !=Time[ 0 ]) {
Massimo
Registered at MQL5.community
Massimo
Added topic Value indicator on opening candle
Hi everyone, I'm Max. I am a neophyte in the MQL4 programming and speak little English, so excuse me. I have a problem I can not solve. I have an indicator / alert built on CCI Histogram. I inserted the conditions that work. I would like that the
12