Participe de nossa página de fãs
Coloque um link para ele, e permita que outras pessoas também o avaliem
Avalie seu funcionamento no terminal MetaTrader 5
BreakEven&TrailingStop - biblioteca para MetaTrader 4
- Visualizações:
- 11012
- Avaliação:
- Publicado:
- 2016.04.04 15:21
- Precisa de um robô ou indicador baseado nesse código? Solicite-o no Freelance Ir para Freelance
This library has two functions: BreakEven & TrailingStop.
BreakEven: this is a function to make StopLoss==OrderOpenPrice( ) when the condition is met: the difference between price and OrderOpenPrice is more than BreakEven (defined as an input variable).
TrailingStop: this is a function to make StopLoss moving after price by a definite number of points defined as an input variable (TrailingStop) and it's condition is the price moving in the right way and the difference between price and OrderOpenPrice is more than TrailingStop.
This function calculates your lot size depending on definite conditions explained in input variables.
Doctor EAThis Expert Advisor depends on Moving Average 400 to indicate trend and "slope-direction-line" indicator, it will be attached with EA.
This library has two functions: first to count OP_BUY positions and second to count OP_SELL positions.
PriceAction indicatorPriceAction indicator based on indicating Price Action candles. It indicates each candle type by different colored histogram bars.