Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
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
Vues:
7131
Note:
(26)
Publié:
2014.07.31 10:18
Mise à jour:
2016.11.22 07:32
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

When you drag this script onto the chart, it will calculate the price where you drop the script and use this price to figure out if a Buy Stop or Buy Limit pending order should be placed.

The stop loss is calculated from the Risk Percentage input. The take profit is then calculated using the stop loss and Reward Ratio.

It is a pretty simple script, so enjoy!

Short position Short position

A simple script that allows you to open a Short position using the current price location with a specified Risk Percentage and Reward Ratio.

Long position Long position

A simple script that allows you to open a long position using the current price location with a specified Risk Percentage and Reward Ratio.

Short Pending Order Short Pending Order

When you drag this script onto the chart, it will calculate the price where you drop the script and use this price to figure out if a Sell Stop or Sell Limit pending order should be placed.

Long Short only EA based on CExpert Long Short only EA based on CExpert

This CExpert subclass allows to open only long/short orders, showing its usage with an MACD example.