• Information
9+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
© BIG PROFIT WITH NO RISK √√√

# Target up to 6 Times Loss

# Profit trades is more than 90%

9 Years of experience in :
Trading, Forex, Signals, and Account Manage

📞 Contact me on Telegram @ZoozFX
Ahmed Abd El Aziz
Added topic How to Use OrderMagicNumber() instead of OrderTicket() for closing the current position?
Hello, I wonder if i can use OrderMagicNumber() instead of OrderTicket() for closing the current position? OrderClose(OrderTicket(),OrderLots(),OrderClosePrice(),Slippage,Red); return ( 0 );
Ahmed Abd El Aziz
Added topic How to use || at int?
Hello I am a beginner, i just try to say: for ( int j = 1 ; j <= 900 ; j++ ) if (Close[i] > Close[ 1 +J]) It is mean that close 0 is above all closes of the last 900 candles, but i need to say that close 0 is above close 1 or  above close
Ahmed Abd El Aziz
Added topic I want to Open 1 deal every 1 condition
In this code there are 2 buy conditions, but i just want to open 1 deal every one condition to be the total deals are unlimited, but every buy condition is equal to just 1 deal  extern int MagicNumber= 10005 ; extern double Lots = 0.1 ; extern
Ahmed Abd El Aziz
Added topic Very Important Function
Hello, This is MQL4 function, I need to use this function in MQL5. Is there easy way to enable me to know the roles to do this? double LastClosedInfo( string S, int type = - 1 ) { for ( int i = OrdersHistoryTotal() - 1 ; i >= 0 ; i--) if (
Ahmed Abd El Aziz
Added topic This indicator dose not refresh data
Hello I wander what is the mistake in this indicator because it isn't update the data on chart every candle? #property strict #property indicator_chart_window #property indicator_buffers 1 #property indicator_plots 1 #property indicator_type1
Ahmed Abd El Aziz
Added topic Error when adding a new product
I try to add a new MQl5 indicator to the market, but it gives me this error: "Please recompile your product with new compiler" I searched for this error, but i can't solve it I work on windows 7 ,32 B How can i solve this problem? The code : - Work
Ahmed Abd El Aziz
Added topic Question about Operations of Relation "NOT greater than"??
Operations of Relation True if a is equal to b                      a == b;
Ahmed Abd El Aziz
Added topic My Trailing stop does not work (MQL5)
//--- indicator settings #property indicator_chart_window #property indicator_buffers 2 #property indicator_plots 2 #property indicator_type1 DRAW_ARROW #property indicator_width1 3 #property indicator_color1 0xFF901E #property indicator_label1 "Buy"
Ahmed Abd El Aziz
Added topic How to open one buy deal every 1 candle?
Hello In this picture, i want my expert to open buy position then in the second signal close buy position and open sell position at the same time. But because of the stop loss  on the second signal as you see, the expert close the buy and open
Ahmed Abd El Aziz
Added topic My expert does not work at windows 10
Hello, I created an expert depending on custom indicator . it is work perfectly at windows 7 but dose not work at window 10 Can anyone tells me the reason and how to fix this problem? input int MagicNumber= 10001 ; input double Lots = 0.1 ; input
Ahmed Abd El Aziz
Added topic My backtesting speed is too slow because of this ...
Hello, I Created an Expert depending on external indicator  while i backtesting it working too slow I think the problem is in the indicator code Can somebody refer to me the mistake that cause this slow? #property indicator_chart_window
Ahmed Abd El Aziz
Added topic This is Expert Advisor at custom indicator. it dose not open any positions!
input    int              InpTakeProfitPts                =       0 ;
Ahmed Abd El Aziz
Added topic problem about using a loop
Hello Due to many conditions in this code, #include <stdlib.mqh> #include <stderror.mqh> //--- indicator settings #property indicator_chart_window #property indicator_buffers 2 #property indicator_type1 DRAW_ARROW #property
Ahmed Abd El Aziz
Added topic How to calculate Linear Regression Channel?
Hello I want to draw "LINEAR REGRESSION CHANNEL" by my hand, so i want to know how to do this mathematically
Ahmed Abd El Aziz
Added topic What about making Expert working on another chart?
Hello At MQL5 What about making Expert working on another chart? for ex: running my expert at (EURUSD chart M5 timefram), and it must opening all positions at (EURCAD,EURAUD....,15M,H1 ....etc) Is this possible ? How can i do this on this code: //
Ahmed Abd El Aziz
Added topic Do I have to open more than 1 chart to run my expert?
Hello If i have an expert and i want to run it at all time-frames and symbols, Do I have to open more than 1 chart to run this expert? What if i want to open one chart and run this expert at all time-frames and symbols
Ahmed Abd El Aziz
Added topic input ENUM_TIMEFRAMES TimeFrames[]=
Hello I am a beginner in coding. I want to ask: Why when i put"input" this code dose not work? string symbols[]= {   "GBPUSD" }; ENUM_TIMEFRAMES TimeFrames[]={ PERIOD_M1 ,   PERIOD_M2 ,   PERIOD_M3 ,  
Ahmed Abd El Aziz
Added topic Error code : '&&' - program is too complex
Hello (At MQL5) When i try to input 5000 conditions in my code it gives me this error : '&&' - program is too complex After i remove some conditions then the code work perfectly How can i fix this error without removing any conditions? is mq5
Ahmed Abd El Aziz
Added topic MQL5 : How to get the highest value of an indicator at specific time
Hello everyone Now i am making an indicator with MQL5 I tried to get the highest value of RSI in the last 100 candle like what happen in this article William Roeder   2010.09.30 01:14   #10             EN
Ahmed Abd El Aziz
Added topic Is there "from : to" function ?
I wonder if there is a function enable me to shorten this conditions: if(High[i] >  High[1+i] &&  High[i] >  High[2+i] &&  High[i] >  High[3+i] &&  High[i] >  High[4+i]
12