gavin
gavin
Friends

Add friends via their profile or user search and you will be able to see if they are online

gavin
Added topic How do i delete information from a array file to make room for the most recent information if ??
How do i delete information from a array file to make room for the most recent information if
gavin
Added topic How do you delete arrows and small dash lines that an ea would leave on your screen?
How do you delete arrows and small dash lines that an ea would leave on your screen? USING CODE; I TRIED THIS BUT DOES NOT WORK ObjectDelete ( OBJ_ARROW );
gavin
Added topic Storing ticket number to a file
Can someone tel me how to properly store a ticket number to a file. The file should be able to store mulitiple tickets numbers at any one giving time. Can you also show me then how to read the file to see if the ticket number exists in the file
gavin
Added topic Will this work for...
for ( int i=limit- 1 ; i== 0 ; i--) is this code correct if i am using in an indicator and want to selcet bar (0) only
gavin
Added topic question on global variables
The following code moved stoploss to breakeven. It sets a global variable in doing so, then to remember that stoploss has moved to breakeven on that particular trade. The code works when i have only one trade open, it will store the global variable
gavin
Added topic does anyone know about global variables
The following code moved stoploss to breakeven. It sets a global variable in doing so, then to remember that stoploss has moved to breakeven on that particular trade. The code works when i have only one trade open, it will store the global variable
gavin
Added topic array problem. advanced knowledge required.
The following code is fully working. it closes 50% of a open trade. It then moves stoploss to breakeven point. It stores the fact that stop has noved to breakeven. "s2=true". What i need is some changes so that the code will move stoploss
gavin
Added topic Can anyone help with this??
Hi all, the following code i have, closes 50% of the open position at a certian level"using OrderClose" and then another function moved stoploss to breakeven and stores this in memory. whet i need is for the code to move stoploss to
gavin
Added topic can somebody help with this code, it only nedds a couple of changes
Hi all, the following code i have, closes 50% of the open position at a certian level"using OrderClose" and then another function moved stoploss to breakeven and stores this in memory. whet i need is for the code to move stoploss to
gavin
Added topic Can someone help this small pice of code
(1) I have function that will move stoploss to point [a] when; ( xyz.. && breakeven_active=false ) (2) I have a function thats moves stoploss from point [a] to breakeven when; (close 0 > close 1) My problem is that the actions carry out as
gavin
Added topic simple question for coders.
some brokers require a minimum distance of where you can place your stop or take profit from quoted price. What is this knowen as in mq4? Incase anyone suggests that is ts the spread, its not the spread.. thanks
gavin
Added topic issue with selecting a timeframe in an indicator..
Here is a small piece of code in an Indicator i am working on. I have become stuck with an issue. The following code relates to bars on current timeframe . I need (i) to be selective of the D1 timeframe only, reguardless of with timeframe is opened
gavin
Added topic How to disable alert once sent??
Can anyone tell me how to disable an alert once it is sent, in the code!!. Eg i have ea sending alert when previous trade hits tp level. However the alert will heep sending more than once. How could i sort this problem. Bit of code would be nice
gavin
Added topic How do i Make my ea work with an ecn broker???????
I have a working ea but changed to an ecn broker. What should i change or add to the code to make it work
gavin
Added topic Refreshrates () Question? "Old tick"
I have an ea that sometimes works fine and sometimes gets affected by "old tick". I have heard that using refresh rates can help with this. Is this correct and if so where in the code do i put the refreshrates
gavin
Added topic How to Add an an on screen alert when stoploss is hit and trade closed. THis is what i have...
How to Add an an on screen alert when stoploss is hit and trade closed?? This is what i have but not working.. For a sell trade...... if ((MarketInfo(OrderSymbol(),MODE_ASK)>=OrderStopLoss() && iLow(NULL, 0, 0 + 0)<= OrderStopLoss())) {
gavin
Added topic zero divide
Hi, any idea on this.. I have ea same ea running on the euro and the gbp. It is working fine on the euro but showing up error zero divide on the gbp. The ea is exactly the same so i dont know what would cause this
gavin
Added topic Two functions fighting over an order modify...
Hi all, i have an ea moving stop to breakeven at a particular level. Then at onother level a trailing stop kicks in and i want it to dictate the stoploss price. However the stop is jumping from the trail price to breakeven price contstantly. How can
gavin
Added topic Objectget and objectgetvaluebyshift question
HI can anyone help with this. I have an ea that gets a price value from a horizontal line or trendline. However i have the code as follows but it will not pick up either value. If i remove the Objectgetvaluebyshift it will pick up the Horizontal
gavin
Added topic Question for coders. Please help..
HI can anyone help with this. I have an ea that gets a price value from a horizontal line or trendline. However i have the code as follows but it will not pick up either value. If i remove the Objectgetvaluebyshift it will pick up the Horizontal line
123