- Search Metals Mine
- 1,205 Results (1,204 Replies, 1 Comments)
-
BlueRain replied Nov 11, 2020Total of 256 available url
I will code your EAs and Indicators for no charge
-
BlueRain replied Nov 11, 2020In init(), you add this line to initialize all value as EMPTY_VALUE SetIndexEmptyValue(0,EMPTY_VALUE); where 0 is buffer index number. in your case, it might be like below as you have two buffer - one for long, one for short ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Nov 11, 2020Simple info.. Attached. - Account Simple Info
I will code your EAs and Indicators for no charge
-
BlueRain replied Nov 10, 2020Updated per your request.
I will code your EAs and Indicators for no charge
-
BlueRain replied Nov 10, 2020I belive it is 63 max. Short answer: limit object names and text to a maximum of 63 characters. url
I will code your EAs and Indicators for no charge
-
BlueRain replied Nov 8, 2020No. it was designed to call script only..
I will code your EAs and Indicators for no charge
-
BlueRain replied Nov 6, 2020it has already X,Y settings. You can use below option to adjust position and size of button btn_x btn_y btn_width btn_height
I will code your EAs and Indicators for no charge
-
BlueRain replied Nov 4, 2020Ok. I made change so that multiple instance of indicator can be loaded. You just have to change UniqueID per instance and X,Y value so button can be located in different location.
I will code your EAs and Indicators for no charge
-
BlueRain replied Nov 4, 2020Here you are... image image
I will code your EAs and Indicators for no charge
-
BlueRain replied Nov 4, 2020I see.. basically, you want to superimpose D1 candle 1 to latest candle in any TF with some stats on pip sizes. Correct?
I will code your EAs and Indicators for no charge
-
BlueRain replied Nov 4, 2020What do you want exactly? a dashboard? adding column to some existing? % changes over yesterday? if adding to existing, can you show which one? and your desired output picture ( mock up drawing OK)
I will code your EAs and Indicators for no charge
-
BlueRain replied Nov 4, 2020Check the post I added.. it has button to click. 1. You can enter your own script name 2. You can enter your own button text. Below example is to call script "DrawVline.mq4" and you will have to add your own script to option like "Close-all-trade" ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Nov 4, 2020Dashboard and Indicator can be loaded separately and it doesn't have any dependencies. Not sure what is going on with your MT4. It is not happening with my MT4. Below is latest.. Try if that fixes your isseus. There has been some minor fixes.. ( ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Nov 4, 2020Regarding repaint... if you add 5th bar, it may repaint as it will use 5th bar to confirm matching bar direction and 5th bar ( current bar ) is not closed yet. When bull changes to bear or vice versa, it doesn't meet condition any more and repaint ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Nov 4, 2020Ok. Thanks for checking.. I will upload fixed version with more testing. I didn't see any real issue from previous one.. so I though it might be from some left over from drawing object which I was deleting with the change. I will rollback and check ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Nov 4, 2020Can you turn off "Show_TP_Line" and see if this repro? Also, I made tiny fix in this. Can you try attached if this issue repro?
I will code your EAs and Indicators for no charge
-
BlueRain replied Nov 4, 2020Minor Fix on 4BFractal Pattern Dashboard - it seems header drawing is not refreshing.
I will code your EAs and Indicators for no charge
-
BlueRain replied Nov 3, 2020This is EA looking for Opening Gab from last bar's high and current bar's open. Since most of Gabs are filled, I think this is looking for that strategy. if condition like below, you will get sell signal. current_openprice > previous_highprice + ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Nov 3, 2020I looked into more detail and I think your checking if this is opening hour is not correct also. if( TimeHour(bartime ) == MarketOpen ) above checks if "hour is 0" But if you are using lessor time frame than H1, there will be many bars meets this ...
I will code your EAs and Indicators for no charge