Page 519 of 2170
Re: MT4 Indicator requests and ideas
Posted: Sat Jan 12, 2019 2:21 am
by mntiwana
SydneyFox wrote: Sat Jan 12, 2019 1:34 am
I have no issue respecting their decision if that is their decision. There have been plenty of mq4 files shared which is why I asked.
When compiling my EA I get the following Compilation errors and don't know what to do to fix them? I haven't had this issue when using any of the indicators I have uploaded from mq4 files. Does anyone know how I use the ex4 files in fxdreema?
'MA_METHOD' - undeclared identifier
'MODE_SMA' - some operator expected
coding error,it is often at initial stages when somebody trying learning things
any way you can try at coding help thread may be some body help you rather than off topic here
and we dont encourage software generated codes as of so many reasons regarding coding imperfection and deficiency
Re: MT4 Indicator requests and ideas
Posted: Sat Jan 12, 2019 2:28 am
by losajoca
mntiwana wrote: Fri Jan 11, 2019 4:34 am
Try this of Mrtools enhanced and tweaked ver
"Corridor SSA normalized end-pointed mtf 2_nmc alerts+arrows"
arrowing and alerting on zero cross
Thanks mntiwana, but it misses the color slope change on the main line (displays arrows), exactly where I wanted the sound alert.
Just keep waiting…
Re: MT4 Indicator requests and ideas
Posted: Sat Jan 12, 2019 2:41 am
by mrtools
SydneyFox wrote: Sat Jan 12, 2019 1:34 am
I have no issue respecting their decision if that is their decision. There have been plenty of mq4 files shared which is why I asked.
When compiling my EA I get the following Compilation errors and don't know what to do to fix them? I haven't had this issue when using any of the indicators I have uploaded from mq4 files. Does anyone know how I use the ex4 files in fxdreema?
'MA_METHOD' - undeclared identifier
'MODE_SMA' - some operator expected
You can post the EA will see if someone can fix it.
Re: MT4 Indicator requests and ideas
Posted: Sat Jan 12, 2019 2:49 am
by mntiwana
losajoca wrote: Sat Jan 12, 2019 2:28 am
Thanks mntiwana, but it misses the color slope change on the main line (displays arrows), exactly where I wanted the sound alert.
Just keep waiting…
The ver you posted is newest one when the ver i posted is a bit older,with out slope coloring capability and in the post i wrote it will alert and arrowing on zero cross
Re: MT4 Indicator requests and ideas
Posted: Sat Jan 12, 2019 3:23 am
by mrtools
losajoca wrote: Sat Jan 12, 2019 2:28 am
Thanks mntiwana, but it misses the color slope change on the main line (displays arrows), exactly where I wanted the sound alert.
Just keep waiting…
Found this one and added slope alerts, but not able to verify it works.
Re: MT4 Indicator requests and ideas
Posted: Sat Jan 12, 2019 6:46 am
by mrtools
friend4you wrote: Fri Jan 11, 2019 3:33 am
Range Action Verification Index - extended (Ravi)
I like this new work of mladens free mq5-indicator to find trending markets. Nothing similar is posted here. Is it possible to get it in mq4 with alert?
mladen:
"Original definition :
The Chande's Range Action Verification Index (RAVI) indicator was developed by Tushar Chande. As the ADX indicator, the RAVI is used to identify whether a market or security is trending. The RAVI indicator is calculated using moving averages of different lengths. The first one is a short moving average with a lookback period of 7 bars. The second one is a long moving average with a lookback period of 65 bars. The indicator returns a percentage value. Above a certain threshold, the market is considered trending.
Interpretation:
The market is considered trending if the RAVI value is above 3%. Otherwise, the market is consolidating
Changes :
Due to its nature, the levels mentioned in the original description are largely arbitrary and in some cases will never be reached (depending on symbol and time frame). This version is using levels that are adjusted to the value and that way it makes the indicator work the same on any symbol and any time frame
Usage :
All the usual : using color changes for trend start and possible re-entries"
Ravi.mq5
Made it mt4 and added alerts.
Re: MT4 Indicator requests and ideas
Posted: Sat Jan 12, 2019 10:31 am
by mntiwana
mrtools wrote: Sat Jan 12, 2019 6:46 am
Made it mt4 and added alerts.
Dearest Mrtools
Big thanks for your kind efforts
regards
Re: MT4 Indicator requests and ideas
Posted: Sat Jan 12, 2019 12:10 pm
by SydneyFox
mrtools wrote: Thu Jan 10, 2019 3:43 am
Changed to averages and added all the prices.
Sorry mrtools but does this indicator still repaint? The trades taken don't line up with the indicator outputs.
Re: MT4 Indicator requests and ideas
Posted: Sat Jan 12, 2019 2:17 pm
by mrtools
SydneyFox wrote: Sat Jan 12, 2019 12:10 pm
Sorry mrtools but does this indicator still repaint? The trades taken don't line up with the indicator outputs.
Dynamic Cycle Explorer of averages.ex4
No repaint.
Re: MT4 Indicator requests and ideas
Posted: Sat Jan 12, 2019 3:00 pm
by SydneyFox
mrtools wrote: Sat Jan 12, 2019 2:17 pm
No repaint.
Thank you. I obviously still have issues with my EA. Back to work to see if I can fix it.