Unisciti alla nostra fan page
Short position - script per MetaTrader 5
- Visualizzazioni:
- 13259
- Valutazioni:
- Pubblicato:
- 2014.07.31 10:18
- Aggiornato:
- 2016.11.22 07:32
- Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
A simple script that allows you to open a Short position using the current price location with a specified Risk Percentage and Reward Ratio.
Pretty simple, drag the script onto your chart and the inputs to change the Risk Percentage and Reward Ratio will pop up, change those values if you want to, hit the Ok button and the trade will execute.
If it fails, have a look at the expert tab to see why the order failed. The script has a Risk Percentage limit of 20%. That's about it...enjoy!
A simple script that allows you to open a long position using the current price location with a specified Risk Percentage and Reward Ratio.
MA WorldThis Expert can run on all Symbols and Time Frames and uses the crossover of two Linear Moving Averages as Signal and an Exponential Moving Average as Trailing Stop.
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.
Short Pending OrderWhen 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.