Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Views:
10272
Rating:
(24)
Published:
2015.12.10 15:51
bill_williams.mq4 (13.54 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The Expert Advisor based on the "New Trading Dimensions" book by Bill Williams.

The code was written for real trading. There is an error processing and fixing function, intellectual lot adjustment. The operation of the EA is decently commented. Two types of the signals: classic and pending. The type of the signal depends on the mutual arrangement of the Alligator lines.

Filter=30, Gator_Div_slow=250, Gator_Div_fast=150 — the estimated value for the H4 chart (each pair requires optimization). Recommended timeframe — hourly and above.

Buy at the breakthrough of the fractal above the Alligator's teeth. Sell at the breakthrough of the fractal below the Alligator's teeth. Trailing stop at the red line of the Alligator, as well as the fractals. Holds only one position. Pyramiding (as in the book) is not used.

It works with 5-digit quotes only!

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/13859

Virtual Trailing Stop Virtual Trailing Stop

The virtual trailing stop can place stop loss, take profit and trail the order in a way that they are not visible to the broker.

RSI_Expert RSI_Expert

Simple Expert Advisor based on the RSI indicator.

Volatile action Volatile action

The idea behind the Expert Advisor is based on the volatility explosion in the pulse waves.

Ticks collector Ticks collector

Collection of ticks with writing data to a file and plotting non-standard charts.