당사 팬 페이지에 가입하십시오
Forex Second Chance EA is a modification of Moving Average Convergence Divergence EA. Here, I have included "TrendShift" to the parameters and it is doing good.
early Range, Break with RSI-Filter, Hedging, TrailingSL/TP with Vola-Filter, DayTrading Start- and Endtime, autoClosing, all Comments and Alerts.
This indicator is a tool to show history orders on the chart. Indicator show open time and price, close time and price and profit in pips on the chart. It helps the trader to see all history orders which are opened either manually or by an automated system on chart. For more information about the indicator, you can visit the product's page: https://www.mql5.com/en/market/product/33657
Spread MetaTrader indicator — displays current spread in the main window of the chart. You can modify the font parameters, indicator's position and the normalization of the spread value. The spread is redrawn after each tick, ensuring the most current and active spread value. This can be useful for brokers with variable spreads or with spreads that are widened often. You can also enable a spread label to be shown near the current Bid line. The indicator is available for both MT4 and MT5.
Below you can find a super simple method to create a license based on MT4 account name. Place in your init function: CheckLicense(); The stringLower method makes sure the account name is in lowercase. Then you can check this value with the account name you want to check.
This is an mql5 Expert Advisor trading the breakouts and using Martin Gale risk management.
This is the exact conversion of pivotshigh and pivotslow functions from pine script v4 as an mql4 indicator.
improved version of the standard Simple moving average indicator with a lower delay based on: https://www.mql5.com/en/code/30844 (author: https://www.mql5.com/en/users/mladen)
This EA is a cleaned and minimized version of the RRS Randomness in Nature EA. It opens trades randomly with random currency pairs, random lot sizes, and random order types. This EA does not rely on any technical skillset such as indicators, price action, news calendar events, or candlestick patterns. It offers multiple trading strategies, risk management plans, and other customizable settings.
three indicators to use with the Raghee Horner method
Another version of ZigZag, where the step size for changing the direction of the segment is set in price points.
My version of plotting the DeMark lines, also draws channels in addition to the trend lines and targets. Added one more target (the third one defined as 1.62 of the inner extremum), added the signal cancellation when closing within the channel.
Custom Linear Regression Tool. Values of LR line and Support and Resistance lines are in buffers.
This Indicatro Draw Weekly CAMERILLA Levels H1 H2 H3 H4 L1 L2 L3 L4 with back test.
Functions for processing the orders of Spot currency pairs, Spot Gold and Spot Silver with error handling. Revision 1: OrderModify2() & OrderProcess() corrected, OrderProcess() & OrderSend2() enhanced.
The UploadExport script is a universal program tool. It is developed to ease the working of the analyst and the trader with regard to the daily routine actions of wave analysis using the ELWAVE program.
Often times I find my chart is too cluttered with indicators to see the price action, however I still need those reference points. My solution was to create an indicator which displays the current level of some of the MA's of the current candle.