Forum

EA for Hull Trend

Is there any available EA for Hull Trend or HMA

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 window and one on the main chart

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

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 my computer on) If it is not possible in MT4

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 need Thanks

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

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

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

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 indicator. Of course, the main EA trading system is

SnakeForce

Can anyone advise where I can find full description of SnakeForce and SnakeBorder indicators