mql4student
mql4student
mql4student
Added topic Code to keep track of ea profit and loss
how to keep track of EA profit and loss? Does anyone have a code to put in EA so that it will keep track of the EA's profit & loss?      I want the total of profit & loss display on the chart, when someone drag and drop the EA
Waseem Raza
Waseem Raza 2015.12.26
Via magic No
mql4student
Added topic Open Source: Grid Trading EA
Does anyone have time and want to improve this EA? Source code included.   http://rdzgridtraps.codeplex.com/
mql4student
Added topic Free EA with source code that will open trade the opposite direction if it is wrong on a trade
Does anyone know of any free EA with source code that  will open trade the opposite direction if it is wrong on a trade. This condition is true if price moved against the original (buy or sell) order by 20 pips. Also, while it open trade in
mql4student
Added topic Does anyone have a template for Closing trade and opening trade in the opposite direction?
Let's say if an EA open a buy order , the market move in the wrong direction. I want the EA to close that order and open in the opposite direction. Does anyone have a template for Closing trade and opening trade in the opposite direction
mql4student
Added topic iFibonacci
I found this iFibonacci indicator https://www.mql5.com/en/code/14393 Does anyone have any idea on how to use this iFibonacci code in an EA? Is it possible to call upon iFibonacci like iLow, iHigh, codes in an EA? Or, is it in development for future
mql4student
Added topic How do I convert the amount of money into lot size?
I'm trying to convert the amount of money into lotsize to buy or sell. let's say account balance is: $1000 Lotsize risk percent is: 20 the formula I used below return the value of $20. How do I convert that into lot size?    Here's the code
mql4student
Added topic iLowest
Hi,  I'm trying to create an EA that place a buy order when price is above the 50 days line.   Here's the 'if' condition: if((iLowest(NULL,1,MODE_LOW,10,0) > iMA(NULL,PERIOD_M1,50,0,MODE_SMA,PRICE_CLOSE,0)))   However, When I test
mql4student
Added topic Can someone add a rule so this great scalping EA can follow?
I found a great scalper online. It's called angrybird ea  https://www.mql5.com/en/code/12872   Source code is available there too.   The robot works perfectly, however, I would like the robot to follow these 2 rules. Can someone
mql4student
Added topic iBearsPower
Does anyone know what is the code to calculate the median number between the highest value and lowest value of iBearsPower ?   For example: iBearsPower highest value is: 50 iBearsPower lowest value is: 10 Median value is: (50+10) / 2 = 30
mql4student
Added topic Money Management pending orders' risk?
What is the code to use to display the total pending orders risk percentage to current available balance
mql4student
Added topic What code to use to display broker's leverage?
Hi,  I want to create a custom indicator that automatically display the broker's leverage on my chart.  What is the code to use to display that? 
mql4student
Added topic This EA only sells
What's wrong with this code? It only open sell orders but not buy orders.   extern int MagicNumber= 10001 ; extern double Lots = 0.1 ; extern double StopLoss= 120 ; extern double TakeProfit= 120 ; extern int TrailingStop= 50 ; extern int
mql4student
Added topic EA that automatically place a buy stop and sell stop order
Does anyone know of any EA that automatically place a buy stop or sell stop pending order that is currently for sale
mql4student
Registered at MQL5.community