Classic and Virtual Trailing – EA MetaTrader 4

Classic and Virtual Trailing - expert for MetaTrader 4
Classic Trailing => Use Stop Loss to Trail and it does reflect in your broker serverVirtual Trailing => Does not Trail using Stop Loss and it does not reflect in your broker server.Trailing Gap = A Gap from Bid/Ask PriceTrailing Start = Distance from Order Entry Price (Order Open Price) to start trailing Classic and … Read more

Virtual SL TP Pending with SL Trailing for Symbol Chart – EA MetaTrader 4

Virtual SL TP Pending with SL Trailing for Symbol Chart - expert for MetaTrader 4
T”Virtual_SL_TP_Pending_with_SL_Trailing.mq4.” It’s designed to manage trades by setting virtual stop loss and take profit levels, along with a virtual pending order with an optional trailing stop loss feature. Here’s a breakdown of the script: Copyright and Link: Specifies the copyright information and a link to the creator’s website. Version: Indicates the version of the script. … Read more

CFastFile – class for working with uchar array as a virtual file – library MetaTrader 5

CFastFile - class for working with uchar array as a virtual file - library for MetaTrader 5
The CFastFile eliminates the need for an intermediate writing of data to the physical file on disk. It provides the significant acceleration when working with data. It has functions, similar to standard FileWriteXXX/FileReadXXX functions. It means that you can easily migrate from the use of the physical files to the fast work with the “virtual” … Read more

Virtual Trailing Stop – EA MetaTrader 5

Virtual Trailing Stop - expert for MetaTrader 5
Idea by: Vladimir Khlystov. MQL5 code by: barabashkakvn. Virtual trailing can place stop loss and take profit, and trail the position in such a manner that stop orders are not visible to broker, i.e., they are not place with your dealing center, but on your PC; so nobody, except of your PC and yourself, can see … Read more

Virtual – library MetaTrader 5

Virtual - library for MetaTrader 5
This cross-platform allows working with a virtual trading environment in one of the easiest ways. Scenarios for using a virtual trading environment Real time tester. This means, you can observe what would be if the EA traded on the most recent prices in the tester in real time. This allows you to identify the causes … Read more

Virtual Robot – EA MetaTrader 4

Virtual Robot - expert for MetaTrader 4
Virtual Robot will open virtual trades, using them to monitor the market to determine the entry point(according to the inputs parameters), at which point Virtual Bot will start opening real trades. Demo account – recommended Input Parameters  TF – the choice of timeframe  Slippage – slippage.  MagicNumber – trades ID.    Comment – comment for … Read more

Scalping With Virtual Pending Orders – EA MetaTrader 4

Scalping With Virtual Pending Orders - expert for MetaTrader 4
This EA demonstrates the use of a Virtual Pending Order class library (VirtPndOrds.mqh) by means of a scalping program.  The implementation of simulated Buy Stop and Sell Stop orders enables pending orders to be executed when the price and/or an indicator value exceeds specified thresholds.   In addition, the threshold testing of the Buy/Sell Stop … Read more