Good Day Coders and traders, please is there any on chart indicator (not sub-window) any on chart momentum indicator
the in-built calculation is to measure momentum?
the in-built calculation is to measure momentum?
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
Disliked{quote} I'll wait for the image - it will tell me more than a 1000 words could.Ignored
Disliked{quote} The attached image is from a while back when I was first working on this. The orange line clouded with magenta is HL2[1], timeframe 1 hour (Prev 1h bar high + prev 1h bar low)/2. I would like to be able to set the indicator to a time frame of choice. The partial cyan line from the left is the lower 1.618 extension from the bar previous which is not visible on this image. The orange line is the "fib2buy" which is plotting in this instance because it is less than the prev lower 1.618. I have updated the code since this image to only plot the...Ignored
Disliked{quote} Like I said, one image serves for a 1000 words. I can see that ToS loops by default, so I was correct that the value was stored in an array. In MQL we need to define everything first. If we want to have an array, we must create it. If we want to loop our conditions in history, we must create a for() or while() loop. So, there are tons of new questions! However, it would be the easiest if you could just, simply put down your idea in simple words in points. Because now I don't know if you want to scan only two bars back and see if the conditions...Ignored
Disliked{quote} - "paint" price bars showing buy (user selectable) or sell (user selectable) appropriately, simply color gray if the conditions don't exist or leave that out if I'd still be able to just use the chart properties window for that.Ignored
Disliked- be able to adjust the timeframe on individual instances of the indicator so I can add multiple instances set to different timeframes. Example: putting 1hr on a 5min chart, putting a daily instance of the indicator on a 4hr chart, etc...Ignored
Disliked{quote} - "paint" price bars showing buy (user selectable) or sell (user selectable) appropriately, simply color gray if the conditions don't exist or leave that out if I'd still be able to just use the chart properties window for that. - be able to adjust the timeframe on individual instances of the indicator so I can add multiple instances set to different timeframes. Example: putting 1hr on a 5min chart, putting a daily instance of the indicator on a 4hr chart, etc... - I recognize I'm being incomplete about something in that first line regarding...Ignored
Disliked{quote} Anyhow, I've got this for you now. No candle paintings, yet. But, you can see the history and plot the chosen number of historical Bars. Just keep it light! Too many will cause major delays. {file} And from now on I will only post the ex4 file here. File is secured from changing the name, so any change of the file name will prevent it from working on a chart.Ignored
Disliked{quote} You keep being very imprecise! Maybe it's because you are unable to think MT4-wise? I can only paint the candles of the current chart. For higher Tf's I need to create a rectangle object. So, what exactly do you mean by this? For example, if the Fibo maths is taken from H1, do you want to see that H1 for which the conditions apply? Or do you want to color all the candles for all the Tf's lower than H1? And, does that apply when the price reaches the Sell/Buy line, or this does not matter? {quote} You can select Tf's already. And for many...Ignored
Disliked{quote} You keep being very imprecise! Maybe it's because you are unable to think MT4-wise? I can only paint the candles of the current chart. For higher Tf's I need to create a rectangle object. So, what exactly do you mean by this? For example, if the Fibo maths is taken from H1, do you want to see that H1 for which the conditions apply? Or do you want to color all the candles for all the Tf's lower than H1? And, does that apply when the price reaches the Sell/Buy line, or this does not matter? {quote} You can select Tf's already. And for many...Ignored
Disliked{quote} What you are showing is impossible to code, because first you need to define what is a PinBar, and next you need to define how to filter out all the PinBars that you ignored, because you see the end picture. Try this: https://www.forexfactory.com/attachm...8?d=1254468284Ignored