Unisciti alla nostra fan page
Martingale VI Hybrid - sistema esperto per MetaTrader 4
- Pubblicati da::
- Aharon Tzadik
- Visualizzazioni:
- 52126
- Valutazioni:
- Pubblicato:
- 2018.06.14 12:32
- Aggiornato:
- 2024.02.29 23:02
- Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
This EA has 5 versions,enters trades according to the conditions of two "Moving Averages".
If the trade goes in the opposite direction after a predetermined number of pips, then it opens another trade in the same direction of the first trade. The process repeats itself until profit is taken.
By opening a trade only with a new candle it prevents multiple trades, so it is safe to use.
This Martingale EA can work on all pairs and all timeframes.
Best timeframe is daily.
Start with 0.01 lot.
*Version 2 has trailing stop loss
*Version 3 has a special way to calculate the lot size
*Version 4 can Use Equity Stop
*Version 5 can add lot size or mulitply
Variables
- Use_TP_In_Money- Use Take Profit In Money (values:true/false).
- TP_In_Money- Take Profit In Money (values: 10-100).
- Use_TP_In_percent- Use Take Profit In Percent (values:true/false).
- TP_In_Percent- Take Profit In Percent (values: 10-100).
- ------------[Money Trailing Stop For Multiple Trades]----------------------
- Enable_Trailing-Enable_Trailing with money (values:true/false).
- Take Profit In Money (in current currency) (values: 25-200).
- Stop Loss In Money(in current currency) (values: 1-20).
- --------------------------------------------------------------------------------------
- TakeProfit - TP value of each trade in this Martingale EA (values: 10-60).
- PipStep - Distance in pips which will open a new trade (values: 10-50).
- Lots - Initial lots value, will be duplicated every step (values: 0.01-1).
- Multiply - Multiplier value every step of new trade (values: 2-4).
- MaxTrade - Maximum trades that can run (values: 2-10).
- FASTMA - Fast Moving Average (values: 1-20).
- SLOWMA - Slow Moving Average (values: 50-200).
- CLOSEMAXORDERS - Close all orders if there are more than maximum orders.
- MagicNumber - Magic number (values: 1-100000).
- TrailingStop-set a value from 10 to 100 to activate trailing stop loss & take profit, "0" will not activate trailing stop loss.
Links to more efficient versions in the Market:
- Hybrid
- Candlesticks rate of price change
- Fast Turtle
- Ichimoku Breakout
- Fibo Price change
- Trend pullback
Calculate the average volume per hour in a 1 hour chart.
Record IsConnected, Spread, Stop, FreezeLevelEA is run say once every minute and writes the status of IsConnected, spread, stop and freeze level to a file.
Many developers need these functions, while working with different kinds of external APIs, like Bitcoin and altcoin exchanges where it is often necessary to send data with the confirmation of parameters validity through HMAC-SHA512, HMAC-SHA384 and HMAC-SHA256.
s-Downloader (SingleTF)The script downloads the historical quotes data of the current chart symbol and timeframe.