
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
Mladen, off-topic question, is it possible to sry. I mean nothing is impossible for you to make gradient volatility indicator in .mt4 (.dll) like in R so for creating R/MT4 code that encapsulates time series analysis/prediction functions and packages in R. For example, to find the gradient of a slope, it is just two lines of code in R - "model = lm(x ~ y)" and "slope = model$coeff[2]".
Mladen, off-topic question, is it possible to sry. I mean nothing is impossible for you to make gradient volatility indicator in .mt4 (.dll) like in R so for creating R/MT4 code that encapsulates time series analysis/prediction functions and packages in R. For example, to find the gradient of a slope, it is just two lines of code in R - "model = lm(x ~ y)" and "slope = model$coeff[2]".
Yes, it is 2 lines in R
But those are functions of much, much more than those 2 lines. Making that in metatrader would be a rather strange job. Frankly right now one post caught my interest and that might be a move in that direction. See this post : https://www.mql5.com/en/forum/183353/page66
:):):)
Yes, it is 2 lines in R
But those are functions of much, much more than those 2 lines. Making that in metatrader would be a rather strange job. Frankly right now one post caught my interest and that might be a move in that direction. See this post : https://www.mql5.com/en/forum/183353/page66I am all over the place
Yes, it can be Theil-Sen estimator function as .dll
Linear Regression Slope - Help - MQL4 forum
Using R would be very good (with all the support R has it would be a tremendous analyzing tool)
Double smoothed stochastic of 3 macds : macd of close, macd of high and macd of low. Some experimenting with parameters advised
version that is made exclusively for the new metatrader 4 (it will not work on build 509 or older). Also results are a bit different due to how the macd values are arranged
version that is made exclusively for the new metatrader 4 (it will not work on build 509 or older). Also results are a bit different due to how the macd values are arranged
Nice to see that someone is posting code for this new metatrader. Thanks
DSS of MACD
DSS of MACD made exclusively for the new metatrader 4 (it will not work in builds 509 or lower). Some stuff that can not be done using older metatrader added to this one in order to make it more readable and usable to a regular users (no need to explain the parameters names any more, for example)
PS: it will not work with build 509 or earlier
DSS of MACD made exclusively for the new metatrader 4 (it will not work in builds 509 or lower). Some stuff that can not be done using older metatrader added to this one in order to make it more readable and usable to a regular users (no need to explain the parameters names any more, for example) PS: it will not work with build 509 or earlier
Dear Mladen,
Thanks for the great indicator. Wish to check with you if the indicator can be code with alert/push notification when its changed color? Thank you.
Dear Mladen, Thanks for the great indicator. Wish to check with you if the indicator can be code with alert/push notification when its changed color? Thank you.
alvinkon
Posted it here : https://www.mql5.com/en/forum/180648/page490
Happy trading
Double smoothed stochastic of momentum. 3 different momentums used in calculation : momemntum of close, momentum of high and momentum of low. That way the double smoothed stochastic has almost "realistic" conditions for a perfect high-low stochastic calculation. That is why it can not be compared to a "simple" momentum : it is a combination of 3 momentums
'DSS%20of%20momentum%20+%20arrows%20_%20mtf[1].mq4' DSS%20of%20momentum%20+%20arrows%20_%20mtf[1].mq4 1 1
'char' - unexpected token DSS%20of%20momentum%20+%20arrows%20_%20mtf[1].mq4 363 11
'=' - name expected DSS%20of%20momentum%20+%20arrows%20_%20mtf[1].mq4 363 16
')' - semicolon expected DSS%20of%20momentum%20+%20arrows%20_%20mtf[1].mq4 363 41
'>' - unexpected token DSS%20of%20momentum%20+%20arrows%20_%20mtf[1].mq4 364 19
'>' - unexpected token DSS%20of%20momentum%20+%20arrows%20_%20mtf[1].mq4 364 19
'<' - unexpected token DSS%20of%20momentum%20+%20arrows%20_%20mtf[1].mq4 364 32
'<' - unexpected token DSS%20of%20momentum%20+%20arrows%20_%20mtf[1].mq4 364 32
'||' - unexpected token DSS%20of%20momentum%20+%20arrows%20_%20mtf[1].mq4 364 39
'>' - unexpected token DSS%20of%20momentum%20+%20arrows%20_%20mtf[1].mq4 364 48
'>' - unexpected token DSS%20of%20momentum%20+%20arrows%20_%20mtf[1].mq4 364 48
'<' - unexpected token DSS%20of%20momentum%20+%20arrows%20_%20mtf[1].mq4 364 62
'<' - unexpected token DSS%20of%20momentum%20+%20arrows%20_%20mtf[1].mq4 364 62
')' - unexpected token DSS%20of%20momentum%20+%20arrows%20_%20mtf[1].mq4 364 67
expression has no effect DSS%20of%20momentum%20+%20arrows%20_%20mtf[1].mq4 364 54
')' - unexpected token DSS%20of%20momentum%20+%20arrows%20_%20mtf[1].mq4 364 68
'-' - unexpected token DSS%20of%20momentum%20+%20arrows%20_%20mtf[1].mq4 365 56
'else' - illegal 'else' without matching 'if' DSS%20of%20momentum%20+%20arrows%20_%20mtf[1].mq4 366 10
16 error(s), 1 warning(s) 17 2
am gettings this errors, 16 in total. any help