
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
kjmchc1010 I do not think that anybody can help you based on that description. What are "blue line and red line"? What is "reversal signal"?
I use basic Stochastic Oscilator in MT4. It have 2 line with basic color: LightSeeGreen and Red. Buy signal is LightSeaGreen line cross Red line, and Sell signal is Red line cross LightSeaGreen line. Of course candle must close to prevent lagging. Just like stochastic cross: Buy when green cross red, close old order and open new if red cross green. Open sell if red cross green , close old order and open new if green cross red.
Sorry for my bad English
I mail metaquote about it and the reply that This property already exist. MetaTrader 4 Build 574 with Updated MQL4 Language and Market of Applications Released - MQL4 forum
Please, how can i specify it by setting #property version in source code"
I am amatuer and just learning coding for two weeks now.
Thanksoyebimpe
If you are "amatuer and just learning coding for two weeks now" what exactly are you going to sell there?
Soon the metaquotes market will be flooded with such "originals" It will be a worthless place to look for anything that is not available for free already and "originals" are going to kill any normal code there. The way metaquotes is handling the whole market thing is ridiculous
It looks like, that I have always problems to build EA`s with Indicator there are smoothed, Double or Tri. With "normal" Indicator there are no more so much problems. Any Idea please how I can solve this problem? I do not found anything in the Forum, but i am certain that mladen told somewhere in the Forum that is a problem, but is it impossible?
Thanks
Beasty Boy
This one do not work
hilbert_sine_wave__ea.mq4
This one work okay. Same Code....
sine_wave__ea_1.mq4
Please, helpme modify this indicator to show only one arrow pointing up/down instead of line of arrows. And Let the arrow appears at the close of the bar (currently, it ppears on curent bar.
Please, helpme modify this indicator to show only one arrow pointing up/down instead of line of arrows. And Let the arrow appears at the close of the bar (currently, it ppears on curent bar.
gbemitte
Why don't you use some of the "simple" multi time fractals (some can be found at this thread : https://www.mql5.com/en/forum/173574
gbemitte Why don't you use some of the "simple" multi time fractals (some can be found at this thread : https://www.mql5.com/en/forum/173574
That is about 600pages to search through. and i don't think there is any factal indicator there that is working like this or that have thesame parameta like this one
That is about 600pages to search through. and i don't think there is any factal indicator there that is working like this or that have thesame parameta like this one
gbemitte
Check out the one from this post : https://www.mql5.com/en/forum/173009/page13 . If you wish to avoid current bar fractal showing, then simply replace this line of code :
for(i=limit; i>=0; i--)
with this
for(i=limit; i>0; i--)
Hello,
Thank you for helping me to transform this indicator into EA
The purpose is to buy when the arrow blue appears and to sell when it is red
With the possibility of modifying manually the following parameters:
Min Range
Max Range
And putting TakeProfit, StopLoss, TrailingStop
Thank you very much
pdt.mq4
gbemitte
Check out the one from this post : https://www.mql5.com/en/forum/173009/page13 . If you wish to avoid current bar fractal showing, then simply replace this line of code :
for(i=limit; i>=0; i--)
with this
for(i=limit; i>0; i--)I am very greatful.
Thanks