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
Mtf Fatl & Satl
Morning all, or evening
Is it possible to male MTF versions of thse 2 indicators?
Rmi
Delete the "}" just after the IndicatorShortName("RMI ("+RMIPeriod+") "+TimeFrameStr); line
Hi mladen.
I tried deleting it. But I got more errors after trying to compile it. Did you remove it and successfully compiled it?
I tried to remove 1 "{" at a time and returned it when I still got an error. Tehn I did it for the "}" too. Still no luck. I tried adding a { or } in areas where i thought there was an imbalce... yet I still could not compile it.
But thanks anyway for looking into this.
yano
In addition you need yo make this
//| MTF RMI |
//+------------------------------------------------------------------+
int start()
{
datetime TimeArray[];
int i,shift,limit,y=0,counted_bars=IndicatorCounted();
// Plot defined timeframe on to current timeframe
ArrayCopySeries(TimeArray,MODE_TIME,Symbol(),TimeF rame);
limit=Bars-counted_bars;
for(i=0,y=0;i<limit;i++)
{
if (Time<TimeArray[y]) y++;
/************************************************** *********
Add your main indicator loop below. You can reference an existing
indicator with its iName or iCustom.
Rule 1: Add extern inputs above for all neccesary values
Rule 2: Use 'TimeFrame' for the indicator timeframe
Rule 3: Use 'y' for the indicator's shift value
************************************************** ********/
ExtMapBuffer1=iRMI(NULL,TimeFrame,RMIPeriod,PRICE_CLOSE,y); //iStochastic(NULL,TimeFrame,KPeriod,DPeriod,Slowing ,MAMethod,PriceField,0,y);
//ExtMapBuffer2=iStochastic(NULL,TimeFrame,KPeriod,DPeriod,Slowin g,MAMethod,PriceField,1,y);
}
//
return(0);
}
//+------------------------------------------------------------------+a separate indicator, it can not be (the way you are trying to make it) in a same source
Comments
MTF_AbsoluteStrength_v1DHs.mq4; yellow dots - no trade zone
___ not standalone ind; would call
AbsoluteStrength_v1DH.mq4 ( below, same as post 783)
AbsoluteStrength_v1.1.mq4 (previous post)
AbsoluteStrength: thread -nonlagtools https://www.mql5.com/en/forum/generalHi fxbs.
I was checking again your modifications of the AbsoluteStrenght and I was reviewing each one of my previous files of that indicator in order to find some errors. I found that the main problem of your last modification "MTF_AbsoluteStrength_v1DHs.mq4" is when it works like a MTF. Please, review the following picts:
I hope that this helps in something.
Thanks.
Thanks
Cattus, thanks 4 noticing, stupid mistake, it fixed (long night).
Files MTF_AbsoluteStrength_sBar & iTF_AbsoluteStrength_v1DHs from previous posts updated;
_ My apologies, 2 all, who dounload them...Please just reinstall indicators under same name (replace files)Hi fxbs.
Thanks for help us.
It is working, now. And I think it is a good beginning in order to develop other indicator with more information onto the zero line.
Regards.
Thanks Fsbs
OK, lava, but YOU - coming up with THE KILLER strategy (technique) or at least killer forward test (real-time trading, demo, say, a week) and sharing your results & thots - OK?
Thanks for doing that Fxbs!
I am going to test it today. The earlier version of MFT FX Sniper's Erogodic CCI netted me 38 pips(30 after costs) scalping yesterday with 0 losses on a live account. On Cable and Loonie.
But I am using it in conjunction Double Woddies CCI(Heart version).
So not a bad start.
Of course I will let you know how I get on.
In time I will explain my technique. Need to test some more.
hi fxbs
good work! thanks
Hi Guys, I modified this into an MTF and it works real good on 5 min TF with the params I have set, there is a little repainting happening but i can live with that as I have other filters.
I want to get the alert working on the MTF when the arrow shows up so far not succesful, can anyone look at this and suggest
By the way I fixed the MTF problem in this that occurred when changing timeframes with arrows it used to show multiple arrows, but now only one each time
Thanks
I did MTF Bollinger also works good, I included below
dem good
Bravo, Increase!
2. alert- no idea ... (U R alert wiz?!)
Hi
does anyone make a MTF NOnlagMA indicator????????????????????