- Search Crypto Craft
- 1,205 Results (1,204 Replies, 1 Comments)
-
BlueRain replied Aug 2, 2022mql5 website has many of those: Free download of the 'Solar Wind Indicator for MQ5' indicator by 'LukeB' for MetaTrader 5 in the MQL5 Code Base, 2021.05.18
I will code your EAs and Indicators for no charge
-
BlueRain replied Aug 2, 2022Minor bug fix - latest box drawing was not cleaned if pattern changed.
I will code your EAs and Indicators for no charge
-
BlueRain replied Aug 1, 2022It seems this one checks a lot of patterns. I see what you mean by "less signals" Very detailed - although all the font is broken and I can't read what it is. There are so many pattern names it is trying to .. but I can only guess what it does as ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Aug 1, 2022I think I got this. I have seen before and fixed by setting default value to 0 on those buffer. Try this now.
I will code your EAs and Indicators for no charge
-
BlueRain replied Aug 1, 2022try this one. I removed IndexShift which I don't know why it is there. Maybe, it has some other purposed. Let me know if that works.
I will code your EAs and Indicators for no charge
-
BlueRain replied Aug 1, 2022Fixed Spread in Tester and Fluid Spread in Live?
EA works great in strategy tester, but not in live trading
-
BlueRain replied Aug 1, 2022it seems it is based on MA based price for two mode ( Mode 0 ( RSI ) based, and Mode 1 Stoch based.) Mode 2 = ADX based seems not using MA based price, but still use current bar's Hight and Low. As long as you use current bar, any indicator will ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Aug 1, 2022Yes. but, those indicator is just drawing Highest and Lowest point as S/R. Not sure why it needs one per each time frame.
I will code your EAs and Indicators for no charge
-
BlueRain replied Aug 1, 2022The way it is programmed, not possible.
I will code your EAs and Indicators for no charge
-
BlueRain replied Jul 31, 2022Here, I modified previous 4bar indicator and this indicator is specifically detect RailRoad Pattern. Both candle size is limited to within 90% - 110% range. Also, lookback to find highest or lowest will be 20 candles by default. if you have ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Jul 30, 2022That code was just example. It doesn't have to be "checked" or "colors"..it could be anything. You can even store strings like "EURUSD_Yellow". Whole concept is to store you button status as you like to be as it happens and restore those values when ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Jul 29, 2022So, this is your reminder and in need of any chart, any time frame. if you want to have consistent value - regardless of what chart or Timeframe - just use Global Value to store its value. Each time you switch Chart ( like TF or Pair ), your ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Jul 29, 2022Regarding symbolname, I recommended to use "property name" to store symbol, not as text so that it doesn't show up as text. However, I still don't get exactly what you are trying to do with those "extra button" you created.
I will code your EAs and Indicators for no charge
-
BlueRain replied Jul 29, 2022existing code logic is to extract "Symbol" name from each button text. string symbol = ObjectGetString(0,objectName,OBJPROP_TEXT); it is using this symbol extracted from each button and collect P/L that sets color. ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Jul 28, 2022I have converted to MT5. Short cut seems 1,2,3....9. Please test out completely. #define KEY_MONTHLY 57 #define KEY_WEEKLY 56 #define KEY_DAILY 55 #define KEY_4HOUR 54 #define KEY_1HOUR 53 #define KEY_5MIN 50 #define KEY_30MIN 52 #define KEY_15MIN ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Jul 27, 2022this might do what you are asking. Basically, showing Bid/Ask and Spread as line.
I will code your EAs and Indicators for no charge
-
BlueRain replied Jul 26, 2022No idea how it is being used. That indicator was just drawing day lines. Based on picture, it seems there was another indicator - HA ( Heiken Ashi ) that shows trends has changed. I think SlingShot might have some trading logic combined together.
I will code your EAs and Indicators for no charge