Archive for the ‘MQL 4’ Category
Working with Doubles in MQL4
In this note we will consider a typical programming errors, that occurs while working with double numbers in MQL4 programs.
View full post on MQL4: Articles
Trader Script 1
It’s easy to use, just input your lotsize, stoploss and take profit values (in points) and trade.
View full post on MQL4: Code Base
Trend Tracer, Tup Indicator Question
Hi, Has anyone looked at the trend tracer template for trading the EUR/USD 4hour and specifically the Tup indicator that goes with the template. I really like the…
View full post on MQL4: Forum
Trader’s Kit: Decorating Indicators
In this article you will find main tasks when decorating indicators, their solution and automation.
View full post on MQL4: Articles
Three Combo Indicator
It combines two ema’s, rsi and adx to give you buy or sell signals.
View full post on MQL4: Code Base
Problem with OrderSend
Hi, so I’ve been working on this EA and trying to test it but I’ve run into a problem. When I set lots to a high number, instead of buying/…
View full post on MQL4: Forum
FANN2MQL Neural Network Tutorial
This article has been made to show you how to use neural networks, via FANN2MQL, using an easy example: teaching a simple pattern to the neuralnetwork, and testing it to see if it can recognize patterns it has never seen.
View full post on MQL4: Articles