Fan sayfamıza katılın
The Leading Indicator was created by John Ehlers (Cybernetic Analysis For Stocks And Futures pg 235)
Recursive Moving Average calls itself a number of times in order to reach the appropriate smoothing. For instance DEMA and TEMA indicators are recursive exponential moving averages. The goal is to remove the loop limit while still running fast. In addition a trigger line provides the trading signal.
This EA started off as a job to trail equity. I then added the function of managing individual trades. Thereafter I added the facility of manually putting the price of when it can send a grid of pending order's. This EA does not have condition set in it to open trades. You have to determine that if market moves to an area you believe you would open a grid of orders if you were by your computer watching the market. No what this EA helps is you wake up in the morning you see the area you a grid to open. PUT THE PRICE FOR THE EA TO OPEN A GRID OF PENDING ORDERS. If the market reaches the area price you have set. The EA will send the grid and will manage those trades putting Stop Loss (if you set it) trailing(if you set it). Today 13 Sep 2022 the EA generates has NO ERROR when compiled
SymbolInfo example script lacks margin and leverage data wich are nowhere to be found explicitely in Metatrader, the trader must search thoroughly into the broker site in order to find them. The aim of this script is to provide a remedy to it from a standard tool.
This Function will retrieve the Assets next Opening Time and Closing Times, either following the current time or following a given time.
The color indicator shows in a separate window the moment if the intersection of two iMA (MOving Average, MA) was on the current bar
After the three average lines are arranged completely according to high and low, it can be regarded as a trend formation. After the pattern is destroyed, the hatching is no longer drawn Under the condition of no hatching, it is regarded as an indeterminate period
The utility will display the high, low, open, close and time statistics for any user selected bar of any timeframe for the symbol of the chart the utility resides on.
Building good trading habits by seeing things in terms of percentage not in terms of money.
cycles though market watch symbols, using hotkeys Comma and Period for prev/next symbol in market watch list
Adds the ability to automatically export the transaction history after running the Expert in the strategy Tester.
Draws an equidistant channel to detect rectangular consolidation pattern on chart
hotkeys 1-9 numbers on keyboard but not on number-pad to change timeframes 1=m1 2=m5 3=m15 4=m30 5=h1 6=h4 7=d1 8=w1 9=mn
Single Currency or Manual orders Closing or deleting sections are very easy to understand but if you have a question you leave it at comment section. The code check for Comment to detect the Orders to close or delete for multi currencies EA in case the input EAComment is empty It will close according to type of close. It supports prefix or suffix of EA Comment. Many options can be added if you are interested on developping it more you can leave your suggestion on comment section.
Select Timeframe to draw Bobokus Fibonacci and add any custom fibonacci levels you want
Utility for copying transactions from one MT5 account or MT4 account to another MT5 account.
from the logistic regression Article, I welcome all the thoughts on how we can build multiple dynamic Logistic Regression
Calculates Brokerage, Commission or Slippage based on the Input on the strategy Tester
Currency Strength Meter for MetaTrader 5 with configurable timeframe parameter, It was converted from "Currency Strength Giraia 28 pairs TRO MODIFIED" MetaTrader 4 version
The script (not an Expert Advisor) sets and moves the Stop Loss for all positions on the current symbol to the specified price
A series of indicators 'Four Colors'. Signals are now 'Arrow' in the main window
Use the intersection of two moving average lines to draw a vertical line.Then You can simply read the current market pattern
For MT5, When Press the Button, it will delete all STOP LOSS and TAKE PROFIT applied to Current Open Market positions. For All Symbols. The panel is based on the CDialog class, works for all symbols