Join our fan page

Error_Break_Script_V2 - This script is a general example of using error brake in any strategy - Break on Code Error Sample Strategy - script for MetaTrader 4
- Views:
- 2042
- Rating:
- Published:
- 2024.03.24 08:20
- Updated:
- 2024.04.06 20:01
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Error_Break_Script_V2 revised
Version 1 - Error_Break_Script_V1 Deleted
Fixed implementation in Version2:
//+------------------------------------------------------------------+
//| Break_On_Error |
//+------------------------------------------------------------------+
int Break_On_Error(){
int error_code = GetLastError();
string error_string = ErrorDescription(error_code);
Print("Error : ", error_string," ",error_code);
return error_code;
}
//+------------------------------------------------------------------+
Tested successfully:

simple trail stop loss code example.

This is an indicator to calculate 14 types of moving averages based on close price.

Hedge Dollar index USIDX against its constitutive FOREX pairs EURUSD GBPUSD USDJPY USDCAD USDSEK USDCHF

Close_on_PROFIT_or_LOSS_inAccont_Currency