
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
Thanks FerruFX but may be I did't explain well...
It must be multy time frame QQE but in the same window..
Something like MultipairCoefOfLine - on the first page - but not multipair - multitimeframe and QQE
...
Multi pair RSi
Multi pair Stochastic
...
Multi pair WPR (Williams % range)
Multi pair CCI
regards
mladen
Mladen,
You've developed very good tools !. Maybe you can make multipaircci?
thanks in advanceActually it is not complicated, but...
All you have to do is:
1. Find out the global minimum and the maximum for the indicator
2. Find out the minimum and maximum for specific time frame
3. Recalculate the values according to the ratio of global and specific ranges (maximum-minimum)
btw: That is the "equalize" part in PlotGraph procedure of Multy par MACD
The "but" part :
it deforms the "subchart" so the values in the subchart are useless (since they are recalculated)
It is done solely to give some idea of how the "curves" look like
The MA's part : in the attachment (without the "but" part, because in my opinion the deformation for MAs and values is too big for time frames too much apart) You can put two or more indicators on the chart with "similar" time frames grouped so in that case you do not need the "but" part
But, it can show you the values and MAs from other symbol too (if the forSymbol parameter is empty, it shows the symbol from your main chart, otherwise just enter the symbol you want it to show)
regards
mladen
mladen, you're one of the greatest coder. I want to discuss with you about how putting 2 MA from all TF (to check crossing MA) in the same separate window like you did in that indicator above since it has quite big differences between low TF and high TF, which I already try it and it ok but in small TF, it's overiding each other since the range so small but if larger TF its quite big ? If stoch CCI, etc have fix range 0-100, but MA dont have fix range, how to handle this with MA ?? Do you have solution ?
...
Here you go
And that is all. No more laguerre from me
Hi Mladen, can you create laguerre for different pair & show in one window.
Summer bonus...
Wilders DMI
As we all know Metatraders ADX does not calculate ADX the way Welles Wilder intended to. This one is the correct one (among other things)
...
People, relax
MACD colored (with some experiments) :
MACDTypeparameter :
0 : "normal" MACD
1 : ZeroLag MACD
2 : MACD of RSI
3 : MACD of Momentum
4 : MACD of CCI
enjoy the summer, don't fight
multi 2ma eu gu (macd lines ) Satop, mql site
double p1 = MarketInfo("EURUSD",MODE_POINT);
double MA1 = iMA("EURUSD",0,period_1,0,ma_method,applied_price,i);
double MA2 = iMA("EURUSD",0,period_2,0,ma_method,applied_price,i);
ExtMapBuffer1=(MA1-MA2)/p1;
double p2 = MarketInfo("GBPUSD",MODE_POINT);
double MA11 = iMA("GBPUSD",0,period_1,0,ma_method,applied_price,i);
double MA22 = iMA("GBPUSD",0,period_2,0,ma_method,applied_price,i);
ExtMapBuffer2=(MA11-MA22)/p2;
lq multi sto - mod. levels around obos zones