sebastianhh
sebastianhh
Friends

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

sebastianhh
Added topic pair trading / tandem; close all open postions when equity reaches a specific level
Hello, I am looking for a function or EA that closes all open positions when the equity reaches a certain amount. Basically a SL or TP for the entire accont. I want to use it when I open two positions that hedges themselfs. e.g. Balance 1000$ I open
sebastianhh
Added topic Error 130 Invalid stops.
Hi Guys, I have trouble with SL and TP. Anyone any ideas? It works well when SL=0; Backtest also works, but when I go live I get Error 130 !!! thanks, Sebastian //- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
sebastianhh
Added topic Programm an EA for spread / gap trading
Hi, Lets say we have two instruments that follow the same trend. E.G. Dax and DJ, or WTI and brent. if there is a certain gap between them, you open long position of the upper and a short position of the lower insturment. Position close when they
sebastianhh
Added topic double or int in ordersend's comment
Hi, I want my EA to put out e.g. the EMA or Magic Number in the comment field. Is it possible? How? Thanks, Sebastian int Magic= 105 ; t= OrderSend (CHART,OP_SELL,VolumeLots,Bid,SlipPips,s,p, "Magic" ,k, 0 , OrangeRed );
sebastianhh
Registered at MQL5.community
sebastianhh
Added topic looking for special EMA cross EA.
Hi, I am looking for an EA with the following specification. Download, for sale, someone programming for money (how much) ect. EA calculates trend or countertrend market. If ATR above a certain value (extern) it is countertrend market. If ATR below a
sebastianhh
Added topic magic Number does not work
Hi Guys, I have this EA but the magic Number does not work. I did not program it all myself and I tried to fix the MN for days but I do not get it. Can anyone help me. Everyelse is good so far. extern int
sebastianhh
Added topic How can I run the same EA with different settings on the same pair?
Hi, I have an EA what I want to run on the same pair with different settings. Now it opens only one position even if two other EAs were suppose to open a trade as well. And even worse, if one EA is suppose to close it position, but does not have an
sebastianhh
Added topic Problem with Magic Number
extern int         MagicNumber = 123456 ; extern double      Lots= 0.01 ; extern int         Timeframe= 0 ; extern int
sebastianhh
Added topic Help me search in this Forum
Hi, I am looking for different EAs and scrips that change an postion from long to short and vice versa. Is there an english word for it what I can use to search or do you have any other suggestions? I just feel kind of unfriendly when I publish my
sebastianhh
Added topic Simple EA: Changes from long to short (vice versa) if trailing stop is reached
Hi Guys, I can program EAs a little bit, so I copy and paste what I need and adjust it to match my requriments. But there is one thing I could not find. I want an EA that is always in the market and only changes from long to short (or the other way)
sebastianhh
Added topic How can I make my EA to contiue with my manual trade
Hi, I have programed my EA and it works well, but it takes ages to go into the market. On the trade signal it closes the buy position and opens a sell position (vice versa). Is it possible to open a trade manual and then let the ea contiue with it
sebastianhh
Added topic Change Extern while EA is working
Hi, I have programed my EA and now I am optimising the settings. During live testing (real money, real time) I would like to change some setting in the EA that are adjustable during launch ( extern int EMAperiod =21;) . Can I do that while it is
sebastianhh
Added topic EA that changes long / short on MA cross
Hi Guys, (and Girls if there are any) I have been looking for a few days now and can not find what I am looking for, maybe someone knows help. I am looking for an EA with the following stradegy, 1. open order on MA cross (easy to find) slow MA: 10