- Search Metals Mine
- 2,159 Results (13 Threads, 2,146 Replies)
-
cja replied Apr 17, 2024Update : A minor alignment issue with the display if only the chart pair was displayed. file
MTF Dashboard thread
-
cja replied Apr 13, 2024See what I can do next week very busy away from Forex at the present time.

I will code your EAs and Indicators for no charge
-
cja replied Apr 10, 2024Button can be dragged to any position on the main chart. The Unique_value must be different for each indicator loaded. This is one way I can think of getting around the window removal and that is by leaving it in place but reducing it in size. The ...
I will code your EAs and Indicators for no charge
-
cja replied Apr 1, 2024There is a Fibonacci Arc standard with every MT4 / MT5 platform, its under the insert / Fibonacci / Arcs tab.
I will code your EAs and Indicators for no charge
-
cja replied Mar 7, 2024Thanks for pointing the issue out. It was a small error not allowing for 3 digits/letters in the manual time frame selection code. Indicator updated on the first post. url
Symbol Changer Profit Display
-
cja replied Feb 27, 2024Sounds like your candles are set to foreground. Right click on the chart and select Properties / Common then take the tick out of the box beside " Chart on foreground". image
MT4 Charts are showing my Trendline behind the Candles
-
cja replied Jan 19, 2024It is not possible with the type of code used that creates the candles. The code uses rectangles for the candle bodies which allows all the candle display options but candle width/size is not an option.
I will code your EAs and Indicators for no charge
-
cja replied Jan 17, 2024I have changed that line of code to something similar to what I would use in MT5 which should help get around the array issue. Going by your screenshot you have a problem with other indicators which would suggest you have other issues such as a lack ...
I will code your EAs and Indicators for no charge
-
cja replied Jan 1, 2024The EA was coded for use on Forex and never tested on Btcusd. What settings did you use?
EA request to close trades on 2 Moving Average Crossover
-
cja replied Dec 28, 2023The existing indicator can do everything you are requesting. Have a good look at the inputs and try again.
Screenshot of the existing indicator showing Daily and Weekly High/Low and 50% levels. image I will code your EAs and Indicators for no charge
-
cja replied Dec 23, 2023Unfortunately it is decompiled so it is very unlikely any coders on this forum will look at it. When are people going to learn when you get names like "Magic Formula' and "The Holy Grail" "Super Signals" "100% profit" etc etc that they are simply ...
I will code your EAs and Indicators for no charge
-
cja replied Dec 23, 2023Unfortunately it is decompiled which is probably why no one has looked at it.
I will code your EAs and Indicators for no charge
-
cja replied Dec 22, 2023That's correct it's not about the 1 hour or any other timeframe it's about Price crossing the Daily Open so if you get 3-4 Alerts for one Pair in a 1 hour period it means that the price is obviously moving around close to the Daily Open which can ...
MTF Dashboard thread
-
cja replied Dec 21, 2023Look in the inputs it gives you the option of Alerts on current candle or closed candle. If you are scanning a lot of Pairs then you can get a lot of Alerts.
MTF Dashboard thread
-
cja replied Dec 15, 2023I haven't tried it using mql5 but this is the way I do it using mql4 so perhaps try either of these and see if it gives the correct values. DoubleToString(LowPrice + (HighPrice-LowPrice)*0.236,_Digits) DoubleToString(LowPrice + ...
I will code your EAs and Indicators for no charge
-
cja replied Dec 11, 2023Unfortunately it is decompiled code so it is unlikely anyone on this Forum will work with it.
I will code your EAs and Indicators for no charge