Introduction to writing indicators MT4/MT5
These are introductory tutorials on writing an indicator for MT4 and MT5. In this case the indicator is the ATR channel
These are introductory tutorials on writing an indicator for MT4 and MT5. In this case the indicator is the ATR channel
There are times when you may want to track a trade through various events. The obvious example is finding the remaining trade after a partial close but you may also need to track a pending order through to the position after execution.
From requests over a long time this expert will track your account equity and close all trades and orders when a specified target profit or loss limit is reached.
This will show how to set up a configuration file as input to an expert or indicator
A follow up to the earlier Stop Loss Grid post that fixes a code issue and reduces over trading.
This covers code to both create Fibonacci objects on screen including a technique for finding swing high and low and also reading back data from on chart Fibonacci objects.
This is a simple expert advisor from one of our requests. There are no indicator inputs, trades are entered based on trailing the entry price from the current price.
Sending text to Telegram is not too difficult but sending an image is a very different technique. This topic covers both.
first saw this grid technique in a video titled How to trade the Forex Grid system. A detailed introduction on how hedging trades create gains published by Expert4x. It is an interesting approach that avoids unlimited drawdown at the expense of an occasional loss.
A sequel to the earlier article showing a Fractal – EMA based expert. This shows how to convert that code to vary the expert