Unisciti alla nostra fan page
This program lists and shows information about calendar events between specified date range.
The EA works on the signals of the custom indicator 'PriceChannel_Signal_v2' ( https://www.mql5.com/en/forum/173249/page132#comment_15924070 )
The Expert Advisor is a joke: the position is opened randomly. Now there is a Stop Loss, Take Profit and much more
Buy Sell on your price, Choose Market order, Pending Limit order or Pending Stop Order
The 8 effective steps to build a robust day trading plan using Fibonacci retracement
Shows your position size through a comment from any symbol chart based on a risk percent on daily ATR, you can use either balance or equity.
Detecting the start of a new bar or candle, in the OnTick() event handler of an expert advisor.
Strategy based on the custom indicator 'RSI_MAonRSI_Filling'. The minimum step is set between positions
Finalization of previous version. Now, when opening a 'SELL' position, we immediately close all 'BUY' positions and vice versa: when opening a 'BUY' position, we immediately close all 'SELL' positions
The simple trading panel is a trading tool that is very interesting because it will allow you to predefine your StopLoss and your TakeProfit in term of pips.
Checks if Metatrader5 Terminal is connected to Internet or not. The expert will Print a message for the connectivity status
This code use detect economic calendar and put pending order before released news time
Modify to allow direct specification of the starting point of the Parabolic SAR.
Takes trades based on ICT silverbullet and 2022 model with trailing stops and partials, also keeps entry according to OTE, and risk minimal. It works in a small time window of silver bullet especially NY session, and if no trade found, 2022 model and fibonacci OTE jumps in to get a trade. But entry is so only after confirmation with these models being there, hence trades will be less for minimal drawdown and high winrate. To know more about these strategies, you may visit Inner Circle Trader YouTube channel.
Very simplified code: intersection of two custom indicators 'MA Other TimeFrame Correct'. There is no Stop Loss, Take Profit or Trailing.
This EA collects information about the spread and shows the statistics on the chart. When the EA ends its working, it prints all statistics to the Journal, which can be useful for the Strategy Tester.
This EA collects information about the spreads and Shows the number of spreads in the specified range based on the ticks that occur each year.
This EA can Calculate each trade volume base on received TP and SL Prices and Risk percent of account in each trade.
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
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.
Calculates Brokerage, Commission or Slippage based on the Input on the strategy Tester