Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
78 views

My Expert Advisor uses two Moving Averages (MAs). I want them to be displayed on the chart with two distinct colors, like in this example: However, my EA draws both of them with the default color (...
Degger's user avatar
  • 4,323
0 votes
0 answers
91 views

I’m developing an MQL5 Expert Advisor that should connect to a local TCP server (127.0.0.1:5001). The server is running and responds correctly to Telnet. In MetaTrader, I added 127.0.0.1:5001 in ...
0 votes
0 answers
48 views

Hi i Want to make this show Fractal from My desired Candle Index Number TO Latest Candle but if i change start to a number and rate total-3 in for Loop It doesn't work what would I Do ? i want to test ...
Blackout's user avatar
1 vote
1 answer
200 views

I think the type of an object with an index i must be found by the following code: ObjectGetInteger(0, ObjectName(0, i, 0, -1), OBJPROP_TYPE) But this does not give me the index. The above code gives ...
0 votes
1 answer
78 views

I have an indicator that draws dashed lines in red or blue as needed for support and resistance levels. However, I have a difficult time seeing the lines on the black background charts, so I would ...
0 votes
1 answer
59 views

When I write this code in MetaEditor: #include <Trade\Trade.mqh> CTrade md; void OnInit() { md.BuyLimit(0.01, 3370, _Symbol, 0, 0,ORDER_TIME_DAY, 0, NULL); } It works. But when I ...
jjo mmax's user avatar
0 votes
1 answer
63 views

I have written the following codes in my Metaeditor, but it does not work. void OnInit() { ChartHeightInPixelsSet(500, 0, 1); } bool ChartHeightInPixelsSet(const int value,const long chart_ID=0,const ...
jjo mmax's user avatar
0 votes
0 answers
162 views

I've created a DLL that more or less looks like this: #pragma once #ifdef _WIN32 #ifdef ZMQL_EXPORTS #define ZMQL_EXPORT extern "C" __declspec(dllexport) #else #define ZMQL_EXPORT extern &...
Fares's user avatar
  • 94
0 votes
1 answer
63 views

I'm developing an Expert Advisor in MQL4/MQL5 that should trigger trade orders based on the visual interaction of two indicators—the MACD and the RSI—displayed in the same indicator window. The idea ...
0 votes
0 answers
54 views

I have a Python script that uses CatBoost to create and save two models in ONNX format - a classification model and a regression model. The first model contains direction (up/down) and probability, ...
2 votes
1 answer
51 views

I’m developing an MQL5 Expert Advisor based on MACD crossovers //+------------------------------------------------------------------+ //| Expert initialization function ...
Heli's user avatar
  • 21
0 votes
1 answer
30 views

With the command msgbox we can create a msgbox that has two buttons "Yes" or "No". But Can we create more than 2 buttons (for example 6 buttons) in a msgbox(by mql5)?
1 vote
0 answers
98 views

I'm developing an EA in MQL5 that should automatically close open positions when the money profit reaches or exceeds a profit target of 20 or falls to -100. I have tried using both trade.PositionClose(...
0 votes
0 answers
45 views

I am redesigning EA, so it can have more accuracy and flexibility. Original code : if( iRSI(gRandomSymbol,PERIOD_M1,RSI_Period,RSI_AppliedPrice,RSI_shift) > ...
0 votes
0 answers
27 views

I have the following property #property indicator_chart_window #property indicator_buffers 1 #property indicator_plots 1 #property indicator_label1 "Trendline" #property indicator_type1 ...

15 30 50 per page
1
2 3 4 5
...
29

AltStyle によって変換されたページ (->オリジナル) /