- Search Metals Mine
- 2,159 Results (13 Threads, 2,146 Replies)
-
cja replied Jan 19, 2023If you want the existing chart background color ( in this example if the chart is Black then your rectangle will be Black ) to color something like a rectangle in your EA/indicator insert this in your code for the rectangle color ...
I will code your EAs and Indicators for no charge
-
cja replied Jan 17, 2023Open your editor and use F1 to open up the MetaQuotes reference for code. //+------------------------------------------------------------------+ //| The function receives chart background color. | ...
I will code your EAs and Indicators for no charge
-
cja replied Jan 17, 2023You might want to check the settings for RSI on both indicators. The RSI Dash uses a Median Price as the default whereas RSI typically uses a Closed Price.

RSI Dash
-
cja replied Jan 15, 2023Hi, My apologies that is one aspect of the indicator I never thought of testing, thank you for your observance of this issue. It should be working correctly now. The indicator on post url above is working in all aspects except for the issue found ...
RSI Dash
-
cja replied Jan 10, 2023please help to make it multi time frame Load it on a chart several times with your selection of time frames. To change the code as requested would involve a major rewrite of the code and I don't think it is worth doing considering the easy option of ...
RSI Dash
-
cja replied Jan 9, 2023The indicator inputs has a "maxBars" input just set that to whatever value you want and make sure that you have enough bars set up in the MT4 platform go to "Tools/Options/Charts and check how many bars allowed on a chart and in the history.
I will code your EAs and Indicators for no charge
-
cja replied Jan 4, 2023Its a lot easier to find your post if you put a link in your request. Click on the post number in the top right of the post window then copy the URL in the browser and click on the link button then paste it into the link. The result is like this ...
I will code your EAs and Indicators for no charge
-
cja replied Jan 3, 2023Adding a unique number to this type of code is not a simple task however if you use the search feature you should find there are plenty of Session indicators on this Forum that do just what you require.
Monthly/Weekly Open Line
-
cja replied Jan 1, 2023That's strange its code that used to work but on testing it now you are correct the seconds/minutes no longer works, I will look into it in some depth as time permits however for the time being you can set your times in seconds. 1 minute = 60 ...
I'm looking for automatic time frame switcher
-
cja replied Jan 1, 2023any chance to make the dash squares bigger? What is your idea on bigger?? To change the size of the dashboard squares involves changing all the shift and size code which is not a five minute task ( spare time is not something I have a lot of at the ...
MTF Dashboard thread
-
cja replied Dec 31, 2022You must have the "ZeroLAG MA" indicator in your indicator folder because the code calls on this indicator using iCustom code and without it your platform will freeze. If you have issues with an indicator the first place to look is the Experts and ...
I will code your EAs and Indicators for no charge
-
cja replied Dec 28, 2022My apologies for this is a very late response however I have re-coded and updated this older MA dashboard to display only the point when the MA's cross. file
MTF Dashboard thread
-
cja replied Dec 27, 2022I notice on looking at the code the indicator is obviously not meant to be posted on a forum as it still has the Time/Demo restriction code in it and anything to identify the original owner and the name has been removed. I am not prepared to make ...
MTF Dashboard thread
-
cja replied Dec 14, 2022Go into the Common tab and set the minimum/Maximum to 0 and 1 and it will give you what you want.

I will code your EAs and Indicators for no charge
-
cja replied Dec 11, 2022Its not something I authored its simply something I must have done a small modification to back in 2006 in fact I really have not idea what its use would be but I have got it to work and basically deleted almost 50% of the code which did nothing as ...
Monthly/Weekly Open Line
-
cja replied Dec 10, 2022Before you ask this indicator is only for Daily and the code used is not suitable for Weekly or Monthly or any other time frame. 1/ The button can be moved by dragging it with the mouse to any position on the chart. 2/ The indicator has a custom ...
Monthly/Weekly Open Line
-
cja replied Dec 6, 2022try these options ObjectSetText("DFlt",DoubleToStr(AccountBalance()/(100*10*100),2), Text_Size, Text_Font, Text_Color); ObjectSetText("DFlt",StringSubstr(AccountBalance()/(100*10*100), 0, 4), Text_Size, Text_Font, Text_Color);
I will code your EAs and Indicators for no charge