- Search Metals Mine
- 1,205 Results (1,204 Replies, 1 Comments)
-
BlueRain replied Jun 14, 2022Try this. Alert will be generated when there is new candle formed. if you want every 5 min, load indicator to 5 min chart. if you want every 1 hr, load indicator to 1 hr chart. Update: I just found out that alert msg is not correct. Signal to ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Jun 14, 2022Change little. Let me know if any issue.
I will code your EAs and Indicators for no charge
-
BlueRain replied Jun 14, 2022By default, Indicators won't show up in Tester during test. You will need to pause and load indicators by yourself then continue. if you have template, just load template so it is ready for your test environment with your own indicators. Once tester ...
Why doesn't the indicator show up? Where is the error?
-
BlueRain replied Jun 13, 2022Just saw this. Try this one.
I will code your EAs and Indicators for no charge
-
BlueRain replied Jun 13, 2022I added newbar flag, not BreakEven. let me know if this this not working. Update: Added BreakEven - see if this one works.
I will code your EAs and Indicators for no charge
-
BlueRain replied Jun 13, 2022What kind of alert do you want to add? Please be specific as there are a lot of time frame and different modes ( numbers/dots). if not done right, it will create too many alerts.
I will code your EAs and Indicators for no charge
-
BlueRain replied Jun 13, 2022Maybe, you can search this thread: Indicators with ON/OFF buttons | Forex Factory
I will code your EAs and Indicators for no charge
-
BlueRain replied Jun 13, 2022Try this one. I added High/Lowline option so that you can change.
I will code your EAs and Indicators for no charge
-
BlueRain replied Jun 10, 2022I think it is possible in MT5 but 8H,12H is not native to MT4 so you have to do a lot of work to get that time frame - similar to Renko. Since those requires a lot of extra work - just to get that time frame - I don't think anybody will do work on ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Jun 6, 2022Fixing and writing a new indicator is not same. I am not able to help out this. Plus, you get same information using MT4 built-in tool ( Hair Cross Tool ) - if you click one and click on other - it gives how many bars and you total range
I will code your EAs and Indicators for no charge
-
BlueRain replied Jun 6, 2022Attached indicator has no code related to what you have described. Once fixed compile errors, it just shows lines.
I will code your EAs and Indicators for no charge
-
BlueRain replied Jun 6, 2022Quoting PatienceFx Same with me. FYI, regarding your email, it is totally possible but I won't do that as there might be other way to handle news.
I will code your EAs and Indicators for no charge
-
BlueRain replied Jun 5, 2022Simple changes. You wont' find that many.
I will code your EAs and Indicators for no charge
-
BlueRain replied Jun 3, 2022You have to use OrderSymbol() to process each order and to find out bid/ask price inside of loop. use similar to below: double b; for(int i=1; i<=OrdersTotal(); i++) // Cycle searching in orders { if (OrderSelect(i-1,SELECT_BY_POS)==true) { b = ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Jun 2, 2022Those are all decompiled/stolen codes and no one in FF will touch those code.
I will code your EAs and Indicators for no charge
-
BlueRain replied Jun 2, 2022Try this one if works for you.
I will code your EAs and Indicators for no charge
-
BlueRain replied May 29, 2022I wish I can. However, I don't have any specific recommendation. There are many websites that review EAs. You may test those out if you want. You may rent some as trial and see how it goes. Most of free EAs on mql5 are just very limited and won't be ...
I will code your EAs and Indicators for no charge