- Search Metals Mine
- 110 Results (2 Threads, 108 Replies)
-
thommas replied Jul 13, 2025I just saw the same EA in youtube and it works in backtesting. But this one here does not work in forward testing either.
I will code your EAs and Indicators for no charge
-
thommas replied Feb 22, 2025History quality 52% is not reliable at all. You need at least 90% for more credible results.
Gold (XAU/USD) with BiteFX
-
FX BTCUSD vs BTCUSDT perpetual
Started Feb 10, 2025|Trading Discussion|0 replies
Please help me to understand: Most Forex brokers offers BTCUSD trading, as a regular fx of ...
-
thommas replied Jan 17, 2025This is where BitmapLabel is created : OUTPUT.CreateBitmapLabel(ChartID(),0,SYSTEM_TAG+"_OUTPUT",0,0,screenX,screenY,COLOR_FORMAT_ARGB_NORMALIZE); and when I add OBJPROP_ZORDER there I'll get an error(no one of the overloads can be applied to ...
I will code your EAs and Indicators for no charge
-
thommas replied Jan 3, 2025Anyone? How to modify lot size for slave accounts?
I will code your EAs and Indicators for no charge
-
thommas replied Dec 30, 2024Hi guys, I found a very simple and fast MT5 trade copier(local) but I noticed that Slave gets the same volume as Master. I would like to add some multiplier for slave or just an opportunity for custom volume. file
I will code your EAs and Indicators for no charge
-
thommas replied Nov 16, 2024Thanks, I'll look more closely into this OBJPROP_ZORDER. Edit: it works! Nice, thanks a lot!
I will code your EAs and Indicators for no charge
-
thommas replied Nov 16, 2024Hi guys, Found cool MT5 levels indicator from mql site #property indicator_chart_window #include <Canvas\Canvas.mqh> #define SYSTEM_TAG "Key Levels" input string interested="000,500";//interested in levels string ...
I will code your EAs and Indicators for no charge
-
thommas replied Nov 12, 2024SetSymbol MT5 subwindow option does not work! Anyone able to fix it?
Timeframe and symbol changer for MT5
-
thommas replied Sep 21, 2024Indicator(MT5) works, its is written so that colors are in array and I do not need to change anything else than just colors but the problem is very simple: In that given code colors are with name but I want to use my own colors which are C'... Need ...
I will code your EAs and Indicators for no charge
-
thommas replied Sep 21, 2024Hi guys, please little advice here. Indicator stores colors to array as a string but my color is example C'187,187,247' I tried to ColorToString but in this case my choosen color has no name. So how can I use my colors which are C' ? input string ...
I will code your EAs and Indicators for no charge
-
thommas replied Mar 22, 2024Hi guys, Please change this indicator so that it only shows as many lines as needed for the active screen. Currently, a large amount of lines are being drawn that I can't see anyway and it makes the computer very slow specially if I have lot of ...
I will code your EAs and Indicators for no charge
-
thommas replied Jan 13, 2024Absolutely true! Trading is something everyone needs to understand by themselves and the saddest part is that most will never succeed in this. It's just like learning math in school. The teacher may be a professional in his field but the majority of ...
To the profitable people
-
thommas replied Jan 7, 2024Hi guys, please help to identify/solve the problem with this Range Breakout EA(MT5). EA draws range(horizontal lines) based on high and low of certain time(between vertical lines) and if price breaks range up it buys when price breaks down it sells. ...
I will code your EAs and Indicators for no charge
-
thommas replied Dec 16, 2023I used the same formula but I found the problem. Fibo start point wasn't just yesterday low or high but its summarized with yesterday range also.
I will code your EAs and Indicators for no charge
-
thommas replied Dec 15, 2023This is exactly what I'm doing. Yesterday high is 100%, low 0% and then I use fibo formula.
I will code your EAs and Indicators for no charge
-
thommas replied Dec 15, 2023As I wrote - I tried fibo formula. Example: fibo_0236 = NormalizeDouble(high - (high-low) * 0.236/100.0),Digits()); But in this way fibo 23.6 level is not the same as it is with using OBJ_FIBO and I don't understand how obj_fibo calculates fibo ...
I will code your EAs and Indicators for no charge
-
thommas replied Dec 15, 2023Yeah, read it and I know OBJ_FIBO can not get prices. That is why I'm asking here because at the moment I only have OBJ version and out of thoughts.
I will code your EAs and Indicators for no charge
-
thommas replied Dec 15, 2023How to get prices of these fibo levels? double _fiboLevels[21]= {0,0.236,0.382,0.5,0.618,1,1.61,2.61,3.61,4.23,4.61,-0.236,-0.382,-0.5,-0.618,-1,-1.61,-2.61,-3.61,-4.23,-4.61}; if(Bars(_Symbol,_Period)<rates_total) return(-1); MqlRates ...
I will code your EAs and Indicators for no charge