Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Sistemi Esperti

BollingerBandsEA - sistema esperto per MetaTrader 5

Visualizzazioni:
9310
Valutazioni:
(3)
Pubblicato:
2025.01.01 23:31
Aggiornato:
2025.01.09 17:03
Freelance MQL5 Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance


Update:

  • The positions will only be opened after the bearish or bullish candle.
  • Indicators such as Moving Average and Bollinger Bands removed from the chat after closing the EA.
  • Small errors with closing the positions after time.

BollingerBandsEA trades according to Bollinger Bands. If the lower line is broken downwards, ES places a buy order and vice versa the sell position.


The following settings are integrated:

  • Magic number
  • Fixed volume
  • Procent volume
  • Volume type
  • Risk for Position
  • Lots
  • Stoploss in points
  • Trading (minutes) begins after session start
  • Trading (minutes) end before session
  • Close position after indicator
  • Allow trailing stop?
  • Profit factor (RR) after stop is pulled
  • Allow breakeven?
  • Profit factor (RR) after stop is pulled
  • Close position if it is in minus (after minutes)

BollingerBandsEA

Please only try in the backtester or demo account!

I hope you have fun trying it out.


PS: There was a typo in the first version. You can download the second version.

Regards, Igor





Script to Map Market Watch Symbols Based on Similarity Script to Map Market Watch Symbols Based on Similarity

This script is a reference solution for mapping symbol names configured by users in MetaTrader 5 EAs or scripts to the actual names provided by the broker. It uses the Levenshtein distance algorithm to automatically identify the most similar symbol in Market Watch. It is ideal for developers facing compatibility issues with prefixes or suffixes in symbol names. This is a customizable starting point to adapt to any specific needs.

Perfect Trailing StopLoss Perfect Trailing StopLoss

Copy these into any EA you are busy coding and you"ll have a trailing sl the only things you'll need to change would probably be InpMagic for your magic number or you could just copy my code as is , Remember to add COrderinfo ord; and CPositionInfo pos;

Strategy report output into a chart Strategy report output into a chart

This script was developed for displaying saved Strategy report from the Strategy Tester into a chart.

Candlestick patterns Candlestick patterns

This is a indicator displaying candlesticks patterns on a chart.