Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Scripts

Scalp All - script pour MetaTrader 5

Vues:
19287
Note:
(24)
Publié:
2019.11.18 12:18
Mise à jour:
2020.09.10 21:27
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Two variations are available;


[ScalpAll]

  • this script opens random positions with multiple symbols on marketwatch.
  • take-profit and stop-loss levels are calculated by multiplying current spread with "Take Profit Ratio" and "Stop Loss Ratio" respectively.
  • count of trades to be opened can be limited by "Maximum Trades".
  • only symbols having spread below "Maximum Spread" are considered.


[ScalpRandom]

  • this script opens a random position with single symbol that is selected randomly on marketwatch.
  • take-profit and stop-loss levels are calculated in same way with ScalpAll. maximum spread limitor is also available.


[CloseScalps]

  • this script closes scalping positions tagged with magic number 999.
  • only positions in profit can be closed by setting relevant input to true.


LotLoss LotLoss

Simple risk management tool.

Coin Toss Trading Coin Toss Trading

This script opens a buy or sell order randomly having equally spaced take-profit and stop-loss levels.

MultiMartin MultiMartin

This is a multi-currency expert adviser based on reversal strategy with martingale. Original idea is taken from ExpMartin for MT4.

BPNN MQL Predictor Demo with library BPNN MQL Predictor Demo with library

This is a demo indicator with BPNN neural network library ported from C++ to MQL.