Frans
Frans
Friends

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

Frans
Added topic Get line values from my indicator
I wrote this indicator. It draws lines with a certain distance on the chart. How do I get the values of the lines? see screenshot. //+------------------------------------------------------------------+
Frans
Added topic Link Buttons together
Is it possible in MQL4 to link buttons together? it would be nice to put them in the OBJ_RECTANGLE_LABEL . I want to move a number of buttens with the mouse over the chart window. Please advice
Frans
Added topic Change the Input field size
is it possible to change the Value side of the input field? See picture
Frans
Added topic Use a button on the screen to put an indicator on the chart
I use a button to put Pivot Points on the chart. That works. Now I want a button that puts a indicator on the chart. Can anybody help? Thanks 
Frans
Added topic crossing of Ma and RSI line,giving arrow on chart (please advice)
I wrote an indicator of an RSI and an MA of that RSI. It work fine. Now I want to change the indicator that it draws arrows when the lines crossing in the chart window. This is the indicator that is working OK: #property indicator_separate_window
Frans
Added topic Collect data into excel
Hello, I wrote an EA to collect data from MT4 into excel. I need the high, low and the day of the week of an hourly bar.And I use it as backtest . So I set a starting date and an end date. I get all the info in excel. BUT! I get a limit number of
Frans
Added topic MA of the MACD Signal
I need in my EA an Moving average of the Signal line of the MACD. Can I use IMAOnArray ?. Please giv me advice, thanks Dropje
Frans
Registered at MQL5.community
Frans
Added topic Differences in values, when using EA
I found differences in the outcome of MA,s written in an EA and the standard MA,s used as an indicator. I wrote a symple EA that shows it. The actual Open, Close, High and Low values are OK, the SMA10 on the High is OK, but the values of the SMA10 on
Frans
Added topic EA with Pending orders, need advice
Please find below my EA. It is not finished, because I only put the Buy_STOP orders in. If this works I put the SELL_STOP orders in. The EA starts ok. But when the first Pending order is deleted. At the same time it opens a number of Pending orders
Frans
Added topic Closing a Pending Order
I wrote this code to close a pending order . When i run the EA the orders are not closed. Can anybody give me any help? What have i done wrong? Here is the code (part of my programme) for(cnt=0;cnt<total;cnt++) { OrderSelect(cnt, SELECT_BY_POS
Frans
Added topic How can I allocate the second bar starting from 00:00 hour West European Time
Can anybody give me advice how I can allocate the second bar after midnight. For example in a 4 hour chart the chart that opens at 4:00. Thank you
Frans
Added topic error Message 'End_of_program' -unbalanced left parenthesis
Hello, I am writing my first Expert Advisor. When i use the compiler I get this message:End_of_program - unbalanced left parenthesis. How gen I resolve this? Thanks, Dropje