Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Scripts

LotLoss - script for MetaTrader 5

Views:
11511
Rating:
(17)
Published:
2019.11.14 13:47
LotLoss.mq5 (0.8 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Simple risk management tool, that calculates required lot size according to amount of money trader affords to lose and stop-loss in points.

INPUTS

  • Risk-Money: money to sacrifice.
  • Stop-Loss Points: stop-loss in points.

EXAMPLE

  • AUDJPY Sell Order 
  • Risk-Money: 1000 USD
  • Open Price: 73.706
  • Stop-Loss: 76.130
  • Stop-Loss Points: 76.130 - 73.706 = 2.424 (2424 points)
  • Lots: 0.45
  • You lose 1000 USD, if you hit stop-loss with 0.45 lots position.

    Coin Toss Trading Coin Toss Trading

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

    Quick Script to browse Signals, searching for your own parameters. Quick Script to browse Signals, searching for your own parameters.

    Simplified Script to find signals based on user parameters

    Scalp All Scalp All

    Opens random positions on marketwatch symbols.

    MultiMartin MultiMartin

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