Rejoignez notre page de fans
An exponential moving average of the true range and the offset of its average deviation
The indicator plots (using OBJ_TRIANGLE) the area between 'Open', 'High', 'Low' and 'Close' of the day
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.
SteepMA V0.7 est un EA de suivi de tendance dont le critère d'entrée principal repose sur la « pente de la moyenne mobile ». Il sélectionne les mouvements de marché à forte certitude en quantifiant l'intensité de la tendance et permet de sécuriser les bénéfices grâce à un système de stop-loss dynamique qui se resserre progressivement. Il intègre également une base de données SQLite assurant la traçabilité complète des données de trading.(Le code a été partiellement supprimé afin de passer la validation.)
The Laguerre Filter was created by John Ehlers ("Cybernetic Analysis For Stocks And Futures", pg 216)
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.