Forum

Cross of TEMA and NONLagMA EA

Here is an EA I coded that uses a slightly modified version of the NonLagMA_v7.1_EmailAlert indicator and the TEMA indicator . It works just like an MA Cross EA, except using these indicators. So far seems to work well on H4 time frames. I have a variable called FallBack that is used to keep from

MyHope V2

Here is the current state of my present EA. MyHope v2. You cannot backtest it, as it gets it's values from the indicators on the chart. You will need to place the indis on the chart for it to work. myhopev2.mq4 3_level_zz_semafor.ex4 qta_v3.ex4

Communicate with MT4

Ok, so I have been spending my free time lately working on an EA that will allow me to communicate with MT4 through CSV files. I have already made a few EA's in the MT4 language, but wanted a more robust coding language that would allow me to take a more object oriented approach to trading, along

Computed Acceleration of MA

Before I spend they time coding this to see how well if it is successful, I wanted to know if there is something like it already. EA based on the current Acceleration of the Moving Average. Then applying the value of the acceleration to the opening value of the next candle to determine take profit

Using MYSQL in MT5 EA

Hello Everyone, I am working on an EA that will recieve its optimized settings from an online mysql database. However I seem to be having problems getting the libmysql.dll file to import correctly. I have tried following an article online that was posted in May, but believe there must of been