Jan
Jan
Friends

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

Jan
Added topic Check if market already hit the line?
Hey Guys, I'm actually programming an EA who should by or sell if he is above or below a specified line. The prices for the specified lines I'm getting with this code: //lowest and highest are datatime values. So I get a two specified bars
Jan
Added topic Only one trade at the same time?
Hey Guys, I want to make a backtest but for that I need to programm my EA so that it is possible to execute more than only one trade? At the moment I have programmed it so that the EA can only trade once. But I have no idea how to programm the EA so
Jan
Added topic Any way to close after a time?
Hey Guys, I searched a long time for some examples to close one specified Trade after a specified amount of time. Or in another way, to close this trade at 23:59. Before the new day is beginning.  Can anybody help me please to code that or is
Jan
Added topic EA doens't trigger the order and returns a error
Hey Guys, I programmed a EA with an Indicator called SuperTrend. My problem is that if the market triggered the line to sell or buy, I am getting the Error "#02" and the Order isn't placed... Does anyone has a idea and can help me?  (SuperTrend
Jan
Added topic Show Object Name on Chart and create a line till last day?
Hey Guys, I have currently two problems. 1. How can I display a name of a horizontal line on the chart? - I tried to create a label and set it with TimePrice to XY to the right position. But there is the problem that it will always be on the same
Jan
Added topic iCustom doesn't work... - I know how the iCustom Methode works!
Hey Guys, I can imagine that here in the forum are a lot of threads like these. But my problem this time isn't that I don't know how the iCustom Methode works rather that it doesn't work... The parameters for the  iCustom Methode
Jan
Added topic Implement a Indicator in a EA?
Hey Guys, I know how to get specific data from a indicator in a EA. For example I use iMA to get the current data for the moving average. But I also want to visualize those data for the user. So my question is, how can I implement the moving average
Jan
Added topic Bar shifting and iLow/iLowest only work on full hours? (10pm, 11pm ...)
Hey Guys, I have one problem...  My EA only works on full hours. Like from 10pm to 11pm and so on. But if I input 10:15 or 10:54 to 11 it doesn't work...   The EA should operation so that he can give me the highest and lowest price between
Jan
Added topic ObjectCreate "OBJ_RECTANGLE" doesn't work in other timeframes
Hey Guys, I'm programming actually a EA. I need to visualize a specified area and I want to do this with the rectangle. But the problem is: In the initialized is the specified area right. But if I change the timeframe to e.g. M15 the rectangle
Jan
Added topic Get OpenTrades ID number and make a particial close?
Hello everybody, I know there are already a lot of topics like this but I don't understand them. How can I get all OpenTrade ID Numbers, to make particial close if the price if above or below a specified border? Greetings and Thank you! 
Jan
Added topic Get Highest and Lowest point between a time?
Hey Guys, Is there a way to get the highest and lowest point for example between 12pm and 13pm? Thank you a lot
Jan
Added topic Get all my open trades and modify the t/p and s/l?
Hey Guys, I'm searching for a solution, to get all my open trades. I know, there is a method called OrdersTotal(). But how do I use this method and is the method returning the total numbers of open trades, for example 5 or 7 or 6, or is the
Jan
Added topic Color the background?
Hey Guys, I'm actually writting my own Expert Advisor and want to draw something in the chart. Is there any option to do that, like in the picture below?     I know, that there is the possibility to draw a channel in the chart. But I
Jan
Added topic Creat a Fibonacci?
Hey Guy,  How can I creat a Fibonacci? I already got my points, where I wanna draw it, but I don't find something to creat/code a Fibonacci? I found something like this: https://docs.mql4.com/constants/objectconstants/enum_object/obj_fibo
Jan
Added topic Is it possible to detect a corretion?
Hey Guys, Finally I coded my EA to detect a trend and I'm very happy! - https://www.mql5.com/en/articles/136 But for the next step I need to know if the high point is over and the trend is now in the correction phase. Because my strategie
Jan
Added topic Close orders without SL and TP? - Order closed? - Variables are static?
Hey Guys, I have a new problem ... I'm writing a scalping bot at the moment and if I want to use the S/L and T/P I must be at least 40 points + spread away from the market. Is there a way to close a order, for example order 2 if the market is at x or
Jan
Added topic TicketSend Error 130? - Print Function
Hey Guys,   I have a problem. My code is calculating a Stop Loss . As you can see in the picture: My Bid is 1.13844 and my min. stop is 1.13794. So at least exactly 50 points. But why I get a 130 Error?    And how can I print more
Jan
Added topic Recognize a trend and does the market touch the Bollinger Bands?
Hey Community, I'am a Java programmer and the MQL language is very simular to Java. So I want to write my own trading robot :) But I have a few problems... For my strategy is it very important to know, if Ithe market actually in a up- or /down-trend
Jan
Registered at MQL5.community
Jan
Added topic Terminal addon? How many Money are those pips?
Hey Community,   Is there any option or tool to add a extra, that shows me directly, how many money 1 Pip would be actually? It would be even more nicer, if it would be a calculator and I can enter my pips end I get the value in € or $.