ScrDecBinHex





//+------------------------------------------------------------------+
//|                                                 ScrDecBinHex.mq4 |
//|                                                             Itso |
//|                                                      itso@dir.bg |
//+------------------------------------------------------------------+
#property copyright "Itso"
#property link      "itso@dir.bg"
//----
#include <DecBinHex.mqh>
//+------------------------------------------------------------------+
//| script program start function                                    |
//+------------------------------------------------------------------+
int start()
  {
   Print("DecToBin(13)=", DecToBin(13));
   Print("BinToDec(\"01101\")=", BinToDec("01101"));
   Print("DecToHex(127)=", DecToHex(127));
 
   Print("HexToDec(\"1f\")=", HexToDec("1f"));
   Print("HexToDec(\"1F\")=", HexToDec("1F"));
//----
   return(0);
  }
//+------------------------------------------------------------------+



Sample





Analysis



Market Information Used:



Indicator Curves created:


Indicators Used:



Custom Indicators Used:

Order Management characteristics:

Other Features: