Proximus
Proximus
Friends

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

Proximus
Added topic Need an EA/SCRIPT to close an order at custom TP and SL levels
Does anyone know any EA or SCRIPT which will calculate the TP and SL levels by itself and closes the orders when either the SL calculated or TP calculated would be hit.Before you ask, this would be to get around STOPLEVEL and to allow me to trade
Proximus
Added topic My EA doesnt trade, help me!
Hi guys, i have an EA which i coded myself entirely, and apparently it doesnt put on trades for i dont know what reason.I wont tell you what the algorithm does but i can tell that no matter what the market conditions are it should trade atleast 1
Proximus
Added topic How to read .txt file character by character in MQL4?
How to read a .txt file, if it's even possible, character by character ? Or if its not possible then by separated characters with 1 space
Proximus
Added topic MathRand( ) Randomness
What type of pseudorandom algorithm does the MathRand ( ) uses, and how random is it? Secondly,is there any way to obtain true random numbers in MQL4 code
Proximus
Added topic Volumes dont match the volumes in the database file
Yea.I just opened a database file of EUR/USD, because i try to understand how MT4 compiles the raw data into candlesticks.The database was in M1 format for M1 candle O,H,L,C values, time,symbol and volume. The first rows are
Proximus
Added topic Need equivalent code for iBarshift either C++ or MQL4
Hi guys please if anyone can give me an equivalent code to iBarshift, the expanded version of the function so i can study it more deeply.It can be in any programming language you want just i need it to study it .Thanks ahead
Proximus
Added topic Info about MT4 Candle compilation
Hi i`m curious how the MT4 compiles the raw data into candlesticks.And by that i mean how it merges M1 data and makes H1 from it.What are the logical and programming details about candlestick merging
Proximus
Added topic Control Points
If i backtest by using the control points,aka "the previous smaller timeframe's ticks", does that include by default the Open and Close price of the bar? So for example, if we have a bar on H1, if i backtest with control point, then will
Proximus
Added topic How to calculate integrals in MQL4?
I`m writing a mathematical -statistical bot that will analyze my market.I need to calculate mathematical integrals somehow in MQL4, is it possible.And by integral's i mean these: Can anyone help, how can i program this
Proximus
Added topic How to test if there are enough candles on the chart?
1) If i set a backtest to run from january 1 2012 to december 30 2012, and let's say if i have any indicator that collects data from the past 200-300 candles, does the strategy tester let the indicator to use data from 2011 if we currently are at
Proximus
Added topic What happened to the 2D optimization graph?
I just saw it, that there was a mode in the optimization graph where you can view the optimization results in 2D mode, the worst settings of an EA were colored light green while it gets better it turns into darker green.And it looked like a
Proximus
Added topic Investor mode
Hi, i have a few questions about investor mode (logged in with investor password) .Firstly i know that it is read only acces so that trading is not allowed, but i`m curious about what other rights do they have if they log in with inv password. For
Proximus
Added topic OrderProfit()
Question about the: OrderProfit() Does it return the net profit aka the profit without spread or including spread ? Since the documentation says it returns the profit without swap & comission, but doesnt say anything about spread
Proximus
Added topic Help, CHINKOUSPAN is not working !!!??
Hi i got an urgent problem, my CHINKOUSPAN from the iIchimoku indicator is not working... I tried it on several pairs, and with several values at the "shift", but no matter what i try it will always return 0 as a value. double CHINKOU =
Proximus
Added topic Help me close order at the bar's end!
I need some help to formulate a code which will close the order exactly at the bar's end.It is for a special scalper EA, so it needs pinpoint precision.Let me illustrate what i mean: Here you can see for example an M15 EUR/USD chart.Now imagine if i
Proximus
Added topic Symbol() OR NULL ?
I've seen in alot of indicators that if there is any sub-indicator, like an indicator based on moving averages, stochastichs or so, those sub-indicators inside an indicator either have the symbol set to NULL or to Symbol(). Whats the difference
Proximus
Added topic How to replicate the kumo drawing from the ichimoku indicator?
Hi i`m developing an indicator, and i wonder how i could color some bars just like the kumo does, based on my certain criterias.Like in this picture you can clearly see that the kumo is marking an area of consolidation, but the problem is that it is
Proximus
Added topic Missing money ...
Hi guys i observed a difference of profit when using a close order vs using a take profit .Let me explain how i did: I constructed an ea with 2 types of settings: 1) STOPLOSS at 100 pips and closing orders with orderclose() function at 100 pips
Proximus
Added topic "If" question
Lets consider 4 moving averages : double EMA1 = iMA ( Symbol (), 0 , 1 , 0 , MODE_EMA , PRICE_CLOSE , 1 ); double EMA2 = iMA ( Symbol (), 0 , 2 , 0 , MODE_EMA , PRICE_CLOSE , 1 ); double EMA3 = iMA ( Symbol (), 0 , 3 , 0 , MODE_EMA , PRICE_CLOSE , 1
Proximus
Added topic Trendline in my EA
Hi i was just wondering if there is any way to draw a trend line with an ea and use it for comparison just like a moving average.The method would be the thumb rule for a trend line: a straight line if touches 3 lows of the price & if the lows are
123