제품을 구매하거나 렌트한 사용자만 코멘트를 남길 수 있습니다
Young Ho Seo  

Please note that Order Risk Panel Pro is Utility Panel and not an Expert Advisor.

Here is input description for Order Risk Panel Pro. 

However you can just use our Order Risk Panel with default setting since you have access to all the feature from Graphical User Interface.



extern string   RiskControl_Setting                 ="Risk Control Setting";            // Risk Control Setting ===========================
extern double   TakeProfitInPip                     = 20;                               // Take Profit in Pips for order sending from panel    
extern double   StopLossInPip                       = 15;                               // Stop Loss in Pips   for order sending from panel
extern double   RiskPerBalance                      = 0.01;                             // Risk Per Balance (i.e. 0.01 = 1%)
extern double   LotMultiplier                       = 1.6;                              // Lot Multiplier for Martingale (as in Sideways Market Analyser)
extern double   MaxSuccessiveTrade                  = 4;                                // Maximum Successive Trade for Martingale (as in Sideways Market Analyser)
extern bool     UseBalance                          = false;                            // Use Balance (true) or Equity (false) for Risk Calculation
extern color    TakeProfitLineColor                 = clrGreen;                         // Take Profit Line Colour
extern int      TakeProfitLineWidth                 = 2;                                // Take Profit Line Width
extern color    StopLossLineColor                   = clrRed;                           // Stop Loss Line Colour
extern int      StopLossLineWidth                   = 2;                                // Stop Loss Line Width
extern color    OpenPriceLineColor                  = clrBlue;                          // Open Price Line Colour
extern int      OpenPriceLineWidth                  = 1;                                // Open Price Line Width
extern int      OpenPriceLineStyle                  = STYLE_DASH;                       // Open Price Line Style
extern color    BuyTextColor                        = clrChocolate;                     // Buy Text Colour
extern color    SellTextColor                       = clrDeepPink;                      // Sell Text Colour
extern int      LineLengthInBar                     = 10;                               // Length of Line for Open Price, Take Profit, Stop Loss
extern bool     UseWhiteChart                       = true;                             // Use white background for chart
extern int      MagicNumber                         = 173412;                           // Order Magic Number: Set any integer




extern string   Straddle_Setting                    ="Straddle Setting";                // Straddle Setting ===========================
extern double   StraddleSpreadInPip                 = 15;                               // Straddle Spread in pips (distance between buy and sell)
extern int      StraddleCenterWidth                 = 1;                                // Straddle Centre Line Width
extern color    StraddleCenterColor                 = clrChocolate;                     // Straddle Centre Line Colour



input string    SmartTrailStop_Setting              = "Smart Trail Stop Setting";       // Smart Trail Stop ===================================================
input bool      UseSmartTrailStop                   = false;                             // Smart Trail Stop: Switch off for optimization by setting to false
input double    TrailStopLossDistance               = 1;                                // Trail Stop Loss Distance: from 1 to 15
input double    TrailStep                           = 1;                                // Trail Step: from 1 to 15
input double    StealthBufferPips                   = 50;                               // Stealth Buffer in pip: 20 to 100 or more




input  string   Graphic_Setting                     ="Graphic Setting for Order Panel"; // Graphic Setting for Order Panel ===========================
input int       TP_SL_Step                          = 1;                                // Take profit and Stop Loss incremental Step (+/-)
input int       Straddle_Step                       = 1;                                // Straddle incremental step (+/-)
input int       OrderExpiry_Step                    = 1;                                // Pending Order Expiry Step (+/-)
input string    Fonts                               = "Arial";                          // Label Font Type (default  = Arial)
input int       ButtonFontSize                      = 8;                                // Button Font Size
input int       Offset_X                            = 600;                              // X axis offset for Order Panel in chart
input int       Offset_Y                            = 25;                               // Y axis offset for Order Panel in chart
input color     ButtonColor                         = clrPlum;                          // Button Colour
input color     TextColor1                          = clrChocolate;                     // Text Colour 1
input color     TextColor2                          = clrBlack;                         // Text Colour 2
input color     BGColor                             = clrWhiteSmoke;                    // Background Colour
input int       TextSize                            = 9;                                // Text Size






extern string   StatsDisplaySetting         = "Stats Display Setting";                    // Stats Display Setting ===========================
extern bool     EnableStatsDisplay          = true;                                       // Enable Stats Display (true or false only)
extern double   AnnualRiskFreeRate          = 0.02;                                       // Annual Risk Free Rate: 0.02 = 2%
extern double   ConfidenceLevelforVaR       = 0.05;                                       // Confidence Level for Value at Risk: 0.05 = 5%
extern int      panel_X                     = 20;                                         // Stats Panel X coordinate
extern int      panel_Y                     = 20;                                         // Stats Panel Y coordinate
extern int      panelWidth                  = 550;                                        // Stats Panel Width
extern int      panelHeight                 = 620;                                        // Stats Panel Height
extern bool     PutPanelOnTop               = true;                                       // Put Panel on top of other objects
extern string   StatsStartingDate           = "2016.01.01 00:00";                         // Stats Starting Date in YYYY.MM.DD HH:MM
extern  int     OrderMagicNumberToCheck     = 0;                                          // Order Magic Number for trade stats: Set 0 to disable


extern string Prob_Setting                  = "Probability Setting"; // Probability Setting ==========
extern int    Prob_STDEV_Period             = 100;                   //  Standard Deviation Period
extern int    Prob_ProjectionHorizon        = 20;                    //  Projection Horizon
extern color  Prob_LineColor                = clrDarkGoldenrod;      //  Line colour for level
extern int    Prob_LineWidth                = 1;                     //  Line Width for level
extern int    Prob_PriceLableWidth          = 1;                     //  Price Label Size
extern int    Prob_TextFontSize             = 8;                     //  Text Font Size 
extern color  Prob_TextColor                = clrDarkGoldenrod;      //  Text colour
extern color  Prob_MiddleLineColor          = clrBlue;               //  Open Price Line colour
extern bool   Prob_UseLine1                 = true;                  //  Use Probability Line 1
extern bool   Prob_UseLine2                 = true;                  //  Use Probability Line 2
extern bool   Prob_UseLine3                 = true;                  //  Use Probability Line 3
extern bool   Prob_UseLine4                 = true;                  //  Use Probability Line 4
extern bool   Prob_UseLine5                 = true;                  //  Use Probability Line 5
extern bool   Prob_UseLine6                 = true;                  //  Use Probability Line 6
Young Ho Seo  

Order Risk Panel Pro Version 3.8 Supplementary Information


Many of inputs are the identical from previous version. However, I put the simple input description for version 3.8 onwards here.

Most of time, you can use Order Risk Panel Pro without manuplating these inputs. Just control everything from your chart.

Simple and easy.

 

Risk Control Setting

Take Profit in Pips for order sending from panel: Take profit in pips. You can control from chart.

Stop Loss in Pips   for order sending from panel: Take profit in pips. You can control from chart.

Risk Per Balance (i.e. 0.01 = 1%): your starting risk per balance. You can control from chart.

Straddle Spread in pips (distance between buy and sell): Straddle spread is the distance between your buy stop and sell stop order.

 

Stats Display Setting

Enable Stats Display (true or false only): if you want to use Trade Stats Panel please set this to true first before you use it.

Annual Risk Free Rate: 0.02 = 2% (This is most of time, the interest rate for saving account in your country)

 

Harmonic Volatility Line Indicator

Probability Line 1: Probability of Line 1 (Use default values only)

Use Line 1: Switch on and off Line 1 of Harmonic Volatility Line indicator

 

Probability Line 9: Probability of Line 9 (Use default values only)

Use Line 9: Switch on and off Line 9 of Harmonic Volatility Line indicator

 

You can read how to use Harmonic Volatility Line indicator in this free eBook:

http://algotrading-investment.com/2017/05/12/harmonic-volatility-indicator/

skynet881  

do you have a demo video to see. very complicated cannot visualize how useful is it.. thanks

제품을 구매하거나 렌트한 사용자만 코멘트를 남길 수 있습니다