Forum

A question to Codersguru and other coders

Hi Guru and folks, as you are the top programmers at this forum, here's a question to you all: is it possible to create a "timeframe free" chart in MT4 by using some software tools where candles are formed by some pre-defined number of ticks. This will avoid any time factor as any market has

MT4 build 196

A nice tool has been developed in the latest build. If you wanna know the way indicators work in history then do the following: 1. Create a new chart in any TF 2. Attach any EA 3.Press strategy tester 4. Mark visualization and choose a speed 5. Press Start and wait till the chart appears then press

Self-teaching EA

Read this http://forum.viac.ru/viewtopic.php?t=3746

Hikkake Pattern

the links: http://www.charttricks.com/Resources/Articles/chesler0404.pdf http://www.charttricks.com/Resources/Articles/TechAnalyst_Nov04.pdf http://www.charttricks.com/Resources/Articles/hikkake_example.htm

EA based on STEP indicators (thanks Igorad!)

Dear Members, In the download section there's a set of STEP indicators made by Igorad. (He is a member of our group) Thanks to him! I would suggest to code an Expert Advisor based on one single Step Moving Average either v.1 or v.2 or v.3. The rules are very simple. When MA goes north (that means

DiNapoli Targets Trading system

Hello everyone, Attached there's an indicator called DiNapoli Targets. (Mike Ichenko, spasibo!! In fact this is an effective targeting system for manual trading. The question is whether is it possible to get it fully automated. The system is based on a breakout a level called Start line and Fibo

Something is not good in this code

This code has not compilation errors but I have a vogue idea that it's not correct. It's a simple EA based on Momentum crossing zero level. The problem is how to define this zero level in trading logic? Thanks