Multi Timeframe Indicators - page 211

 

you should ask Mladen - it would be next generation - multi pair -multi tf

p.s. and i don't have EthanHunt permission

 
fxbs:
probably what they been trying to do with Bat - to change stop trigger on open bar -when price touches atr level

VoltyChannel_Stop_v1M.mq4 - to compare (slightly colors modified 4 user convenience)

VoltyChannel_Stop_v2.1 -has more options - will be mtf

i hope, you make bar sw for this indicator like ssl bar sw

 

slight mod - MA allowed to do whatewer and price hi/lo to break atr stop level

MA_Price = 0; //Applied Price: 0-C,1-O,2-H,3-L,4-Median,5-Typical,6-Weighted

MA_Length = 1; //MA's Period

MA_Mode = 0; //MA's Method:0-SMA,1-EMA,2-SMMA,3-LWMA

ATR_Length = 10;//ATR's Period

Kv = 4; //Volatility's Factor or Multiplier

MoneyRisk = 1; //Offset Factor

usePrice_HiLoBreak =false; (price hi/lo - open bar brake)

useMA_HiLoEnvelope =false; (ma hi & ma lo)

AlertMode = 0; //0-alert off,1-on

VisualMode = 0; //0-lines,1-dots

 

Hello,Mladen:

Hello,Mladen:

Would you please change the attached file into MTF?

Thanks a lot!

Files:
 

totaly asom (like owesom - totally)

all equalisers there too

see, Zhu - more than you bargain at (be careful what you wish for) - Mladen good to give people hard time too - now we need to beg Mladen to put downgrading feature - Sig ema/sma switch (osmas and 4 not familiar with Apple, Stocks or Commodities etc - 4charts 2be comparable with stock mql macd)

 
mladen:
Multi pair MACD - multi time frame

I would like to draw attention to one more thing (I feel it is not clarified enough)

Gerald Appel : "Technical Analysis - Power Tools For Active Investors" - page 169

(and so on...) For those of you not familiar with who Gerald Appel is, he is the man who invented MACD

regards

mladen

I have that book. As I understand.

MACD=iMA(NULL,0,12,0,1,0,i)-iMA(NULL,0,26,0,1,0,i);

Signal=iMAOnArray(MACD,Bars,9,0,1,i);

 

Yes, you understand correctly

According to Appel, signal line is an EMA too (it is mentioned on more than that place I quoted, but that quote is good because of two consecutive uses of "exponential average" term in two consecutive sentences)

MT built in MACD signal line is SMA

regards

mladen

Linuxser:
I have that book. As I understand.
 

PriceChannel_Stop_v6.mq4 - mtf, IgorAd

ChannelPeriod=9; //Price Channel Period

Risk=0.30; //channel narrowing factor (0...0,5)

Signal=1; //Display signals mode: 1-Signals & Stops; 0-only Stops; 2-only Signals;

Line=1; //Display line mode: 0-no,1-yes

color bars =1; //Display color bars mode: 0-no,1-yes

TimeFrame=0; //TimeFrame in min

 
Pussy Galore:
Hi,

This is my first post although I have read the thread with interest.

I wonder if some kind soul would be able to convert the BAT ATR into MTF format for me please.

BAT ATR v1:

seems like instead of comparing current value with previous somebody set it up to compare current values with the future values

CurrUp=Close - (iATR(NULL,0,ATRPeriod,i) * Factor);

PrevUp=Close - (iATR(NULL,0,ATRPeriod,i-1) * Factor);

just use existing atr & atr based stops

-----

edit: doesn't seems like it repaints though...

 

Vit

Hi, fxbs

You really the best

Thank you very much for that indicator

Files: