- Search Metals Mine
- 1,205 Results (1,204 Replies, 1 Comments)
-
BlueRain replied Dec 13, 2019fix like - if (UpTrend[AlertBar] > UpTrend[AlertBar + 1]) //trend up { Alert(WindowExpertName(), ": ", _Symbol, " ", _Period, " UPTREND ", " BUY"); if (AlertsSound) PlaySound(SoundFile); //"stops.wav" //"news.wav" //"alert2.wav" //"expert.wav" } ...
Help Please with Indicator Alert Code
-
BlueRain replied Dec 13, 2019I had some free time this morning to fix your code as I won't do any more trading until new year. It now checks if trend is changed ( basically compare two buffer value of previous two bars ) and alerts. Plus, I have renamed few variable for easier ...
Help Please with Indicator Alert Code
-
BlueRain replied Dec 13, 2019I assume you want alert when there is color of bar change - which is trend changed. Typically for this kind of alert, you should have some logic if color of bar is changed to another color like green bar changed to red bar. As is now, Code just ...
Help Please with Indicator Alert Code
-
BlueRain replied Dec 13, 2019Reason it alert constantly is that it has to go all the bars every time there is new tick. Whenever there is new tick, whole loop will rerun again and generate whole lot of alerts. I looked into your code and you don't have any mean to store and ...
Help Please with Indicator Alert Code
-
BlueRain replied Dec 12, 2019I have feeling this code was generated by reverse engineering from ex4 file.
Help Please with Indicator Alert Code
-
BlueRain replied Dec 12, 2019quick look.. and it seem your variable is not matching. in this line, for (int li_0 = Bars - IndicatorCounted() - 1; li_0 >= 0; li_0--) you are using li_0 as your variable to iterate all. But, in the body, you are using just "i" if ( i <= AlertBar ...
Help Please with Indicator Alert Code
-
BlueRain replied Dec 10, 2019Thanks for introducing this EA. I think I have tried this EA some time ago but since I wasn't an avid user of EA , maybe until I have solid manual trading style established, I didn't pay attention before.Just tried this EA as is and it seems it is ...
4 Hour Entry Signal
-
BlueRain replied Dec 2, 2019Regarding false signal, I totally agree that you shouldn't just rely on a single signal. All of indicators are there to give you its own signal - one way or another - and you should use your own way to confirm if signal is correct or false. Once ...
4 Hour Entry Signal
-
BlueRain replied Dec 1, 2019I went over all the indicators and it is still a bit choppy but for sure, all of those indis are already moving to north in 4H and bottomed out in Daily. Based on those, specially BB & MACD based indicators, I am staying in long side with first ...
EURUSD
-
BlueRain replied Nov 29, 2019Originally, this indicator was called HMA ( Hull Moving Average) indicator url And I picked up from some place where it was a bit modified and I added alert/email with a minor change on marker position. I don't think it is repaint. I picked up ...
4 Hour Entry Signal
-
BlueRain replied Nov 29, 2019I think this is a great system and I might study some more to apply to my trading system. FYI, I have added my own TSR indicator which is a customized TSR indicator with arrows. Setting for TSR-Signal I use is (7,3,0) Basically, when TSR-Signal is ...
4 Hour Entry Signal
-
BlueRain replied Nov 29, 2019Again, down pressure is rejected at the major support point. this is already 3rd time bounced back in recent attempts. There is still box formation in progress and forming slowly Double Bottom formation in daily chart. In addition, all of my ...
EURUSD
-
BlueRain replied Nov 28, 2019My previous take on EURUSD to 1.10 area is now completed. At this time, it seems EURUSD is consolidating and forming a sideway box formation - Rail Track. Basically, it has bounced off Fib 61.8 level as well as touched BB lower level. MACD also ...
EURUSD
-
BlueRain replied Nov 25, 2019I looked into code of BB_MACD.mq4 and it is not repainting. Basically, it was calculating MACD diff ( fast - slow ) and also drawing BB line around this diff to calculate its volatility using stdv. Once I change variables of MACD 5,10,4 and used for ...
Does anyone know this indicator? Is it a MACD2?
-
BlueRain replied Nov 25, 2019from look of pic, it looks like it uses 2 indicator - MACD and BB. maybe, this? url
Does anyone know this indicator? Is it a MACD2?
-
BlueRain replied Nov 22, 2019My take is EURUSD is downtrend started a couple of days ago…. and more likely to touch around 1.10 area in next few days.
EURUSD
-
BlueRain replied Nov 20, 2019Just read another thread with similar story again:
How I Became Successful In Forex... The Secret
-
BlueRain replied Nov 20, 2019I think I share a lot of same experience and trading mentality with ForexCup. After spent almost 8 yrs without success, I realized that it is not my trading strategy, but my approach to market. I knew all those technical - candles tell, BB, Stoch, ...
How I Became Successful In Forex... The Secret
-
BlueRain replied Nov 13, 2019I think it is time to go long for EURUSD. It has reached Fibo 61.8 and price is now printing inside of lower BB zone. MACD also shows reversal sign. While 1D TF is still waiting for reversal and in need of confirmation, 4H is already showing uptrend ...
EURUSD