Search found 17 matches

Re: Something interesting please post here (Metatrader)

Is there something similar to this indicator in mql4? https://www.forexcracked.com/forex-indicator/forex-jupiter-the-most-accurate-trend-indicator-for-mt4-mt5/ Its based on RSI momentum trend https://www.tradingview.com/script/g6Nyg5kS-RSI-Momentum-Trend/#:~:text=The%20%22RSI%20Momentum%20Trend%22%2...

Re: Waddah Attar Indicators for MT4

I made a few changes, try this version....In my laptop working good in 7 charts in mtf. https://forex-station.com/download/file.php?id=3461077 [/url] Hello, Thx for this version of WAE. Can you show how the crossover of red or green bar above or below the Bollinger band be coded for EA? I tried thi...

Re: Coding Help

Maybe this will help in the future From Mladen Rakic: If you are looking for the eternal trend buffer, then use buffer 5 (even though it is not visible in the data window,, it is accessible - you have to experiment a bit with the buffers access when you do that, but it is easy once when you do that...

Re: Coding Help

Here is modified EA based on new G channel indicator.
the MTF call for G channel is working ok along with pyramid function.

Re: Coding Help

Did this version it's just the g channel ma with a choice of slope color or close price crossing the ma. On this version the trend buffer is #5. https://forex-station.com/download/file.php?id=3464306 [/url] Thanks for taking time for writing extra indicator. I checked the values of Buffer5 in Data ...

Re: Coding Help

mrtools wrote: Sun Jun 04, 2023 7:06 am Is the g channel mtf and are you just using close price without pre-smoothing? Will do a lightened version for your EA.
Thank you... I want to use MTF G channel without presmooting and close price breakout of G channel lines.

Re: Coding Help

Can you explain exactly how you are using the g channel and step rsi in this ea, can probably make you a simple g channel and step rsi for you to use in an ea, that wouldn't require all those iCustom calls that are not needed. No offence, but with the candles (4 buffers), the outer channels (2 buff...

Re: Coding Help

Nothing if you don't want to use it in a mtf way otherwise you can put a time frame you want or maybe something like for external parameters input int barsToUse = 1; enum enTimeFrames { tf_cu = 0, // Current time frame tf_m1 = PERIOD_M1, // 1 minute tf_m5 = PERIOD_M5, // 5 minutes tf_m15 = PERIOD_M...

Re: Coding Help

The code for the version, (posting now) I have the trend buffer is 14. Will the EA be shared with the community here when completed? Thank you... what value do you put for it? If this one is okay? longTrend= iCustom(NULL,0,"! G Channel (mtf + alerts + arrows + candles + btn)",0,0,"gc...

Re: Coding Help

Hello, Can anybody show me the buffer values of this G Channel indicator for trend detection showing the color of central band? Also what value one places to use multi timeframe function within the indicator? I am using iCustom function to use this ex4 indicator file.. Is the buffer no9 for trend d...

Return to the advanced search