Can anyone increase MTF? Thank you
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
DislikedCompletely ready to use, I think you will achieve a lot with it. Good luck torkit. nice function Shift = 1; by the way. Thanks to the world for helping Ukraine. Music: " http://online.kissfm.ua/KissFM " {image} {file}Ignored
Disliked{quote} BTW, maybe you would like to try out this oldie based on an idea I invented about 10 years ago? {file}Just study the input parameters and adjust the colors and buttons positions, because you may not see everything on the first application. This indicator works OnClick. You just click on the desired candle, can also be of higher Tf, and you get this: {image}You can delete the ruler by clicking on the mid pivot line. Just play with it and study the inputs. BTW, I do not have the source code for this one, so don't ask me to change anything....Ignored
Disliked{quote} That is pretty cool. I like that "on click" function. Is the math I provided possible?Ignored
Disliked{quote} That is pretty cool. I like that "on click" function. Is the math I provided possible?Ignored
if (fib2sell > fib_ext_up2[1]) if(fib2buy < fib_ext_down2[1] and fib2buy >0)
DislikedCompletely ready to use, I think you will achieve a lot with it. Good luck torkit. nice function Shift = 1; by the way. Thanks to the world for helping Ukraine. Music: " http://online.kissfm.ua/KissFM " {image} {file}Ignored
DislikedAre there any MQL5 programmers here that can help me with the following session indicator? From 15 min upwards, the start and end of a desired session, the indicator calcs a strange level, from the low or high of the first candle of the start of the session. Which is at 1.03612: {image} {image} What I really want is for the indicator to create the box for the highest or lowest of the specified session like in the following 5 min at 1.03572: {image} Session indicators for MT5 are few and far between, and it is only this one that I like as I can choose...Ignored
Disliked{quote} BTW, do you have an example on an image? I am asking, because I decided to code the indicator for you, but I don't understand these lines in your code: if (fib2sell > fib_ext_up2[1]) if(fib2buy < fib_ext_down2[1] and fib2buy >0) I don't know where the fib_ext_up2[1] and fib_ext_down2[1] are from, because there are no arrays in your script and there is no calculation for these values, so I don't know where to get them from? They suggest that maybe those are values from the current timeframe which is different from H1, but I don't know that...Ignored
Disliked{quote} There is no array in this because of the conditions that must be met. (No need for that in ToS anyway) If you look up to the 8th and 9th line of the code you will see the "fib_ext_down2" is simply a lower 1.618 extension on a "def" line. Similar with the "Fib_ext_up2" with the exception that is an upper 1.618 extension. [1] in ToS == "1 bar back" Let me know if you have further questions. I appreciate this!Ignored
Disliked{quote} OK, so the indexing is the same in MQL. However, the whole code before the if statements is clear, and the calculations, too. But, there are no calculations for fib_ext_up2[1] and fib_ext_down2[1]. Plus, I don't know if that refers to the H1 timeframe, or the current timeframe. If I don't know how to calculate these two values, I can't do the if's. I can't input fib_ext_up2[1] and fib_ext_down2[1] into the mql4 because I don't have those two defined, so the code can't be compiled. So, I need to know exactly where ToS gets those values from....Ignored
Disliked{quote} Sir please help to make this indicator have same function of previous, current, close, open, high/low , adjustable H-line , to be able to apply more than one instance {file}Ignored
Disliked{quote} {image}The history here is that I had previously written my own fib grid based on the previous days range. Since I couldn't start the variable name with a number, I assigned "Fib_ext_up1" to the UPPER 1.382 extension and "Fib_ext_up2" to the UPPER 1.618 extension. Same exact variable naming schema for the LOWER 1.382 and 1.618. Along with that, I could be confusing things because there is: FibExt2 = 1.618 Fib_Ext_up2 is calculated 2 lines from the bottom of the attached image on this comment along with Fib_Ext_down2. ToS is not finicky at...Ignored
Disliked{quote} Please i still need help on this indicator, to have high/low current and previous option of high/low and the high /low extension (just like Bigger TF OCHL) the plan is to use 3hours high/low and use the last 1hour as possible breakout to catch 4hrs move and reduce lines on chart https://www.forexfactory.com/thread/...8#post14220358Ignored
Disliked{quote} I don't understand your problem. You can put many instances of this indicator on one chart. Only, that doesn't make sense because you will get a mosaic of colors.Ignored
Disliked{quote} I don't understand your problem. You can put many instances of this indicator on one chart. Only, that doesn't make sense because you will get a mosaic of colors.Ignored