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 How to get "error" information from the journal?
Hi guys i`m just wondering if there is any way to get information from the journal tab.I have like 5 EA's on back/forward test, the forward test is slow and ok, but if i`m doing a long backtest with 10.000 trades then i noticed that the journal tab
Proximus
Added topic MT4 stops backtesting after 1 year, help quick!!
My MT4 backtester stops the backtest after 1 year data backtest,no matter what i try it doesnt do more than that. This is the last line of the journal so its not an error or something: 2013.09.06 15:20:17 2010.08.25 18:05 SANCTUS RAPAX TYPE B3.03
Proximus
Added topic INT to STR
How to convert int to string the quickest way
Proximus
Added topic High[] and Low[] question
If the candle doesnt have upper or lower shadow does the High[] and Low[] return the highest/lowest point of that candle so an Open[]/Close[] value depending on the type of candle (bear/bull) or is it return an empty value
Proximus
Added topic BULLISH/BEARISH Bar counter code
Hi guys i`m having problem creating a bar counter code.Basically this EA would be a statistical tool for me and it would help me very much with my market research.It would count how many consecutive BEARISH bars appear before a BULLISH bar disrupts
Proximus
Added topic Quick confirmation
Are these two testings equivalent from the programming logic point of view? 1) if ( RAIN2>RAIN1 && RAIN3>RAIN2 && RAIN4>RAIN3 && RAIN5>RAIN4 && RAIN6>RAIN5 && RAIN7>RAIN6 &&
Proximus
Added topic How to set the color of a moving average?
How to set the color of a moving average in an EA,since i cant find any parameter to set it double iMA ( string symbol, int timeframe, int period, int ma_shift, int ma_method, int applied_price, int shift) Any suggestions? TY
Proximus
Added topic 2 quick questions
1) Is there any way to modify the display icons of mq4 or ex4 files ? It would be nice to add custom icons to them. 2) I need a list of default indicators built in in mt4 which work on shift 0, aka at the current bar, since most of them only give
Proximus
Added topic Programming logic help
Ok this one will be a tough one to handle, if you can help me i will be very grateful. Here is an illustration what i would like to do.There is a 30 SMA and a 10 SMA and we enter on the trades at the crosses. 10 SMA above 30 then buy, if below then
Proximus
Added topic Tricky pending order deletion
Hi i`m trying to build an EA to trade candlestick patterns.The strategy would consist of 3 candlesticks.And after the second candlestick a buy-stop or sell-stop order would be placed above or below the 2 candle's wick,after the 2nd candle is formed
Proximus
Added topic How to make an OCO order (One Cancel Other)
How to make an artificial OCO order (One Cancel Other) with using pending orders? What i mean about this i need a code how to test if one pending order is on and cancel the other.To be more specific i need it for stop orders,so: Place a BUYSTOP and
Proximus
Added topic Trailing stop & order modify error 1
Hi i`m trying to build a trailing stop, and it's working fine but sometimes i get a nasty order modify error 1.I don't know if it's harmful i've read the documentation it is when the value is unchanged i guess,but the question is how to resolve it :D
Proximus
Added topic Few quick questions
Hi i have a few quick questions : 1) If i want to apply the icustom to a specific timeframe in this case 5 min, should i put : 5 or PERIOD_M5 2) If i want to add an icustom indicator then if the if i want to use the default values of that indicator
Proximus
Added topic Martingale system not working correctly
My martingale system doesn't work correctly.Please i need help to make it work.I won't try to explain it since it's too complicated and my eyes hurt when looking at so much variables,so i'll copy it all here and if anyone finds any errors in the code
Proximus
Added topic Question about slippage affecting TP or SL
Hi, i have some important questions to ask about slippage in my EA (using ECN broker and low timeframe): 1) If i put an OrderSend() function it actually and set the slippage to lets say 20 fractional pips, that means that if wont go in the trade if
Proximus
Added topic Help with ADX
I dont know but i guess ADX indicator has no fixed marginal limit between to move like stochastic or rsi.My problem is that i've set up a setting where it will only take trades if ADX>50 and it wont work it will take trades whenever it wants even
Proximus
Added topic Help with OrderClose for ECN broker
I would like that the maximum slippage for the OrderClose function to be the distance between the current price action and the preset STOP LOSS I set it like this but it doesnt work,it gives me an error 4051 for invalid slippage please help: FOR BUY
123