fly7680
fly7680
fly7680
Added topic Add value variable to Alert popup
Hello everyone, I should add in the Alert pop-up, the value of a variable double , but as I wrote the code is not good. #include <stdlib.mqh> #include <stderror.mqh> //--- indicator settings #property indicator_chart_window #property
fly7680
Added topic Cycle while and condition false for loop
hello to everyone, you can place in the while loop a false condition and when it is true I get out of the loop. I need the while loop but I have to get out of the cycle only when the condition is true. I have to increase the N2 and N3 values of 1
fly7680
Added topic Ciclo For: no error but...
I inserted a for loop , after a cross candle condition on Moving Average 50 . With the for loop , I have to try the first cross of the Moving Average 5 on 50 by 9 candles and when the cross was found , I get out of the loop and finish with buffer 1
fly7680
Added topic Mathematical Functions
Hello , I performed a series of calculations to arrive at a final percentage . The code has no errors but the calculation does not work . example: Total excursion Body candle = 36 tenths Total excursion shadows       = 11
fly7680
Added topic Cross Moving Avarege: Problem!
Hello everyone, I have a little problem with the moving average cross. The arrow must come out only when the Cross took place, however the code reads even the equal of moving averages. //--- indicator settings #property indicator_chart_window
fly7680
Added topic Ciclo while help me!
hello everybody, I'm trying to learn while loop and in this my code I would like the RSI, when it comes to 70/30, must await the descent / ascent to 50 then give me back the Buffer / Cue Ball. i--; It is correct for the increase of a future candle
fly7680
Added topic ZigZag Channel Help me please!
Hello everyone, I have modified the Fractal channel indicator by entering the ZigZag indicator , however, I would like to create a obliguo channel but the result is not as expected , you could give me some help? Thank you #property
fly7680
Added topic ZigZag broken
Hello everyone! I would take 3 points of the Zig Zag and breakage have a signal. This is my code but unfortunately it does not work .... a little help , please? //--- indicator settings #property indicator_chart_window #property indicator_buffers 2
fly7680
Added topic Time of the day
hello , I plugged in my code a time lock but I have problems . I have  duplicate this code , but in the time 14:30 20:00 signals that I receive are all wrong
fly7680
Added topic Bool true false not work
hello everyone, I have created a true / false filter, if it is active is ok, but does not work if disabled . extern bool    FilterHistogram      = true ; // Declare filter && (FilterHistogram)&&
fly7680
Added topic check operator precedence for possible error; use parentheses to clarify precedenc
I enter the condition in the candle 2 if Red or Green with I cover more than 0.2 pips I have this error : check operator precedence for possible error; use parentheses to clarify precedenc help me solve please? &&(Open[ 2 +i] < Close[ 2
fly7680
Added topic Write to file signal 1 or 0
Hello everybody, I'm looking for a solution to write to a csv file , all the signals of my indicator. When I get a signal ,   write the result to a csv file , for a Sell if the candle closes Red I will have a result 1 else 0 , for a buy signal
fly7680
Added topic Awesome Red or Grenn
Hello everyone , I have to insert a special condition in my marker . The histogram of the " Awesome " for a Sell must be red , for a BUY to be Green....... They do not need other conditions , such as negative, positive or particular values, but only
fly7680
Added topic to import Excel files in MT4
You can be connected in some way an excel file to an indicator ex4 MT4
fly7680
Added topic Alert delay 10 seconds
My custom indicator has an audible and visual alert that works properly but time in the pop-up is delayed by 10 seconds. How is it possible? datetime time_alert; //used when sending alert double    myPoint;    
fly7680
Added topic MathAbs subtraction does not work
Hello to all , to get a result with a subtraction between two figures ( price) , use this code , but the result does not come out . The compilation of the code does not generate errors. How could I solve? thank you && MathAbs (Close[ 2 +i]
fly7680
Added topic Pause between a signal and the other custom indicator
hello guys , thank you all for the great help that you give to all of us . Today I ask you another thing. E ' can add a pause of a few minutes between a signal and the other in any indicator
fly7680
Added topic Fix Arrow fix arrows permanently
Hello guys , I need to set all the arrows that come out in the graph permanently . With this code , if it goes off the internet connection , they disappear from the graph and do not want to happen . How can I fix the arrows permanently? Thank you all
fly7680
Added topic Fix Arrow after condition
Hello , I should fix the arrow when the moving average crossed the fractal channel as written in code. The problem is that if you create another minimum on the first tick of the candle 0 , the arrow is not present . How can I fix ? Thank you if ( iMA
fly7680
Added topic Scrennshot at singnal indicator
hello, I have another question for further growth in programming. I have this script that I need to connect to my indicator, every sgnale / Arrow script run one scrennshot. After studying the script I always get errors like I could solve? Thank you