New metatrader 4 compatible indicators - page 232
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Thank you very very much!
can you code the indicator inverse Fisher transform of stochastic mtf with Red Green and Gray Bars? it is possible?
Thanks again
Hello, would you kindly check this indicator?
dailylinesboxes.mq4
pricechannel_stop_v8.mq4
ThanksNew mt4 compatible version of DalyLineBoxes : dailylinesboxes_nmc.mq4
Hello every one,
Mladen im trying to make the attached into a Multi TF indicator mainly M15 M30 M60 M240.
Its 1 of two INDIES i.e X(XY).mq4 & Y(XY).mq4
What it does is this
ext int M30Diff =5;
On Every New Bar
if (
((Close[1] > Open[1]) && ((Close[1] - Open[1]) <=((M30Diff)*PipValue*Point)))
|| ((Open[1] > Close[1]) && ((Open[1]-Close[1]) <=((M30Diff)*PipValue*Point)))
|| (Close[1]== Open[1])
)
if iVolume matches 1 of the 3 Predefined volume pattern then create obj on chart.
So here is the Issue
1.) I dont know how to turn that into an indicator
2.) I need to make it detect new bars on lower time frames and print to chart
e.g if im on M60, It shoud still create M15 obj on chart
3.)I want to filter the above signals using Averages Of iVolume of the previous
Trading days based on time frame
e.g For M60 previous day we'll have 24 iVolume bars.
the analysis is this, arrange iVolume bars from lowest(bottom) to highest(top).
Then we get the average of [2/3 of 24 iVol Bars] counting from the lowest{i.e 0-16th iVol Bar}.
After getting the value for the last trading day Then we calculate the values seperately for the rest.
i.e TotAveVolume= (FridayAveVol+MonAveVol+TeusAveVol+WedsAveVol+ThusAveVol)/5
Any help is highly appreciated.
Dear malden , u are excellent ,Thank U very much mladen , have a nice weekend .
Hi
Is there a ranging box indicator in new mt4.I like to see ranging boxes drawn on charts and indicator itself , to avoid ranging/choppy markets.Is there any indicator which can draw a ranging box , on the charts (to avoid trading in ranging markets) and indicator itself.My charts usually have ranging boxes , unless trend breakout.
Hi guys. you do great jobs!!! Thanks all guys.
can you please add an email alert to this indicator?
SHI-Signal
Thanks all
Hi guys. you do great jobs!!! Thanks all guys.
can you please add an email alert to this indicator?
SHI-Signal
Thanks allSHI signal repaints
Kaufman AMA (adaptive moving average) made specificaly for the new metatrader 4
This thread was a great idea Mladen. Many thanks for your efforts.
hi guys. i need your help.
can anyone make this indicator with email alert?
thank you