etrader58
etrader58
Friends

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

etrader58
Added topic Creating new instrument by dividing two charts
Is there any indicator to divide two charts? I want to create a chart of XAU/GBP by dividing XAU/USD by GPB/USD
etrader58
Added topic Pending Order by a Given Time
Is there a possibility to put a pending order based on a given time (instead of a specified price). For instance buying at 19:00 24 Nov 2010, no matter what is the market price. (of course, I mean a simple way other than EA, as I do not want to keep
etrader58
Added topic A Simple EA
I'm seeking for a simple EA to open orders in a fixed intervals, it can be used instead of pending order to open orders when the price is move x pip I want just a simple EA without additional options, as I can understand the code and modify it upon
etrader58
Added topic Using EA constantly
To use an EA on MT4 you need to keep your PC turn on .... Is there any way to use an EA during 24h without direct use of PC
etrader58
Added topic Dynamic SL
I have a rough idea in my mind, and my be a discovered one Is it possible to write an EA script to change the SL dynamically (something like trailing stop) by the value of an indicator, e.g. MA ? I mean closing the trade when the price hits a MA
etrader58
Added topic Account histry for a chart
How can I see the account history of each chart separately
etrader58
Added topic SnakeForce
Can anyone advise where I can find full description of SnakeForce and SnakeBorder indicators
etrader58
Added topic EA Usage Tricks
It is very helpful if people share their tricks in using EAs For instance, I have a problem with using EA, as when I open MT4, EA will open a trade according to its signal (trend direction), though it may be the end of the trade. One solution is to
etrader58
Added topic EA of Supertrend
Is there any EA using supertrend signal to open and close the trades
etrader58
Added topic HAMA and Heiken Histograms
Can anyone upload a histogram version of HAMA or Heiken indicators
etrader58
Added topic EA for Hull Trend
Is there any available EA for Hull Trend or HMA
etrader58
Registered at MQL5.community
etrader58
Added topic How to create indicator both in chart and separate window?
In a custom indicator, we can set  #property indicator_chart_window or #property indicator_separate_window   How can I draw indicators (e.g., indicator_buffers 2) on both a separate window and the chart ? One drawing goes in the separate
etrader58
Added topic Mutiple trades by EA
How can I modify an EA code to open multiple trade upon a signal change ? E.g. two 1 lots instead of one 2 lots
etrader58
Added topic Custom indocator to main indicator
How one can change a custom indicator to one of main indicators of MT4 In main indicators, one can draw indicator of another indicator (e.g. MA of RSI), but it is not possible for custom indicators
etrader58
Added topic EA opening system
I have a problem with EA. When I manually close a trade opened by EA, EA will open another trade since the signal is still in the same direction. How can I lead EA to open only one trade after each signal change