Join our fan page
This program lists and shows information about calendar events between specified date range.
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.
The EA works on the signals of the custom indicator 'PriceChannel_Signal_v2' ( https://www.mql5.com/en/forum/173249/page132#comment_15924070 )
Very simple indicator to plot the values of the spread[] data as reported by the OnCalculate event handler.
The Expert Advisor is a joke: the position is opened randomly. Now there is a Stop Loss, Take Profit and much more
This a library for a quick and easy encryption and decryption using base64. The usage is very simple and can be done in a few lines of code. <<< The return value of a method is the required output. <<< Feel free to use this library at your convenience.If it is helpful, please reward me by rating this item on mql5 site. >>From a developer, for developers.<<
Allows you to determine the occurrence of a new bar event in a multicurrency Expert Advisor
Buy Sell on your price, Choose Market order, Pending Limit order or Pending Stop Order
"The Fisher Stochastic Center Of Gravity" was created by John Ehlers (УCybernetic Analysis For Stocks And FuturesФ , pg.95)
This MT5 Expert Advisor opens multiple buy and sell orders based on user input, featuring a simple interface with Buy and Sell buttons. The EA calculates lot size, checks the spread against slippage, and places orders accordingly. It is essential to test this EA in a demo account before using it in live trading.
An (optional) include file to enhance error code handling experience.
The Leading Indicator was created by John Ehlers (Cybernetic Analysis For Stocks And Futures pg 235)
ZigZag Color Indicator for Line Charts which works on Close prices rather than High low This indicator has only one input parameter which is ExtDepth and its optimized for performance
I search Moving Average that can be hide and shown with button, just like in Trading View, but I cannot found it. Then I try to modify example of Moving Average code from MQL5 Metaeditor Help, and do some add for button and logic for toggleable the button to show or hide Moving Average. Just like in Trading View. For those who need this, please feel free to use or modify for your own requirement.
Detecting the start of a new bar or candle, in the OnTick() event handler of an expert advisor.