Ahmed Abd El Aziz / Profile
- Information
|
11+ 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
# 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 create line every tick at mql5 indicator. Shifting the values of the buffers from one candle to another
Hello The indicator only reads the value for candle 0 and the value for candle 1 only If I change this line: for ( int j = i+ 1 ; j > 0 ; j--) And make it : for ( int j = i+ 2 ; j > 0 ; j--) The data for the indicator values becomes
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
: