- Search Metals Mine
- 1,205 Results (1,204 Replies, 1 Comments)
-
BlueRain replied Aug 17, 2023[quote=Olliebryan;14540662] You might want to check this RSI on the chart: url
I will code your EAs and Indicators for no charge
-
BlueRain replied Aug 17, 2023You can't plot lower frame to higher time frame. it is not simply working that way.
I will code your EAs and Indicators for no charge
-
BlueRain replied Aug 17, 2023Check the steps jeanlouie provided. it is something like this if (id==CHARTEVENT_OBJECT_CLICK && ObjectGetInteger(0,sparam,OBJPROP_TYPE) == OBJ_BUTTON ) { // if(ObjectGetInteger(0,sparam,OBJPROP_STATE)==true) ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Aug 17, 2023[quote=Olliebryan;14538906]Hi BlueRain, can you help me with this, convert this into mt4 indicator. Thank you Next time, just upload your indicator. Anyway, try this one... I modified exiting RSI Color to suit your need - historgram for OB/OS area. ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Aug 15, 2023I rewrote most part for MT5 including button. Try out and let me know.
I will code your EAs and Indicators for no charge
-
BlueRain replied Aug 15, 2023it is due to TMA ATM Channel "Repaint". All data are stored in buffer so nothing to draw again. When new bar shows up, it might have same "Cross" point again because underlying indicator has repainted and confirm cross. I will take a look... I might ...
TMA ATR channel cross
-
BlueRain replied Aug 15, 2023TMA ATR Channel is based on "MA Line" at the center and add ATR Values on upper and lower value. Any indicator that is based on Moving Average will repaint. Naturally, ATR lines will be repaint also as MA and ATR lines are drawn as price is moving ...
TMA ATR channel cross
-
BlueRain replied Aug 14, 2023One way to identify Peak and Valley is to use Heiken Ashi You can see HA candle color is changing once there is intersection of M15 and M30 of ATR TMA Chennel and price has formed reversal.
TMA ATR channel cross
-
BlueRain replied Aug 11, 2023Thank you. However, my screen is from MT5. I use FXSSI.TradingSessions and few other indicators from FXSSI.
TMA ATR channel cross
-
BlueRain replied Aug 11, 2023Since I was using similar technic before, I have mapped some of indicators I apply together with this method. It is easier if you change color for shorter TMA color to like yellow to identify intersection area. 1. ZigZag - if you apply like 34, 21, ...
TMA ATR channel cross
-
BlueRain replied Aug 11, 2023Try this minor changed version. First Shorter TMA time frame is chart TF. 2nd Longer TmA time frame is M30.
TMA ATR channel cross
-
BlueRain replied Aug 11, 2023Just loaded and it shows this in my PC. Was there any error msg? like "Can't load xxxx"? Also, I have uploaded template.. nothing special.
TMA ATR channel cross
-
BlueRain replied Aug 11, 2023You just need "TMA ATR Channel" indicator under \Indicators\, nothing more. All settings are identical as arrow indicator. if there is nothing shown.. means there is no pair that has "Buy Zone" or "Sell Zone" currently. Buy Zone - when short term ...
TMA ATR channel cross
-
BlueRain replied Aug 10, 2023Updated: Try this one. - changed some status report on 2nd upload. Please use attached "TMA ATR Channel" indicator which Scanner call to get value from buffer 7 and 8. By default, Alert is on with Indicator and scanner will invoke alert to be ...
TMA ATR channel cross
-
BlueRain replied Aug 10, 2023I don't use Alerts but it seems it is not designed for popup msg, rather it notifies as sound or to your phone. Alternative solution might be using seperate indicator that will do for like this url
MT4 Price Alerts
-
BlueRain replied Aug 10, 2023this might help you. How To Set Up Price Alerts In MetaTrader 4 & 5 (Mobile & Desktop) » Learn To Trade The Market
MT4 Price Alerts
-
BlueRain replied Aug 9, 2023I figured out. My TMA ATR Channel has default of ATR Period of 100 where you are using ATR period of 25. In first post, you said just use default. In my TMA ATR, default ATR period is 100. TMA ATR Channel no 1= Timeframe= current, TMA Period=30. The ...
TMA ATR channel cross
-
BlueRain replied Aug 9, 2023I don't know where you get that graph. In my GBPUSD M15, chart looks like this attached. There is no intersection in this chart. ( M15 and M30 with Period of 30 ) Make sure your loaded TMA Channel matches config in TMA Arrow Config. Arrow Indicator ...
TMA ATR channel cross
-
BlueRain replied Aug 9, 2023Here is Arrow Indicator and template what loads indicators. Extra: MT5 version for TMA ATR Channel Indicator attached.
TMA ATR channel cross
-
BlueRain replied Aug 8, 2023Some time ago, one of FF member was asking EA that is based on 4H/1H Intersection. I might be able to write some arrow/signal indicator for intersection of two TF TMA upper/lower lines.
TMA ATR channel cross