fxsaber
fxsaber
OnTradeTransaction - распечатка события.
fxsaber
fxsaber
주제에 코멘트하기 MetaEditor build 1490
#include <MT4Orders.mqh> // https://www.mql5.com/ru/code/16006 bool FirstRun = true ; void OnTick () { if (FirstRun) { const double Price = SymbolInfoDouble ( _Symbol , SYMBOL_ASK );
Триггер SL/TP.
fxsaber
fxsaber
주제에 코멘트하기 MetaEditor build 1490
Рабочий вариант для реала (не для тестера) void OnTradeTransaction ( const MqlTradeTransaction &Trans, const MqlTradeRequest &Request, const MqlTradeResult &Result ) { if ((Trans.type ==
fxsaber
게재된 코드 ZoomPrice tick indicator
The indicator shows the price chart of any scaling level.
fxsaber
게재된 코드 Ticks indicator
It shows the tick price history (Bid/Ask) within all visible bars.
fxsaber
게재된 코드 TypeToBytes
Byte-wise operation with structures and standard data types.
fxsaber
게재된 코드 TypeToBytes
Byte-wise operation with structures and standard data types.
fxsaber
게재된 코드 가격 비교
이중 가치의 '가격'을 우아하고 멋지게 비교합니다.
fxsaber
게재된 코드 Price_Compare
Elegant and nimble comparison of 'double' values of the "price".
fxsaber
게재된 코드 SlipPage
Calculation of slippages of the performed deals in account currency.
fxsaber
게재된 코드 MT4Orders
Parallel use of the MetaTrader 4 and MetaTrader 5 order systems.
fxsaber
MQL5.커뮤니티에 등록됨