
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
Great Work!!!!... these indicators are fabulous. i was just wondering...if we can use these indicators for timeframes that aren't available in MT4. i mean applying these indicators on a 5 minute chart with the indicator representing a 2 hour and 10 minute chart? is this possible?
Regards
gabrooI've tried that. Unfortunately, it doesn't work. BTW, glad you like the indicators.
Keris
Great. Thank you.
I tried to make one for Stochastic, but I couldn't make it work
If some charitable soul can make it, I would be grateful
I tried to make one for Stochastic, but I couldn't make it work
Download MTF Set 2 from the first post in this thread. I put stochastic in there.
Keris
Download MTF Set 2 from the first post in this thread. I put stochastic in there. Keris
Thanks Keris. Really appreciate it.
Any know how ?
Any know where to change in the code so it can be posible use this function on a movingaverage ------ extern string Currency = "NULL";-------- ..
I have tryed to figure where to write rest of code but couldnt.. Newdigital di it somewhile ago with macd.. https://c.mql5.com/forextsd/forum/2/macd_gbp_on_jpy_h1.gif ...
It is my idea to use keris MTF movingaverage for correlation analysis im just wondering how it will look like
sailor
Can anyone please help with the different codes for sma, ema, lwma?
Thanks in advance.
Nesalc
to nesalc
input data in option box
PERIOD_M1 1
PERIOD_M5 5
PERIOD_M15 15
PERIOD_M30 30
PERIOD_H1 60
PERIOD_H4 240
PERIOD_D1 1440
PERIOD_W1 10080
PERIOD_MN1 43200
You must use the numeric value of the timeframe that you want to use
when you set the TimeFrame' value with the indicator inputs.
---------------------------------------
PRICE_CLOSE 0 Close price.
PRICE_OPEN 1 Open price.
PRICE_HIGH 2 High price.
PRICE_LOW 3 Low price.
PRICE_MEDIAN 4 Median price, (high+low)/2.
PRICE_TYPICAL 5 Typical price, (high+low+close)/3.
PRICE_WEIGHTED 6 Weighted close price, (high+low+close+close)/4.
You must use the numeric value of the Applied Price that you want to use
when you set the 'applied_price' value with the indicator inputs.
---------------------------------------
MODE_SMA 0 Simple moving average,
MODE_EMA 1 Exponential moving average,
MODE_SMMA 2 Smoothed moving average,
MODE_LWMA 3 Linear weighted moving average.
You must use the numeric value of the MA Method that you want to use
when you set the 'ma_method' value with the indicator inputs.
sailor
Sailor
Thanks a million Sailor - you are a star!!!
Nesalc
looks good but i was wondering why i can not attach YEN pairs only reason why is that i think YEN pair is using ehh my english lol .... compare the quote
euro has 1.2000 and usdjpy 117.50 ( look after decimal )
sailor