Friends

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

ejoi
Added topic Traderex Signal
I have stopped providing signals
ejoi
Added topic Simplistic Trading System
Well, I've been asked by my friends and peers of how I trade and I hav giving it a thought and finally decided and kind enough to reveal it here. Its nuthing. Just a simple system and I called it simplistic. How I trade I trade in the direction of
ejoi
Added topic Need help in modifying this EA
I need some help in modifying this EA. I had this idea. I just want it to open a new trade after 30min from the last trade that had close. Anyone? I cant seem to figure it out. Its making me confuse the more I look at the codes
ejoi
Added topic CCI-Trailing EA
Here is a CCI-Trailing EA for free with source which I hav in mind with just basic logic using just CCI as the main indicator. Basically, it uses the CCI indicator with period 50 in multitimeframe of 5min, 15min, 30min and H1 timeframe. Buy logic-
ejoi
Added topic GUndam EA for test
Here is the GUndam EA to test and play around with. I hav develop this EA and backtest seems good but cant really trust backtest. Just manage to get 80% modelling quality. If its good, I will further develop it and I dont hav any intention to sell
ejoi
Added topic Looking for this indicator
I have been looking around this forum for this indicator but have no idea what it is called. It is the indicator with the word extreme overshoot, overshoot, ultimate resistance etc etc etc.... could someone point me where to get this indicator. thanx
ejoi
Added topic How to count days that orders had been open
I need some help. How to count days that the orders had been open including weekends and holidays. for example: buy/sell order had been open for 40 days, it should return 40 buy/sell order had been open for 20 days, it should return 20
ejoi
Added topic reasonable lotsize of Accountstopoutlevel of 100
anyone can calculate the max reasonable lotsize before you enter a trade if the accountstopoutlevel is 100 which means if the margin level reaches 100%, the account will be stopout
ejoi
Added topic Need help in this code
double EUR= 4 ; double USD= 1 ; double GBP= 6 ; double CHF= 3 ; double JPY= 9 ;    double num_array[ 5 ]={EUR,USD,GBP,CHF,JPY}; //41639 ArraySort(num_array,WHOLE_ARRAY, 0 ,MODE_DESCEND); string Comm; Comm=Comm+ "\n\n = "
ejoi
Added topic How to delete object
Anybody know how to code delete all object arrows for the last month but keep all arrows for the current month
ejoi
Added topic How to code an average total holding days of a trade
Anybody know how to code an average total holding days of a trade from the account history
ejoi
Registered at MQL5.community
ejoi
Added topic How to find highest and lowest open price orders?
for example-: I have 3 buy orders and 4 sell orders open at the price below 3 Buy orders open price 2.5 2.3 2.6 4 Sell orders open price 1.6 1.2 1.1 1.5 Now I only want to display the highest of buy open price which is 2.6 and the lowest sell open
ejoi
Added topic How to fix a failed [Common error]
Anybody know how to fix a failed [Common error]? My EA did a sell trade which is successfull previously and now when it tries to place a sell trade again, it has a failed [Common error]. No problem with the buy order. I have search in the metaeditor
ejoi
Added topic How to find total number of symbols traded
How to find total number of symbols traded. eg. I am trading buy and sell GBPUSD , EURUSD, EURJPY and USDJPY and I want this to return total of 4 pairs traded. Anyone know
ejoi
Added topic What is the code to calculate the lowest margin and the highest margin level?
What is the code to calculate the lowest margin and the highest margin on which date and time tht it occur? It should display something like example below on the chart: Lowest margin: ??% on 01.02.2008 Highest margin: ??% on 01.05.2008
ejoi
Added topic Autodelete log files
Is there a way when it reach 2300hrs everyday servertime, all the log files in logs folder is automatically deleted using this Filedelete() function
ejoi
Added topic Need help in getting the current totalorders of buy/sell lots
How to get the current totalorders of buy lots and sell lots. Anyone? I need help in this