fly7680
fly7680
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
fly7680
Added topic moving average no repaint
Hello everyone, it is possible to obtain the moving average no repaint? By working with well-known moving average that in the historical shifts and is no longer true as I could solve
fly7680
Added topic distance pivot point
hello, I have to write this simple code, but I can not figure out where I'm wrong. In the first row I say that the maximum must be lower than the pivot point, the second row I mean that the pivot level minus the maximum level candle should be less
fly7680
Added topic If and else ?
Hello everyone, I wrote this code but I have a doubt, the MACD 10 6 5 when the Crossing State and the MACD 2 6 3 exceeds the level  0 signal. I would rather that the MACD 10 6 5 a cross-time need to wait for the MACD 2 6 3 then gives me the