- Search Metals Mine
- 2,159 Results (13 Threads, 2,146 Replies)
-
cja replied May 1, 2020Unfortunately for you the indicator does not use buffers.
Looking for 50% of candle indicator
-
cja replied Apr 29, 2020Often the issue is another indicator on the chart that has poor object delete code, have you tried the indicator by itself on a blank chart??
I will code your EAs and Indicators for no charge
-
cja replied Apr 27, 2020You simply substitute the "window" text with 0 =main chart, 1 = 1st indicator window, 2 = 2nd indicator winow etc ObjectCreate(name, OBJ_LABEL, window, 0, 0); How would you envisage using the keyboard??? How can that be simple?? so unless I am ...
Symbol Changer Profit Display
-
cja replied Apr 24, 2020Your first post on this Forum and so polite
I am prepared to accept this could be a translation language issue so if you still need some help please respond. It may be possible however a work around is just load 2 examples of the ...Symbol Changer Profit Display
-
cja replied Apr 23, 2020Here is an updated version, the version you had is very old ( 2006 ) and has very poor delete code and I should know because I coded it. file
I will code your EAs and Indicators for no charge
-
cja replied Apr 14, 2020This EA will Delete all the Pending Orders on a Chart once the all Market Orders are Closed. NOTE : The name of this EA cannot be changed or it will not work. file
I will code your EAs and Indicators for no charge
-
cja replied Apr 13, 2020The difference is the Alert fires on either the current candle or when the candle is closed.
MT5 Indicators and EAs
-
cja replied Apr 12, 2020I have coded in a full set of Alerts. NOTE : You cannot change the name of this indicator or it will not work. file
MT5 Indicators and EAs
-
cja replied Apr 12, 2020the one you posted above may do but I clicked your link above but it's dead could you check it please & repost thanks[/quote] This should do everything you want, I have rewritten a very old indicator and bought it up to the latest MT4 code. NOTE : ...
I will code your EAs and Indicators for no charge
-
cja replied Apr 10, 2020A 2004 MT4 indicator must be one of the first. I have just done a basic addition of a second MA. file image
I will code your EAs and Indicators for no charge
-
cja replied Apr 1, 2020The issue is both those indicators are decomplied the word EDU in the name is a dead giveaway its a term used on some websites where members ask for software to be "educated" which is effectively another way of saying cracking code/piracy/reverse ...
I will code your EAs and Indicators for no charge
-
cja replied Mar 26, 2020It sounds like your buttons are relying on a tick update before they operate the assigned function make sure you have your "OnChartEvent"section of the code setup correctly with something like this " if (id==CHARTEVENT_OBJECT_CLICK && ...
MT4/MQL Custom Coded Buttons Must Be Pressed Twice to Work
-
cja replied Mar 26, 2020Re-posted as a small mistake in the code for the indicator posted on #Post 33259 stopped the "LONG" text from displaying. file
I will code your EAs and Indicators for no charge
-
cja replied Mar 24, 2020The easiest way to do this was to make it an EA and to have one button which you click each time for the different cycles. 1/ In the inputs the user can select several Button sizes. 2/ To load it into a separate window ( use the "Select Window for ...
I will code your EAs and Indicators for no charge
-
cja replied Mar 24, 2020Basically everytime i click the button it will cycle the color from black to red to green. What are you cycling with the color?? The button? The chart?
I will code your EAs and Indicators for no charge
-
cja replied Mar 8, 2020The bottom line is it is decompiled whether you knew it or not and I suspect none of the ethical coders on this Forum will be interested in doing any modifications to it. I noticed the main signal for trades comes from a decompiled indicator of mine ...
I will code your EAs and Indicators for no charge
-
cja replied Mar 5, 2020Found this in my files it is very old I think coded back in 2006. file image
Looking for Stochastic Indicator - histogram style
-
cja replied Feb 24, 2020It sounds like you are not allowing for a suffix or prefix for your manually selected pairs. Have a good look at the Symbols label on your chart.
Symbol Changer Profit Display