- Search Metals Mine
- 1,205 Results (1,204 Replies, 1 Comments)
-
BlueRain replied Apr 12, 2020if you need vline, change this - d should be I as it will be date of month. . ObjectCreate(name,OBJ_VLINE,0,j,0);
mql - Need help with some code again
-
BlueRain replied Apr 12, 2020name="vline"+IntegerToString(i); ObjectDelete(name); ObjectCreate(name,OBJ_VLINE,0,d,0); You are creating an object with same name. If you want VLine, you need to create with different name. Each object should have an unique name. if you don't want ...
mql - Need help with some code again
-
BlueRain replied Apr 12, 2020First, you shouldn't use OBJ_RECTANGLE - you should use OBJ_TREND. OBJ_RECTANGLE will draw Rectanglar. If you just want line, do simiar like this. Below will draw a line from Time[i] to latest bar at price high point of current price. ( a single ...
mql - Need help with some code again
-
BlueRain replied Apr 12, 2020Added those 2 extra level lines but this OBJ_FIBO doesn't allow having different color and line thickness for each level. I have tried to create another fib but somehow, color blended and produce different color. Drawling a line over existing line ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Apr 11, 2020This is not my indicator and it will require a lot of changes to fit into your need. I looked into code and customization was not that easy as a lot of buffers interact together.
I will code your EAs and Indicators for no charge
-
BlueRain replied Apr 10, 2020So, basically MM Orderblock strategy where price returns to OrderBlock area. Recently, I have been working on similar indicator .. still in progress. Can you PM me so I can get exact rules/condition to draw the box? I might be able to modify the ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Apr 10, 2020Pic Looks like DailyHighLow indicator + "High - Low trend mtf" by mladen on top of it. Add this to your chart and adjust period a bit longer like 50.
I will code your EAs and Indicators for no charge
-
BlueRain replied Apr 10, 2020This order? SMA50 < MACD3 < MACD2 < MACD < BBMiddle ? Added to alert conditions.
I will code your EAs and Indicators for no charge
-
BlueRain replied Apr 9, 2020This seems similar to Supply/Demand or OrderBlock with some minor changes. What is strategy on this "Imbalance" ? Are you looking for "Zone expand and squeeze" to see where is reversal? Based on how it works, I might have some solution.
I will code your EAs and Indicators for no charge
-
BlueRain replied Apr 9, 2020It might be you are trading Micro lot.. can you change lotsize to .1 and see if that fixes?
I will code your EAs and Indicators for no charge
-
BlueRain replied Apr 8, 2020Update 1: Found a bug on creating label and now fixed. Please use this newer version. Please download latest from original post.
I will code your EAs and Indicators for no charge
-
BlueRain replied Apr 8, 2020Indicators stays in your own console/private computer ( client side ) and Server only has your trading related information such as buy/sell... ( Server Side ) Unless they have access your private computer remotely, they have no way of knowing what ...
MT4 spy - is it possible?
-
BlueRain replied Apr 8, 2020Your wish is granted here. I have a bit more complicated account status indicator but for you, I simplified and it will show you only 4 things in a single line. You have to enter lot size for your account, default is 1 lot. Displaying "Margin ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Apr 8, 2020Found a minor bug and now it is fixed and confirmed I am getting push notification to my phone.
I will code your EAs and Indicators for no charge
-
BlueRain replied Apr 8, 2020All I did was adding a couple of line to handle push. I didn't change any logic or formatting. Let me check and get back to you.
I will code your EAs and Indicators for no charge
-
BlueRain replied Apr 8, 2020First one has already pushnotification. Next 2, I have added pushnotification.
I will code your EAs and Indicators for no charge
-
BlueRain replied Apr 8, 2020Aharon Tzadik has a lot of free EA avail and this is BB based EA. url Take a look and it should work for you.
I will code your EAs and Indicators for no charge
-
BlueRain replied Apr 7, 2020This would fix the issue. for (i = limit; i >= 0; i--) {
I will code your EAs and Indicators for no charge
-
BlueRain replied Apr 2, 2020Still same - decompiled code. Sorry. this one might have same feature as you want.
I will code your EAs and Indicators for no charge
-
BlueRain replied Apr 2, 2020this is a decompiled stolen code, please bring original mq4 file for any assistance.
I will code your EAs and Indicators for no charge