Discover expert developed MetaTrader tools that can complement professional solutions. The standard OnTick() handler allows to receive the t...
Showing posts with label Event. Show all posts
Showing posts with label Event. Show all posts
Metatrader 5 Indicators | The "New bar" event handler for the indicators | Trading Tool Update
0
Metatrader 5 Indicators | The "New bar" event handler for the indicators | Trading Tool Update
RobotFX
19.3.26
Fresh MQL5 code release – perfect for enhancing your MT4/MT5 strategies. The idea of this approach is described in the "New Bar" E...
MetaTrader 4 Indicator | PriceHistogram OnClick Event
0
This indicator shows four price histograms when a click event is fired. Personally, I made it for the check at the time of developme...
MetaTrader 5 Libraries | New Bar Event
0
Allows you to determine the occurrence of a new bar event in a multicurrency Expert Advisor. In a multicurrency Expert Advisor, the ...
MetaTrader 4 Expert Advisor | MQL4 Implementation of onTrade Event Handler
0
The code keeps track of orders' tickets in an CArrayInt. Monitoring the changes to the list of tickets in onTimer it triggers th...
MetaTrader 5 Libraries | Calendar-Based Backtesting: an Event-Driven Trading EA
0
The code is full of comments for better understanding. This Description explains the main idea, and the ways to use/reuse the code. ...