
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
Elder Impulse EA
Newtrader11 and Ismael,
Based on mladen rules for an EA, maybe you can work with this.
Up to you to test it and modify parameters.
regards,
PS : thanks to mladen, even if I am not a coder, you made me progress in this way
many thanks
regards,
Elder safe zone
Mladen , por que hay 4, " #property indicator_buffers 4", no tendrian que ser 2 uno por arriba para tendencia bajista y otro por debajo para tendencia alcista ,
puedes explicar un poco mas sobre "TimeFrame", por exemplo si selectamos 3 que significa, o si queremos para lookback mas corto ex.: 20 barras lookback.(Us. a puesto 99 por defecto.)
Time frame 5 es para ...75 min ?
Thanks
bebeshel
Will write in English (so that everybody understands)
__________________________
When drawing interrupted lines in metatrader, if you just start drawing the line (so just 1 point has a value), metatrader will not show anything. So, if for some reason, the line would be just 1 point, you would not see it. There is 3 solutions for that : As of lookback (SZPeriodparameter) : it is an external parameter which is changeable without recompiling the code. If you want to use some other value you can always change its value from the properties of the indicator (in this pop-up window) As of timeFrame of 75 minutes : it is TimeRatioparameter (not time frame parameter) and in that case the "naive" time frame calculation that can be applied to moving averages, for example, is used. It is used for moving averages (since macd is "all ema") and in that case if you multiply the calculating period with some value it is very similar as if you use the higher (or lower, if you use value less than 1) time frame. And it applies to 15 minute chart example only (since 5 x 15 minutes = 75 minutes)saludos
Mladen
Mladen , por que hay 4, " #property indicator_buffers 4", no tendrian que ser 2 uno por arriba para tendencia bajista y otro por debajo para tendencia alcista ,
puedes explicar un poco mas sobre "TimeFrame", por exemplo si selectamos 3 que significa, o si queremos para lookback mas corto ex.: 20 barras lookback.(Us. a puesto 99 por defecto.)
Time frame 5 es para ...75 min ?
ThanksSafeZoneElder y SubChartElder
SafeZoneElder
See if and understood:
If Factor Time = 5, this means that the EMA are already multiplied by 5
SubChartElder
If I have the chart in at 1hr 15min and subchart can not read the bar in 1 hour (for ex.'s this morning in subchart H1, is the last bar 17 hours yesterday, and are not those of today the 9 and 10.00)
Sorry ,...English
If I have the chart in at 1hr 15min and subchart can not read the bar in 1 hour (for ex.'s this morning in subchart H1, is the last bar 17 hours yesterday, and are not those of today the 9 and 10.00)
bebeshel
Please read the original post (it is explained there : https://www.mql5.com/en/forum/general )
As I said : there are 2 Elder impulses used internally by Elder safe zone : one for current (chart) time frame and one for TimeRatio (so different time frame) and from a combination of those 2 and some other calculation the "safe zone" is calculated. The safe zone itself is for the chart (current) time frame. Do not confuse regular ema and ema internally calculated by Elder impulse which is on other hand internally calculated in Elder safe zone, and please do not confuse Elder safe zone with Elder impulse
SafeZoneElder
See if and understood:
If Factor Time = 5, this means that the EMA are already multiplied by 5
SubChartElder
If I have the chart in at 1hr 15min and subchart can not read the bar in 1 hour (for ex.'s this morning in subchart H1, is the last bar 17 hours yesterday, and are not those of today the 9 and 10.00)As you can see they are approximately the same, but this kind of calculation can not be applied to all indicators (it can to moving averages) and it has its flaws (in cases of missing bars deviation can rise)
SubChartElder
SubChartElder
If I have the chart in at 1hr 15min and subchart can not read the bar in 1 hour (for ex.'s this morning in subchart H1, is the last bar 17 hours yesterday, and are not those of today the 9 and 10.00)
Check your broker for data. That is the only case when data can miss
SubChartElder If I have the chart in at 1hr 15min and subchart can not read the bar in 1 hour (for ex.'s this morning in subchart H1, is the last bar 17 hours yesterday, and are not those of today the 9 and 10.00)
Elder Impulse EA
Newtrader11 and Ismael,
Based on mladen rules for an EA, maybe you can work with this.
Up to you to test it and modify parameters.
regards,
PS : thanks to mladen, even if I am not a coder, you made me progress in this way many thanks
regards,Hey thanks a lot their TraderFx1 for your generous gift.