J Webster / Profile
Friends
Requests
Add friends via their profile or user search and you will be able to see if they are online
Outgoing
J Webster
Added topic MQL4 check please for closing half trade
Will this EA monitor open trades for the chart and close half the trade on reaching a certain target profit and move the stop loss to plus 10 pips of the opening price ? Have I missed anything in the code? How could I stop it acting on the half
J Webster
Added topic rounding numbers
How do you round a number to 2 decimal places in MQL4? MathROund only does it to integers and has no input fordecimal places
J Webster
Added topic Modify existing order
I want to modify existing orders when the price action has moved beyond 50 pips from the order open price. I have the following using the ticket variable of the last opened order but the strategy tester does not have any modified orders only buy and
J Webster
Added topic Value of teeth comes out as 0.00 ????
The value here comes out as 0.00 What am I doing wrong in the iMA ? Comment("Teeth value (red) is: ",DoubleToStr(iMA(NULL,0,TeethPeriod,0,MODE_SMMA,PRICE_MEDIAN,i),2)); This only happens on GBPJPY
J Webster
Added topic EA only entered 1 trade over 2 years data
This EA in the tester only entered 1 trade in over 2 years worth of data. Any ideas why? It's based on the alligator indicator and when the green line moves below the red line or vice versa, it should enter a trade. All trade closes are handled by
J Webster
Added topic What must be included in an EA buy/sell strategy
Wondering if there are any articles on MUST HAVES or DO's and DONT't for an EA trading strategy . I want to design an EA that opens 1 buy or sell trade at a time based on indicator signals and changes the SL based on another indicator as the PA is
J Webster
Added topic Remove old data
How do you remove the downloaded data from strategy testing ? This has used up a number of Gb from my hard drive. Thanks
J Webster
Added topic Alert sound
Hi When I use the Alert function , it makes the alarm sound once. How can I get it to repeat the sound every 10 seconds and then stop when I press the Ok button like the normal alarm system already built into MT4
J Webster
Added topic Get user input?
How do you get user input for the external variables here? Also, what is the function to have the message box say OK, rather than YESNO? [quote] //+------------------------------------------------------------------+ //| Lot amount based on SL.mq4 |
J Webster
Added topic Awesome oscillator - where is value in code?
Where is the value of the AO in this code? I want to add an alert that tells me when the zero value has been hit or there has been a cross from +ve to -ve and vice versa: [quote] //+------------------------------------------------------------------+
J Webster
Added topic chart name in code?
What is the variable for the chart name in MQL4 code? eg how do I print out a message that says my alert is for Chart EURGBP
J Webster
Added topic Crossover problem...
I am modifying the alligator indicator. I want it to send me a screen alert when the green line crfosses the red line but it does this constantly, not just once and then again on the next cross Any ideas: [quote] for(int i=0; i<limit; i++) {
J Webster
Added topic EA to modify exisrting order?
I am working on an EA where I want it to close out 1/2 the existing order on reaching a specified TP, and then moving the stop loss to +10pips of the entry price, then sending me an alarm. How can I right click over an order and enable this in the
J Webster
Added topic CLose half grade automatically
Are there any EAs which can close a specified amount of a trade at a specified TP
J Webster
Added topic Boing sound
Where are the sound settings for MetaTrader? It keeps making this boing sound every so often and I have no idea what it is for
J Webster
Added topic Set time to GMT
Is there a way to change the time on MT4? It's showing a candle at 10:00am when it only 8:30 here GMT
J Webster
Added topic How to add RSI alert to MT4
Does MT4 only allow alerts for the market price? I want to add an alert for RSI levels, SAR levels, etc. Also: When I hold the mouse over a candle it sometimes gives me the open close high and low but not always. When I hold it over a bearish candle
: