- Search Metals Mine
- 1,205 Results (1,204 Replies, 1 Comments)
-
BlueRain replied Jun 6, 2023I did downloaded again from first thread again. After I loaded faster n1 - looks fine. No sluggishness. But, after 2nd indi, it is doing again. it makes MT4 almost hung.
Faster-CH scalping system
-
BlueRain replied Jun 6, 2023I loaded into my MT4 EURJPY 1M Chart but very sluggish. Even after restart and just loading your indicator only, still it hangs the system - unresponsive. I had to kill MT4 to close.
Faster-CH scalping system
-
BlueRain replied Jun 5, 2023I see. it is because it was using that range as label ID. I made little change. Try out.
I will code your EAs and Indicators for no charge
-
BlueRain replied Jun 5, 2023Not sure what is wrong with your config. For me, it shows alert msg dialog without any issue with symbol name.
I will code your EAs and Indicators for no charge
-
BlueRain replied Jun 5, 2023maybe, you are looking for "Candle Overlay" which will draw higher timeframe candle on lower frame. By drawing Daily Candle on lower frame, you can see how lower frame candles fit into higher frame candle. example: D1 candle overlay on H1 TF candle ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Jun 4, 2023I looked into the code and it is coded to update only once a day ( when new bar shows up). if(iTime(NULL,PERIOD_D1,0)!=T) { T=iTime(NULL,PERIOD_D1,0); DrawWeekBox(); } How often do you want to have it updated? Per Tick? or On new Bar shows up? Last ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Jun 4, 2023Interesting. In my MT4, it is On/Off alternatively as you press button. That Button On/Off status is per symbol and will stay same until you switch regardless of time frame. If you have same symbol loaded into another chart, it may have interfere ...
Indicators with ON/OFF buttons
-
BlueRain replied Jun 3, 2023Made slight change to existing period seperator. You can set the start day of week as option. ( 0 = sunday, 1 = Monday...) Default is 5 - Friday. You can turn on/off DayMarker also if you just want vline as well as changing line style and width.
I will code your EAs and Indicators for no charge
-
BlueRain replied Jun 3, 2023For MT5, I changed a lot of code. Try out and let me know if any bug. it seems those lines are customized Fib levels. Please PM me as I would like to know how you use this in your trading.
I will code your EAs and Indicators for no charge
-
BlueRain replied Jun 3, 2023Try this out. I added ChartRedraw() so that it updates chart after drawing new boxes.
I will code your EAs and Indicators for no charge
-
BlueRain replied Jun 3, 2023Bug is fixed. Try out again. Buffer was not set as empty when there is no value. I guess that is difference between MT4 and MT5 as i didn't touch main logic part.
I will code your EAs and Indicators for no charge
-
BlueRain replied Jun 3, 2023Interesting. I will take a look and fix those.
I will code your EAs and Indicators for no charge
-
BlueRain replied Jun 3, 2023i have added button version in original thread.
I will code your EAs and Indicators for no charge
-
BlueRain replied Jun 3, 2023Indi is based on ZigZag. ZigZag repaints as price changes. Anyway, here is button version. Update: Slight Bug found when switching time frame. I will upload a bit later. Update: Fixed Version attached now.
Indicators with ON/OFF buttons
-
BlueRain replied Jun 1, 2023BaseLineColor option is added. default is Lime color. I won't do any more change now.
I will code your EAs and Indicators for no charge
-
BlueRain replied Jun 1, 2023First, MT4 code is converted to MT5. At least, you can start using on MT5. No change to its logic or feature added. if I have time, I will try to add those candle numbers later.
I will code your EAs and Indicators for no charge
-
BlueRain replied Jun 1, 2023Added Line Label and Price.
I will code your EAs and Indicators for no charge
-
BlueRain replied Jun 1, 2023Here, I have added UniqueID so that you can add multiple indicators. To use multiple instances, you have to provide uniqueID different from previous instances. In addtion, change Button X and Y so that it doesn't overlap with previous instance.
I will code your EAs and Indicators for no charge