ed1210
ed1210
Friends

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

ed1210
Added topic OrderSelect issue
What's wrong with this?, total = CountTrades(); if (total == 0) flag = TRUE; for (cnt = OrdersTotal() - 1; cnt >= 0; cnt--) { OrderSelect(0, SELECT_BY_POS); if (OrderSymbol() != Symbol() || OrderMagicNumber() != MagicNumber) continue; if
ed1210
Added topic Meta editor
My meta editor isn't working correctly, compiling doesn't work sometimes. Do i need to get a 'fresh' meta editor file, or is there some repair possible?   Ed 
ed1210
Added topic expiration is alert
I want to add an expiration on my EA based on a alert of the indicator, how do i do that?  How do i change a TRUE/FALSE or number value into a word value?  I want to change extern bool Expiration=false;, or extern bool Expiration=60; into
ed1210
Added topic Insert indicators and EA
Can i make an expert advisor based on the indicators which are on the tab 'insert' , Fibonacci, Gann, in the MT4 platform?  I can't find these indicators in any folder of the platform so i was wondering if i can make an EA out of the indicators
ed1210
Added topic Pending orders
How many pending orders of one pair with the same price can the MT4 platform open at once? When i have to many pending orders open and it reaches the price it goes wrong, trade context is busy….   Ed 
ed1210
Added topic Indicator and chart
Is it  necessary to load my used indicator for the expert advisor to the chart, or does the EA can 'read' it from the indicators folder alone?  To much charts with the same indicator, and EA, makes my computer work like crazy….  
ed1210
Added topic Margin, free
Which code do i have to use if i don't want the ea to use 'free margin' or even 'margin'
ed1210
Added topic Indicators too much...
Probably i have too much indicators in my platforms, demo and real, and run them on the same time so my computer runs slow. I want to remove the indicators that are not used but how can i do that in the best and fastest way. Should i do this manual
ed1210
Added topic EA and brokers
The purpose of an expert advisor, commercial or not, is to make money. But the brokers don't allow us to make money. So what's the right way to make money when trading with a real good expert advisor
ed1210
Added topic difference in ECN charts
In The ECN platform there are ' normal' charts, Avg and Ask charts. There must be a difference between them, so which one, avg- ask, can give the best results for an expert advisor
ed1210
Added topic Strategy tester in all platforms the same?
Is there a difference between the strategy tester in a ecn metatrader4 account and a ' normal' account? And, when strategy tester is not working well is that because of bad history data or a bad ' strategy program' ? Can the strategy tester be
ed1210
Added topic Commission on Ecn broker
Now i am trading with FXx Open, ecn account, but i don't understand something. Commission. I am trading 0.1 lots. There isn't much information about commission on the FX Open mainpage, so i want to get it clear here. How is commission calculated, and
ed1210
Added topic to much indicators in folder
Meanwhile i have over 400 indicators in the indicators folder, while i use only i think 10 of them… And i think removing the indicators i don't need will be better for the total performance of my computer. To have only the needed indicators in the
ed1210
Added topic Lock settings EA for broker
I am to profitable…… And have 7 platforms running with this settings. My broker changes the settings of the Expert on all of the platforms ubnight. Each platform have at least 3 of this ' to good' expert running, so it takes a while to restore it to
ed1210
Added topic Correlations EA and strategy tester
How can i test my correlations expert advisor?, the strategy tester can't handle it
ed1210
Added topic when to load indicators to chart
Something i don't understand is when do you load indicators to a chart, is there a reason for it? Is it to make the expert advisor less harder working than to load the indicators from the indicators folder? And is there a difference for loading
ed1210
Added topic profit and loss inputs, and outputs….
The expert advisor that i use have a mind of it's own(but he was programmed so it would be logical what's happening, only i can't find the 'trigger') When i fill out for my profits 1 it's a profit of 10 . A stoploss of 100 must be filled out as '
ed1210
Added topic Determine which ea settings are the best.
I run a ' homemade' expert advisor on demo. And use it on different charts, also i use for each chart different indicators for the expert advisor. Now i have 7 charts running, so 7 times the ' same' expert advisor. All of them are profitable. How do
ed1210
Added topic ' Oke'
For faster trading a question. Is there a way to get rid of the confirmation screen of a closed order? When closing trades manual the ' oke' button is needed for confirmation before you can close another trade. But when you want to close a lot of
ed1210
Added topic mq4 converting
The mq4 code in forex works well, but how can this code be converted to easylanguage, or C+(the basic of mq4) ? If mq4 comes out of C+ so it can be reversed