themasterx7
themasterx7
themasterx7
Added topic StopLose and TakeProfit
Hello I'm struggling with making my stopLose break even when my take profit reaches the half way I did this code but it doesn't work. can you help me ? thanks   if (takeProfit=takeProfit/ 2 ) // I don't how to apply it to the code below
themasterx7
Added topic iMAOnArray() problem
Hello Is there any article that explain how to use or calculate the Moving average of an indicator not the chart ? or sample code I can study. thank you 
themasterx7
Added topic multiple timeframe discussion
Hi, I'd like to open a discussion about multiple timeframe so I created this sample code and it suppose to read data from two different timeframes and act depends on the results that  given to it but it doesn't work any idea why ? Thank You
themasterx7
Added topic OrderTotal Help ?
   int x= 1 ;   //Global Variable    if ( OrdersTotal
themasterx7
Added topic How to stoplose and OrderClose at the same time mmmm ?
Hi guys is there a code that can OrderClose but if the trade loses 100 pips or any pips it will ignore the OrderClose and stoplose at 100 pips I hope I cleared my question I need examples (code) if possible. Thank You :) 
themasterx7
Added topic StopLose and TakeProfit
//+------------------------------------------------------------------+
themasterx7
Added topic MA Cross Over Doesn't Work Properly HELP!
//+------------------------------------------------------------------+
themasterx7
Added topic Array applied on moving average HELP
double fastMaV = iMA ( NULL , 0 ,fastMa,fastMaShift,fastMaMode,fastMaPrice,[i]); double slowMaV = iMA ( NULL , 0 ,slowMa,slowMaShift,slowMaMode,slowMaPrice,[i]); Hello, I need your help guys how to make the variable ...[i].... an array variable so i
themasterx7
Added topic Fedora OS
hi i'm using fedora linux OS and i want to use mt4 for coding an EA but i only can use the web platform and it does not have this option please help thank you
themasterx7
Added topic how create an expert advisor mt5 based on price constants (price close and price open) without indicators
hi how create an expert advisor mt5 based on price constants (price close and price open) without indicators like storing their values and compare it with its previous bar or candle .   
themasterx7
Added topic MA Cross Over + MACD (NEED HELP).
Hi  I need your help with this code i need when my ( fastmaArray[0] < slowmaArray[0]) fastmaArray this is my 5 simple MA and slowmaArray this is my 10 MA . and they cross i need it to wait for the value of my MACD to reach below zero to sell
themasterx7
Added topic How To Create EA MQL5
Hi I need your help... i need E-books or learning material of how to create an Expert Adviser using mql5 . 
themasterx7
Added topic CrossOver SMA Expert how to edit?
Hello I need to Know how to edit this code with Examples to make it crossover EA. //+------------------------------------------------------------------+
themasterx7
Added topic Whats wrong with my EA
hi I need your help to find my error and tell me my expert cant buy it gave me the alert (The Buy order request could not be completed) here is my code //+------------------------------------------------------------------+
themasterx7
Added topic Python
Hi I need your help please i need to create an EA using Python in MT5 any E-Books or Materials I can read . Thanks 
themasterx7
Added topic Ctrade Error
hi  I need your help i dont know what is wrong with this code it did nothing when i tested in the strategy tester here is the code  if (signal == "sell" && PositionsTotal ()< 1 )    trade.Sell( 0.10 , NULL ,Bid,(Bid+ 50
themasterx7
Registered at MQL5.community