Rejoignez notre page de fans
Indicator Two Stochastics with MA Smoothing and Convergence Divergence line
Trend trigger factor - with an addition of discontinued signal line(s)
McClellan Summation Index - smoother with floating levels
Donchian channel - extended, multi time frame version
Multi-asset cluster indicator taking all currencies as a sum of values forming a whole market, that is unity (1.0)
This script opens a buy or sell order randomly having equally spaced take-profit and stop-loss levels.
An interface for creating an object that defers instantiation to subclasses. They decide which class to instantiate.
Convert the interface of a class into another expected interface; classes with incompatible interfaces can work together
Decouple an abstraction from its implementation so that the two can vary independently
Create an object tree which represents part-whole hierarchies, so that the client would treat objects and compositions of objects uniformly.
This strategy is the well known set & forget accompanied by the anti-martingale system. It is very useful if you are very busy in which you don't have time, you want to trade the London session while you are sleeping in USA, etc.
Given a language, define a represention for its grammar along with an interpreter that uses the representation to interpret sentences in the language
Define an object that encapsulates how a set of objects interact mediator promotes loose coupling by keeping objects from referring to each other explicitly, and it lets you vary their interaction independently
An implementation of the Relative Strength Index indicator by John Welles Wilder Jr. as described in his book—New Concepts in Technical Trading Systems [1978].
The code defines a function "RangeHighs" that calculates the highest price of a financial instrument within a specified time range (start and end time). The time range is defined by 4 input parameters (hour and minute of start and end time). The highest price is found using the "CopyHigh" function and stored in an array, from which the maximum value is returned.
Get commission of an active position in mt5 , its easy to use function.