Онлайн обучениеОнлайн обучение
  • Главная
  • Курсы

    About Courses

    Binary Options Beast

    Binary Options Beast

    35,730.00 руб 990.00 руб
    Скидка -96%
    Читать далее
  • Новости
  • Помощь
  • Контакты
    • О нас
  • Корзина
    • RegisterВойти

Expert Advisor

  • Главная
  • Все товары
  • Expert Advisor
  • Forex Flex EA Version 4.91

Forex Flex EA Version 4.91

Аватар пользователя
webmaster
Expert Advisor, Metatrader 4
(0 отзывов)
89,999.10 руб 990.00 руб
Скидка -99%
Гарантия возврата денег — 30 дней
Forex Flex EA Version 4.91
Обзор

www.forexflexea.com
Original Price : $999.99
You will get:
Expert: Forex-Flex-EA-4.91
.ex4 (Latest Version)
Indicator: FlexNewsIndicator.ex4 (NEW)
Presets/.setfiles
Documents:
-Settings Guide Version 4.5+ and Change Note.
-Strategies And BEST Currency Pairs.

Note:
Price will be UP when Vendor close the Sale..

ChangeLog:

4.91
-Fixed issue with TDI indicator not functioning properly with some setting configurations
-Fixed array out of range error in some backtests

4.90
-AddToSL setting added, works the same as AddToTP
-WaitForEndOfBar setting added
-NewMM added option to select to use the default original MM calculation or the new MM calculation, NewMM should be used for gold, silver, anything that isn”t forex!
-WaitForNewDirectionAfterStopout, if your DD_Stoploss PCT is hit by a buy basket, it will not allow another until a sell basket has opened and closed. This helps prevent continuing to open losing baskets against a trend with certain strategies.
-UseNewTrailingStop added, this is a highly sensitive pip based trailing SL that will modify your trades RealStopLoss everytime the price moves further away from your SL. There is no step, it is tick based so as long as price is continuing to move away from your SL it will continue to modify the SL up to break even and then beyond. *NOTE* some brokers may not like the amount this modifies orders!
-Fixed the original TrailingStop to work properly with Buy orders, previously it would not trail as much as it could have if spread/slippage was an issue.
-CustomSupport and CustomResistance added, setting these to anything other than 0.00000 will activate them instead of Flex looking for the S&R itself.
-CheckRSiSlope & RSiSlope added which will look at the slope of the last two bars worth of RSI on the current time frame and see if RSI is increasing or decreasing by the RSiSlope amount for each bar.
-Added LossPCT and ProfitPCT for OnlyCloseAtLoss and OnlyCloseInProfit for the indicator closures so you can set the percentage based on account balance.
-Added CloseBuyAboveRSi and CloseSellBelowRSi settings to add more flexibility instead of using the same RSi values for entries. These are based off whatever timeframe 2
-Added a CloseInProfit on/off toggle for the CloseTradesBeforeMarketClose function
-Added Global_Filters true/false toggle which will make the currency pair filters count ALL open trades across all magic numbers if turned on.
-Added CloseAbovePCT true/false toggle for the CloseBasketBeforeNews function so you can decide whether or not to close only profitable baskets before news.
-Added UseCandleStickPattern true/false toggle which is the first implementation of detecting bull/bear pins and hammers. You will see a whole new section of settings for this just before the indicator closure settings. There you can fine tune the exact type of candles you want to look for.
-Adjust SR indicator to be based of body open/close instead of wick high/low
-Fixed some issues with session filters
-Fixed some issues with EquityTrail closing trades too early
-Fixed DynamicEQTP to work with allCharts
-Fixed CloseTradesBeforeMarketClose to work with the set Ending Trade Day for those setting it earlier than Friday.
-Fixed the on/off button to not allow additional trades in a basket if turned off.

4.85
-Adjusted the trade closure algorithm to slow it down to better account for errors like trade context busy
-FlexNewsIndicator updated to v0.91 which fixes the url change at forexfactory.com calendar.

4.84
-Fixed a bug where the stop out pause was still being triggered when trades were closing in profit
-Added BBands indicator which will buy when price falls below the lower band and sell above the upper band. It will also prevent buying above the upper band and selling below the lower band.
-Added CloseBBands which will close buys when price goes above upper band and close sells when price goes below lower band
-Fixed a bug with EQTP1 not always working properly

4.83
-Fixed CloseEverything to work properly, it must also have DD_SL_Mode or DD_TP_Mode or both set to allCharts depending what you want.
-PauseBasketAtNews added, this will prevent additional trades in a basket from opening if you have one open going into a news event. It will be paused for the duration of your PauseBefore and PauseAfter news minutes.
-Fixed TrendPipStep not being able to be changed from 21
-Fixed a bug where the stop out pause was being triggered when trades were closing in profit

4.82
-Switched back to the original MM formula of ((Balance*Leverage)/lot_size)*(Risk/100)) to keep lot sizes consistent across all pairs.
-Added UseDynamicEQTP which will toggle on/off this feature that creates a dynamic EquityTrailTP based on total lots opened using this formula ( TotalLots/AccountBalance()*(10000*DynamicEQTPMulti); ). This feature will work with DD_TP_Mode so it can look at all trades across all charts if you want it to.
-DynamicEQTPMulti this is the multiplier used
-Added UseBBands which uses the Bollinger Bands indicator to prevent buying when price is above the upper and only allow buying when price is below the lower band. The opposite for sells.
-Added OnlyCloseInProfit which is to be used with the IndicatorClosures
-Fixed EMACross to trade at all crosses instead of some.
-Adjusted WaitForNextBar slightly to improve its efficiency
-Adjust LotStepMultiplier to use the following formula ( last_lot*((LotMultiplier+((LotStepMultiplier-1)*NumOfTradesOpenInBasket) ). A good range for this is usually something low between 1.05 to 1.20.
-Improved backtesting speed and lowered memory/cpu usage
-Changed CloseRSi to close buys when RSi is higher than SellAboveRSi and close sells when price is below BuyBelowRSI
-CloseEMA adjusted to close buys when price is below EMA2 and close sells when price is above EMA2
-Lots of other minor adjustments and bug fixes littered throughout, too much to list!

4.81
-Fixed a bug with the new AddToTP feature that wasn”t working beyond 3 trades deep.

4.80
-Added support for Indices, metals, crypto etc… I haven”t done a ton of testing with this so please use on demo and backtests only until you”re confident it”s working properly on whatever you”re trading. By support I mean properly calculated lot sizes and appropriate pip multipliers.
-Because of the above support, I have altered how the MM calculates lot sizes.
Old way: ((Balance*Leverage)/lot_size)*(Risk/100))
New way: (Risk/100)*AccountBalance/Margin
-AddToTP setting added which will progressively increase the RealTakeProfit amount in pips by this amount depending how many trades are open in the basket. If set to 2, it will increase your RealTakeProfit by +2 after one trade, then another +2 at the next trade and so on. You can also set this to a negative number.
-UseEMACross addedd so you can trade a specific EMA crosses instead of using a hack around method via the TDI
-CheckRSiSlope added which will check to see if the RSi has started moving back in favor of the direction we want to trade. If it wants to buy at a low over sold level below 30, but RSi is still dropping on that timeframe, it will wait for it to have an uptick before entering. This uses the RSiTimeframe3 to check the slope, so it”s usually best to set this to your lowest timeframe of the 3. UseRSix3 does not need to be on for this to work.
-Added option to change the RSix3 timeframes
-Added a simple volume indicator when turned on, it won”t allow trades unless volume over the current and previous 2 closed bars.
-Fixed a bug where strategies like DE Halfgrid 3% that uses DD_TP_Mode of allCharts was having new trades closed as soon as they hit any kind of small profit shortly after a previously larger basket was closed.
-You can now set news impact to 2 which will avoid all medium and high impact news instead of always high impact only.

 

Детали курса

  • Файлов 112
  • Видео 0 минут
  • Объем 1.68 магабайт
  • Источник: показать
  • Уже купили 274
  • Сертификат об окончании
  • Пожизненный доступ
Учебный план
Все товарыMetatrader 4Forex Flex EA Version 4.91
  • Инструкции и ссылки на скачивание (доступно после оплаты) 1

    • Лекция1.1
      Инструкция и ссылки на скачивание (доступно после оплаты) 01 мин
  • / flex491# / flex491 / Expert / 1

    • Лекция2.1
      Forex-Flex-EA-4.91.ex4 (Объем: 302.55 KB)
  • / flex491# / flex491 / Indicator / 1

    • Лекция3.1
      FlexNewsIndicator.ex4 (Объем: 57.22 KB)
  • / flex491# / flex491 / SETFILES / 55

    • Лекция4.1
      4.90 EURUSD m30 Scalper v1.set (Объем: 5.88 KB)
    • Лекция4.2
      4.90 GBPUSD m30 Scalper v1.set (Объем: 5.88 KB)
    • Лекция4.3
      4.90 H1 DefaultTDI + Dynamic allCharts.set (Объем: 5.27 KB)
    • Лекция4.4
      4.90 H4 ema far apart v2.set (Объем: 5.72 KB)
    • Лекция4.5
      4.90 H4 ema far apart v3.set (Объем: 5.72 KB)
    • Лекция4.6
      4.90 USDCAD m30 Scalper v1.set (Объем: 5.88 KB)
    • Лекция4.7
      4.90 USDCHF m30 Scalper v1.set (Объем: 5.88 KB)
    • Лекция4.8
      7pip Default.set (Объем: 15.17 KB)
    • Лекция4.9
      BigDefault 11111.set (Объем: 2.63 KB)
    • Лекция4.10
      Custom Global TDI Slope v453 H4.set (Объем: 2.63 KB)
    • Лекция4.11
      Custom Global TDI Slope v455 H4 v.set (Объем: 2.63 KB)
    • Лекция4.12
      Custom Global TDI Slope v466+ H4.set (Объем: 19.69 KB)
    • Лекция4.13
      DE Global Progressive HalfGrid.set (Объем: 2.63 KB)
    • Лекция4.14
      DE Half Grid 3% H4 v4-53.set (Объем: 2.63 KB)
    • Лекция4.15
      DE RSI Candle 60.set (Объем: 2.63 KB)
    • Лекция4.16
      Default Close TDIFarApart H1.set (Объем: 3.83 KB)
    • Лекция4.17
      Default EquityTail Only v2 – H4 – v3.60.set (Объем: 1873.00 B)
    • Лекция4.18
      Default EquityTail Only v2 Lower Risk – H4 – v3.60.set.txt (Объем: 1868.00 B)
    • Лекция4.19
      Default EquityTrail.set (Объем: 1820.00 B)
    • Лекция4.20
      Default Global EquityTrail Only v4.73.set (Объем: 18.24 KB)
    • Лекция4.21
      Default WaitForNextBar 4.73.set (Объем: 18.25 KB)
    • Лекция4.22
      Double Barrel Shotgun.set (Объем: 3.61 KB)
    • Лекция4.23
      Double Edged TDI Slope Cross Close.set (Объем: 18.13 KB)
    • Лекция4.24
      Flex EA – DE Candle50 4x.set (Объем: 2.63 KB)
    • Лекция4.25
      Flex EA – Global DE RSI CandleSize 75 H4.set (Объем: 2.63 KB)
    • Лекция4.26
      Flex EA – Progressive HalfGrid Global DE 3% H4.set (Объем: 2.63 KB)
    • Лекция4.27
      FlexEA – Default + TDI + TDI Slope + Dynamic.set (Объем: 3.60 KB)
    • Лекция4.28
      FlexEA DE RSI Candle40 H4.set (Объем: 18.10 KB)
    • Лекция4.29
      FlexEA DE RSI Candle60 H4.set (Объем: 2.63 KB)
    • Лекция4.30
      FlexEA DE RSI Candle75 H4.set (Объем: 2.63 KB)
    • Лекция4.31
      FlexEA Dynamic RSI 3030.set (Объем: 2.64 KB)
    • Лекция4.32
      Global DE TDI Slope Cross Close.set (Объем: 18.13 KB)
    • Лекция4.33
      Global DE TDI Slope High Risk Setup.set (Объем: 4.33 KB)
    • Лекция4.34
      Global Double Edged TDI Slope H4 Lower Risk 4.6+.set (Объем: 18.13 KB)
    • Лекция4.35
      Global Double Edged TDI Slope H4.set (Объем: 13.86 KB)
    • Лекция4.36
      Global Progressive RSI H1.set (Объем: 2.67 KB)
    • Лекция4.37
      Global TDI Slope High Risk #2.set (Объем: 4.32 KB)
    • Лекция4.38
      HalfGrid EquityTrail Only v2 – H4 – v3.60.set (Объем: 1875.00 B)
    • Лекция4.39
      NEW ONE.set (Объем: 2.63 KB)
    • Лекция4.40
      Progressive BigDefault H4.set (Объем: 3.13 KB)
    • Лекция4.41
      Progressive Default Lower Risk.set (Объем: 2.63 KB)
    • Лекция4.42
      Progressive Default.set (Объем: 2.66 KB)
    • Лекция4.43
      Progressive FlexHybrid H4 0.2 Risk.txt (Объем: 2.67 KB)
    • Лекция4.44
      Progressive FlexHybrid H4.set (Объем: 2.67 KB)
    • Лекция4.45
      Progressive HalfGrid.set (Объем: 2.63 KB)
    • Лекция4.46
      RSIx3 Scalper D Stoch v2 EURUSD M30.set (Объем: 19.39 KB)
    • Лекция4.47
      RSIx3 Scalper D Stoch v3 EURUSD M30.set (Объем: 4.71 KB)
    • Лекция4.48
      RSIx3 Scalper D Stoch v4 EURUSD M30.set (Объем: 4.71 KB)
    • Лекция4.49
      RSIx3 Scalper M15.set (Объем: 4.48 KB)
    • Лекция4.50
      RSIx3 Scalper v2 10tp M30.set (Объем: 19.37 KB)
    • Лекция4.51
      RSIx3 Scalper v2 M30.set (Объем: 19.37 KB)
    • Лекция4.52
      Stoch Grid H1 or H4.set (Объем: 1853.00 B)
    • Лекция4.53
      TDI Slope Cross x3 Scalper.set (Объем: 4.47 KB)
    • Лекция4.54
      Test Scalper.set (Объем: 14.21 KB)
    • Лекция4.55
      v2Default EquityTrail Only H4.set (Объем: 1863.00 B)
  • / flex491# / flex491 / 2

    • Лекция5.1
      CHANGE NOTES.txt (Объем: 25.00 KB)
    • Лекция5.2
      README.txt (Объем: 310.00 B)
  • / forex-flex-ea_v4.85# / Forex-Flex-EA v4.85 / Expert / 1

    • Лекция6.1
      Forex-Flex-EA-4.85.ex4 (Объем: 268.14 KB)
  • / forex-flex-ea_v4.85# / Forex-Flex-EA v4.85 / Indicator / 1

    • Лекция7.1
      FlexNewsIndicator.ex4 (Объем: 57.22 KB)
  • / forex-flex-ea_v4.85# / Forex-Flex-EA v4.85 / SETFILES / 48

    • Лекция8.1
      7pip Default.set (Объем: 15.17 KB)
    • Лекция8.2
      BigDefault 11111.set (Объем: 2.63 KB)
    • Лекция8.3
      Custom Global TDI Slope v453 H4.set (Объем: 2.63 KB)
    • Лекция8.4
      Custom Global TDI Slope v455 H4 v.set (Объем: 2.63 KB)
    • Лекция8.5
      Custom Global TDI Slope v466+ H4.set (Объем: 19.69 KB)
    • Лекция8.6
      DE Global Progressive HalfGrid.set (Объем: 2.63 KB)
    • Лекция8.7
      DE Half Grid 3% H4 v4-53.set (Объем: 2.63 KB)
    • Лекция8.8
      DE RSI Candle 60.set (Объем: 2.63 KB)
    • Лекция8.9
      Default Close TDIFarApart H1.set (Объем: 3.83 KB)
    • Лекция8.10
      Default EquityTail Only v2 – H4 – v3.60.set (Объем: 1873.00 B)
    • Лекция8.11
      Default EquityTail Only v2 Lower Risk – H4 – v3.60.set.txt (Объем: 1868.00 B)
    • Лекция8.12
      Default EquityTrail.set (Объем: 1820.00 B)
    • Лекция8.13
      Default Global EquityTrail Only v4.73.set (Объем: 18.24 KB)
    • Лекция8.14
      Default WaitForNextBar 4.73.set (Объем: 18.25 KB)
    • Лекция8.15
      Double Barrel Shotgun.set (Объем: 3.61 KB)
    • Лекция8.16
      Double Edged TDI Slope Cross Close.set (Объем: 18.13 KB)
    • Лекция8.17
      Flex EA – DE Candle50 4x.set (Объем: 2.63 KB)
    • Лекция8.18
      Flex EA – Global DE RSI CandleSize 75 H4.set (Объем: 2.63 KB)
    • Лекция8.19
      Flex EA – Progressive HalfGrid Global DE 3% H4.set (Объем: 2.63 KB)
    • Лекция8.20
      FlexEA – Default + TDI + TDI Slope + Dynamic.set (Объем: 3.60 KB)
    • Лекция8.21
      FlexEA DE RSI Candle40 H4.set (Объем: 18.10 KB)
    • Лекция8.22
      FlexEA DE RSI Candle60 H4.set (Объем: 2.63 KB)
    • Лекция8.23
      FlexEA DE RSI Candle75 H4.set (Объем: 2.63 KB)
    • Лекция8.24
      FlexEA Dynamic RSI 3030.set (Объем: 2.64 KB)
    • Лекция8.25
      Global DE TDI Slope Cross Close.set (Объем: 18.13 KB)
    • Лекция8.26
      Global DE TDI Slope High Risk Setup.set (Объем: 4.33 KB)
    • Лекция8.27
      Global Double Edged TDI Slope H4 Lower Risk 4.6+.set (Объем: 18.13 KB)
    • Лекция8.28
      Global Double Edged TDI Slope H4.set (Объем: 13.86 KB)
    • Лекция8.29
      Global Progressive RSI H1.set (Объем: 2.67 KB)
    • Лекция8.30
      Global TDI Slope High Risk #2.set (Объем: 4.32 KB)
    • Лекция8.31
      HalfGrid EquityTrail Only v2 – H4 – v3.60.set (Объем: 1875.00 B)
    • Лекция8.32
      NEW ONE.set (Объем: 2.63 KB)
    • Лекция8.33
      Progressive BigDefault H4.set (Объем: 3.13 KB)
    • Лекция8.34
      Progressive Default Lower Risk.set (Объем: 2.63 KB)
    • Лекция8.35
      Progressive Default.set (Объем: 2.66 KB)
    • Лекция8.36
      Progressive FlexHybrid H4 0.2 Risk.txt (Объем: 2.67 KB)
    • Лекция8.37
      Progressive FlexHybrid H4.set (Объем: 2.67 KB)
    • Лекция8.38
      Progressive HalfGrid.set (Объем: 2.63 KB)
    • Лекция8.39
      RSIx3 Scalper D Stoch v2 EURUSD M30.set (Объем: 19.39 KB)
    • Лекция8.40
      RSIx3 Scalper D Stoch v3 EURUSD M30.set (Объем: 4.71 KB)
    • Лекция8.41
      RSIx3 Scalper D Stoch v4 EURUSD M30.set (Объем: 4.71 KB)
    • Лекция8.42
      RSIx3 Scalper M15.set (Объем: 4.48 KB)
    • Лекция8.43
      RSIx3 Scalper v2 10tp M30.set (Объем: 19.37 KB)
    • Лекция8.44
      RSIx3 Scalper v2 M30.set (Объем: 19.37 KB)
    • Лекция8.45
      Stoch Grid H1 or H4.set (Объем: 1853.00 B)
    • Лекция8.46
      TDI Slope Cross x3 Scalper.set (Объем: 4.47 KB)
    • Лекция8.47
      Test Scalper.set (Объем: 14.21 KB)
    • Лекция8.48
      v2Default EquityTrail Only H4.set (Объем: 1863.00 B)
  • / forex-flex-ea_v4.85# / Forex-Flex-EA v4.85 / 2

    • Лекция9.1
      CHANGE NOTES.txt (Объем: 21.68 KB)
    • Лекция9.2
      README.txt (Объем: 795.00 B)
Преподаватель
webmaster
Редактор сайта

Отзывы

Средний рейтинг

0
0 оценок

Подробный рейтинг

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%
  • Обзор
  • Учебный план
  • Преподаватель
  • Reviews
89,999.10 руб 990.00 руб
Скидка -99%
  • Поделиться:

Вам может понравиться

Binary Options Beast Читать далее
webmaster

Binary Options Beast

174
0
35,730.00 руб 990.00 руб
Скидка 96%
Binary Options 2m Scalper Читать далее
webmaster

Binary Options 2m Scalper

288
0
3,330.00 руб 990.00 руб
Скидка 100%
Binary Option Slayer v2.0 Читать далее
webmaster

Binary Option Slayer v2.0

254
0
8,730.00 руб 990.00 руб
Скидка 99%
Binary Destroyer 7.0 Читать далее
webmaster

Binary Destroyer 7.0

199
0
13,950.00 руб 990.00 руб
Скидка 99%
Binary Defender Читать далее
webmaster

Binary Defender

201
0
16,110.00 руб 990.00 руб
Скидка 98%

Оставьте ответ Отменить ответ

Для отправки комментария вам необходимо авторизоваться.

Как купить?

Категории

  • Binary Option
  • Courses
  • Ebooks
  • Expert Advisor
  • Metatrader 4
  • Metatrader 5
  • mql5.com
  • NASDAQ etc.)
  • Software
  • Source Code
  • Special Item
  • TradeStation
  • Trading System
  • Trading Tools
  • Uncategorized
  • Александр Пурнов
    • Ученики Александра Пурнова (1)
  • Александр Пурнов
  • Американские акции (NYSE, NASDAQ etc.)
  • Бинарные опционы
  • Боты/Советники/Утилиты
  • Видеокурсы не вошедшие ни в один из разделов
  • Видеокурсы, лекции, вебинары, учебный материал
  • Герчик
  • Дмитрий Черемушкин ака Xelius (XELIUS GROUP)
  • Инвестиции/Недвижимость
  • Индикаторы форекс, бинарных опционов, ММВБ
  • Курсы по криптовалютам. Майнинг. Блокчейн. ICO
  • Методы Ганна
  • Программное обеспечение, утилиты для трейдинга
  • Разгон депозита
  • Свежие книги по трейдингу
  • Свежие поступления
  • Торговые стратегии и системы
  • Торговый робот для ММВБ
  • ФОРТС)

Последние курсы

Индикатор “Лазерный Сторно”

Индикатор “Лазерный Сторно”

37,512.00 руб 990.00 руб
Скидка -96%
Советник ClusterDeltaExpert v.4.12 iBWMF в ИСХОДНОМ КОДЕ

Советник ClusterDeltaExpert v.4.12 iBWMF в ИСХОДНОМ КОДЕ

65,000.00 руб 990.00 руб
Скидка -93%
Volfix Практическое применение данных об Open Interest на FORTS

Volfix Практическое применение данных об Open Interest на FORTS

27,614.00 руб 990.00 руб
Скидка -97%
logo-eduma-the-best-lms-wordpress-theme

sup@online-obuchenie.com

О нас

  • О нас
  • Новости
  • Контакты
  • Добавить курс

Ссылки

  • Курсы
  • Профиль

Поддержка

  • Помощь

Рекомендации

  • Все курсы
  • Добавить курс!

© online-obuchenie.com - онлайн обучение доступное каждому.

[miniorange_social_login shape="longbuttonwithtext" theme="default" space="4" width="240" height="40"]

Вход через логин и пароль

Забыли пароль?

Нет аккаунта? Зарегистрируйтесь сейчас

Регистрация

Вы зарегистрированы? Войти сейчас