Files
mymt5opp/reports/optuna_dashboard_gold_scalper_pro_is2025.html
T
gavindiaz e99c14e907 warmup 修复后重跑 Optuna study + 重生所有产物
- 重跑 500 trials Optuna study (warmup 修复版)
- 新 finalist 集合: #1 trial #491 / #2 trial #297 / #3 trial #492
- finalist #1 IS net $263k (vs 旧 $29k, warmup 修复后搜索空间扩大)
- 重生 finalists JSON / features parquet / dashboard HTML
- 三个独立 registry 条目 (f1_t491 / f2_t297 / f3_t492)
- registry 文件名含 finalist index + trial number 避免覆盖
- registry 状态: "已记录 (无 MT5 验证)" - 待 Phase 7 MT5 验证
- 删除旧 registry 条目 (trial #324 已被新 study 取代)
2026-06-27 00:49:47 +08:00

100 lines
2.3 MiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<title>Optuna Dashboard — gold_scalper_pro_is2025</title>
<!-- plotly.js loaded via CDN, SYNCHRONOUSLY in <head> (no async/defer).
Browser blocks parsing until this <script> finishes, so by the time
the body's chart <script>Plotly.newPlot(...)</script> tags execute,
window.Plotly is defined. -->
<script src="https://cdn.plot.ly/plotly-3.6.0.min.js"></script>
<style>
:root {
--bg:#f5f5f7; --fg:#222; --card:#fff; --border:#ddd;
--accent:#2563eb; --muted:#666;
}
* { box-sizing: border-box; }
body {
margin: 0; padding: 2rem; background: var(--bg); color: var(--fg);
font-family: "Microsoft YaHei", "Segoe UI", Arial, sans-serif; line-height: 1.6;
}
header { margin-bottom: 2rem; border-bottom: 2px solid var(--accent); padding-bottom: 1rem; }
h1 { margin: 0 0 .25rem; font-size: 1.75rem; }
h2 { margin: 0 0 .75rem; font-size: 1.25rem; color: var(--accent); }
.meta { display: flex; gap: 1.5rem; flex-wrap: wrap; color: var(--muted); font-size: .9rem; }
.meta b { color: var(--fg); }
.grid { display: flex; flex-direction: column; gap: 2rem; }
.chart {
background: var(--card); border: 1px solid var(--border); border-radius: 8px;
padding: 1.5rem; box-shadow: 0 1px 3px rgba(0,0,0,.04);
overflow-x: auto;
}
.chart-error { color: #b00; padding: 1rem; background: #fff0f0; border-radius: 6px; }
.section-title {
margin: 3rem 0 0.5rem; padding-top: 1.5rem; border-top: 2px dashed var(--accent);
font-size: 1.4rem; color: var(--accent);
}
.section-desc { margin: 0 0 1.5rem; color: var(--muted); font-size: .9rem; }
footer { margin-top: 3rem; padding-top: 1rem; border-top: 1px solid var(--border);
color: var(--muted); font-size: .85rem; }
</style>
</head>
<body>
<header>
<h1>Optuna 优化仪表盘</h1>
<div class="meta">
<span>研究名称:<b>gold_scalper_pro_is2025</b></span>
<span>试验总数:<b>500</b></span>
<span>完成:<b>500</b></span>
<span>剪枝:<b>0</b></span>
<span>失败:<b>0</b></span>
<span>最佳:<b>trial #491, score=186075.4000</b></span>
</div>
</header>
<main class="grid">
<section class="chart"><h2>优化历史</h2><div style="height:520px; width:1100px;"> <div id="chart-plot_optimization_history" class="plotly-graph-div" style="height:100%; width:100%;"></div> <script> window.PLOTLYENV=window.PLOTLYENV || {}; if (document.getElementById("chart-plot_optimization_history")) { Plotly.newPlot( "chart-plot_optimization_history", [{"mode":"markers","name":"Objective Value","x":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499],"y":[-999772.99364,120.66211999998848,-999894.24364,-996305.5361800002,-999554.45256,-1000089.7,-999961.28,-2000248.34,-999900.51172,-1999158.24,-2000022.6,-999558.3398,-998972.8517199999,-1000295.4196,-1000041.37636,-1000048.41,-1999996.24,-991035.5641399997,-999436.3909,-2000024.65,-999729.09876,-2000874.72456,-998734.21154,-999698.6964799999,-994324.0484199999,-1998179.9629000002,-1997594.1113000005,-997988.68772,-999972.42576,-1999576.24192,-1000105.72644,-2000051.5431,-2000934.31648,-2000685.913,-999550.5288,-998508.39,-1999728.1076,-999957.58,-998932.3328399999,-1999914.2200000002,-998637.4424,-998778.8672,-997962.3037599999,-2000187.3154799999,-997650.8213199999,-998805.0593999999,-1000189.8041599999,1495.5280799999778,-999326.55664,-999467.94274,-2000045.54,360.05404000001175,245.54211999999222,-999842.60788,109.06807999999901,64.53403999999405,-1000000.65596,-999937.79596,-2000011.9,-999981.29596,-1000002.32,444.2461600000009,-999881.92,-999968.33596,-999172.79576,-999857.36172,-999959.6578800001,221.5040400000102,786.496159999989,-999286.84576,-999685.87416,763.6361600000075,953.4165200000093,979.9407600000084,-998595.16766,1221.8767600000142,-997786.94504,-997207.0707800001,-999440.80698,-1000011.6799999999,-999050.31,-999804.61788,651.7240400000255,863.5380800000083,-999649.60768,-999219.14712,736.354040000007,1214.8800000000979,-997290.5800000001,-996503.3343999998,-997829.5796,2060.664959999975,4474.108059999959,3810.77627999991,-997678.3581800001,5462.288019999857,-996708.8433000001,-996939.0805800001,1428.262520000003,-998988.84344,3051.954620000012,4025.7082000000546,-995257.2328199998,-999269.2572799999,-993551.5135800001,2535.104200000029,-997107.9996799999,-999302.46636,-999440.47112,-998000.53556,-999220.30496,8977.090659999933,6591.239200000074,6312.940379999856,-994146.83702,4544.199720000042,-995169.1599200001,8243.505999999841,9798.099919999984,-987165.9990600003,9073.770619999965,9687.737479999963,6103.548560000041,7688.22447999997,-996013.25708,-992859.5243599998,-994980.63506,1866.8567400000038,-991101.3715200002,-996386.5503799999,5511.553920000145,6449.1191800002525,6177.401020000168,5124.449300000169,5075.939300000187,7939.5333800001345,-995733.4409199998,-995207.6809200001,-996262.86842,-994346.9171999998,-996647.02012,5140.43930000016,-998064.1443599999,3164.564680000096,-994463.8610199998,11910.18978000021,-996784.31216,-992547.4903599998,-998485.6600000003,-994698.4584199999,-999177.60536,8101.07890000027,-995568.25416,-997251.87102,-991846.7616600002,1281.456360000026,784.7499999999454,-995430.5769399999,-996146.8150399999,-995765.0461399999,-996771.0501199999,5981.250480000143,5616.017380000034,8332.524299999988,-999247.42634,8356.085799999913,2981.4740000000443,-996164.0568600001,8313.936780000064,13607.423999999737,-991548.63618,13693.588020000247,13491.088020000188,18638.696079999987,18432.201100000282,14770.817979999261,-989472.3957600005,-989546.3174400004,10720.230280000023,8701.344120000258,13374.547520000104,8901.539220000086,18501.74850000046,13574.369300000191,17449.33706000096,11222.07312000004,15462.26673999952,-988180.9771400001,-989761.2452000002,11222.07312000004,13260.25791999994,-991801.3619200003,11996.065739999709,-989209.2094600005,-994533.5639599999,24932.331079999898,24932.331079999898,19986.753639999755,17320.199139999124,23396.827619998432,17547.686679999126,16172.2548399992,17265.60907999953,17265.60907999953,14066.280739999233,14918.471139999252,15128.756419999072,13963.59237999911,26453.604359998353,26038.72621999852,26038.72621999852,26038.72621999852,25094.19587999843,21417.425959998596,21417.425959998596,20854.090199998504,20578.790199998493,21218.568339998415,21218.568339998415,21218.568339998415,16497.601999998573,21520.367999998576,22808.46279999812,32627.72227999797,32627.72227999797,-988589.1495200008,26371.872519998095,24130.15847999824,24130.15847999824,27391.961559998093,24130.15847999824,24130.15847999824,23295.190599998747,25038.00237999858,-984654.6660000011,23374.57359999834,25812.177839998432,22943.027839998646,22943.027839998646,22943.027839998646,22201.267839998687,22201.267839998687,26144.850759998746,-978784.6617600016,16348.25259999864,-972706.8717800028,-982567.8286000015,16547.077359998962,-987679.5108800017,-984075.4225600014,-973828.7344000015,-988660.1210400007,23643.887639998517,-980121.2740800016,-983396.1200400011,17065.48983999902,37624.13903999691,34694.95883999797,41137.099639997774,48215.05823999618,53276.437359997515,43573.079199997876,19102.200779999137,51474.10139999761,30770.414719998633,34034.426219998415,34211.0555799987,34034.426219998415,34034.426219998415,34034.426219998415,34211.0555799987,34211.0555799987,37004.7145799985,37004.7145799985,37004.7145799985,37004.7145799985,17307.37903999914,35515.46499999828,35702.75061999829,35702.75061999829,35702.75061999829,47087.16001999752,47087.16001999752,24860.45777999874,53462.731019997205,53462.731019997205,35629.12061999849,33338.59677999853,54062.29215999761,34731.86841999884,29586.232199998645,30618.45525999887,56623.50671999702,28741.22823999854,56721.50595999797,54950.43691999758,28103.525119998874,68772.15725999736,40897.57839999809,29836.169459998688,70222.87073999735,59307.101099998064,29803.602939998986,37995.60440000078,25092.625320000603,29273.991239999566,46451.968159998345,23656.28151999946,35728.00813999874,59056.0534399989,58148.52021999891,48415.335639998855,49406.48707999885,47199.29989999859,42149.92569999851,48391.81288000059,42149.92569999851,32164.158639999056,47199.29989999859,47199.29989999859,47199.29989999859,47199.29989999859,38475.565919999055,47199.29989999859,32103.55843999908,47690.63359999859,47690.63359999859,47690.63359999859,32999.151999999034,47690.63359999859,52018.75308000069,30975.665239999977,50805.54712000068,45313.66887999927,48754.165000000576,50744.832880000526,59950.94172000034,52044.53940000033,28821.001079999758,63911.45160000029,51306.50728000032,61450.29999999992,59369.02999999963,43985.22999999973,53346.589999999924,27692.520000000306,8021.286700000114,56705.89000000034,66935.46000000117,66935.46000000117,66935.46000000117,31970.520000000382,47798.96756000093,59487.170000001126,41107.06000000045,51138.550000001116,26700.067360000965,53892.160000000484,59920.74000000116,56734.71000000145,28269.2371600008,56247.08000000151,22110.720000000543,42727.01736000136,58660.630000001605,54156.12000000121,54756.950000001234,54156.12000000121,44537.63140000116,48641.93000000086,47084.830000000926,43204.277360001586,34125.63000000067,65139.77000000154,68479.60000000102,40387.62948000065,62908.36000000119,58539.190000001676,65174.32000000146,29873.903520000702,59068.39000000144,50967.030000001425,59068.39000000144,42864.790000001034,-997534.9510799998,48073.50000000084,-999622.37,58539.190000001676,38000.230000000745,55286.52000000159,49367.38000000097,-999853.9299999999,37324.34332000107,-997388.8988399999,44248.88724000058,39967.40000000065,26839.33999999968,5530.409180000061,34331.64000000093,38020.20000000073,20593.71000000048,26825.645439999702,-998834.6,3203.8062000000946,47687.4047200003,24898.79524000022,32369.480000000796,71432.83000000138,64140.83076000022,35666.856120000804,34173.73000000068,56949.526320000536,53899.50564000105,82457.1942800007,-996866.0615199999,49677.632920000935,97737.0435600008,-1998867.48334,82937.02000000325,55668.300000002244,104494.67000000273,68492.8800000023,65717.11000000229,19004.3600000001,61772.30412000258,-1998954.54722,58258.88008000269,59692.74220000213,-972719.758399999,73877.71000000286,-1999584.70264,55807.97028000252,78334.40000000334,67615.20776000402,66486.57180000385,6597.940000000224,-944072.3024399962,-956838.534439998,29481.877360000795,78741.42000000377,-964908.0430399973,66594.85180000358,-966244.1053199997,-944072.3024399962,-969775.0604199994,59008.72776000141,81498.48564000156,-960167.8211999993,83131.61000000148,-955256.3875800001,-965837.2430399999,49873.11000000007,58671.690000000744,73316.54968000071,-990021.96688,35444.61564000025,-961067.86436,43715.59140000105,-921436.342239996,82422.63000000146,53425.35352000059,-956386.5393999998,46360.469999999994,10572.710000000181,81382.39000000051,-969507.8600000003,49394.889480000886,66049.15660000186,-958958.6519600004,60798.86064000208,-964836.280219999,-981407.6699999998,65449.17584000126,-972602.0756000004,78334.40000000334,-956492.1862799977,85671.4269600015,93087.36504000462,12272.800000000048,52497.5382400016,83814.61504000124,63200.88696000114,5026.2768000000515,21971.099999999948,91919.74696000176,53291.47291999973,38354.41999999929,75305.65696000164,9583.11999999993,63591.1848399993,95812.25696000225,186075.40000000165,129574.89606000154,129574.89606000154,132794.58854000163,91790.32928000047,42974.67999999944,85082.85746000038,88773.27680000043,11776.848559999895],"type":"scatter"},{"mode":"lines","name":"Best Value","x":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499],"y":[-999772.99364,120.66211999998848,120.66211999998848,120.66211999998848,120.66211999998848,120.66211999998848,120.66211999998848,120.66211999998848,120.66211999998848,120.66211999998848,120.66211999998848,120.66211999998848,120.66211999998848,120.66211999998848,120.66211999998848,120.66211999998848,120.66211999998848,120.66211999998848,120.66211999998848,120.66211999998848,120.66211999998848,120.66211999998848,120.66211999998848,120.66211999998848,120.66211999998848,120.66211999998848,120.66211999998848,120.66211999998848,120.66211999998848,120.66211999998848,120.66211999998848,120.66211999998848,120.66211999998848,120.66211999998848,120.66211999998848,120.66211999998848,120.66211999998848,120.66211999998848,120.66211999998848,120.66211999998848,120.66211999998848,120.66211999998848,120.66211999998848,120.66211999998848,120.66211999998848,120.66211999998848,120.66211999998848,1495.5280799999778,1495.5280799999778,1495.5280799999778,1495.5280799999778,1495.5280799999778,1495.5280799999778,1495.5280799999778,1495.5280799999778,1495.5280799999778,1495.5280799999778,1495.5280799999778,1495.5280799999778,1495.5280799999778,1495.5280799999778,1495.5280799999778,1495.5280799999778,1495.5280799999778,1495.5280799999778,1495.5280799999778,1495.5280799999778,1495.5280799999778,1495.5280799999778,1495.5280799999778,1495.5280799999778,1495.5280799999778,1495.5280799999778,1495.5280799999778,1495.5280799999778,1495.5280799999778,1495.5280799999778,1495.5280799999778,1495.5280799999778,1495.5280799999778,1495.5280799999778,1495.5280799999778,1495.5280799999778,1495.5280799999778,1495.5280799999778,1495.5280799999778,1495.5280799999778,1495.5280799999778,1495.5280799999778,1495.5280799999778,1495.5280799999778,2060.664959999975,4474.108059999959,4474.108059999959,4474.108059999959,5462.288019999857,5462.288019999857,5462.288019999857,5462.288019999857,5462.288019999857,5462.288019999857,5462.288019999857,5462.288019999857,5462.288019999857,5462.288019999857,5462.288019999857,5462.288019999857,5462.288019999857,5462.288019999857,5462.288019999857,5462.288019999857,8977.090659999933,8977.090659999933,8977.090659999933,8977.090659999933,8977.090659999933,8977.090659999933,8977.090659999933,9798.099919999984,9798.099919999984,9798.099919999984,9798.099919999984,9798.099919999984,9798.099919999984,9798.099919999984,9798.099919999984,9798.099919999984,9798.099919999984,9798.099919999984,9798.099919999984,9798.099919999984,9798.099919999984,9798.099919999984,9798.099919999984,9798.099919999984,9798.099919999984,9798.099919999984,9798.099919999984,9798.099919999984,9798.099919999984,9798.099919999984,9798.099919999984,9798.099919999984,9798.099919999984,9798.099919999984,11910.18978000021,11910.18978000021,11910.18978000021,11910.18978000021,11910.18978000021,11910.18978000021,11910.18978000021,11910.18978000021,11910.18978000021,11910.18978000021,11910.18978000021,11910.18978000021,11910.18978000021,11910.18978000021,11910.18978000021,11910.18978000021,11910.18978000021,11910.18978000021,11910.18978000021,11910.18978000021,11910.18978000021,11910.18978000021,11910.18978000021,11910.18978000021,13607.423999999737,13607.423999999737,13693.588020000247,13693.588020000247,18638.696079999987,18638.696079999987,18638.696079999987,18638.696079999987,18638.696079999987,18638.696079999987,18638.696079999987,18638.696079999987,18638.696079999987,18638.696079999987,18638.696079999987,18638.696079999987,18638.696079999987,18638.696079999987,18638.696079999987,18638.696079999987,18638.696079999987,18638.696079999987,18638.696079999987,18638.696079999987,18638.696079999987,18638.696079999987,24932.331079999898,24932.331079999898,24932.331079999898,24932.331079999898,24932.331079999898,24932.331079999898,24932.331079999898,24932.331079999898,24932.331079999898,24932.331079999898,24932.331079999898,24932.331079999898,24932.331079999898,26453.604359998353,26453.604359998353,26453.604359998353,26453.604359998353,26453.604359998353,26453.604359998353,26453.604359998353,26453.604359998353,26453.604359998353,26453.604359998353,26453.604359998353,26453.604359998353,26453.604359998353,26453.604359998353,26453.604359998353,32627.72227999797,32627.72227999797,32627.72227999797,32627.72227999797,32627.72227999797,32627.72227999797,32627.72227999797,32627.72227999797,32627.72227999797,32627.72227999797,32627.72227999797,32627.72227999797,32627.72227999797,32627.72227999797,32627.72227999797,32627.72227999797,32627.72227999797,32627.72227999797,32627.72227999797,32627.72227999797,32627.72227999797,32627.72227999797,32627.72227999797,32627.72227999797,32627.72227999797,32627.72227999797,32627.72227999797,32627.72227999797,32627.72227999797,32627.72227999797,32627.72227999797,32627.72227999797,32627.72227999797,37624.13903999691,37624.13903999691,41137.099639997774,48215.05823999618,53276.437359997515,53276.437359997515,53276.437359997515,53276.437359997515,53276.437359997515,53276.437359997515,53276.437359997515,53276.437359997515,53276.437359997515,53276.437359997515,53276.437359997515,53276.437359997515,53276.437359997515,53276.437359997515,53276.437359997515,53276.437359997515,53276.437359997515,53276.437359997515,53276.437359997515,53276.437359997515,53276.437359997515,53276.437359997515,53276.437359997515,53276.437359997515,53462.731019997205,53462.731019997205,53462.731019997205,53462.731019997205,54062.29215999761,54062.29215999761,54062.29215999761,54062.29215999761,56623.50671999702,56623.50671999702,56721.50595999797,56721.50595999797,56721.50595999797,68772.15725999736,68772.15725999736,68772.15725999736,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,70222.87073999735,71432.83000000138,71432.83000000138,71432.83000000138,71432.83000000138,71432.83000000138,71432.83000000138,82457.1942800007,82457.1942800007,82457.1942800007,97737.0435600008,97737.0435600008,97737.0435600008,97737.0435600008,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,104494.67000000273,186075.40000000165,186075.40000000165,186075.40000000165,186075.40000000165,186075.40000000165,186075.40000000165,186075.40000000165,186075.40000000165,186075.40000000165],"type":"scatter"},{"marker":{"color":"#cccccc"},"mode":"markers","name":"Infeasible Trial","showlegend":false,"x":[],"y":[],"type":"scatter"}], {"title":{"text":"优化历史"},"xaxis":{"title":{"text":"试验序号 Trial"}},"yaxis":{"title":{"text":"目标值 Objective (score)"}},"template":{"data":{"barpolar":[{"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"type":"carpet"}],"choropleth":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"choropleth"}],"contourcarpet":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"contourcarpet"}],"contour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"contour"}],"heatmap":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmap"}],"histogram2dcontour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2dcontour"}],"histogram2d":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2d"}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"mesh3d":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"mesh3d"}],"parcoords":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"parcoords"}],"pie":[{"automargin":true,"type":"pie"}],"scatter3d":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatter3d"}],"scattercarpet":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattercarpet"}],"scattergeo":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergeo"}],"scattergl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergl"}],"scattermapbox":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermapbox"}],"scattermap":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermap"}],"scatterpolargl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolargl"}],"scatterpolar":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolar"}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"scatterternary":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterternary"}],"surface":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"surface"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}]},"layout":{"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"autotypenumbers":"strict","coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]],"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]},"colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"geo":{"bgcolor":"white","lakecolor":"white","landcolor":"white","showlakes":true,"showland":true,"subunitcolor":"#C8D4E3"},"hoverlabel":{"align":"left"},"hovermode":"closest","mapbox":{"style":"light"},"paper_bgcolor":"white","plot_bgcolor":"white","polar":{"angularaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""},"bgcolor":"white","radialaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""}},"scene":{"xaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"yaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"zaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"ternary":{"aaxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"baxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"bgcolor":"white","caxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""}},"title":{"x":0.05},"xaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2},"yaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2}}},"font":{"family":"Microsoft YaHei, Arial, sans-serif","size":12,"color":"#222"},"height":520,"width":1100}, {"responsive": true} ) }; </script> </div></section>
<section class="chart"><h2>参数重要性 (fANOVA)</h2><div style="height:520px; width:1100px;"> <div id="chart-plot_param_importances" class="plotly-graph-div" style="height:100%; width:100%;"></div> <script> window.PLOTLYENV=window.PLOTLYENV || {}; if (document.getElementById("chart-plot_param_importances")) { Plotly.newPlot( "chart-plot_param_importances", [{"cliponaxis":false,"hovertemplate":["InpBreakEvenLock (IntDistribution): 0.005533028673104692\u003cextra\u003e\u003c\u002fextra\u003e","InpRsiSellLevel (FloatDistribution): 0.015008652332755973\u003cextra\u003e\u003c\u002fextra\u003e","InpMinSecondsBetween (IntDistribution): 0.017944361831003036\u003cextra\u003e\u003c\u002fextra\u003e","InpTrailStepPoints (FloatDistribution): 0.020370488669750775\u003cextra\u003e\u003c\u002fextra\u003e","InpAtrSLMult (FloatDistribution): 0.024055523488257912\u003cextra\u003e\u003c\u002fextra\u003e","InpDailyLossLimit (FloatDistribution): 0.024724902335835703\u003cextra\u003e\u003c\u002fextra\u003e","InpMaxTradesPerDay (IntDistribution): 0.026463585074105254\u003cextra\u003e\u003c\u002fextra\u003e","InpSlowEmaPeriod (IntDistribution): 0.027388737974657785\u003cextra\u003e\u003c\u002fextra\u003e","InpRiskPercent (FloatDistribution): 0.04022243378867654\u003cextra\u003e\u003c\u002fextra\u003e","InpPullbackAtrMult (FloatDistribution): 0.04122511220111416\u003cextra\u003e\u003c\u002fextra\u003e","InpRsiPeriod (IntDistribution): 0.04136766623983688\u003cextra\u003e\u003c\u002fextra\u003e","InpMaxSpreadAtrPct (FloatDistribution): 0.04461667175039259\u003cextra\u003e\u003c\u002fextra\u003e","InpRsiBuyLevel (FloatDistribution): 0.05109562788741584\u003cextra\u003e\u003c\u002fextra\u003e","InpTrailStartPoints (FloatDistribution): 0.05680125540607264\u003cextra\u003e\u003c\u002fextra\u003e","InpAtrPeriod (IntDistribution): 0.05977737779940963\u003cextra\u003e\u003c\u002fextra\u003e","InpFastEmaPeriod (IntDistribution): 0.0764167129357365\u003cextra\u003e\u003c\u002fextra\u003e","InpAtrTPMult (FloatDistribution): 0.13738248251650878\u003cextra\u003e\u003c\u002fextra\u003e","InpBreakEvenPoints (FloatDistribution): 0.2896053790953653\u003cextra\u003e\u003c\u002fextra\u003e"],"name":"Objective Value","orientation":"h","text":["\u003c0.01","0.02","0.02","0.02","0.02","0.02","0.03","0.03","0.04","0.04","0.04","0.04","0.05","0.06","0.06","0.08","0.14","0.29"],"textposition":"outside","x":[0.005533028673104692,0.015008652332755973,0.017944361831003036,0.020370488669750775,0.024055523488257912,0.024724902335835703,0.026463585074105254,0.027388737974657785,0.04022243378867654,0.04122511220111416,0.04136766623983688,0.04461667175039259,0.05109562788741584,0.05680125540607264,0.05977737779940963,0.0764167129357365,0.13738248251650878,0.2896053790953653],"y":["InpBreakEvenLock","InpRsiSellLevel","InpMinSecondsBetween","InpTrailStepPoints","InpAtrSLMult","InpDailyLossLimit","InpMaxTradesPerDay","InpSlowEmaPeriod","InpRiskPercent","InpPullbackAtrMult","InpRsiPeriod","InpMaxSpreadAtrPct","InpRsiBuyLevel","InpTrailStartPoints","InpAtrPeriod","InpFastEmaPeriod","InpAtrTPMult","InpBreakEvenPoints"],"type":"bar"}], {"title":{"text":"参数重要性 (fANOVA)"},"xaxis":{"title":{"text":"超参数 Hyperparameter"}},"yaxis":{"title":{"text":"重要性 Importance"}},"template":{"data":{"barpolar":[{"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"type":"carpet"}],"choropleth":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"choropleth"}],"contourcarpet":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"contourcarpet"}],"contour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"contour"}],"heatmap":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmap"}],"histogram2dcontour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2dcontour"}],"histogram2d":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2d"}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"mesh3d":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"mesh3d"}],"parcoords":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"parcoords"}],"pie":[{"automargin":true,"type":"pie"}],"scatter3d":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatter3d"}],"scattercarpet":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattercarpet"}],"scattergeo":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergeo"}],"scattergl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergl"}],"scattermapbox":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermapbox"}],"scattermap":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermap"}],"scatterpolargl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolargl"}],"scatterpolar":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolar"}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"scatterternary":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterternary"}],"surface":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"surface"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}]},"layout":{"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"autotypenumbers":"strict","coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]],"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]},"colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"geo":{"bgcolor":"white","lakecolor":"white","landcolor":"white","showlakes":true,"showland":true,"subunitcolor":"#C8D4E3"},"hoverlabel":{"align":"left"},"hovermode":"closest","mapbox":{"style":"light"},"paper_bgcolor":"white","plot_bgcolor":"white","polar":{"angularaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""},"bgcolor":"white","radialaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""}},"scene":{"xaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"yaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"zaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"ternary":{"aaxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"baxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"bgcolor":"white","caxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""}},"title":{"x":0.05},"xaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2},"yaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2}}},"font":{"family":"Microsoft YaHei, Arial, sans-serif","size":12,"color":"#222"},"height":520,"width":1100}, {"responsive": true} ) }; </script> </div></section>
<section class="chart"><h2>平行坐标图 — 参数 ↔ score</h2><div style="height:520px; width:1100px;"> <div id="chart-plot_parallel_coordinate" class="plotly-graph-div" style="height:100%; width:100%;"></div> <script> window.PLOTLYENV=window.PLOTLYENV || {}; if (document.getElementById("chart-plot_parallel_coordinate")) { Plotly.newPlot( "chart-plot_parallel_coordinate", [{"dimensions":[{"label":"Objective Value","range":[-2000934.31648,186075.40000000165],"values":[-999772.99364,120.66211999998848,-999894.24364,-996305.5361800002,-999554.45256,-1000089.7,-999961.28,-2000248.34,-999900.51172,-1999158.24,-2000022.6,-999558.3398,-998972.8517199999,-1000295.4196,-1000041.37636,-1000048.41,-1999996.24,-991035.5641399997,-999436.3909,-2000024.65,-999729.09876,-2000874.72456,-998734.21154,-999698.6964799999,-994324.0484199999,-1998179.9629000002,-1997594.1113000005,-997988.68772,-999972.42576,-1999576.24192,-1000105.72644,-2000051.5431,-2000934.31648,-2000685.913,-999550.5288,-998508.39,-1999728.1076,-999957.58,-998932.3328399999,-1999914.2200000002,-998637.4424,-998778.8672,-997962.3037599999,-2000187.3154799999,-997650.8213199999,-998805.0593999999,-1000189.8041599999,1495.5280799999778,-999326.55664,-999467.94274,-2000045.54,360.05404000001175,245.54211999999222,-999842.60788,109.06807999999901,64.53403999999405,-1000000.65596,-999937.79596,-2000011.9,-999981.29596,-1000002.32,444.2461600000009,-999881.92,-999968.33596,-999172.79576,-999857.36172,-999959.6578800001,221.5040400000102,786.496159999989,-999286.84576,-999685.87416,763.6361600000075,953.4165200000093,979.9407600000084,-998595.16766,1221.8767600000142,-997786.94504,-997207.0707800001,-999440.80698,-1000011.6799999999,-999050.31,-999804.61788,651.7240400000255,863.5380800000083,-999649.60768,-999219.14712,736.354040000007,1214.8800000000979,-997290.5800000001,-996503.3343999998,-997829.5796,2060.664959999975,4474.108059999959,3810.77627999991,-997678.3581800001,5462.288019999857,-996708.8433000001,-996939.0805800001,1428.262520000003,-998988.84344,3051.954620000012,4025.7082000000546,-995257.2328199998,-999269.2572799999,-993551.5135800001,2535.104200000029,-997107.9996799999,-999302.46636,-999440.47112,-998000.53556,-999220.30496,8977.090659999933,6591.239200000074,6312.940379999856,-994146.83702,4544.199720000042,-995169.1599200001,8243.505999999841,9798.099919999984,-987165.9990600003,9073.770619999965,9687.737479999963,6103.548560000041,7688.22447999997,-996013.25708,-992859.5243599998,-994980.63506,1866.8567400000038,-991101.3715200002,-996386.5503799999,5511.553920000145,6449.1191800002525,6177.401020000168,5124.449300000169,5075.939300000187,7939.5333800001345,-995733.4409199998,-995207.6809200001,-996262.86842,-994346.9171999998,-996647.02012,5140.43930000016,-998064.1443599999,3164.564680000096,-994463.8610199998,11910.18978000021,-996784.31216,-992547.4903599998,-998485.6600000003,-994698.4584199999,-999177.60536,8101.07890000027,-995568.25416,-997251.87102,-991846.7616600002,1281.456360000026,784.7499999999454,-995430.5769399999,-996146.8150399999,-995765.0461399999,-996771.0501199999,5981.250480000143,5616.017380000034,8332.524299999988,-999247.42634,8356.085799999913,2981.4740000000443,-996164.0568600001,8313.936780000064,13607.423999999737,-991548.63618,13693.588020000247,13491.088020000188,18638.696079999987,18432.201100000282,14770.817979999261,-989472.3957600005,-989546.3174400004,10720.230280000023,8701.344120000258,13374.547520000104,8901.539220000086,18501.74850000046,13574.369300000191,17449.33706000096,11222.07312000004,15462.26673999952,-988180.9771400001,-989761.2452000002,11222.07312000004,13260.25791999994,-991801.3619200003,11996.065739999709,-989209.2094600005,-994533.5639599999,24932.331079999898,24932.331079999898,19986.753639999755,17320.199139999124,23396.827619998432,17547.686679999126,16172.2548399992,17265.60907999953,17265.60907999953,14066.280739999233,14918.471139999252,15128.756419999072,13963.59237999911,26453.604359998353,26038.72621999852,26038.72621999852,26038.72621999852,25094.19587999843,21417.425959998596,21417.425959998596,20854.090199998504,20578.790199998493,21218.568339998415,21218.568339998415,21218.568339998415,16497.601999998573,21520.367999998576,22808.46279999812,32627.72227999797,32627.72227999797,-988589.1495200008,26371.872519998095,24130.15847999824,24130.15847999824,27391.961559998093,24130.15847999824,24130.15847999824,23295.190599998747,25038.00237999858,-984654.6660000011,23374.57359999834,25812.177839998432,22943.027839998646,22943.027839998646,22943.027839998646,22201.267839998687,22201.267839998687,26144.850759998746,-978784.6617600016,16348.25259999864,-972706.8717800028,-982567.8286000015,16547.077359998962,-987679.5108800017,-984075.4225600014,-973828.7344000015,-988660.1210400007,23643.887639998517,-980121.2740800016,-983396.1200400011,17065.48983999902,37624.13903999691,34694.95883999797,41137.099639997774,48215.05823999618,53276.437359997515,43573.079199997876,19102.200779999137,51474.10139999761,30770.414719998633,34034.426219998415,34211.0555799987,34034.426219998415,34034.426219998415,34034.426219998415,34211.0555799987,34211.0555799987,37004.7145799985,37004.7145799985,37004.7145799985,37004.7145799985,17307.37903999914,35515.46499999828,35702.75061999829,35702.75061999829,35702.75061999829,47087.16001999752,47087.16001999752,24860.45777999874,53462.731019997205,53462.731019997205,35629.12061999849,33338.59677999853,54062.29215999761,34731.86841999884,29586.232199998645,30618.45525999887,56623.50671999702,28741.22823999854,56721.50595999797,54950.43691999758,28103.525119998874,68772.15725999736,40897.57839999809,29836.169459998688,70222.87073999735,59307.101099998064,29803.602939998986,37995.60440000078,25092.625320000603,29273.991239999566,46451.968159998345,23656.28151999946,35728.00813999874,59056.0534399989,58148.52021999891,48415.335639998855,49406.48707999885,47199.29989999859,42149.92569999851,48391.81288000059,42149.92569999851,32164.158639999056,47199.29989999859,47199.29989999859,47199.29989999859,47199.29989999859,38475.565919999055,47199.29989999859,32103.55843999908,47690.63359999859,47690.63359999859,47690.63359999859,32999.151999999034,47690.63359999859,52018.75308000069,30975.665239999977,50805.54712000068,45313.66887999927,48754.165000000576,50744.832880000526,59950.94172000034,52044.53940000033,28821.001079999758,63911.45160000029,51306.50728000032,61450.29999999992,59369.02999999963,43985.22999999973,53346.589999999924,27692.520000000306,8021.286700000114,56705.89000000034,66935.46000000117,66935.46000000117,66935.46000000117,31970.520000000382,47798.96756000093,59487.170000001126,41107.06000000045,51138.550000001116,26700.067360000965,53892.160000000484,59920.74000000116,56734.71000000145,28269.2371600008,56247.08000000151,22110.720000000543,42727.01736000136,58660.630000001605,54156.12000000121,54756.950000001234,54156.12000000121,44537.63140000116,48641.93000000086,47084.830000000926,43204.277360001586,34125.63000000067,65139.77000000154,68479.60000000102,40387.62948000065,62908.36000000119,58539.190000001676,65174.32000000146,29873.903520000702,59068.39000000144,50967.030000001425,59068.39000000144,42864.790000001034,-997534.9510799998,48073.50000000084,-999622.37,58539.190000001676,38000.230000000745,55286.52000000159,49367.38000000097,-999853.9299999999,37324.34332000107,-997388.8988399999,44248.88724000058,39967.40000000065,26839.33999999968,5530.409180000061,34331.64000000093,38020.20000000073,20593.71000000048,26825.645439999702,-998834.6,3203.8062000000946,47687.4047200003,24898.79524000022,32369.480000000796,71432.83000000138,64140.83076000022,35666.856120000804,34173.73000000068,56949.526320000536,53899.50564000105,82457.1942800007,-996866.0615199999,49677.632920000935,97737.0435600008,-1998867.48334,82937.02000000325,55668.300000002244,104494.67000000273,68492.8800000023,65717.11000000229,19004.3600000001,61772.30412000258,-1998954.54722,58258.88008000269,59692.74220000213,-972719.758399999,73877.71000000286,-1999584.70264,55807.97028000252,78334.40000000334,67615.20776000402,66486.57180000385,6597.940000000224,-944072.3024399962,-956838.534439998,29481.877360000795,78741.42000000377,-964908.0430399973,66594.85180000358,-966244.1053199997,-944072.3024399962,-969775.0604199994,59008.72776000141,81498.48564000156,-960167.8211999993,83131.61000000148,-955256.3875800001,-965837.2430399999,49873.11000000007,58671.690000000744,73316.54968000071,-990021.96688,35444.61564000025,-961067.86436,43715.59140000105,-921436.342239996,82422.63000000146,53425.35352000059,-956386.5393999998,46360.469999999994,10572.710000000181,81382.39000000051,-969507.8600000003,49394.889480000886,66049.15660000186,-958958.6519600004,60798.86064000208,-964836.280219999,-981407.6699999998,65449.17584000126,-972602.0756000004,78334.40000000334,-956492.1862799977,85671.4269600015,93087.36504000462,12272.800000000048,52497.5382400016,83814.61504000124,63200.88696000114,5026.2768000000515,21971.099999999948,91919.74696000176,53291.47291999973,38354.41999999929,75305.65696000164,9583.11999999993,63591.1848399993,95812.25696000225,186075.40000000165,129574.89606000154,129574.89606000154,132794.58854000163,91790.32928000047,42974.67999999944,85082.85746000038,88773.27680000043,11776.848559999895]},{"label":"InpAtrPeriod","range":[7,28],"values":[8,17,7,15,14,18,20,9,26,7,28,15,21,13,17,23,11,17,18,23,20,16,12,15,10,10,12,23,17,9,19,14,16,13,15,21,17,19,7,10,14,25,23,27,25,21,8,25,18,11,19,25,28,28,27,26,26,27,25,24,27,26,26,28,24,27,22,26,24,24,25,26,26,26,24,28,25,26,22,24,28,28,27,26,27,26,27,27,25,27,25,27,28,28,28,28,28,28,27,27,28,28,28,28,27,27,28,27,28,27,28,27,27,27,27,27,26,28,28,28,28,28,28,28,28,28,27,28,27,26,28,28,28,27,28,27,26,27,28,28,26,27,27,28,27,28,28,28,28,27,26,27,28,27,28,27,28,26,27,28,27,27,28,27,26,27,27,26,27,27,26,27,27,27,26,26,25,26,26,25,25,25,25,25,25,25,25,24,25,25,24,24,25,24,23,25,25,25,25,25,25,25,24,24,23,23,23,23,23,23,23,23,22,22,22,22,22,22,22,22,22,21,21,21,21,21,22,22,22,22,22,22,21,21,21,20,20,20,20,20,20,20,20,20,19,21,21,20,19,20,21,21,20,20,19,20,21,21,21,21,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,24,23,24,24,24,24,24,23,23,24,23,23,23,23,23,23,23,24,22,23,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,25,24,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,26,26,25,25,25,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,25,26,25,25,25,16,26,25,9,25,26,13,25,25,8,26,25,25,26,26,26,26,25,26,25,25,26,26,26,26,26,26,25,25,25,25,25,26,26,26,27,26,26,27,26,26,26,27,26,26,26,27,27,27,27,27,27,27,27,27,27,27,26,26,27,27,27,27,26,27,27,27,27,27,27,7,27,27,27,26,26,27,26,26,26,27,27,27,28,27,28,27,27,27,28,27,27,28,28,28,28,28,28,28,28]},{"label":"InpAtrSLMult","range":[1.0,3.0],"values":[2.4000000000000004,2.0,2.3,1.7000000000000002,2.3,1.2,1.3,1.6,2.0,1.0,3.0,1.7000000000000002,1.8,2.0,2.7,1.5,2.0,1.4,1.4,1.0,2.6,1.8,2.1,1.6,1.2,1.2,1.1,1.3,1.4,2.5,3.0,1.8,1.5,2.3,2.1,1.2,1.7000000000000002,1.4,1.9,1.6,2.2,1.3,1.3,1.1,1.5,1.5,1.7000000000000002,1.6,1.9,1.7000000000000002,1.1,1.5,1.4,1.6,1.4,1.4,1.5,1.4,1.6,1.3,1.9,1.4,1.4,1.2,1.6,1.8,1.3,1.5,1.5,1.5,2.7,1.5,1.5,1.5,1.7000000000000002,1.5,1.6,1.5,1.7000000000000002,1.6,1.3,1.5,1.4,1.6,1.6,1.8,1.3,1.2,1.0,1.3,1.1,1.2,1.2,1.2,1.2,1.0,1.0,1.1,1.0,1.0,1.1,1.1,1.1,1.2,1.0,1.2,1.2,1.1,1.0,1.2,1.1,1.1,1.1,1.0,1.0,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.0,1.0,1.1,1.0,1.1,1.0,1.1,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.1,1.0,1.0,1.0,1.0,1.1,1.1,1.0,1.1,1.0,1.1,1.2,1.0,1.0,1.0,1.1,1.0,1.1,1.0,1.2,1.1,1.2,1.0,1.0,1.1,1.1,2.9000000000000004,1.1,1.2,1.1,1.1,1.1,1.2,1.1,1.1,1.1,1.1,1.1,1.2,1.1,1.2,1.3,1.3,1.3,1.2,1.3,1.2,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.4,1.3,1.3,1.3,1.3,1.3,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.5,1.4,1.4,1.4,1.4,1.5,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.5,1.5,1.5,1.5,1.5,1.5,1.5,1.5,1.5,1.5,1.5,1.5,1.5,1.6,1.5,1.5,1.4,1.6,1.5,1.5,1.5,1.6,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,2.4000000000000004,1.2,1.2,1.2,1.2,1.3,1.2,1.2,1.3,1.2,1.3,1.2,1.2,1.2,1.2,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.2,1.2,1.2,1.2,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.2,1.1,1.1,1.1,1.1,1.2,1.1,2.2,1.2,1.2,1.1,1.2,1.2,2.8,1.1,1.2,1.2,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,2.6,1.1,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0]},{"label":"InpAtrTPMult","range":[1.0,4.0],"values":[1.0,2.8,1.9,1.8,2.0,1.0,3.7,2.6,4.0,2.5,3.2,1.7000000000000002,2.9000000000000004,1.6,2.3,3.2,1.4,2.2,2.2,2.9000000000000004,3.4000000000000004,2.7,2.2,1.3,1.9,2.4000000000000004,2.1,2.8,3.1,1.5,2.4000000000000004,2.0,1.8,1.2,1.9,1.8,2.0,1.1,1.6,2.6,3.5,2.8,2.5,2.5,2.1,1.8,2.2,2.1,1.6,1.9,2.3,2.1,1.7000000000000002,3.9000000000000004,1.7000000000000002,1.4,1.3,1.4,1.7000000000000002,1.5,1.0,1.7000000000000002,1.7000000000000002,1.5,1.4,1.3,1.7000000000000002,2.0,2.1,2.1,2.3,2.0,2.0,2.0,1.9,2.1,2.1,2.3,2.0,2.1,2.4000000000000004,1.9,2.2,2.2,2.2,2.2,2.4000000000000004,2.4000000000000004,2.6,2.6,2.4000000000000004,2.3,2.3,2.0,2.3,2.5,2.5,2.3,2.7,2.7,2.7,2.9000000000000004,2.9000000000000004,3.0,2.8,2.7,2.7,3.0,2.5,2.7,2.8,2.6,2.6,2.6,2.6,2.9000000000000004,3.2,2.9000000000000004,2.9000000000000004,2.9000000000000004,3.0,3.1,3.0,3.3000000000000003,3.3000000000000003,3.1,3.0,3.5,3.1,3.3000000000000003,3.0,3.0,3.2,3.2,3.2,3.3000000000000003,3.4000000000000004,3.0,3.3000000000000003,3.1,3.1,3.2,3.4000000000000004,3.0,3.2,2.8,2.8,3.0,3.6,2.8,2.9000000000000004,3.3000000000000003,3.3000000000000003,3.1,3.0,3.3000000000000003,3.4000000000000004,2.6,2.9000000000000004,2.9000000000000004,3.1,3.2,3.2,3.4000000000000004,3.5,3.4000000000000004,3.6,3.4000000000000004,3.3000000000000003,3.4000000000000004,3.4000000000000004,3.5,3.6,3.8000000000000003,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.8000000000000003,4.0,4.0,3.9000000000000004,4.0,3.9000000000000004,4.0,4.0,4.0,3.9000000000000004,3.8000000000000003,4.0,4.0,4.0,3.8000000000000003,3.8000000000000003,4.0,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.6,3.5,3.6,3.5,3.6,3.5,3.6,3.5,3.5,3.5,3.6,3.5,3.6,3.6,3.6,3.7,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.7,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,4.0,4.0,4.0,3.9000000000000004,4.0,3.9000000000000004,3.9000000000000004,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.9000000000000004,4.0,3.8000000000000003,3.9000000000000004,4.0,3.8000000000000003,3.9000000000000004,4.0,4.0,4.0,4.0,4.0,4.0,4.0,3.8000000000000003,3.7,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,1.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,1.1,4.0,3.9000000000000004,4.0,3.9000000000000004,4.0,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,4.0,3.9000000000000004,4.0,3.9000000000000004,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0]},{"label":"InpBreakEvenLock","range":[10,50],"values":[45,35,30,15,20,20,45,25,40,35,10,10,50,20,30,15,40,30,30,35,35,25,15,25,40,45,40,35,50,45,40,30,35,15,25,45,30,40,30,20,35,35,40,40,45,50,45,10,15,10,10,10,10,10,10,10,10,10,15,20,10,15,15,10,15,10,10,15,20,20,15,15,15,15,20,15,20,15,20,15,15,15,15,20,25,20,20,20,25,20,25,20,20,20,20,20,20,25,20,25,20,20,20,20,25,20,20,20,25,20,25,20,20,20,20,20,20,20,20,20,20,20,20,20,25,20,20,20,20,20,25,25,25,25,25,30,25,30,30,30,25,25,25,25,25,30,30,35,30,30,30,25,25,20,25,20,30,20,20,25,20,25,25,25,25,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,40,35,35,40,40,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,40,35,35,35,35,35,35,35,35,35,35,35,35,35,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,45,45,45,45,45,45,45,45,45,50,50,45,45,45,45,45,45,45,45,45,45,50,45,45,45,45,45,45,45,45,45,45,45,45,45,45,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50]},{"label":"InpBreakEvenPoints","range":[50.0,300.0],"values":[300.0,60.0,180.0,190.0,60.0,210.0,190.0,230.0,110.0,100.0,290.0,140.0,50.0,250.0,150.0,90.0,150.0,270.0,260.0,260.0,120.0,180.0,220.0,80.0,240.0,280.0,240.0,270.0,300.0,210.0,300.0,200.0,240.0,160.0,270.0,70.0,230.0,170.0,130.0,190.0,280.0,270.0,250.0,250.0,220.0,210.0,230.0,50.0,50.0,100.0,70.0,60.0,50.0,60.0,50.0,50.0,50.0,80.0,60.0,70.0,90.0,50.0,50.0,60.0,80.0,60.0,90.0,50.0,70.0,70.0,110.0,50.0,60.0,70.0,80.0,70.0,70.0,100.0,90.0,60.0,80.0,70.0,60.0,60.0,70.0,80.0,60.0,60.0,60.0,110.0,90.0,60.0,70.0,70.0,70.0,80.0,100.0,80.0,80.0,80.0,90.0,90.0,120.0,90.0,100.0,90.0,90.0,120.0,90.0,110.0,80.0,70.0,80.0,100.0,100.0,100.0,100.0,90.0,120.0,130.0,110.0,110.0,120.0,130.0,140.0,130.0,120.0,120.0,140.0,110.0,130.0,130.0,130.0,150.0,150.0,130.0,140.0,130.0,130.0,160.0,120.0,110.0,110.0,120.0,140.0,130.0,130.0,130.0,120.0,140.0,110.0,110.0,130.0,120.0,120.0,110.0,130.0,140.0,110.0,100.0,150.0,110.0,120.0,120.0,120.0,110.0,100.0,110.0,110.0,100.0,100.0,110.0,110.0,110.0,110.0,110.0,110.0,110.0,110.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,90.0,90.0,100.0,100.0,100.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,80.0,80.0,70.0,80.0,70.0,60.0,70.0,70.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,60.0,60.0,60.0,50.0,60.0,50.0,50.0,60.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,60.0,50.0,50.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,290.0,60.0,50.0,50.0,60.0,50.0,50.0,60.0,50.0,180.0,60.0,50.0,60.0,50.0,50.0,60.0,50.0,60.0,50.0,50.0,60.0,60.0,50.0,50.0,60.0,60.0,60.0,60.0,50.0,50.0,50.0,50.0,50.0,220.0,50.0,60.0,50.0,50.0,50.0,50.0,50.0,200.0,50.0,50.0,60.0,50.0,260.0,50.0,60.0,60.0,60.0,60.0,60.0,70.0,60.0,60.0,70.0,60.0,70.0,60.0,70.0,60.0,60.0,70.0,60.0,70.0,70.0,60.0,60.0,60.0,70.0,60.0,70.0,60.0,60.0,60.0,60.0,70.0,60.0,60.0,60.0,70.0,60.0,60.0,70.0,60.0,70.0,60.0,60.0,70.0,60.0,70.0,60.0,60.0,60.0,70.0,60.0,60.0,60.0,70.0,60.0,70.0,70.0,60.0,70.0,60.0,60.0,60.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0]},{"label":"InpDailyLossLimit","range":[2.0,8.0],"values":[3.5,8.0,8.0,7.0,7.5,4.5,3.0,5.0,4.0,8.0,2.0,6.5,6.5,6.5,5.5,7.0,7.0,5.5,5.5,5.5,2.0,7.5,6.0,7.5,8.0,8.0,3.0,4.5,6.0,8.0,3.5,7.0,7.5,8.0,7.5,7.0,6.0,7.5,8.0,5.0,6.5,4.5,4.0,4.0,3.0,3.5,2.5,7.0,7.0,6.5,8.0,5.0,5.0,5.0,4.5,4.5,4.5,5.0,4.0,4.5,5.0,4.5,4.5,5.5,4.0,5.5,4.5,5.0,5.0,5.0,6.0,5.0,5.0,5.0,5.5,5.0,5.5,5.0,6.0,5.5,4.0,5.0,5.0,5.0,5.5,5.0,4.5,5.5,5.5,6.0,4.5,5.0,5.0,5.5,5.5,6.0,6.0,5.5,6.5,6.5,7.0,7.0,7.0,7.0,6.5,7.0,7.5,6.5,7.0,7.0,7.5,7.0,7.0,7.0,7.0,6.5,7.5,7.0,6.5,6.5,7.0,7.0,6.5,6.5,6.5,6.5,7.5,7.0,6.5,7.0,7.5,7.5,7.5,7.5,7.5,7.5,7.5,8.0,7.5,7.5,8.0,7.5,7.5,7.0,7.5,7.0,7.0,7.0,6.0,6.5,7.0,8.0,7.0,8.0,8.0,6.5,7.0,7.5,6.5,6.0,7.5,7.5,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,7.5,8.0,8.0,8.0,7.5,8.0,8.0,8.0,8.0,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,2.5,6.5,7.0,7.0,7.0,7.0,7.0,6.5,7.0,7.0,7.0,7.0,7.0,7.0,6.5,6.5,6.5,6.5,6.5,6.5,6.5,6.5,6.5,6.5,6.5,6.5,6.5,6.0,6.5,6.5,6.5,6.5,6.5,6.5,6.0,6.5,6.5,6.5,6.5,6.0,6.5,7.0,6.5,7.0,7.0,7.0,7.0,7.0,7.0,6.5,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,3.5,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,2.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0]},{"label":"InpFastEmaPeriod","range":[8,34],"values":[18,19,16,24,8,11,14,30,15,25,33,23,22,27,19,21,27,19,19,12,17,24,21,26,29,30,30,34,13,18,10,21,19,16,28,24,29,23,31,32,25,34,33,32,15,15,9,17,20,18,17,14,13,12,14,14,13,14,11,16,14,17,17,13,15,12,18,16,20,20,20,17,17,17,17,19,18,22,19,16,21,18,17,17,17,19,20,22,22,23,20,21,21,21,21,22,23,22,24,25,24,24,24,26,25,23,23,26,23,24,22,21,21,21,21,21,21,21,21,22,23,23,21,21,22,20,21,22,20,23,21,21,21,20,20,19,19,22,21,22,23,20,19,20,21,20,19,22,21,21,22,20,20,19,21,20,22,23,18,20,21,20,19,19,18,19,19,18,20,19,18,19,19,19,19,19,19,18,19,19,18,18,18,18,18,18,18,18,18,18,17,16,16,16,17,17,17,16,16,16,16,15,15,15,15,15,15,15,15,15,15,15,15,15,15,14,14,14,14,14,14,14,14,14,14,14,13,13,13,13,13,13,13,12,12,13,13,13,13,13,13,13,12,12,12,13,13,13,11,11,13,12,13,13,12,13,12,12,12,12,11,10,10,11,10,10,10,10,10,10,10,10,9,9,9,9,9,9,9,9,9,8,8,8,9,9,9,9,9,9,9,8,9,9,8,8,8,9,9,8,9,8,8,8,8,8,9,8,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,10,11,10,11,11,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,9,9,9,9,10,10,10,8,9,9,9,10,8,8,8,8,8,8,8,8,9,9,9,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,9,10,10,9,9,10,9,10,9,10,9,10,10,9,10,9,10,10,10,10,9,10,11,9,10,11,11,11,12,11,11,12,12,12,12,12,12,12,12,12,12,12,12,12,11,12,12,12,12,12,12,12,12,11,12,11,11,11,11,11,11,12,11,11,12,29,11,12,11,11,12,11,12,11,11,12,11,11,11,12,11,12,11,12,11,32,13,13,11,32,32,31,33,11,32,33,11,32,31,33,33,34,34,34,34,34,33,34,34]},{"label":"InpMaxSpreadAtrPct","range":[10.0,50.0],"values":[45.0,42.5,47.5,20.0,12.5,27.5,45.0,22.5,20.0,35.0,35.0,10.0,35.0,17.5,27.5,50.0,40.0,27.5,27.5,37.5,30.0,15.0,22.5,22.5,40.0,42.5,40.0,32.5,40.0,45.0,50.0,17.5,45.0,25.0,30.0,47.5,42.5,12.5,20.0,32.5,37.5,32.5,25.0,25.0,20.0,17.5,20.0,15.0,10.0,15.0,47.5,15.0,12.5,12.5,12.5,15.0,15.0,10.0,12.5,15.0,10.0,17.5,17.5,12.5,15.0,17.5,12.5,10.0,10.0,10.0,10.0,12.5,12.5,12.5,15.0,17.5,17.5,20.0,17.5,15.0,12.5,12.5,15.0,17.5,22.5,17.5,17.5,20.0,20.0,22.5,20.0,15.0,17.5,15.0,20.0,15.0,15.0,17.5,22.5,22.5,25.0,22.5,25.0,25.0,27.5,22.5,22.5,22.5,25.0,27.5,20.0,22.5,22.5,22.5,22.5,27.5,25.0,27.5,30.0,30.0,27.5,30.0,30.0,30.0,30.0,32.5,30.0,27.5,27.5,30.0,32.5,32.5,32.5,35.0,35.0,32.5,32.5,32.5,30.0,32.5,37.5,35.0,32.5,30.0,35.0,35.0,32.5,30.0,32.5,35.0,30.0,37.5,37.5,35.0,37.5,27.5,32.5,27.5,30.0,32.5,37.5,40.0,40.0,42.5,42.5,42.5,42.5,42.5,40.0,45.0,45.0,47.5,47.5,47.5,47.5,47.5,47.5,50.0,47.5,47.5,47.5,47.5,47.5,47.5,47.5,47.5,47.5,47.5,50.0,47.5,47.5,47.5,45.0,45.0,47.5,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,42.5,42.5,42.5,42.5,42.5,42.5,42.5,42.5,42.5,42.5,42.5,42.5,42.5,42.5,42.5,42.5,42.5,42.5,42.5,42.5,42.5,42.5,42.5,40.0,42.5,42.5,40.0,42.5,42.5,42.5,42.5,40.0,42.5,42.5,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,35.0,35.0,35.0,35.0,35.0,35.0,35.0,35.0,35.0,35.0,35.0,35.0,35.0,35.0,35.0,35.0,35.0,35.0,35.0,35.0,37.5,35.0,35.0,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,35.0,37.5,37.5,35.0,37.5,37.5,35.0,35.0,35.0,35.0,35.0,35.0,35.0,35.0,35.0,35.0,35.0,35.0,32.5,35.0,35.0,32.5,32.5,32.5,35.0,32.5,32.5,32.5,32.5,32.5,32.5,32.5,32.5,32.5,32.5,32.5,32.5,32.5,30.0,30.0,30.0,30.0,32.5,30.0,30.0,32.5,30.0,32.5,32.5,32.5,32.5,30.0,32.5,32.5,32.5,30.0,32.5,32.5,30.0,30.0,30.0,27.5,30.0,32.5,32.5,32.5,32.5,32.5,32.5,32.5,30.0,32.5,30.0,32.5,32.5,30.0,30.0,27.5,30.0,30.0,30.0,30.0,30.0,30.0,30.0,27.5,27.5,27.5,27.5,27.5,25.0,25.0,25.0,27.5,25.0,25.0,25.0,25.0,25.0]},{"label":"InpMaxTradesPerDay","range":[3,12],"values":[4,12,10,12,9,5,4,5,10,6,7,12,12,12,10,11,8,11,9,11,11,12,11,9,11,10,11,8,10,11,8,12,12,11,10,3,9,12,11,10,12,6,8,5,7,7,4,12,12,12,11,12,12,11,12,12,12,12,12,12,11,12,12,12,12,11,12,11,11,11,10,11,11,10,10,9,9,9,10,9,10,11,11,10,10,9,10,10,10,10,9,10,10,10,10,9,9,8,9,8,9,9,9,9,8,9,9,8,9,9,8,9,9,9,9,9,8,9,9,9,9,9,9,9,9,8,9,9,8,9,9,9,9,9,9,9,9,8,9,9,9,9,9,9,9,8,7,8,3,8,8,9,9,9,9,9,9,9,9,9,6,9,9,9,9,9,8,9,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,12,11,11,11,11,11,11,12,12,12,11,11,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,5,12,12,12,12,12,12,12,12,12,12,12,3,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,4,12,12,12,12,12,12,12,12,12,12,12,12,7,12,4,12,12,7,12,7,12,6,6,12,5,12,12,12,12,12,12,12,6,12,12,12]},{"label":"InpMinSecondsBetw...","range":[30,180],"values":[105,150,165,60,105,150,90,75,120,45,30,180,135,75,60,180,30,135,150,135,150,120,165,120,60,90,135,165,105,90,45,60,60,45,75,105,150,75,120,165,90,165,180,180,135,135,135,150,30,150,105,150,150,150,150,150,150,165,150,165,150,135,120,150,135,165,135,120,120,120,120,135,120,120,135,105,105,105,120,105,120,135,135,135,120,135,135,105,90,105,90,120,120,120,120,105,105,105,90,90,105,105,105,90,75,105,105,105,105,90,90,105,105,105,105,75,75,105,105,105,105,105,105,90,90,90,75,105,90,105,105,105,105,105,105,105,105,105,90,105,105,105,105,105,90,105,105,105,90,120,105,105,105,105,105,120,105,90,105,120,105,105,105,105,105,90,90,90,90,90,90,90,90,90,90,90,90,90,75,75,75,75,75,75,75,75,75,60,75,75,60,60,75,75,75,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,30,45,45,45,30,30,30,30,30,30,45,45,45,30,45,45,45,45,30,30,30,30,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,180,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30]},{"label":"InpPullbackAtrMult","range":[1.0,4.0],"values":[1.4,2.1,2.5,2.0,1.2,2.5,3.5,1.6,1.8,1.5,3.8000000000000003,2.3,3.0,2.1,3.0,2.0,2.9000000000000004,1.0,1.1,1.0,3.3000000000000003,1.8,2.6,2.0,1.7000000000000002,1.4,1.7000000000000002,1.3,1.0,2.3,1.3,2.1,2.3,2.7,1.8,1.5,2.0,1.6,2.4000000000000004,1.2,1.9,1.3,1.6,1.7000000000000002,2.2,2.1,2.2,2.7,4.0,2.5,3.2,2.6,2.8,2.8,3.1,3.2,3.2,3.0,3.3000000000000003,3.7,2.7,3.5,3.5,2.9000000000000004,3.5,3.1,3.4000000000000004,2.7,2.6,2.6,2.6,2.8,2.8,2.8,2.8,2.4000000000000004,2.4000000000000004,2.5,2.4000000000000004,2.9000000000000004,2.6,2.8,2.7,2.9000000000000004,2.7,3.0,2.9000000000000004,2.9000000000000004,2.9000000000000004,3.1,3.0,2.8,2.8,2.8,2.5,2.7,2.9000000000000004,2.7,2.8,2.4000000000000004,2.8,2.8,3.0,2.8,2.5,3.1,3.1,2.7,3.0,3.3000000000000003,2.3,2.8,2.7,2.6,2.7,2.6,2.6,2.5,2.5,2.5,2.5,2.5,2.3,2.5,2.2,2.5,2.3,2.2,2.4000000000000004,2.6,2.4000000000000004,2.4000000000000004,2.4000000000000004,2.4000000000000004,2.3,2.4000000000000004,2.3,2.5,2.1,2.5,2.4000000000000004,2.4000000000000004,2.3,2.5,2.4000000000000004,2.3,2.2,2.3,2.6,2.5,2.1,2.4000000000000004,2.4000000000000004,2.5,2.6,2.3,2.2,2.4000000000000004,2.6,2.3,2.5,2.4000000000000004,2.4000000000000004,2.4000000000000004,2.3,2.5,2.5,2.6,2.5,2.5,2.5,2.5,2.6,2.6,2.7,2.7,2.6,2.7,2.6,2.6,2.6,2.6,2.7,2.7,2.7,2.7,2.7,2.7,2.7,2.7,2.7,2.7,2.7,2.7,2.7,2.6,2.6,2.7,2.7,2.7,2.8,2.8,2.8,2.9000000000000004,2.8,2.9000000000000004,2.9000000000000004,2.9000000000000004,2.9000000000000004,2.9000000000000004,2.9000000000000004,2.9000000000000004,2.9000000000000004,2.9000000000000004,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.1,3.1,3.1,3.0,3.1,3.0,3.0,3.2,3.2,3.2,3.2,3.2,3.2,3.2,3.3000000000000003,3.3000000000000003,3.3000000000000003,3.3000000000000003,3.3000000000000003,3.4000000000000004,3.4000000000000004,3.3000000000000003,3.2,3.3000000000000003,3.3000000000000003,3.2,3.3000000000000003,3.2,3.4000000000000004,3.2,3.3000000000000003,3.2,3.3000000000000003,3.2,3.2,3.3000000000000003,3.4000000000000004,3.4000000000000004,3.5,3.6,3.5,3.7,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.7,3.7,3.7,3.7,3.5,3.5,3.8000000000000003,3.5,3.7,3.8000000000000003,3.5,3.7,3.7,3.5,3.8000000000000003,3.7,3.7,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.5,3.8000000000000003,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.5,3.5,4.0,4.0,4.0,4.0,4.0,3.9000000000000004,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,3.9000000000000004,4.0,3.9000000000000004,4.0,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.7,3.7,3.8000000000000003,3.8000000000000003,3.7,3.7,3.8000000000000003,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.8000000000000003,3.7,3.7,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.7,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.7,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.8000000000000003,3.7,3.8000000000000003,3.9000000000000004,3.8000000000000003,3.8000000000000003,3.9000000000000004,3.5,3.8000000000000003,3.7,3.9000000000000004,3.5,3.7,3.8000000000000003,3.7,3.8000000000000003,3.9000000000000004,3.7,3.8000000000000003,3.7,3.9000000000000004,3.5,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.9000000000000004,3.7,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.7,3.8000000000000003,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.8000000000000003,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.8000000000000003,1.1,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,4.0,3.9000000000000004,1.9,3.9000000000000004,3.9000000000000004,3.9000000000000004,4.0,3.9000000000000004,4.0,4.0,4.0,4.0,4.0,4.0,4.0,3.9000000000000004,3.9000000000000004,4.0,3.9000000000000004,3.9000000000000004,4.0,3.8000000000000003,3.9000000000000004,3.9000000000000004,4.0,3.8000000000000003,3.8000000000000003,3.9000000000000004,3.8000000000000003,4.0,4.0,1.4,4.0,3.9000000000000004,4.0,3.9000000000000004,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,3.9000000000000004,3.9000000000000004,4.0,3.9000000000000004,3.9000000000000004,4.0,3.9000000000000004,3.9000000000000004,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0]},{"label":"InpRiskPercent","range":[0.25,3.0],"values":[2.0,0.75,1.0,2.5,2.75,0.25,2.5,3.0,0.5,2.25,1.5,1.5,1.0,1.75,1.0,0.5,3.0,2.25,1.25,2.0,0.75,2.5,2.5,2.0,2.75,2.75,2.25,2.75,1.5,2.0,0.25,2.25,3.0,2.75,2.75,2.5,1.75,2.25,3.0,1.75,1.25,2.75,2.5,2.5,2.25,2.25,2.0,1.25,0.75,0.75,1.25,0.5,0.5,0.5,0.25,0.25,0.25,0.25,0.5,0.5,0.75,0.5,0.5,0.25,1.0,0.75,0.5,0.25,1.0,1.0,1.0,0.75,0.75,0.75,1.0,1.25,1.25,1.5,0.75,1.25,0.75,0.5,0.75,1.0,1.0,1.0,0.75,1.25,1.25,1.5,1.5,1.0,1.25,1.25,1.25,1.25,1.25,1.25,1.5,1.5,1.5,1.75,1.75,1.5,1.75,1.25,1.5,1.25,1.25,1.5,1.25,1.5,1.5,1.5,1.75,1.5,1.5,1.75,1.75,2.0,1.75,1.75,1.75,1.75,1.75,2.0,1.75,1.75,2.0,1.75,1.75,1.75,1.75,2.0,2.0,2.0,1.75,1.75,1.75,2.0,1.75,2.0,2.0,1.75,1.75,2.25,1.75,2.25,2.25,1.75,1.5,2.0,2.0,1.75,1.75,1.5,2.0,1.75,1.5,2.0,1.75,2.0,2.25,2.25,2.25,2.25,2.25,2.25,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.75,2.75,2.75,2.75,2.75,2.75,3.0,3.0,2.75,2.75,2.75,2.75,2.75,2.75,2.75,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.5,2.75,2.75,2.75,2.75,2.5,2.75,2.5,2.75,2.75,2.75,2.75,2.75,2.5,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.5,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.5,2.75,2.75,2.75,2.75,2.75,2.75,2.5,2.75,2.75,2.75,2.5,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.5,2.75,2.75,2.75,2.75,2.5,2.75,2.75,2.75,2.75,2.75,2.5,2.75,2.75,2.75,2.75,2.75,2.5,2.75,2.75,2.75,2.75,2.5,2.75,2.75,2.75,2.75,2.75,2.75,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.25,2.5,2.5,2.5,2.5,2.5,2.25,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.25,2.5,2.5,2.5,2.5,2.25,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.25,2.5,2.5,2.5,2.5,2.5,2.5,2.25,2.5,2.5,2.5,2.5,2.5,2.25,2.5,2.5,2.5,2.5,2.5,2.5,2.25,2.5,2.5,2.25,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5]},{"label":"InpRsiBuyLevel","range":[30.0,50.0],"values":[42.0,32.0,39.0,34.0,45.0,41.0,33.0,40.0,40.0,47.0,30.0,35.0,35.0,30.0,34.0,32.0,36.0,37.0,37.0,37.0,43.0,32.0,38.0,32.0,34.0,30.0,49.0,36.0,33.0,43.0,38.0,34.0,34.0,31.0,36.0,33.0,39.0,35.0,31.0,41.0,38.0,36.0,34.0,34.0,33.0,31.0,33.0,35.0,35.0,35.0,37.0,33.0,32.0,32.0,31.0,30.0,30.0,31.0,30.0,32.0,31.0,32.0,32.0,30.0,33.0,31.0,32.0,33.0,33.0,33.0,35.0,33.0,33.0,33.0,34.0,35.0,35.0,36.0,34.0,33.0,50.0,32.0,34.0,34.0,36.0,35.0,34.0,34.0,35.0,37.0,34.0,36.0,36.0,36.0,36.0,37.0,39.0,38.0,37.0,37.0,38.0,38.0,39.0,38.0,40.0,37.0,37.0,38.0,37.0,36.0,40.0,38.0,38.0,39.0,39.0,38.0,38.0,39.0,39.0,41.0,39.0,39.0,40.0,41.0,41.0,39.0,40.0,39.0,43.0,42.0,40.0,40.0,40.0,40.0,40.0,42.0,41.0,42.0,41.0,40.0,42.0,40.0,39.0,40.0,39.0,41.0,42.0,41.0,43.0,41.0,39.0,40.0,39.0,40.0,44.0,40.0,39.0,41.0,40.0,47.0,39.0,41.0,41.0,42.0,41.0,42.0,41.0,42.0,42.0,43.0,44.0,43.0,43.0,43.0,43.0,44.0,44.0,43.0,43.0,43.0,43.0,43.0,43.0,43.0,43.0,43.0,44.0,45.0,44.0,43.0,44.0,45.0,44.0,45.0,44.0,43.0,43.0,43.0,43.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,45.0,45.0,46.0,46.0,46.0,46.0,46.0,46.0,46.0,46.0,46.0,46.0,46.0,46.0,46.0,46.0,47.0,47.0,47.0,47.0,46.0,46.0,46.0,46.0,46.0,46.0,46.0,46.0,47.0,47.0,48.0,48.0,48.0,48.0,48.0,48.0,48.0,48.0,47.0,49.0,48.0,47.0,49.0,47.0,48.0,47.0,48.0,49.0,48.0,46.0,46.0,46.0,46.0,46.0,46.0,45.0,45.0,46.0,46.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,44.0,45.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,43.0,44.0,43.0,43.0,43.0,43.0,43.0,42.0,43.0,43.0,43.0,43.0,43.0,43.0,42.0,42.0,42.0,42.0,42.0,42.0,42.0,42.0,42.0,42.0,42.0,42.0,42.0,42.0,42.0,42.0,42.0,42.0,43.0,43.0,43.0,43.0,43.0,43.0,43.0,43.0,43.0,43.0,43.0,43.0,43.0,43.0,43.0,42.0,43.0,42.0,41.0,42.0,43.0,43.0,43.0,43.0,41.0,42.0,43.0,42.0,43.0,42.0,43.0,43.0,43.0,43.0,43.0,43.0,43.0,43.0,43.0,43.0,42.0,43.0,42.0,43.0,43.0,43.0,43.0,43.0,43.0,43.0,43.0,43.0,42.0,42.0,42.0,41.0,41.0,41.0,41.0,41.0,41.0,41.0,41.0,41.0,41.0,41.0,41.0,41.0,41.0,41.0,40.0,41.0,41.0,41.0,40.0,41.0,40.0,40.0,40.0,41.0,41.0,40.0,41.0,41.0,41.0,40.0,41.0,41.0,40.0,41.0,40.0,40.0,40.0,41.0,40.0,40.0,41.0,41.0,41.0,40.0,41.0,41.0,40.0,41.0,41.0,41.0,42.0,40.0,40.0,40.0,39.0,39.0,39.0,40.0,39.0,39.0,39.0,39.0,38.0,38.0,38.0,38.0,38.0]},{"label":"InpRsiPeriod","range":[7,28],"values":[23,20,22,8,22,23,13,7,20,8,28,14,14,17,11,28,18,10,11,26,17,9,10,13,7,7,15,11,19,9,24,7,10,9,21,8,12,16,24,8,7,11,12,13,9,8,10,9,7,8,21,9,10,10,12,12,14,12,15,12,27,10,13,11,9,10,11,9,9,9,9,8,8,8,8,10,7,8,7,10,8,10,9,9,11,8,9,9,7,8,9,9,8,8,7,8,8,7,11,11,11,11,11,13,10,10,10,11,12,10,11,9,9,10,11,10,9,10,10,10,10,10,12,12,13,12,12,14,10,12,13,13,13,15,15,14,14,13,14,13,16,15,14,16,13,13,14,13,12,13,12,14,13,14,14,15,14,12,13,13,12,16,17,18,18,18,19,19,18,18,18,20,20,19,20,20,21,20,20,20,20,20,20,20,20,20,20,20,21,20,21,21,19,19,22,20,20,20,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,18,18,17,18,18,18,18,18,18,18,18,17,18,18,18,18,18,18,18,18,17,18,18,18,17,18,18,17,18,18,18,17,18,18,17,17,17,17,17,16,17,17,17,17,17,17,17,17,17,17,17,17,17,16,17,17,17,17,17,17,16,17,17,17,16,17,17,16,17,17,16,17,17,16,17,16,16,17,17,16,16,16,16,17,17,16,16,16,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,14,15,15,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,28,16,16,16,16,27,16,16,15,16,17,16,15,16,17,16,25,17,15,16,17,16,15,15,15,15,16,15,23,14,15,15,15,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,13,14,14,14,13,14,14,13,14,14,14,13,14,14,13,14,14,13,14,14,13,13,13,14,13,14,14,13,14,14,14,13,13,13,14,14,13,14,14,13,12,12,12,12,12,13,12,11,12,12,11,12,12,12,12,11,11,11,11,11,11,11,11,11]},{"label":"InpRsiSellLevel","range":[50.0,70.0],"values":[53.0,56.0,52.0,50.0,66.0,66.0,69.0,58.0,51.0,56.0,61.0,57.0,50.0,61.0,54.0,60.0,55.0,59.0,63.0,59.0,64.0,56.0,53.0,50.0,58.0,58.0,62.0,59.0,55.0,57.0,53.0,60.0,54.0,64.0,52.0,70.0,58.0,67.0,51.0,56.0,59.0,59.0,57.0,57.0,61.0,61.0,62.0,60.0,60.0,55.0,64.0,62.0,62.0,63.0,62.0,65.0,67.0,63.0,65.0,65.0,62.0,60.0,62.0,66.0,60.0,63.0,61.0,65.0,62.0,60.0,64.0,62.0,61.0,61.0,61.0,61.0,61.0,60.0,59.0,63.0,60.0,62.0,61.0,61.0,61.0,59.0,61.0,61.0,61.0,63.0,58.0,61.0,61.0,62.0,60.0,63.0,64.0,63.0,59.0,58.0,59.0,59.0,59.0,58.0,59.0,60.0,57.0,60.0,59.0,58.0,60.0,59.0,59.0,59.0,57.0,59.0,58.0,59.0,59.0,59.0,58.0,58.0,57.0,57.0,57.0,56.0,56.0,58.0,57.0,58.0,56.0,55.0,56.0,55.0,55.0,54.0,54.0,54.0,56.0,57.0,53.0,55.0,56.0,55.0,55.0,56.0,56.0,57.0,53.0,56.0,54.0,54.0,54.0,58.0,52.0,56.0,69.0,57.0,55.0,57.0,58.0,55.0,55.0,55.0,54.0,54.0,54.0,53.0,55.0,54.0,53.0,54.0,54.0,54.0,54.0,52.0,52.0,51.0,54.0,54.0,53.0,53.0,53.0,53.0,52.0,52.0,52.0,52.0,51.0,52.0,52.0,51.0,52.0,52.0,52.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,52.0,52.0,52.0,52.0,52.0,52.0,52.0,51.0,51.0,50.0,52.0,51.0,52.0,52.0,52.0,52.0,51.0,52.0,50.0,51.0,52.0,52.0,53.0,53.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,55.0,55.0,54.0,55.0,55.0,55.0,54.0,55.0,54.0,54.0,55.0,54.0,55.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,55.0,55.0,55.0,55.0,55.0,55.0,55.0,55.0,55.0,55.0,55.0,56.0,55.0,55.0,55.0,55.0,55.0,55.0,56.0,55.0,55.0,55.0,56.0,55.0,55.0,56.0,55.0,56.0,55.0,55.0,55.0,55.0,56.0,55.0,55.0,56.0,56.0,56.0,56.0,56.0,56.0,56.0,56.0,56.0,56.0,56.0,57.0,56.0,56.0,56.0,57.0,56.0,56.0,56.0,57.0,56.0,56.0,57.0,56.0,56.0,56.0,56.0,57.0,56.0,56.0,57.0,56.0,56.0,56.0,57.0,56.0,56.0,56.0,57.0,56.0,56.0,56.0,56.0,57.0,56.0,57.0,56.0,56.0,56.0,56.0,57.0,57.0,56.0,56.0,56.0,56.0,56.0,57.0,56.0,56.0,57.0,57.0,56.0,56.0,57.0,56.0,56.0,56.0,56.0,57.0,56.0,57.0,56.0,56.0,56.0,56.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,58.0,58.0,58.0,58.0,58.0,57.0,58.0,58.0,57.0,58.0,58.0,58.0,58.0,57.0,58.0,57.0,57.0,58.0,58.0,58.0,58.0,59.0,58.0,57.0,57.0,57.0,57.0,57.0,57.0,58.0,58.0,59.0,58.0,59.0,58.0,57.0,58.0,57.0,57.0,58.0,57.0,57.0,58.0,57.0,58.0,57.0,57.0,57.0,59.0,58.0,57.0,58.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,70.0]},{"label":"InpSlowEmaPeriod","range":[50,200],"values":[195,95,65,190,175,160,60,180,55,130,105,105,135,90,150,200,85,125,120,80,110,145,175,70,95,95,120,75,95,115,135,160,190,100,50,85,125,65,165,190,145,70,75,60,80,100,110,90,90,105,90,85,100,100,110,115,110,115,85,105,120,130,130,115,135,95,125,100,80,75,80,90,85,90,85,90,90,70,80,60,90,85,75,75,75,65,70,55,50,55,70,80,65,80,55,65,65,60,55,50,65,65,65,60,55,65,65,55,60,70,50,60,60,65,65,60,60,65,65,65,70,70,70,70,70,70,60,75,70,60,70,75,75,75,75,70,70,70,75,80,70,75,70,75,80,70,65,70,60,65,55,75,70,80,75,60,65,70,75,65,70,75,80,85,85,80,85,75,80,80,80,85,85,85,95,85,95,85,95,95,95,90,95,95,95,95,100,100,105,95,95,95,95,95,100,105,105,95,105,105,105,105,110,110,105,110,105,105,105,110,110,110,110,110,110,110,110,115,115,115,115,115,115,120,120,115,120,120,120,125,120,120,120,120,120,125,125,125,125,125,125,125,125,120,130,125,120,125,120,130,120,125,120,130,125,130,120,120,120,120,120,120,120,120,120,115,115,115,115,115,115,115,115,115,115,115,115,115,115,115,115,115,115,115,115,115,115,115,115,115,115,115,115,115,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,105,105,105,105,100,105,105,105,105,100,105,100,105,105,105,100,105,105,100,105,105,105,100,105,100,100,100,100,180,140,180,195,165,195,185,185,185,185,190,185,185,185,185,200,180,175,175,180,180,170,175,180,180,175,180,175,150,185,175,180,185,170,185,190,170,190,190,170,165,170,170,170,190,190,170,160,170,165,170,175,190,185,160,195,140,175,185,165,170,190,180,195,175,185,155,170,165,145,155,170,190,190,180,185,185,190,195,185,190,190,190,190,190,195,190,190,185,185,195,190,200,195,200,200,195,190,195,195,190,200,200,190,195,185,195,185,185,185,185,190,185,185,195,190,185,200,185,185,190,185,195,190,190,190,195,195,200,195,185,180,195,190,200,180,180,180,180,185,180,185,185,180,180,180,185,180,185,185,180,180,180,180,180,180,175,175,175]},{"label":"InpTrailStartPoints","range":[100.0,400.0],"values":[160.0,150.0,150.0,340.0,200.0,250.0,370.0,400.0,330.0,150.0,260.0,100.0,300.0,230.0,320.0,100.0,200.0,290.0,290.0,190.0,270.0,340.0,360.0,400.0,300.0,230.0,300.0,130.0,240.0,180.0,280.0,370.0,320.0,350.0,310.0,380.0,340.0,220.0,170.0,130.0,270.0,130.0,120.0,120.0,150.0,150.0,200.0,160.0,250.0,170.0,380.0,150.0,160.0,210.0,160.0,160.0,170.0,140.0,160.0,110.0,190.0,140.0,160.0,140.0,180.0,150.0,180.0,140.0,140.0,110.0,140.0,140.0,120.0,120.0,100.0,120.0,120.0,110.0,130.0,100.0,120.0,130.0,140.0,140.0,140.0,110.0,130.0,130.0,120.0,130.0,100.0,150.0,120.0,120.0,120.0,110.0,110.0,100.0,110.0,110.0,120.0,120.0,130.0,110.0,120.0,150.0,150.0,100.0,150.0,170.0,130.0,120.0,110.0,110.0,110.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,110.0,100.0,110.0,110.0,100.0,100.0,100.0,100.0,100.0,110.0,110.0,110.0,100.0,110.0,100.0,100.0,110.0,100.0,110.0,100.0,120.0,110.0,100.0,110.0,120.0,100.0,100.0,110.0,100.0,120.0,100.0,110.0,100.0,120.0,110.0,100.0,100.0,100.0,100.0,110.0,120.0,110.0,130.0,130.0,130.0,130.0,130.0,130.0,130.0,130.0,130.0,140.0,130.0,130.0,130.0,130.0,130.0,130.0,130.0,140.0,140.0,140.0,140.0,140.0,140.0,140.0,150.0,150.0,140.0,150.0,150.0,160.0,160.0,160.0,160.0,160.0,160.0,160.0,170.0,170.0,170.0,170.0,170.0,170.0,170.0,170.0,180.0,180.0,180.0,190.0,190.0,190.0,190.0,190.0,190.0,190.0,190.0,190.0,190.0,190.0,200.0,200.0,200.0,200.0,200.0,200.0,210.0,200.0,210.0,200.0,200.0,210.0,210.0,210.0,210.0,210.0,200.0,200.0,220.0,200.0,220.0,200.0,210.0,200.0,210.0,200.0,180.0,220.0,180.0,200.0,210.0,220.0,230.0,230.0,240.0,240.0,240.0,240.0,230.0,240.0,250.0,240.0,240.0,240.0,250.0,250.0,250.0,250.0,250.0,250.0,250.0,240.0,240.0,240.0,240.0,240.0,240.0,260.0,240.0,240.0,240.0,260.0,250.0,250.0,250.0,250.0,230.0,230.0,260.0,230.0,230.0,270.0,260.0,260.0,280.0,270.0,280.0,270.0,270.0,270.0,280.0,280.0,280.0,270.0,270.0,290.0,290.0,290.0,300.0,310.0,300.0,310.0,290.0,290.0,290.0,290.0,290.0,290.0,290.0,290.0,290.0,290.0,310.0,290.0,290.0,300.0,280.0,280.0,270.0,270.0,270.0,270.0,270.0,270.0,270.0,270.0,270.0,270.0,270.0,270.0,260.0,270.0,260.0,260.0,260.0,260.0,260.0,270.0,260.0,280.0,270.0,260.0,260.0,260.0,260.0,260.0,260.0,260.0,270.0,260.0,260.0,260.0,270.0,270.0,260.0,260.0,280.0,270.0,280.0,280.0,270.0,280.0,280.0,280.0,270.0,280.0,270.0,270.0,270.0,270.0,280.0,280.0,280.0,280.0,270.0,270.0,280.0,270.0,280.0,270.0,270.0,280.0,260.0,280.0,270.0,270.0,260.0,280.0,260.0,270.0,270.0,280.0,280.0,280.0,280.0,280.0,280.0,270.0,280.0,390.0,270.0,270.0,270.0,270.0,270.0,260.0,260.0,260.0,260.0,260.0,250.0,260.0,250.0,260.0,260.0,250.0,260.0,250.0,250.0,250.0,250.0,250.0,260.0,250.0,360.0,250.0,250.0,250.0,250.0,250.0,260.0,260.0,250.0,250.0,250.0,260.0,250.0,260.0,260.0,250.0,260.0,250.0,260.0,260.0,260.0,250.0,260.0,250.0,260.0,260.0,250.0,260.0,260.0,250.0,260.0,250.0,260.0,240.0,260.0,260.0,240.0,240.0,240.0,230.0,240.0,240.0,240.0,240.0,230.0,230.0,230.0,230.0,230.0,220.0,220.0,220.0,220.0,220.0,220.0,220.0,220.0,220.0,220.0,230.0]},{"label":"InpTrailStepPoints","range":[60.0,240.0],"values":[90.0,70.0,240.0,70.0,190.0,230.0,120.0,240.0,100.0,190.0,140.0,60.0,60.0,90.0,60.0,130.0,80.0,110.0,150.0,110.0,160.0,80.0,80.0,110.0,70.0,100.0,120.0,170.0,70.0,90.0,100.0,70.0,70.0,80.0,90.0,60.0,220.0,120.0,70.0,110.0,130.0,170.0,210.0,200.0,220.0,230.0,180.0,60.0,60.0,90.0,100.0,70.0,70.0,70.0,60.0,60.0,60.0,80.0,60.0,80.0,60.0,70.0,70.0,90.0,80.0,60.0,70.0,70.0,90.0,90.0,80.0,70.0,80.0,80.0,100.0,80.0,80.0,90.0,80.0,100.0,90.0,70.0,80.0,80.0,80.0,100.0,90.0,90.0,110.0,90.0,110.0,90.0,90.0,100.0,100.0,100.0,120.0,110.0,100.0,120.0,100.0,100.0,100.0,100.0,110.0,100.0,130.0,100.0,110.0,120.0,100.0,90.0,90.0,110.0,110.0,100.0,110.0,100.0,90.0,120.0,100.0,100.0,100.0,90.0,90.0,90.0,110.0,90.0,100.0,110.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,100.0,90.0,80.0,90.0,100.0,90.0,90.0,100.0,100.0,100.0,110.0,110.0,80.0,90.0,100.0,90.0,100.0,80.0,90.0,100.0,90.0,80.0,110.0,90.0,100.0,90.0,100.0,80.0,80.0,80.0,90.0,90.0,80.0,90.0,90.0,90.0,90.0,80.0,80.0,80.0,90.0,80.0,80.0,80.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,60.0,60.0,60.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,60.0,60.0,70.0,60.0,60.0,70.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,80.0,70.0,70.0,70.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,240.0,80.0,80.0,80.0,190.0,160.0,230.0,190.0,150.0,170.0,210.0,190.0,190.0,190.0,220.0,230.0,230.0,230.0,230.0,230.0,230.0,220.0,220.0,240.0,140.0,230.0,150.0,150.0,230.0,230.0,140.0,230.0,230.0,230.0,230.0,230.0,230.0,230.0,240.0,220.0,230.0,230.0,230.0,230.0,220.0,210.0,210.0,220.0,220.0,220.0,220.0,210.0,220.0,240.0,220.0,170.0,220.0,240.0,220.0,230.0,230.0,200.0,130.0,160.0,180.0,240.0,230.0,220.0,230.0,220.0,230.0,150.0,210.0,240.0,230.0,230.0,230.0,230.0,240.0,230.0,220.0,220.0,220.0,220.0,230.0,230.0,200.0,230.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0,230.0,240.0,230.0,230.0,230.0,230.0,230.0,240.0,230.0,240.0,240.0,240.0,240.0,230.0,240.0,230.0,240.0,230.0,240.0,230.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0,230.0,240.0,230.0,240.0,230.0,230.0,230.0,230.0,230.0,230.0,230.0,230.0,230.0,220.0,230.0,230.0,220.0,230.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0]}],"labelangle":30,"labelside":"bottom","line":{"color":[-999772.99364,120.66211999998848,-999894.24364,-996305.5361800002,-999554.45256,-1000089.7,-999961.28,-2000248.34,-999900.51172,-1999158.24,-2000022.6,-999558.3398,-998972.8517199999,-1000295.4196,-1000041.37636,-1000048.41,-1999996.24,-991035.5641399997,-999436.3909,-2000024.65,-999729.09876,-2000874.72456,-998734.21154,-999698.6964799999,-994324.0484199999,-1998179.9629000002,-1997594.1113000005,-997988.68772,-999972.42576,-1999576.24192,-1000105.72644,-2000051.5431,-2000934.31648,-2000685.913,-999550.5288,-998508.39,-1999728.1076,-999957.58,-998932.3328399999,-1999914.2200000002,-998637.4424,-998778.8672,-997962.3037599999,-2000187.3154799999,-997650.8213199999,-998805.0593999999,-1000189.8041599999,1495.5280799999778,-999326.55664,-999467.94274,-2000045.54,360.05404000001175,245.54211999999222,-999842.60788,109.06807999999901,64.53403999999405,-1000000.65596,-999937.79596,-2000011.9,-999981.29596,-1000002.32,444.2461600000009,-999881.92,-999968.33596,-999172.79576,-999857.36172,-999959.6578800001,221.5040400000102,786.496159999989,-999286.84576,-999685.87416,763.6361600000075,953.4165200000093,979.9407600000084,-998595.16766,1221.8767600000142,-997786.94504,-997207.0707800001,-999440.80698,-1000011.6799999999,-999050.31,-999804.61788,651.7240400000255,863.5380800000083,-999649.60768,-999219.14712,736.354040000007,1214.8800000000979,-997290.5800000001,-996503.3343999998,-997829.5796,2060.664959999975,4474.108059999959,3810.77627999991,-997678.3581800001,5462.288019999857,-996708.8433000001,-996939.0805800001,1428.262520000003,-998988.84344,3051.954620000012,4025.7082000000546,-995257.2328199998,-999269.2572799999,-993551.5135800001,2535.104200000029,-997107.9996799999,-999302.46636,-999440.47112,-998000.53556,-999220.30496,8977.090659999933,6591.239200000074,6312.940379999856,-994146.83702,4544.199720000042,-995169.1599200001,8243.505999999841,9798.099919999984,-987165.9990600003,9073.770619999965,9687.737479999963,6103.548560000041,7688.22447999997,-996013.25708,-992859.5243599998,-994980.63506,1866.8567400000038,-991101.3715200002,-996386.5503799999,5511.553920000145,6449.1191800002525,6177.401020000168,5124.449300000169,5075.939300000187,7939.5333800001345,-995733.4409199998,-995207.6809200001,-996262.86842,-994346.9171999998,-996647.02012,5140.43930000016,-998064.1443599999,3164.564680000096,-994463.8610199998,11910.18978000021,-996784.31216,-992547.4903599998,-998485.6600000003,-994698.4584199999,-999177.60536,8101.07890000027,-995568.25416,-997251.87102,-991846.7616600002,1281.456360000026,784.7499999999454,-995430.5769399999,-996146.8150399999,-995765.0461399999,-996771.0501199999,5981.250480000143,5616.017380000034,8332.524299999988,-999247.42634,8356.085799999913,2981.4740000000443,-996164.0568600001,8313.936780000064,13607.423999999737,-991548.63618,13693.588020000247,13491.088020000188,18638.696079999987,18432.201100000282,14770.817979999261,-989472.3957600005,-989546.3174400004,10720.230280000023,8701.344120000258,13374.547520000104,8901.539220000086,18501.74850000046,13574.369300000191,17449.33706000096,11222.07312000004,15462.26673999952,-988180.9771400001,-989761.2452000002,11222.07312000004,13260.25791999994,-991801.3619200003,11996.065739999709,-989209.2094600005,-994533.5639599999,24932.331079999898,24932.331079999898,19986.753639999755,17320.199139999124,23396.827619998432,17547.686679999126,16172.2548399992,17265.60907999953,17265.60907999953,14066.280739999233,14918.471139999252,15128.756419999072,13963.59237999911,26453.604359998353,26038.72621999852,26038.72621999852,26038.72621999852,25094.19587999843,21417.425959998596,21417.425959998596,20854.090199998504,20578.790199998493,21218.568339998415,21218.568339998415,21218.568339998415,16497.601999998573,21520.367999998576,22808.46279999812,32627.72227999797,32627.72227999797,-988589.1495200008,26371.872519998095,24130.15847999824,24130.15847999824,27391.961559998093,24130.15847999824,24130.15847999824,23295.190599998747,25038.00237999858,-984654.6660000011,23374.57359999834,25812.177839998432,22943.027839998646,22943.027839998646,22943.027839998646,22201.267839998687,22201.267839998687,26144.850759998746,-978784.6617600016,16348.25259999864,-972706.8717800028,-982567.8286000015,16547.077359998962,-987679.5108800017,-984075.4225600014,-973828.7344000015,-988660.1210400007,23643.887639998517,-980121.2740800016,-983396.1200400011,17065.48983999902,37624.13903999691,34694.95883999797,41137.099639997774,48215.05823999618,53276.437359997515,43573.079199997876,19102.200779999137,51474.10139999761,30770.414719998633,34034.426219998415,34211.0555799987,34034.426219998415,34034.426219998415,34034.426219998415,34211.0555799987,34211.0555799987,37004.7145799985,37004.7145799985,37004.7145799985,37004.7145799985,17307.37903999914,35515.46499999828,35702.75061999829,35702.75061999829,35702.75061999829,47087.16001999752,47087.16001999752,24860.45777999874,53462.731019997205,53462.731019997205,35629.12061999849,33338.59677999853,54062.29215999761,34731.86841999884,29586.232199998645,30618.45525999887,56623.50671999702,28741.22823999854,56721.50595999797,54950.43691999758,28103.525119998874,68772.15725999736,40897.57839999809,29836.169459998688,70222.87073999735,59307.101099998064,29803.602939998986,37995.60440000078,25092.625320000603,29273.991239999566,46451.968159998345,23656.28151999946,35728.00813999874,59056.0534399989,58148.52021999891,48415.335639998855,49406.48707999885,47199.29989999859,42149.92569999851,48391.81288000059,42149.92569999851,32164.158639999056,47199.29989999859,47199.29989999859,47199.29989999859,47199.29989999859,38475.565919999055,47199.29989999859,32103.55843999908,47690.63359999859,47690.63359999859,47690.63359999859,32999.151999999034,47690.63359999859,52018.75308000069,30975.665239999977,50805.54712000068,45313.66887999927,48754.165000000576,50744.832880000526,59950.94172000034,52044.53940000033,28821.001079999758,63911.45160000029,51306.50728000032,61450.29999999992,59369.02999999963,43985.22999999973,53346.589999999924,27692.520000000306,8021.286700000114,56705.89000000034,66935.46000000117,66935.46000000117,66935.46000000117,31970.520000000382,47798.96756000093,59487.170000001126,41107.06000000045,51138.550000001116,26700.067360000965,53892.160000000484,59920.74000000116,56734.71000000145,28269.2371600008,56247.08000000151,22110.720000000543,42727.01736000136,58660.630000001605,54156.12000000121,54756.950000001234,54156.12000000121,44537.63140000116,48641.93000000086,47084.830000000926,43204.277360001586,34125.63000000067,65139.77000000154,68479.60000000102,40387.62948000065,62908.36000000119,58539.190000001676,65174.32000000146,29873.903520000702,59068.39000000144,50967.030000001425,59068.39000000144,42864.790000001034,-997534.9510799998,48073.50000000084,-999622.37,58539.190000001676,38000.230000000745,55286.52000000159,49367.38000000097,-999853.9299999999,37324.34332000107,-997388.8988399999,44248.88724000058,39967.40000000065,26839.33999999968,5530.409180000061,34331.64000000093,38020.20000000073,20593.71000000048,26825.645439999702,-998834.6,3203.8062000000946,47687.4047200003,24898.79524000022,32369.480000000796,71432.83000000138,64140.83076000022,35666.856120000804,34173.73000000068,56949.526320000536,53899.50564000105,82457.1942800007,-996866.0615199999,49677.632920000935,97737.0435600008,-1998867.48334,82937.02000000325,55668.300000002244,104494.67000000273,68492.8800000023,65717.11000000229,19004.3600000001,61772.30412000258,-1998954.54722,58258.88008000269,59692.74220000213,-972719.758399999,73877.71000000286,-1999584.70264,55807.97028000252,78334.40000000334,67615.20776000402,66486.57180000385,6597.940000000224,-944072.3024399962,-956838.534439998,29481.877360000795,78741.42000000377,-964908.0430399973,66594.85180000358,-966244.1053199997,-944072.3024399962,-969775.0604199994,59008.72776000141,81498.48564000156,-960167.8211999993,83131.61000000148,-955256.3875800001,-965837.2430399999,49873.11000000007,58671.690000000744,73316.54968000071,-990021.96688,35444.61564000025,-961067.86436,43715.59140000105,-921436.342239996,82422.63000000146,53425.35352000059,-956386.5393999998,46360.469999999994,10572.710000000181,81382.39000000051,-969507.8600000003,49394.889480000886,66049.15660000186,-958958.6519600004,60798.86064000208,-964836.280219999,-981407.6699999998,65449.17584000126,-972602.0756000004,78334.40000000334,-956492.1862799977,85671.4269600015,93087.36504000462,12272.800000000048,52497.5382400016,83814.61504000124,63200.88696000114,5026.2768000000515,21971.099999999948,91919.74696000176,53291.47291999973,38354.41999999929,75305.65696000164,9583.11999999993,63591.1848399993,95812.25696000225,186075.40000000165,129574.89606000154,129574.89606000154,132794.58854000163,91790.32928000047,42974.67999999944,85082.85746000038,88773.27680000043,11776.848559999895],"colorbar":{"title":{"text":"Objective Value"}},"colorscale":[[0.0,"rgb(247,251,255)"],[0.125,"rgb(222,235,247)"],[0.25,"rgb(198,219,239)"],[0.375,"rgb(158,202,225)"],[0.5,"rgb(107,174,214)"],[0.625,"rgb(66,146,198)"],[0.75,"rgb(33,113,181)"],[0.875,"rgb(8,81,156)"],[1.0,"rgb(8,48,107)"]],"reversescale":false,"showscale":true},"type":"parcoords"}], {"title":{"text":"平行坐标图 — 参数 ↔ score"},"template":{"data":{"barpolar":[{"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"type":"carpet"}],"choropleth":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"choropleth"}],"contourcarpet":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"contourcarpet"}],"contour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"contour"}],"heatmap":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmap"}],"histogram2dcontour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2dcontour"}],"histogram2d":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2d"}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"mesh3d":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"mesh3d"}],"parcoords":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"parcoords"}],"pie":[{"automargin":true,"type":"pie"}],"scatter3d":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatter3d"}],"scattercarpet":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattercarpet"}],"scattergeo":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergeo"}],"scattergl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergl"}],"scattermapbox":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermapbox"}],"scattermap":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermap"}],"scatterpolargl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolargl"}],"scatterpolar":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolar"}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"scatterternary":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterternary"}],"surface":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"surface"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}]},"layout":{"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"autotypenumbers":"strict","coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]],"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]},"colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"geo":{"bgcolor":"white","lakecolor":"white","landcolor":"white","showlakes":true,"showland":true,"subunitcolor":"#C8D4E3"},"hoverlabel":{"align":"left"},"hovermode":"closest","mapbox":{"style":"light"},"paper_bgcolor":"white","plot_bgcolor":"white","polar":{"angularaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""},"bgcolor":"white","radialaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""}},"scene":{"xaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"yaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"zaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"ternary":{"aaxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"baxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"bgcolor":"white","caxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""}},"title":{"x":0.05},"xaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2},"yaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2}}},"font":{"family":"Microsoft YaHei, Arial, sans-serif","size":12,"color":"#222"},"height":520,"width":1100}, {"responsive": true} ) }; </script> </div></section>
<section class="chart"><h2>经验分布函数 (EDF)</h2><div style="height:520px; width:1100px;"> <div id="chart-plot_edf" class="plotly-graph-div" style="height:100%; width:100%;"></div> <script> window.PLOTLYENV=window.PLOTLYENV || {}; if (document.getElementById("chart-plot_edf")) { Plotly.newPlot( "chart-plot_edf", [{"mode":"lines","name":"gold_scalper_pro_is2025","x":{"dtype":"f8","bdata":"UtUEUSaIPsG6iSpP2zE+wSI+UE2Q2z3BivJ1S0WFPcHypptJ+i49wVpbwUev2DzBwg\u002fnRWSCPMEqxAxEGSw8wZN4MkLO1TvB+yxYQIN\u002fO8Fj4X0+OCk7wcuVozzt0jrBM0rJOqJ8OsGb\u002fu44VyY6wQOzFDcM0DnBa2c6NcF5OcHTG2AzdiM5wTvQhTErzTjBpISrL+B2OMEMOdEtlSA4wXTt9itKyjfB3KEcKv9zN8FEVkIotB03wawKaCZpxzbBFL+NJB5xNsF8c7Mi0xo2weQn2SCIxDXBTNz+Hj1uNcG0kCQd8hc1wRxFShunwTTBhPlvGVxrNMHsrZUXERU0wVRiuxXGvjPBvBbhE3toM8EkywYSMBIzwYx\u002fLBDluzLB9TNSDpplMsFd6HcMTw8ywcWcnQoEuTHBLVHDCLliMcGVBekGbgwxwf25DgUjtjDBZm40A9hfMMHOIloBjQkwwWuu\u002f\u002f6DZi\u002fBOxdL++25LsELgJb3Vw0uwdvo4fPBYC3BrFEt8Cu0LMF8unjslQcswUwjxOj\u002fWivBHIwP5WmuKsHs9Frh0wEqwbxdpt09VSnBjMbx2aeoKMFcLz3WEfwnwSyYiNJ7TyfB\u002fADUzuWiJsHOaR\u002fLT\u002fYlwZ7Sase5SSXBbju2wyOdJME+pAHAjfAjwQ4NTbz3QyPB3nWYuGGXIsGu3uO0y+ohwX5HL7E1PiHBTrB6rZ+RIME8MoxTE8ofwdwDI0zncB7BfNW5RLsXHcEcp1A9j74bwcB45zVjZRrBYEp+LjcMGcEAHBUnC7MXwaDtqx\u002ffWRbBQL9CGLMAFcHgkNkQh6cTwYBicAlbThLBIDQHAi\u002f1EMGACzz1BTgPwcCuaeathQzBAFKX11XTCcFA9cTI\u002fSAHwYCY8rmlbgTByDsgq028AcEQvps46xP+wJAE9xo7r\u002fjAEEtS\u002fYpK88AgI1u\u002ftcvrwCCwEYRVAuHAgPQgI9XjyMCA1wTKq0HCQMBRlVuWs95A4BsUaSsj6kBwxy7SRXbyQOCA0+\u002f12vdAYDp4DaY\u002f\u002fUDweY4VK1IBQbDWYCSDBARBbDMzM9u2BkE="},"y":{"dtype":"f8","bdata":"\u002fKnx0k1iYD97FK5H4XqkP3sUrkfheqQ\u002fexSuR+F6pD97FK5H4XqkP3sUrkfheqQ\u002fexSuR+F6pD97FK5H4XqkP3sUrkfheqQ\u002fexSuR+F6pD97FK5H4XqkP3sUrkfheqQ\u002fexSuR+F6pD97FK5H4XqkP3sUrkfheqQ\u002fexSuR+F6pD97FK5H4XqkP3sUrkfheqQ\u002fexSuR+F6pD97FK5H4XqkP3sUrkfheqQ\u002fexSuR+F6pD97FK5H4XqkP3sUrkfheqQ\u002fexSuR+F6pD97FK5H4XqkP3sUrkfheqQ\u002fexSuR+F6pD97FK5H4XqkP3sUrkfheqQ\u002fexSuR+F6pD97FK5H4XqkP3sUrkfheqQ\u002fexSuR+F6pD97FK5H4XqkP3sUrkfheqQ\u002fexSuR+F6pD97FK5H4XqkP3sUrkfheqQ\u002fexSuR+F6pD97FK5H4XqkP3sUrkfheqQ\u002fexSuR+F6pD97FK5H4XqkP3sUrkfheqQ\u002fexSuR+F6pD+cxCCwcmjRPy\u002fdJAaBldM\u002fI9v5fmq81D93vp8aL93UP3e+nxov3dQ\u002fd76fGi\u002fd1D93vp8aL93UP3e+nxov3dQ\u002fd76fGi\u002fd1D93vp8aL93UP3e+nxov3dQ\u002fd76fGi\u002fd1D93vp8aL93UP3e+nxov3dQ\u002fd76fGi\u002fd1D93vp8aL93UP3e+nxov3dQ\u002fd76fGi\u002fd1D93vp8aL93UP3e+nxov3dQ\u002fd76fGi\u002fd1D93vp8aL93UP3e+nxov3dQ\u002fd76fGi\u002fd1D93vp8aL93UP3e+nxov3dQ\u002fd76fGi\u002fd1D93vp8aL93UP3e+nxov3dQ\u002fd76fGi\u002fd1D93vp8aL93UP3e+nxov3dQ\u002fd76fGi\u002fd1D93vp8aL93UP3e+nxov3dQ\u002fd76fGi\u002fd1D93vp8aL93UP3e+nxov3dQ\u002fd76fGi\u002fd1D93vp8aL93UP3e+nxov3dQ\u002fd76fGi\u002fd1D93vp8aL93UP3e+nxov3dQ\u002fd76fGi\u002fd1D99PzVeukncP9Ei2\u002fl+auQ\u002fjZduEoPA6j+6SQwCK4fuPwRWDi2yne8\u002fWDm0yHa+7z9WDi2yne\u002fvP1YOLbKd7+8\u002fAAAAAAAA8D8="},"type":"scatter"}], {"title":{"text":"经验分布函数 (EDF)"},"xaxis":{"title":{"text":"目标值 Objective"}},"yaxis":{"title":{"text":"累积分布 CDF"},"range":[0,1]},"template":{"data":{"barpolar":[{"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"type":"carpet"}],"choropleth":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"choropleth"}],"contourcarpet":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"contourcarpet"}],"contour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"contour"}],"heatmap":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmap"}],"histogram2dcontour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2dcontour"}],"histogram2d":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2d"}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"mesh3d":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"mesh3d"}],"parcoords":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"parcoords"}],"pie":[{"automargin":true,"type":"pie"}],"scatter3d":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatter3d"}],"scattercarpet":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattercarpet"}],"scattergeo":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergeo"}],"scattergl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergl"}],"scattermapbox":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermapbox"}],"scattermap":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermap"}],"scatterpolargl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolargl"}],"scatterpolar":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolar"}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"scatterternary":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterternary"}],"surface":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"surface"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}]},"layout":{"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"autotypenumbers":"strict","coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]],"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]},"colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"geo":{"bgcolor":"white","lakecolor":"white","landcolor":"white","showlakes":true,"showland":true,"subunitcolor":"#C8D4E3"},"hoverlabel":{"align":"left"},"hovermode":"closest","mapbox":{"style":"light"},"paper_bgcolor":"white","plot_bgcolor":"white","polar":{"angularaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""},"bgcolor":"white","radialaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""}},"scene":{"xaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"yaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"zaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"ternary":{"aaxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"baxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"bgcolor":"white","caxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""}},"title":{"x":0.05},"xaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2},"yaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2}}},"font":{"family":"Microsoft YaHei, Arial, sans-serif","size":12,"color":"#222"},"height":520,"width":1100}, {"responsive": true} ) }; </script> </div></section>
<section class="chart"><h2>时间线 — 试验耗时与状态</h2><div style="height:520px; width:1100px;"> <div id="chart-plot_timeline" class="plotly-graph-div" style="height:100%; width:100%;"></div> <script> window.PLOTLYENV=window.PLOTLYENV || {}; if (document.getElementById("chart-plot_timeline")) { Plotly.newPlot( "chart-plot_timeline", [{"base":["2026-06-27T00:28:51.569037","2026-06-27T00:28:53.166492","2026-06-27T00:28:54.820058","2026-06-27T00:28:56.493805","2026-06-27T00:28:58.122034","2026-06-27T00:28:59.741621","2026-06-27T00:29:01.174092","2026-06-27T00:29:02.712632","2026-06-27T00:29:04.363817","2026-06-27T00:29:05.934554","2026-06-27T00:29:07.526924","2026-06-27T00:29:09.026536","2026-06-27T00:29:10.589803","2026-06-27T00:29:12.154231","2026-06-27T00:29:13.631938","2026-06-27T00:29:15.338003","2026-06-27T00:29:16.803290","2026-06-27T00:29:18.359373","2026-06-27T00:29:19.963909","2026-06-27T00:29:21.726563","2026-06-27T00:29:23.620933","2026-06-27T00:29:25.703968","2026-06-27T00:29:27.779443","2026-06-27T00:29:29.948812","2026-06-27T00:29:31.979097","2026-06-27T00:29:34.122159","2026-06-27T00:29:36.182741","2026-06-27T00:29:38.317307","2026-06-27T00:29:40.339502","2026-06-27T00:29:42.353136","2026-06-27T00:29:44.523342","2026-06-27T00:29:46.614288","2026-06-27T00:29:48.834879","2026-06-27T00:29:50.939914","2026-06-27T00:29:52.918321","2026-06-27T00:29:54.933510","2026-06-27T00:29:56.885222","2026-06-27T00:29:59.049208","2026-06-27T00:30:00.966832","2026-06-27T00:30:02.999735","2026-06-27T00:30:05.247065","2026-06-27T00:30:07.501186","2026-06-27T00:30:09.540907","2026-06-27T00:30:11.556930","2026-06-27T00:30:13.545470","2026-06-27T00:30:15.583211","2026-06-27T00:30:17.671168","2026-06-27T00:30:19.648695","2026-06-27T00:30:21.727952","2026-06-27T00:30:23.796427","2026-06-27T00:30:25.949651","2026-06-27T00:30:27.830864","2026-06-27T00:30:29.849042","2026-06-27T00:30:31.846035","2026-06-27T00:30:33.817620","2026-06-27T00:30:35.799691","2026-06-27T00:30:37.706813","2026-06-27T00:30:39.718425","2026-06-27T00:30:41.713238","2026-06-27T00:30:43.689844","2026-06-27T00:30:45.641416","2026-06-27T00:30:47.605603","2026-06-27T00:30:49.634704","2026-06-27T00:30:51.580042","2026-06-27T00:30:53.592289","2026-06-27T00:30:55.651760","2026-06-27T00:30:57.698916","2026-06-27T00:30:59.755447","2026-06-27T00:31:01.965811","2026-06-27T00:31:04.004548","2026-06-27T00:31:06.151340","2026-06-27T00:31:08.260264","2026-06-27T00:31:10.465633","2026-06-27T00:31:12.567843","2026-06-27T00:31:14.703824","2026-06-27T00:31:16.789254","2026-06-27T00:31:18.831586","2026-06-27T00:31:20.873120","2026-06-27T00:31:22.981470","2026-06-27T00:31:25.059475","2026-06-27T00:31:26.937712","2026-06-27T00:31:29.114100","2026-06-27T00:31:31.086889","2026-06-27T00:31:33.154977","2026-06-27T00:31:35.187712","2026-06-27T00:31:37.269815","2026-06-27T00:31:39.329038","2026-06-27T00:31:41.424336","2026-06-27T00:31:43.383929","2026-06-27T00:31:45.444199","2026-06-27T00:31:47.489034","2026-06-27T00:31:49.580873","2026-06-27T00:31:51.587001","2026-06-27T00:31:53.717192","2026-06-27T00:31:55.785553","2026-06-27T00:31:57.848869","2026-06-27T00:31:59.848248","2026-06-27T00:32:01.916482","2026-06-27T00:32:04.014748","2026-06-27T00:32:05.966490","2026-06-27T00:32:07.976919","2026-06-27T00:32:09.977181","2026-06-27T00:32:12.023795","2026-06-27T00:32:14.071645","2026-06-27T00:32:16.071375","2026-06-27T00:32:18.119092","2026-06-27T00:32:20.166654","2026-06-27T00:32:22.357867","2026-06-27T00:32:24.565919","2026-06-27T00:32:26.637686","2026-06-27T00:32:28.771533","2026-06-27T00:32:30.788064","2026-06-27T00:32:32.830235","2026-06-27T00:32:34.893870","2026-06-27T00:32:36.937849","2026-06-27T00:32:39.005234","2026-06-27T00:32:41.052402","2026-06-27T00:32:43.139364","2026-06-27T00:32:45.185928","2026-06-27T00:32:47.254813","2026-06-27T00:32:49.383628","2026-06-27T00:32:51.434685","2026-06-27T00:32:53.433853","2026-06-27T00:32:55.575503","2026-06-27T00:32:57.615176","2026-06-27T00:33:00.011304","2026-06-27T00:33:03.869941","2026-06-27T00:33:07.556366","2026-06-27T00:33:10.111147","2026-06-27T00:33:12.603560","2026-06-27T00:33:14.870190","2026-06-27T00:33:16.960077","2026-06-27T00:33:19.138986","2026-06-27T00:33:21.235868","2026-06-27T00:33:23.449676","2026-06-27T00:33:25.534221","2026-06-27T00:33:27.706404","2026-06-27T00:33:29.764117","2026-06-27T00:33:31.957771","2026-06-27T00:33:34.027269","2026-06-27T00:33:36.204334","2026-06-27T00:33:38.276214","2026-06-27T00:33:40.369814","2026-06-27T00:33:42.411183","2026-06-27T00:33:44.468888","2026-06-27T00:33:46.603680","2026-06-27T00:33:48.686769","2026-06-27T00:33:50.802774","2026-06-27T00:33:52.879697","2026-06-27T00:33:54.987989","2026-06-27T00:33:57.128700","2026-06-27T00:33:59.209167","2026-06-27T00:34:01.287416","2026-06-27T00:34:03.428328","2026-06-27T00:34:05.485871","2026-06-27T00:34:07.706533","2026-06-27T00:34:09.769021","2026-06-27T00:34:11.842592","2026-06-27T00:34:13.958473","2026-06-27T00:34:16.069755","2026-06-27T00:34:18.199770","2026-06-27T00:34:20.286276","2026-06-27T00:34:22.395570","2026-06-27T00:34:24.445789","2026-06-27T00:34:26.498154","2026-06-27T00:34:28.597120","2026-06-27T00:34:30.742963","2026-06-27T00:34:32.779295","2026-06-27T00:34:34.882250","2026-06-27T00:34:36.916455","2026-06-27T00:34:39.054807","2026-06-27T00:34:41.168554","2026-06-27T00:34:43.200819","2026-06-27T00:34:45.309584","2026-06-27T00:34:47.370271","2026-06-27T00:34:49.479219","2026-06-27T00:34:51.550425","2026-06-27T00:34:53.663615","2026-06-27T00:34:55.737443","2026-06-27T00:34:57.827884","2026-06-27T00:34:59.864310","2026-06-27T00:35:01.992690","2026-06-27T00:35:04.024009","2026-06-27T00:35:06.115236","2026-06-27T00:35:08.174757","2026-06-27T00:35:10.319740","2026-06-27T00:35:12.435915","2026-06-27T00:35:14.532430","2026-06-27T00:35:16.619070","2026-06-27T00:35:18.773209","2026-06-27T00:35:20.863046","2026-06-27T00:35:22.892491","2026-06-27T00:35:25.036511","2026-06-27T00:35:27.110004","2026-06-27T00:35:29.291461","2026-06-27T00:35:31.324712","2026-06-27T00:35:33.404730","2026-06-27T00:35:35.521486","2026-06-27T00:35:37.563321","2026-06-27T00:35:39.596445","2026-06-27T00:35:41.705303","2026-06-27T00:35:43.739818","2026-06-27T00:35:45.927757","2026-06-27T00:35:47.968838","2026-06-27T00:35:50.011384","2026-06-27T00:35:52.099532","2026-06-27T00:35:54.156226","2026-06-27T00:35:56.248214","2026-06-27T00:35:58.349403","2026-06-27T00:36:00.494373","2026-06-27T00:36:02.507909","2026-06-27T00:36:04.631221","2026-06-27T00:36:06.761403","2026-06-27T00:36:08.909672","2026-06-27T00:36:10.987306","2026-06-27T00:36:13.132401","2026-06-27T00:36:15.221521","2026-06-27T00:36:17.453084","2026-06-27T00:36:19.536459","2026-06-27T00:36:21.696031","2026-06-27T00:36:23.771057","2026-06-27T00:36:25.894422","2026-06-27T00:36:28.042454","2026-06-27T00:36:30.194908","2026-06-27T00:36:32.298414","2026-06-27T00:36:34.455099","2026-06-27T00:36:36.582442","2026-06-27T00:36:38.808065","2026-06-27T00:36:40.929962","2026-06-27T00:36:43.045923","2026-06-27T00:36:45.195601","2026-06-27T00:36:47.291373","2026-06-27T00:36:49.461181","2026-06-27T00:36:51.587272","2026-06-27T00:36:53.776542","2026-06-27T00:36:55.909118","2026-06-27T00:36:58.103821","2026-06-27T00:37:00.283278","2026-06-27T00:37:02.449077","2026-06-27T00:37:04.638428","2026-06-27T00:37:06.850791","2026-06-27T00:37:08.930736","2026-06-27T00:37:11.182739","2026-06-27T00:37:13.298045","2026-06-27T00:37:15.530070","2026-06-27T00:37:17.629895","2026-06-27T00:37:19.883689","2026-06-27T00:37:22.008064","2026-06-27T00:37:24.235600","2026-06-27T00:37:26.964598","2026-06-27T00:37:29.372537","2026-06-27T00:37:31.596673","2026-06-27T00:37:33.970455","2026-06-27T00:37:36.793378","2026-06-27T00:37:39.209773","2026-06-27T00:37:41.563545","2026-06-27T00:37:43.849089","2026-06-27T00:37:46.320490","2026-06-27T00:37:48.960976","2026-06-27T00:37:51.337865","2026-06-27T00:37:53.752214","2026-06-27T00:37:56.188221","2026-06-27T00:37:58.672323","2026-06-27T00:38:01.021245","2026-06-27T00:38:03.246411","2026-06-27T00:38:05.478086","2026-06-27T00:38:07.802687","2026-06-27T00:38:09.982174","2026-06-27T00:38:12.242060","2026-06-27T00:38:14.584829","2026-06-27T00:38:17.111245","2026-06-27T00:38:19.559386","2026-06-27T00:38:21.951538","2026-06-27T00:38:24.362172","2026-06-27T00:38:26.755636","2026-06-27T00:38:29.239777","2026-06-27T00:38:31.481905","2026-06-27T00:38:33.804581","2026-06-27T00:38:36.009778","2026-06-27T00:38:38.289333","2026-06-27T00:38:40.610218","2026-06-27T00:38:42.899262","2026-06-27T00:38:45.147368","2026-06-27T00:38:47.436513","2026-06-27T00:38:49.737893","2026-06-27T00:38:52.095357","2026-06-27T00:38:54.348714","2026-06-27T00:38:56.601113","2026-06-27T00:38:58.852616","2026-06-27T00:39:01.269074","2026-06-27T00:39:03.756859","2026-06-27T00:39:06.066691","2026-06-27T00:39:08.282139","2026-06-27T00:39:10.756369","2026-06-27T00:39:13.446354","2026-06-27T00:39:15.726229","2026-06-27T00:39:17.862610","2026-06-27T00:39:19.995175","2026-06-27T00:39:22.312665","2026-06-27T00:39:24.563835","2026-06-27T00:39:26.818361","2026-06-27T00:39:29.216999","2026-06-27T00:39:31.557496","2026-06-27T00:39:34.018018","2026-06-27T00:39:36.423867","2026-06-27T00:39:38.829683","2026-06-27T00:39:41.312162","2026-06-27T00:39:43.782416","2026-06-27T00:39:46.195851","2026-06-27T00:39:48.618982","2026-06-27T00:39:50.863345","2026-06-27T00:39:53.179140","2026-06-27T00:39:55.482647","2026-06-27T00:39:57.728387","2026-06-27T00:40:00.039171","2026-06-27T00:40:02.293732","2026-06-27T00:40:04.642412","2026-06-27T00:40:06.888001","2026-06-27T00:40:09.283561","2026-06-27T00:40:11.554473","2026-06-27T00:40:13.937315","2026-06-27T00:40:16.164297","2026-06-27T00:40:18.403564","2026-06-27T00:40:20.591299","2026-06-27T00:40:22.588458","2026-06-27T00:40:24.815085","2026-06-27T00:40:26.914650","2026-06-27T00:40:29.051699","2026-06-27T00:40:31.097435","2026-06-27T00:40:33.238436","2026-06-27T00:40:35.401317","2026-06-27T00:40:37.610188","2026-06-27T00:40:39.679604","2026-06-27T00:40:41.839741","2026-06-27T00:40:43.988787","2026-06-27T00:40:46.161223","2026-06-27T00:40:48.255199","2026-06-27T00:40:50.390787","2026-06-27T00:40:52.522093","2026-06-27T00:40:54.687749","2026-06-27T00:40:56.805426","2026-06-27T00:40:59.038662","2026-06-27T00:41:01.174211","2026-06-27T00:41:03.306391","2026-06-27T00:41:05.421361","2026-06-27T00:41:07.792575","2026-06-27T00:41:10.001837","2026-06-27T00:41:12.290446","2026-06-27T00:41:14.778557","2026-06-27T00:41:16.916762","2026-06-27T00:41:19.209193","2026-06-27T00:41:21.398559","2026-06-27T00:41:23.648562","2026-06-27T00:41:25.758999","2026-06-27T00:41:27.979187","2026-06-27T00:41:30.114625","2026-06-27T00:41:32.239844","2026-06-27T00:41:34.401429","2026-06-27T00:41:36.524695","2026-06-27T00:41:38.625391","2026-06-27T00:41:40.776579","2026-06-27T00:41:42.849299","2026-06-27T00:41:44.989518","2026-06-27T00:41:47.035555","2026-06-27T00:41:49.169942","2026-06-27T00:41:51.335383","2026-06-27T00:41:53.526451","2026-06-27T00:41:55.609689","2026-06-27T00:41:57.809814","2026-06-27T00:41:59.949050","2026-06-27T00:42:02.078616","2026-06-27T00:42:04.177009","2026-06-27T00:42:06.312130","2026-06-27T00:42:08.434029","2026-06-27T00:42:10.610196","2026-06-27T00:42:12.756698","2026-06-27T00:42:14.871269","2026-06-27T00:42:16.985762","2026-06-27T00:42:19.059220","2026-06-27T00:42:21.242970","2026-06-27T00:42:23.353012","2026-06-27T00:42:25.437165","2026-06-27T00:42:27.533581","2026-06-27T00:42:29.669230","2026-06-27T00:42:31.798971","2026-06-27T00:42:34.034959","2026-06-27T00:42:36.119020","2026-06-27T00:42:38.182304","2026-06-27T00:42:40.265045","2026-06-27T00:42:42.405167","2026-06-27T00:42:44.522164","2026-06-27T00:42:46.643949","2026-06-27T00:42:48.673946","2026-06-27T00:42:50.739885","2026-06-27T00:42:52.980405","2026-06-27T00:42:55.150143","2026-06-27T00:42:57.259316","2026-06-27T00:42:59.385159","2026-06-27T00:43:01.569154","2026-06-27T00:43:03.656698","2026-06-27T00:43:05.943225","2026-06-27T00:43:07.999300","2026-06-27T00:43:10.126281","2026-06-27T00:43:12.191746","2026-06-27T00:43:14.382342","2026-06-27T00:43:16.394221","2026-06-27T00:43:18.482850","2026-06-27T00:43:20.455945","2026-06-27T00:43:22.573475","2026-06-27T00:43:24.599809","2026-06-27T00:43:26.703697","2026-06-27T00:43:28.791995","2026-06-27T00:43:30.869388","2026-06-27T00:43:33.007012","2026-06-27T00:43:35.318394","2026-06-27T00:43:37.409065","2026-06-27T00:43:39.632020","2026-06-27T00:43:41.801394","2026-06-27T00:43:43.996376","2026-06-27T00:43:46.262016","2026-06-27T00:43:48.373685","2026-06-27T00:43:50.639506","2026-06-27T00:43:52.843906","2026-06-27T00:43:55.096128","2026-06-27T00:43:57.346521","2026-06-27T00:43:59.667307","2026-06-27T00:44:01.943446","2026-06-27T00:44:04.211903","2026-06-27T00:44:06.412240","2026-06-27T00:44:08.742750","2026-06-27T00:44:10.929307","2026-06-27T00:44:13.325130","2026-06-27T00:44:15.530255","2026-06-27T00:44:17.753133","2026-06-27T00:44:19.806124","2026-06-27T00:44:21.975473","2026-06-27T00:44:23.937564","2026-06-27T00:44:26.031169","2026-06-27T00:44:28.126624","2026-06-27T00:44:30.224000","2026-06-27T00:44:32.285311","2026-06-27T00:44:34.368488","2026-06-27T00:44:36.532847","2026-06-27T00:44:38.577403","2026-06-27T00:44:40.681421","2026-06-27T00:44:42.756579","2026-06-27T00:44:44.849239","2026-06-27T00:44:46.899940","2026-06-27T00:44:49.055137","2026-06-27T00:44:51.198989","2026-06-27T00:44:53.370513","2026-06-27T00:44:55.457697","2026-06-27T00:44:57.608236","2026-06-27T00:44:59.752607","2026-06-27T00:45:01.885986","2026-06-27T00:45:03.989834","2026-06-27T00:45:06.202946","2026-06-27T00:45:08.342874","2026-06-27T00:45:10.540343","2026-06-27T00:45:12.638622","2026-06-27T00:45:14.832889","2026-06-27T00:45:16.986214","2026-06-27T00:45:19.131156","2026-06-27T00:45:21.230075","2026-06-27T00:45:23.320646","2026-06-27T00:45:25.393060","2026-06-27T00:45:27.468995","2026-06-27T00:45:29.569516","2026-06-27T00:45:31.714106","2026-06-27T00:45:33.846729","2026-06-27T00:45:35.936161","2026-06-27T00:45:38.077414","2026-06-27T00:45:40.043808","2026-06-27T00:45:42.186257","2026-06-27T00:45:44.274167","2026-06-27T00:45:46.448614","2026-06-27T00:45:48.498016","2026-06-27T00:45:50.582177","2026-06-27T00:45:52.653804","2026-06-27T00:45:54.756133","2026-06-27T00:45:56.863948","2026-06-27T00:45:59.042405","2026-06-27T00:46:01.075972","2026-06-27T00:46:03.276708","2026-06-27T00:46:05.385065","2026-06-27T00:46:07.537301","2026-06-27T00:46:09.654558","2026-06-27T00:46:11.806162","2026-06-27T00:46:13.877052","2026-06-27T00:46:15.986261","2026-06-27T00:46:18.086221","2026-06-27T00:46:20.224934","2026-06-27T00:46:22.325517","2026-06-27T00:46:24.457694","2026-06-27T00:46:26.640504","2026-06-27T00:46:28.727368","2026-06-27T00:46:30.868689","2026-06-27T00:46:32.937556","2026-06-27T00:46:35.104802","2026-06-27T00:46:37.296474"],"hovertemplate":"%{text}\u003cextra\u003eCOMPLETE\u003c\u002fextra\u003e","marker":{"color":"blue"},"name":"COMPLETE","orientation":"h","text":["{\u003cbr\u003e \"number\": 0,\u003cbr\u003e \"values\": [\u003cbr\u003e -999772.99364\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 18,\u003cbr\u003e \"InpSlowEmaPeriod\": 195,\u003cbr\u003e \"InpRsiPeriod\": 23,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.4,\u003cbr\u003e \"InpAtrPeriod\": 8,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpRiskPercent\": 2.0,\u003cbr\u003e \"InpAtrSLMult\": 2.4000000000000004,\u003cbr\u003e \"InpAtrTPMult\": 1.0,\u003cbr\u003e \"InpBreakEvenPoints\": 300.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpTrailStartPoints\": 160.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 4,\u003cbr\u003e \"InpDailyLossLimit\": 3.5,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 283.4399999999887,\u003cbr\u003e \"max_equity_dd_pct\": 0.187302205659237,\u003cbr\u003e \"net_profit\": 510.4463600000346,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 18,\u003cbr\u003e \"InpSlowEmaPeriod\": 195,\u003cbr\u003e \"InpRsiPeriod\": 23,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.4,\u003cbr\u003e \"InpAtrPeriod\": 8,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 2.4000000000000004,\u003cbr\u003e \"InpAtrTPMult\": 1.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 300.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 160.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 4,\u003cbr\u003e \"InpDailyLossLimit\": 3.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.1673413565089799,\u003cbr\u003e \"sharpe\": 0.10059776071543762,\u003cbr\u003e \"total_trades\": 703,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.17 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.8207681365576103\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 1,\u003cbr\u003e \"values\": [\u003cbr\u003e 120.66211999998848\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 95,\u003cbr\u003e \"InpRsiPeriod\": 20,\u003cbr\u003e \"InpRsiBuyLevel\": 32.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.1,\u003cbr\u003e \"InpAtrPeriod\": 17,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpRiskPercent\": 0.75,\u003cbr\u003e \"InpAtrSLMult\": 2.0,\u003cbr\u003e \"InpAtrTPMult\": 2.8,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 150.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 150\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 43.76000000000522,\u003cbr\u003e \"max_equity_dd_pct\": 0.03729453955783528,\u003cbr\u003e \"net_profit\": 164.4221199999937,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 95,\u003cbr\u003e \"InpRsiPeriod\": 20,\u003cbr\u003e \"InpRsiBuyLevel\": 32.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.1,\u003cbr\u003e \"InpAtrPeriod\": 17,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 0.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 2.0,\u003cbr\u003e \"InpAtrTPMult\": 2.8,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 150.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 150,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5958793024018165,\u003cbr\u003e \"sharpe\": 0.15558837205672446,\u003cbr\u003e \"total_trades\": 308,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8928571428571429\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 2,\u003cbr\u003e \"values\": [\u003cbr\u003e -999894.24364\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 16,\u003cbr\u003e \"InpSlowEmaPeriod\": 65,\u003cbr\u003e \"InpRsiPeriod\": 22,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 7,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpRiskPercent\": 1.0,\u003cbr\u003e \"InpAtrSLMult\": 2.3,\u003cbr\u003e \"InpAtrTPMult\": 1.9,\u003cbr\u003e \"InpBreakEvenPoints\": 180.0,\u003cbr\u003e \"InpBreakEvenLock\": 30,\u003cbr\u003e \"InpTrailStartPoints\": 150.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 165\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 82.29999999999654,\u003cbr\u003e \"max_equity_dd_pct\": 0.06771732134039157,\u003cbr\u003e \"net_profit\": 188.05636000001968,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 16,\u003cbr\u003e \"InpSlowEmaPeriod\": 65,\u003cbr\u003e \"InpRsiPeriod\": 22,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 7,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 2.3,\u003cbr\u003e \"InpAtrTPMult\": 1.9,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 180.0,\u003cbr\u003e \"InpBreakEvenLock\": 30,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 150.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 165,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.1801979283448993,\u003cbr\u003e \"sharpe\": 0.08251167924126848,\u003cbr\u003e \"total_trades\": 515,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.18 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7242718446601941\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 3,\u003cbr\u003e \"values\": [\u003cbr\u003e -996305.5361800002\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 24,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 8,\u003cbr\u003e \"InpRsiBuyLevel\": 34.0,\u003cbr\u003e \"InpRsiSellLevel\": 50.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.0,\u003cbr\u003e \"InpAtrPeriod\": 15,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 20.0,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.7000000000000002,\u003cbr\u003e \"InpAtrTPMult\": 1.8,\u003cbr\u003e \"InpBreakEvenPoints\": 190.0,\u003cbr\u003e \"InpBreakEvenLock\": 15,\u003cbr\u003e \"InpTrailStartPoints\": 340.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 840.2800000000389,\u003cbr\u003e \"max_equity_dd_pct\": 0.1430698806058559,\u003cbr\u003e \"net_profit\": 4534.743819999859,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 24,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 8,\u003cbr\u003e \"InpRsiBuyLevel\": 34.0,\u003cbr\u003e \"InpRsiSellLevel\": 50.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.0,\u003cbr\u003e \"InpAtrPeriod\": 15,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 20.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.7000000000000002,\u003cbr\u003e \"InpAtrTPMult\": 1.8,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 190.0,\u003cbr\u003e \"InpBreakEvenLock\": 15,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 340.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.181730739857187,\u003cbr\u003e \"sharpe\": 0.15164912130236796,\u003cbr\u003e \"total_trades\": 2006,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.18 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7108673978065803\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 4,\u003cbr\u003e \"values\": [\u003cbr\u003e -999554.45256\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 175,\u003cbr\u003e \"InpRsiPeriod\": 22,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 66.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.2,\u003cbr\u003e \"InpAtrPeriod\": 14,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 12.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 2.3,\u003cbr\u003e \"InpAtrTPMult\": 2.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 200.0,\u003cbr\u003e \"InpTrailStepPoints\": 190.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 222.73627999999098,\u003cbr\u003e \"max_equity_dd_pct\": 0.13298690960414106,\u003cbr\u003e \"net_profit\": 668.2837199999836,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 175,\u003cbr\u003e \"InpRsiPeriod\": 22,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 66.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.2,\u003cbr\u003e \"InpAtrPeriod\": 14,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 12.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 2.3,\u003cbr\u003e \"InpAtrTPMult\": 2.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 200.0,\u003cbr\u003e \"InpTrailStepPoints\": 190.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.26237905318767,\u003cbr\u003e \"sharpe\": 0.11069730675822406,\u003cbr\u003e \"total_trades\": 691,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.26 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.8914616497829233\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 5,\u003cbr\u003e \"values\": [\u003cbr\u003e -1000089.7\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 160,\u003cbr\u003e \"InpRsiPeriod\": 23,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 66.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 18,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 27.5,\u003cbr\u003e \"InpRiskPercent\": 0.25,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 1.0,\u003cbr\u003e \"InpBreakEvenPoints\": 210.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 5,\u003cbr\u003e \"InpDailyLossLimit\": 4.5,\u003cbr\u003e \"InpMinSecondsBetween\": 150\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 60.839999999999236,\u003cbr\u003e \"max_equity_dd_pct\": 0.06052827936128862,\u003cbr\u003e \"net_profit\": -28.860000000000582,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 160,\u003cbr\u003e \"InpRsiPeriod\": 23,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 66.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 18,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 27.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 0.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 1.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 210.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 5,\u003cbr\u003e \"InpDailyLossLimit\": 4.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 150,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 0.9105199516324045,\u003cbr\u003e \"sharpe\": -0.03682138401544833,\u003cbr\u003e \"total_trades\": 239,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (0.91 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.5941422594142259\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 6,\u003cbr\u003e \"values\": [\u003cbr\u003e -999961.28\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 14,\u003cbr\u003e \"InpSlowEmaPeriod\": 60,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 33.0,\u003cbr\u003e \"InpRsiSellLevel\": 69.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.5,\u003cbr\u003e \"InpAtrPeriod\": 20,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpBreakEvenPoints\": 190.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpTrailStartPoints\": 370.0,\u003cbr\u003e \"InpTrailStepPoints\": 120.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 4,\u003cbr\u003e \"InpDailyLossLimit\": 3.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 56.640000000003056,\u003cbr\u003e \"max_equity_dd_pct\": 0.049166666666669454,\u003cbr\u003e \"net_profit\": 95.35999999999376,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 14,\u003cbr\u003e \"InpSlowEmaPeriod\": 60,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 33.0,\u003cbr\u003e \"InpRsiSellLevel\": 69.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.5,\u003cbr\u003e \"InpAtrPeriod\": 20,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 190.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 370.0,\u003cbr\u003e \"InpTrailStepPoints\": 120.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 4,\u003cbr\u003e \"InpDailyLossLimit\": 3.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.211382113821048,\u003cbr\u003e \"sharpe\": 0.05577734415555867,\u003cbr\u003e \"total_trades\": 9,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"too few trades (9 \u003c 40)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.6666666666666666\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 7,\u003cbr\u003e \"values\": [\u003cbr\u003e -2000248.34\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 30,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 7,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.6,\u003cbr\u003e \"InpAtrPeriod\": 9,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 22.5,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.6,\u003cbr\u003e \"InpAtrTPMult\": 2.6,\u003cbr\u003e \"InpBreakEvenPoints\": 230.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpTrailStartPoints\": 400.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 5,\u003cbr\u003e \"InpDailyLossLimit\": 5.0,\u003cbr\u003e \"InpMinSecondsBetween\": 75\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 962.0000000000095,\u003cbr\u003e \"max_equity_dd_pct\": 0.44580998855353676,\u003cbr\u003e \"net_profit\": 713.6599999999844,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 30,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 7,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.6,\u003cbr\u003e \"InpAtrPeriod\": 9,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 22.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.6,\u003cbr\u003e \"InpAtrTPMult\": 2.6,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 230.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 400.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 5,\u003cbr\u003e \"InpDailyLossLimit\": 5.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 75,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.0561941875087097,\u003cbr\u003e \"sharpe\": 0.06398274480719479,\u003cbr\u003e \"total_trades\": 1064,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.06 \u003c 1.5)\",\u003cbr\u003e \"DD% over cap (44.58% \u003e 25.00%)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.6325187969924813\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 8,\u003cbr\u003e \"values\": [\u003cbr\u003e -999900.51172\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 15,\u003cbr\u003e \"InpSlowEmaPeriod\": 55,\u003cbr\u003e \"InpRsiPeriod\": 20,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 51.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.8,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 20.0,\u003cbr\u003e \"InpRiskPercent\": 0.5,\u003cbr\u003e \"InpAtrSLMult\": 2.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 330.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 4.0,\u003cbr\u003e \"InpMinSecondsBetween\": 120\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 56.45000000000118,\u003cbr\u003e \"max_equity_dd_pct\": 0.0483322058387231,\u003cbr\u003e \"net_profit\": 155.93828000000408,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 15,\u003cbr\u003e \"InpSlowEmaPeriod\": 55,\u003cbr\u003e \"InpRsiPeriod\": 20,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 51.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.8,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 20.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 0.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 2.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 330.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 4.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 120,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.1812945152467933,\u003cbr\u003e \"sharpe\": 0.09099001673628271,\u003cbr\u003e \"total_trades\": 760,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.18 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.8184210526315789\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 9,\u003cbr\u003e \"values\": [\u003cbr\u003e -1999158.24\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 25,\u003cbr\u003e \"InpSlowEmaPeriod\": 130,\u003cbr\u003e \"InpRsiPeriod\": 8,\u003cbr\u003e \"InpRsiBuyLevel\": 47.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.5,\u003cbr\u003e \"InpAtrPeriod\": 7,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 2.5,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 150.0,\u003cbr\u003e \"InpTrailStepPoints\": 190.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 6,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 889.3499999999362,\u003cbr\u003e \"max_equity_dd_pct\": 0.27501190527727604,\u003cbr\u003e \"net_profit\": 1731.1099999998405,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 25,\u003cbr\u003e \"InpSlowEmaPeriod\": 130,\u003cbr\u003e \"InpRsiPeriod\": 8,\u003cbr\u003e \"InpRsiBuyLevel\": 47.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.5,\u003cbr\u003e \"InpAtrPeriod\": 7,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 2.5,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 150.0,\u003cbr\u003e \"InpTrailStepPoints\": 190.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 6,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.1085858950177137,\u003cbr\u003e \"sharpe\": 0.10163762232285824,\u003cbr\u003e \"total_trades\": 1462,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.11 \u003c 1.5)\",\u003cbr\u003e \"DD% over cap (27.50% \u003e 25.00%)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.6730506155950753\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 10,\u003cbr\u003e \"values\": [\u003cbr\u003e -2000022.6\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 33,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 28,\u003cbr\u003e \"InpRsiBuyLevel\": 30.0,\u003cbr\u003e \"InpRsiSellLevel\": 61.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 1.5,\u003cbr\u003e \"InpAtrSLMult\": 3.0,\u003cbr\u003e \"InpAtrTPMult\": 3.2,\u003cbr\u003e \"InpBreakEvenPoints\": 290.0,\u003cbr\u003e \"InpBreakEvenLock\": 10,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 140.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 7,\u003cbr\u003e \"InpDailyLossLimit\": 2.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 18.079999999999927,\u003cbr\u003e \"max_equity_dd_pct\": 0.01783811515845135,\u003cbr\u003e \"net_profit\": -4.520000000001346,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 33,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 28,\u003cbr\u003e \"InpRsiBuyLevel\": 30.0,\u003cbr\u003e \"InpRsiSellLevel\": 61.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 3.0,\u003cbr\u003e \"InpAtrTPMult\": 3.2,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 290.0,\u003cbr\u003e \"InpBreakEvenLock\": 10,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 140.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 7,\u003cbr\u003e \"InpDailyLossLimit\": 2.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 0.6929347826086095,\u003cbr\u003e \"sharpe\": -0.012149168098517463,\u003cbr\u003e \"total_trades\": 2,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"too few trades (2 \u003c 40)\",\u003cbr\u003e \"PF too low (0.69 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.5\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 11,\u003cbr\u003e \"values\": [\u003cbr\u003e -999558.3398\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 23,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 35.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.3,\u003cbr\u003e \"InpAtrPeriod\": 15,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 10.0,\u003cbr\u003e \"InpRiskPercent\": 1.5,\u003cbr\u003e \"InpAtrSLMult\": 1.7000000000000002,\u003cbr\u003e \"InpAtrTPMult\": 1.7000000000000002,\u003cbr\u003e \"InpBreakEvenPoints\": 140.0,\u003cbr\u003e \"InpBreakEvenLock\": 10,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 180\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 166.34000000000196,\u003cbr\u003e \"max_equity_dd_pct\": 0.10041228557654998,\u003cbr\u003e \"net_profit\": 608.0002000000029,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 23,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 35.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.3,\u003cbr\u003e \"InpAtrPeriod\": 15,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 10.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.7000000000000002,\u003cbr\u003e \"InpAtrTPMult\": 1.7000000000000002,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 140.0,\u003cbr\u003e \"InpBreakEvenLock\": 10,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 180,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.245774816982713,\u003cbr\u003e \"sharpe\": 0.14219146246699524,\u003cbr\u003e \"total_trades\": 713,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.25 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.820476858345021\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 12,\u003cbr\u003e \"values\": [\u003cbr\u003e -998972.8517199999\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 22,\u003cbr\u003e \"InpSlowEmaPeriod\": 135,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 35.0,\u003cbr\u003e \"InpRsiSellLevel\": 50.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.0,\u003cbr\u003e \"InpAtrPeriod\": 21,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 1.0,\u003cbr\u003e \"InpAtrSLMult\": 1.8,\u003cbr\u003e \"InpAtrTPMult\": 2.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 300.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 135\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 100.56999999999562,\u003cbr\u003e \"max_equity_dd_pct\": 0.04653006386217462,\u003cbr\u003e \"net_profit\": 1127.7182800000267,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 22,\u003cbr\u003e \"InpSlowEmaPeriod\": 135,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 35.0,\u003cbr\u003e \"InpRsiSellLevel\": 50.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.0,\u003cbr\u003e \"InpAtrPeriod\": 21,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.8,\u003cbr\u003e \"InpAtrTPMult\": 2.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 300.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 135,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4583822193277445,\u003cbr\u003e \"sharpe\": 0.2713560079519922,\u003cbr\u003e \"total_trades\": 1503,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.46 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.884896872920825\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 13,\u003cbr\u003e \"values\": [\u003cbr\u003e -1000295.4196\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 27,\u003cbr\u003e \"InpSlowEmaPeriod\": 90,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 30.0,\u003cbr\u003e \"InpRsiSellLevel\": 61.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.1,\u003cbr\u003e \"InpAtrPeriod\": 13,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 17.5,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpAtrSLMult\": 2.0,\u003cbr\u003e \"InpAtrTPMult\": 1.6,\u003cbr\u003e \"InpBreakEvenPoints\": 250.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 230.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 75\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 185.9398000000058,\u003cbr\u003e \"max_equity_dd_pct\": 0.1833436538613294,\u003cbr\u003e \"net_profit\": -109.47980000001118,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 27,\u003cbr\u003e \"InpSlowEmaPeriod\": 90,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 30.0,\u003cbr\u003e \"InpRsiSellLevel\": 61.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.1,\u003cbr\u003e \"InpAtrPeriod\": 13,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 17.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 2.0,\u003cbr\u003e \"InpAtrTPMult\": 1.6,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 250.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 230.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 75,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 0.7577118717061871,\u003cbr\u003e \"sharpe\": -0.06202373951439999,\u003cbr\u003e \"total_trades\": 72,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (0.76 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.5972222222222222\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 14,\u003cbr\u003e \"values\": [\u003cbr\u003e -1000041.37636\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 150,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 34.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.0,\u003cbr\u003e \"InpAtrPeriod\": 17,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 27.5,\u003cbr\u003e \"InpRiskPercent\": 1.0,\u003cbr\u003e \"InpAtrSLMult\": 2.7,\u003cbr\u003e \"InpAtrTPMult\": 2.3,\u003cbr\u003e \"InpBreakEvenPoints\": 150.0,\u003cbr\u003e \"InpBreakEvenLock\": 30,\u003cbr\u003e \"InpTrailStartPoints\": 320.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 5.5,\u003cbr\u003e \"InpMinSecondsBetween\": 60\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 201.3704799999972,\u003cbr\u003e \"max_equity_dd_pct\": 0.1716049026271241,\u003cbr\u003e \"net_profit\": 159.99411999999776,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 150,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 34.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.0,\u003cbr\u003e \"InpAtrPeriod\": 17,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 27.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 2.7,\u003cbr\u003e \"InpAtrTPMult\": 2.3,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 150.0,\u003cbr\u003e \"InpBreakEvenLock\": 30,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 320.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 5.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.0617041263559355,\u003cbr\u003e \"sharpe\": 0.04982388065352492,\u003cbr\u003e \"total_trades\": 1338,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.06 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.8071748878923767\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 15,\u003cbr\u003e \"values\": [\u003cbr\u003e -1000048.41\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 200,\u003cbr\u003e \"InpRsiPeriod\": 28,\u003cbr\u003e \"InpRsiBuyLevel\": 32.0,\u003cbr\u003e \"InpRsiSellLevel\": 60.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.0,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 50.0,\u003cbr\u003e \"InpRiskPercent\": 0.5,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 3.2,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 15,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 130.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 180\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 44.71999999999889,\u003cbr\u003e \"max_equity_dd_pct\": 0.04461738002593922,\u003cbr\u003e \"net_profit\": -3.6899999999986903,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 200,\u003cbr\u003e \"InpRsiPeriod\": 28,\u003cbr\u003e \"InpRsiBuyLevel\": 32.0,\u003cbr\u003e \"InpRsiSellLevel\": 60.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.0,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 50.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 0.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 3.2,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 15,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 130.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 180,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 0.94453629941382,\u003cbr\u003e \"sharpe\": -0.006468546502233135,\u003cbr\u003e \"total_trades\": 54,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (0.94 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7592592592592593\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 16,\u003cbr\u003e \"values\": [\u003cbr\u003e -1999996.24\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 27,\u003cbr\u003e \"InpSlowEmaPeriod\": 85,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 36.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 11,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 2.0,\u003cbr\u003e \"InpAtrTPMult\": 1.4,\u003cbr\u003e \"InpBreakEvenPoints\": 150.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 200.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 8,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 470.01999999998,\u003cbr\u003e \"max_equity_dd_pct\": 0.30430278781285625,\u003cbr\u003e \"net_profit\": 473.7799999999993,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 27,\u003cbr\u003e \"InpSlowEmaPeriod\": 85,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 36.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 11,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 2.0,\u003cbr\u003e \"InpAtrTPMult\": 1.4,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 150.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 200.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 8,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.1557554358903543,\u003cbr\u003e \"sharpe\": 0.07610815936451311,\u003cbr\u003e \"total_trades\": 455,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.16 \u003c 1.5)\",\u003cbr\u003e \"DD% over cap (30.43% \u003e 25.00%)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.789010989010989\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 17,\u003cbr\u003e \"values\": [\u003cbr\u003e -991035.5641399997\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 125,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 37.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.0,\u003cbr\u003e \"InpAtrPeriod\": 17,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 27.5,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 2.2,\u003cbr\u003e \"InpBreakEvenPoints\": 270.0,\u003cbr\u003e \"InpBreakEvenLock\": 30,\u003cbr\u003e \"InpTrailStartPoints\": 290.0,\u003cbr\u003e \"InpTrailStepPoints\": 110.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 5.5,\u003cbr\u003e \"InpMinSecondsBetween\": 135\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1820.6899999998623,\u003cbr\u003e \"max_equity_dd_pct\": 0.1544905011307047,\u003cbr\u003e \"net_profit\": 10785.125860000218,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 125,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 37.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.0,\u003cbr\u003e \"InpAtrPeriod\": 17,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 27.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 2.2,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 270.0,\u003cbr\u003e \"InpBreakEvenLock\": 30,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 290.0,\u003cbr\u003e \"InpTrailStepPoints\": 110.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 5.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 135,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.2549784077252844,\u003cbr\u003e \"sharpe\": 0.22761451443312172,\u003cbr\u003e \"total_trades\": 1237,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.25 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.618431689571544\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 18,\u003cbr\u003e \"values\": [\u003cbr\u003e -999436.3909\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 37.0,\u003cbr\u003e \"InpRsiSellLevel\": 63.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.1,\u003cbr\u003e \"InpAtrPeriod\": 18,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 27.5,\u003cbr\u003e \"InpRiskPercent\": 1.25,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 2.2,\u003cbr\u003e \"InpBreakEvenPoints\": 260.0,\u003cbr\u003e \"InpBreakEvenLock\": 30,\u003cbr\u003e \"InpTrailStartPoints\": 290.0,\u003cbr\u003e \"InpTrailStepPoints\": 150.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 5.5,\u003cbr\u003e \"InpMinSecondsBetween\": 150\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 246.7599999999984,\u003cbr\u003e \"max_equity_dd_pct\": 0.12456277964599141,\u003cbr\u003e \"net_profit\": 810.369099999954,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 37.0,\u003cbr\u003e \"InpRsiSellLevel\": 63.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.1,\u003cbr\u003e \"InpAtrPeriod\": 18,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 27.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 2.2,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 260.0,\u003cbr\u003e \"InpBreakEvenLock\": 30,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 290.0,\u003cbr\u003e \"InpTrailStepPoints\": 150.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 5.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 150,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.1658547938224426,\u003cbr\u003e \"sharpe\": 0.11668665501271124,\u003cbr\u003e \"total_trades\": 828,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.17 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.5966183574879227\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 19,\u003cbr\u003e \"values\": [\u003cbr\u003e -2000024.65\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 80,\u003cbr\u003e \"InpRsiPeriod\": 26,\u003cbr\u003e \"InpRsiBuyLevel\": 37.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.0,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 2.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 260.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 190.0,\u003cbr\u003e \"InpTrailStepPoints\": 110.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 5.5,\u003cbr\u003e \"InpMinSecondsBetween\": 135\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 22.749999999998636,\u003cbr\u003e \"max_equity_dd_pct\": 0.02250425355121932,\u003cbr\u003e \"net_profit\": -1.8999999999996362,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 80,\u003cbr\u003e \"InpRsiPeriod\": 26,\u003cbr\u003e \"InpRsiBuyLevel\": 37.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.0,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 2.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 260.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 190.0,\u003cbr\u003e \"InpTrailStepPoints\": 110.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 5.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 135,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 0.9539505574406295,\u003cbr\u003e \"sharpe\": -0.0012676514234452377,\u003cbr\u003e \"total_trades\": 4,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"too few trades (4 \u003c 40)\",\u003cbr\u003e \"PF too low (0.95 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.5\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 20,\u003cbr\u003e \"values\": [\u003cbr\u003e -999729.09876\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 17,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 64.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.3000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 20,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpRiskPercent\": 0.75,\u003cbr\u003e \"InpAtrSLMult\": 2.6,\u003cbr\u003e \"InpAtrTPMult\": 3.4000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 120.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 160.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 2.0,\u003cbr\u003e \"InpMinSecondsBetween\": 150\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 42.400000000000546,\u003cbr\u003e \"max_equity_dd_pct\": 0.03228505289464357,\u003cbr\u003e \"net_profit\": 313.30123999998614,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 17,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 64.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.3000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 20,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 0.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 2.6,\u003cbr\u003e \"InpAtrTPMult\": 3.4000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 120.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 160.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 2.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 150,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.418768641680279,\u003cbr\u003e \"sharpe\": 0.16962447862379793,\u003cbr\u003e \"total_trades\": 595,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.42 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.8453781512605042\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 21,\u003cbr\u003e \"values\": [\u003cbr\u003e -2000874.72456\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 24,\u003cbr\u003e \"InpSlowEmaPeriod\": 145,\u003cbr\u003e \"InpRsiPeriod\": 9,\u003cbr\u003e \"InpRsiBuyLevel\": 32.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.8,\u003cbr\u003e \"InpAtrPeriod\": 16,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 15.0,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.8,\u003cbr\u003e \"InpAtrTPMult\": 2.7,\u003cbr\u003e \"InpBreakEvenPoints\": 180.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpTrailStartPoints\": 340.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 120\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 790.0672800000104,\u003cbr\u003e \"max_equity_dd_pct\": 0.7399989509769107,\u003cbr\u003e \"net_profit\": -84.6572799999924,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 24,\u003cbr\u003e \"InpSlowEmaPeriod\": 145,\u003cbr\u003e \"InpRsiPeriod\": 9,\u003cbr\u003e \"InpRsiBuyLevel\": 32.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.8,\u003cbr\u003e \"InpAtrPeriod\": 16,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 15.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.8,\u003cbr\u003e \"InpAtrTPMult\": 2.7,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 180.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 340.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 120,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 0.9870561259092351,\u003cbr\u003e \"sharpe\": 0.014711011687990917,\u003cbr\u003e \"total_trades\": 1503,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (0.99 \u003c 1.5)\",\u003cbr\u003e \"DD% over cap (74.00% \u003e 25.00%)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.6999334664005322\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 22,\u003cbr\u003e \"values\": [\u003cbr\u003e -998734.21154\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 175,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 38.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 12,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 22.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 2.1,\u003cbr\u003e \"InpAtrTPMult\": 2.2,\u003cbr\u003e \"InpBreakEvenPoints\": 220.0,\u003cbr\u003e \"InpBreakEvenLock\": 15,\u003cbr\u003e \"InpTrailStartPoints\": 360.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 6.0,\u003cbr\u003e \"InpMinSecondsBetween\": 165\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 655.7800000000143,\u003cbr\u003e \"max_equity_dd_pct\": 0.22441553557799768,\u003cbr\u003e \"net_profit\": 1921.5684599999136,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 175,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 38.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 12,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 22.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 2.1,\u003cbr\u003e \"InpAtrTPMult\": 2.2,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 220.0,\u003cbr\u003e \"InpBreakEvenLock\": 15,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 360.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 6.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 165,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.129827080098162,\u003cbr\u003e \"sharpe\": 0.11032113980441306,\u003cbr\u003e \"total_trades\": 1745,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.13 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7203438395415472\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 23,\u003cbr\u003e \"values\": [\u003cbr\u003e -999698.6964799999\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 26,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 32.0,\u003cbr\u003e \"InpRsiSellLevel\": 50.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.0,\u003cbr\u003e \"InpAtrPeriod\": 15,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 22.5,\u003cbr\u003e \"InpRiskPercent\": 2.0,\u003cbr\u003e \"InpAtrSLMult\": 1.6,\u003cbr\u003e \"InpAtrTPMult\": 1.3,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpTrailStartPoints\": 400.0,\u003cbr\u003e \"InpTrailStepPoints\": 110.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 120\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 404.9332400000043,\u003cbr\u003e \"max_equity_dd_pct\": 0.21166928507278132,\u003cbr\u003e \"net_profit\": 706.2367600000267,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 26,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 32.0,\u003cbr\u003e \"InpRsiSellLevel\": 50.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.0,\u003cbr\u003e \"InpAtrPeriod\": 15,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 22.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.6,\u003cbr\u003e \"InpAtrTPMult\": 1.3,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 400.0,\u003cbr\u003e \"InpTrailStepPoints\": 110.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 120,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.1545676278626924,\u003cbr\u003e \"sharpe\": 0.09711771136548918,\u003cbr\u003e \"total_trades\": 1232,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.15 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.8303571428571429\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 24,\u003cbr\u003e \"values\": [\u003cbr\u003e -994324.0484199999\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 29,\u003cbr\u003e \"InpSlowEmaPeriod\": 95,\u003cbr\u003e \"InpRsiPeriod\": 7,\u003cbr\u003e \"InpRsiBuyLevel\": 34.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.7000000000000002,\u003cbr\u003e \"InpAtrPeriod\": 10,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 1.9,\u003cbr\u003e \"InpBreakEvenPoints\": 240.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 300.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 3229.019999999884,\u003cbr\u003e \"max_equity_dd_pct\": 0.245852144820692,\u003cbr\u003e \"net_profit\": 8904.971580000014,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 29,\u003cbr\u003e \"InpSlowEmaPeriod\": 95,\u003cbr\u003e \"InpRsiPeriod\": 7,\u003cbr\u003e \"InpRsiBuyLevel\": 34.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.7000000000000002,\u003cbr\u003e \"InpAtrPeriod\": 10,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 1.9,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 240.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 300.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.1477534515910455,\u003cbr\u003e \"sharpe\": 0.15620817772512674,\u003cbr\u003e \"total_trades\": 1875,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.15 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.5872\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 25,\u003cbr\u003e \"values\": [\u003cbr\u003e -1998179.9629000002\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 30,\u003cbr\u003e \"InpSlowEmaPeriod\": 95,\u003cbr\u003e \"InpRsiPeriod\": 7,\u003cbr\u003e \"InpRsiBuyLevel\": 30.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.4,\u003cbr\u003e \"InpAtrPeriod\": 10,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 2.4000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 280.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpTrailStartPoints\": 230.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1602.37999999999,\u003cbr\u003e \"max_equity_dd_pct\": 0.27689413182575146,\u003cbr\u003e \"net_profit\": 3422.4170999999205,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 30,\u003cbr\u003e \"InpSlowEmaPeriod\": 95,\u003cbr\u003e \"InpRsiPeriod\": 7,\u003cbr\u003e \"InpRsiBuyLevel\": 30.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.4,\u003cbr\u003e \"InpAtrPeriod\": 10,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 2.4000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 280.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 230.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.1284692959271185,\u003cbr\u003e \"sharpe\": 0.11793192824363016,\u003cbr\u003e \"total_trades\": 1539,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.13 \u003c 1.5)\",\u003cbr\u003e \"DD% over cap (27.69% \u003e 25.00%)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.5880441845354126\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 26,\u003cbr\u003e \"values\": [\u003cbr\u003e -1997594.1113000005\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 30,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 49.0,\u003cbr\u003e \"InpRsiSellLevel\": 62.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.7000000000000002,\u003cbr\u003e \"InpAtrPeriod\": 12,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 2.1,\u003cbr\u003e \"InpBreakEvenPoints\": 240.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 300.0,\u003cbr\u003e \"InpTrailStepPoints\": 120.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 3.0,\u003cbr\u003e \"InpMinSecondsBetween\": 135\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2661.180000000252,\u003cbr\u003e \"max_equity_dd_pct\": 0.3104532477659016,\u003cbr\u003e \"net_profit\": 5067.068699999728,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 30,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 49.0,\u003cbr\u003e \"InpRsiSellLevel\": 62.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.7000000000000002,\u003cbr\u003e \"InpAtrPeriod\": 12,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 2.1,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 240.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 300.0,\u003cbr\u003e \"InpTrailStepPoints\": 120.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 3.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 135,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.131542089562318,\u003cbr\u003e \"sharpe\": 0.15951020759845777,\u003cbr\u003e \"total_trades\": 1196,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.13 \u003c 1.5)\",\u003cbr\u003e \"DD% over cap (31.05% \u003e 25.00%)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.5693979933110368\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 27,\u003cbr\u003e \"values\": [\u003cbr\u003e -997988.68772\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 34,\u003cbr\u003e \"InpSlowEmaPeriod\": 75,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 36.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.3,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 2.8,\u003cbr\u003e \"InpBreakEvenPoints\": 270.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 170.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 8,\u003cbr\u003e \"InpDailyLossLimit\": 4.5,\u003cbr\u003e \"InpMinSecondsBetween\": 165\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 753.609999999976,\u003cbr\u003e \"max_equity_dd_pct\": 0.16861425630549717,\u003cbr\u003e \"net_profit\": 2764.922279999957,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 34,\u003cbr\u003e \"InpSlowEmaPeriod\": 75,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 36.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.3,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 2.8,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 270.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 170.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 8,\u003cbr\u003e \"InpDailyLossLimit\": 4.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 165,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.2336945503481893,\u003cbr\u003e \"sharpe\": 0.1531947261661225,\u003cbr\u003e \"total_trades\": 730,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.23 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.6287671232876713\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 28,\u003cbr\u003e \"values\": [\u003cbr\u003e -999972.42576\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 95,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 33.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.0,\u003cbr\u003e \"InpAtrPeriod\": 17,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpRiskPercent\": 1.5,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.1,\u003cbr\u003e \"InpBreakEvenPoints\": 300.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 6.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 207.34787999999992,\u003cbr\u003e \"max_equity_dd_pct\": 0.15491385804883273,\u003cbr\u003e \"net_profit\": 234.9221199999887,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 95,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 33.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.0,\u003cbr\u003e \"InpAtrPeriod\": 17,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.1,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 300.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 6.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.105992654755454,\u003cbr\u003e \"sharpe\": 0.055667292061949945,\u003cbr\u003e \"total_trades\": 370,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.11 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.6054054054054054\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 29,\u003cbr\u003e \"values\": [\u003cbr\u003e -1999576.24192\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 18,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 9,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.3,\u003cbr\u003e \"InpAtrPeriod\": 9,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpRiskPercent\": 2.0,\u003cbr\u003e \"InpAtrSLMult\": 2.5,\u003cbr\u003e \"InpAtrTPMult\": 1.5,\u003cbr\u003e \"InpBreakEvenPoints\": 210.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpTrailStartPoints\": 180.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 629.6250600000026,\u003cbr\u003e \"max_equity_dd_pct\": 0.2709296321251708,\u003cbr\u003e \"net_profit\": 1053.383139999944,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 18,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 9,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.3,\u003cbr\u003e \"InpAtrPeriod\": 9,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 2.5,\u003cbr\u003e \"InpAtrTPMult\": 1.5,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 210.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 180.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.0917579946264198,\u003cbr\u003e \"sharpe\": 0.0987348663134792,\u003cbr\u003e \"total_trades\": 2140,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.09 \u003c 1.5)\",\u003cbr\u003e \"DD% over cap (27.09% \u003e 25.00%)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7817757009345795\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 30,\u003cbr\u003e \"values\": [\u003cbr\u003e -1000105.72644\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 135,\u003cbr\u003e \"InpRsiPeriod\": 24,\u003cbr\u003e \"InpRsiBuyLevel\": 38.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.3,\u003cbr\u003e \"InpAtrPeriod\": 19,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 50.0,\u003cbr\u003e \"InpRiskPercent\": 0.25,\u003cbr\u003e \"InpAtrSLMult\": 3.0,\u003cbr\u003e \"InpAtrTPMult\": 2.4000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 300.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 8,\u003cbr\u003e \"InpDailyLossLimit\": 3.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 107.87821999999733,\u003cbr\u003e \"max_equity_dd_pct\": 0.10091979980354301,\u003cbr\u003e \"net_profit\": 2.151780000001814,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 135,\u003cbr\u003e \"InpRsiPeriod\": 24,\u003cbr\u003e \"InpRsiBuyLevel\": 38.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.3,\u003cbr\u003e \"InpAtrPeriod\": 19,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 50.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 0.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 3.0,\u003cbr\u003e \"InpAtrTPMult\": 2.4000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 300.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 8,\u003cbr\u003e \"InpDailyLossLimit\": 3.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.002167078839804,\u003cbr\u003e \"sharpe\": 0.00471659964392589,\u003cbr\u003e \"total_trades\": 425,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.00 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7388235294117647\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 31,\u003cbr\u003e \"values\": [\u003cbr\u003e -2000051.5431\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 160,\u003cbr\u003e \"InpRsiPeriod\": 7,\u003cbr\u003e \"InpRsiBuyLevel\": 34.0,\u003cbr\u003e \"InpRsiSellLevel\": 60.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.1,\u003cbr\u003e \"InpAtrPeriod\": 14,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 17.5,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpAtrSLMult\": 1.8,\u003cbr\u003e \"InpAtrTPMult\": 2.0,\u003cbr\u003e \"InpBreakEvenPoints\": 200.0,\u003cbr\u003e \"InpBreakEvenLock\": 30,\u003cbr\u003e \"InpTrailStartPoints\": 370.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 691.0394000000396,\u003cbr\u003e \"max_equity_dd_pct\": 0.39157119381212047,\u003cbr\u003e \"net_profit\": 639.4963000000309,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 160,\u003cbr\u003e \"InpRsiPeriod\": 7,\u003cbr\u003e \"InpRsiBuyLevel\": 34.0,\u003cbr\u003e \"InpRsiSellLevel\": 60.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.1,\u003cbr\u003e \"InpAtrPeriod\": 14,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 17.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.8,\u003cbr\u003e \"InpAtrTPMult\": 2.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 200.0,\u003cbr\u003e \"InpBreakEvenLock\": 30,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 370.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.0497545654936768,\u003cbr\u003e \"sharpe\": 0.06303601621244304,\u003cbr\u003e \"total_trades\": 1970,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.05 \u003c 1.5)\",\u003cbr\u003e \"DD% over cap (39.16% \u003e 25.00%)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.6964467005076143\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 32,\u003cbr\u003e \"values\": [\u003cbr\u003e -2000934.31648\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 34.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.3,\u003cbr\u003e \"InpAtrPeriod\": 16,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 1.8,\u003cbr\u003e \"InpBreakEvenPoints\": 240.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 320.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 60\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 910.7534399999942,\u003cbr\u003e \"max_equity_dd_pct\": 0.7567622003980723,\u003cbr\u003e \"net_profit\": -23.56304000001012,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 34.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.3,\u003cbr\u003e \"InpAtrPeriod\": 16,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 1.8,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 240.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 320.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 0.9978837091427081,\u003cbr\u003e \"sharpe\": 0.029529223934545535,\u003cbr\u003e \"total_trades\": 1517,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.00 \u003c 1.5)\",\u003cbr\u003e \"DD% over cap (75.68% \u003e 25.00%)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.6229400131839157\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 33,\u003cbr\u003e \"values\": [\u003cbr\u003e -2000685.913\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 16,\u003cbr\u003e \"InpSlowEmaPeriod\": 100,\u003cbr\u003e \"InpRsiPeriod\": 9,\u003cbr\u003e \"InpRsiBuyLevel\": 31.0,\u003cbr\u003e \"InpRsiSellLevel\": 64.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 13,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 25.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 2.3,\u003cbr\u003e \"InpAtrTPMult\": 1.2,\u003cbr\u003e \"InpBreakEvenPoints\": 160.0,\u003cbr\u003e \"InpBreakEvenLock\": 15,\u003cbr\u003e \"InpTrailStartPoints\": 350.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 466.0343000000046,\u003cbr\u003e \"max_equity_dd_pct\": 0.4052425941018977,\u003cbr\u003e \"net_profit\": -219.8787000000229,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 16,\u003cbr\u003e \"InpSlowEmaPeriod\": 100,\u003cbr\u003e \"InpRsiPeriod\": 9,\u003cbr\u003e \"InpRsiBuyLevel\": 31.0,\u003cbr\u003e \"InpRsiSellLevel\": 64.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 13,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 25.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 2.3,\u003cbr\u003e \"InpAtrTPMult\": 1.2,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 160.0,\u003cbr\u003e \"InpBreakEvenLock\": 15,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 350.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 0.9440920125814101,\u003cbr\u003e \"sharpe\": -0.022500451151319618,\u003cbr\u003e \"total_trades\": 729,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (0.94 \u003c 1.5)\",\u003cbr\u003e \"DD% over cap (40.52% \u003e 25.00%)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7791495198902606\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 34,\u003cbr\u003e \"values\": [\u003cbr\u003e -999550.5288\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 28,\u003cbr\u003e \"InpSlowEmaPeriod\": 50,\u003cbr\u003e \"InpRsiPeriod\": 21,\u003cbr\u003e \"InpRsiBuyLevel\": 36.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.8,\u003cbr\u003e \"InpAtrPeriod\": 15,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 2.1,\u003cbr\u003e \"InpAtrTPMult\": 1.9,\u003cbr\u003e \"InpBreakEvenPoints\": 270.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpTrailStartPoints\": 310.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 75\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 379.66999999999234,\u003cbr\u003e \"max_equity_dd_pct\": 0.20455352624913556,\u003cbr\u003e \"net_profit\": 829.1412000000142,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 28,\u003cbr\u003e \"InpSlowEmaPeriod\": 50,\u003cbr\u003e \"InpRsiPeriod\": 21,\u003cbr\u003e \"InpRsiBuyLevel\": 36.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.8,\u003cbr\u003e \"InpAtrPeriod\": 15,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 2.1,\u003cbr\u003e \"InpAtrTPMult\": 1.9,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 270.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 310.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 75,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.183608287863369,\u003cbr\u003e \"sharpe\": 0.10114553360822783,\u003cbr\u003e \"total_trades\": 415,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.18 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.6987951807228916\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 35,\u003cbr\u003e \"values\": [\u003cbr\u003e -998508.39\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 24,\u003cbr\u003e \"InpSlowEmaPeriod\": 85,\u003cbr\u003e \"InpRsiPeriod\": 8,\u003cbr\u003e \"InpRsiBuyLevel\": 33.0,\u003cbr\u003e \"InpRsiSellLevel\": 70.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.5,\u003cbr\u003e \"InpAtrPeriod\": 21,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 1.8,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpTrailStartPoints\": 380.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 3,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 236.12999999999965,\u003cbr\u003e \"max_equity_dd_pct\": 0.08486222870717744,\u003cbr\u003e \"net_profit\": 1727.7399999999361,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 24,\u003cbr\u003e \"InpSlowEmaPeriod\": 85,\u003cbr\u003e \"InpRsiPeriod\": 8,\u003cbr\u003e \"InpRsiBuyLevel\": 33.0,\u003cbr\u003e \"InpRsiSellLevel\": 70.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.5,\u003cbr\u003e \"InpAtrPeriod\": 21,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 1.8,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 380.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 3,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4261479113636635,\u003cbr\u003e \"sharpe\": 0.16255196568151584,\u003cbr\u003e \"total_trades\": 591,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.43 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.805414551607445\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 36,\u003cbr\u003e \"values\": [\u003cbr\u003e -1999728.1076\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 29,\u003cbr\u003e \"InpSlowEmaPeriod\": 125,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.0,\u003cbr\u003e \"InpAtrPeriod\": 17,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpAtrSLMult\": 1.7000000000000002,\u003cbr\u003e \"InpAtrTPMult\": 2.0,\u003cbr\u003e \"InpBreakEvenPoints\": 230.0,\u003cbr\u003e \"InpBreakEvenLock\": 30,\u003cbr\u003e \"InpTrailStartPoints\": 340.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 6.0,\u003cbr\u003e \"InpMinSecondsBetween\": 150\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 584.8197999999798,\u003cbr\u003e \"max_equity_dd_pct\": 0.2641269247688187,\u003cbr\u003e \"net_profit\": 856.7122000000445,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 29,\u003cbr\u003e \"InpSlowEmaPeriod\": 125,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.0,\u003cbr\u003e \"InpAtrPeriod\": 17,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.7000000000000002,\u003cbr\u003e \"InpAtrTPMult\": 2.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 230.0,\u003cbr\u003e \"InpBreakEvenLock\": 30,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 340.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 6.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 150,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.0875883058920377,\u003cbr\u003e \"sharpe\": 0.0899104576941568,\u003cbr\u003e \"total_trades\": 1269,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.09 \u003c 1.5)\",\u003cbr\u003e \"DD% over cap (26.41% \u003e 25.00%)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.6729708431836091\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 37,\u003cbr\u003e \"values\": [\u003cbr\u003e -999957.58\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 23,\u003cbr\u003e \"InpSlowEmaPeriod\": 65,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 35.0,\u003cbr\u003e \"InpRsiSellLevel\": 67.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.6,\u003cbr\u003e \"InpAtrPeriod\": 19,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 12.5,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 1.1,\u003cbr\u003e \"InpBreakEvenPoints\": 170.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 220.0,\u003cbr\u003e \"InpTrailStepPoints\": 120.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 75\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 22.539999999995416,\u003cbr\u003e \"max_equity_dd_pct\": 0.021165114182687968,\u003cbr\u003e \"net_profit\": 64.96000000000186,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 23,\u003cbr\u003e \"InpSlowEmaPeriod\": 65,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 35.0,\u003cbr\u003e \"InpRsiSellLevel\": 67.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.6,\u003cbr\u003e \"InpAtrPeriod\": 19,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 12.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 1.1,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 170.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 220.0,\u003cbr\u003e \"InpTrailStepPoints\": 120.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 75,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 4.075757575757812,\u003cbr\u003e \"sharpe\": 0.08671820146301393,\u003cbr\u003e \"total_trades\": 7,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"too few trades (7 \u003c 40)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.8571428571428571\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 38,\u003cbr\u003e \"values\": [\u003cbr\u003e -998932.3328399999\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 31,\u003cbr\u003e \"InpSlowEmaPeriod\": 165,\u003cbr\u003e \"InpRsiPeriod\": 24,\u003cbr\u003e \"InpRsiBuyLevel\": 31.0,\u003cbr\u003e \"InpRsiSellLevel\": 51.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 7,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 20.0,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.9,\u003cbr\u003e \"InpAtrTPMult\": 1.6,\u003cbr\u003e \"InpBreakEvenPoints\": 130.0,\u003cbr\u003e \"InpBreakEvenLock\": 30,\u003cbr\u003e \"InpTrailStartPoints\": 170.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 120\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 319.0899999999856,\u003cbr\u003e \"max_equity_dd_pct\": 0.1288837410250448,\u003cbr\u003e \"net_profit\": 1386.7571600000426,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 31,\u003cbr\u003e \"InpSlowEmaPeriod\": 165,\u003cbr\u003e \"InpRsiPeriod\": 24,\u003cbr\u003e \"InpRsiBuyLevel\": 31.0,\u003cbr\u003e \"InpRsiSellLevel\": 51.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 7,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 20.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.9,\u003cbr\u003e \"InpAtrTPMult\": 1.6,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 130.0,\u003cbr\u003e \"InpBreakEvenLock\": 30,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 170.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 120,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.2330578545175335,\u003cbr\u003e \"sharpe\": 0.12305514326324528,\u003cbr\u003e \"total_trades\": 798,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.23 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7969924812030075\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 39,\u003cbr\u003e \"values\": [\u003cbr\u003e -1999914.2200000002\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 32,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 8,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.2,\u003cbr\u003e \"InpAtrPeriod\": 10,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpAtrSLMult\": 1.6,\u003cbr\u003e \"InpAtrTPMult\": 2.6,\u003cbr\u003e \"InpBreakEvenPoints\": 190.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 110.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 5.0,\u003cbr\u003e \"InpMinSecondsBetween\": 165\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 577.7100000000733,\u003cbr\u003e \"max_equity_dd_pct\": 0.33232856066320854,\u003cbr\u003e \"net_profit\": 663.4899999999202,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 32,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 8,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.2,\u003cbr\u003e \"InpAtrPeriod\": 10,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.6,\u003cbr\u003e \"InpAtrTPMult\": 2.6,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 190.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 110.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 5.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 165,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.0766867584764037,\u003cbr\u003e \"sharpe\": 0.0738656065659965,\u003cbr\u003e \"total_trades\": 2215,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.08 \u003c 1.5)\",\u003cbr\u003e \"DD% over cap (33.23% \u003e 25.00%)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7422121896162528\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 40,\u003cbr\u003e \"values\": [\u003cbr\u003e -998637.4424\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 25,\u003cbr\u003e \"InpSlowEmaPeriod\": 145,\u003cbr\u003e \"InpRsiPeriod\": 7,\u003cbr\u003e \"InpRsiBuyLevel\": 38.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.9,\u003cbr\u003e \"InpAtrPeriod\": 14,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 1.25,\u003cbr\u003e \"InpAtrSLMult\": 2.2,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpBreakEvenPoints\": 280.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 130.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 90\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 372.3037600000084,\u003cbr\u003e \"max_equity_dd_pct\": 0.1251907736131987,\u003cbr\u003e \"net_profit\": 1734.861359999991,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 25,\u003cbr\u003e \"InpSlowEmaPeriod\": 145,\u003cbr\u003e \"InpRsiPeriod\": 7,\u003cbr\u003e \"InpRsiBuyLevel\": 38.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.9,\u003cbr\u003e \"InpAtrPeriod\": 14,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 2.2,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 280.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 130.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.1445993635335876,\u003cbr\u003e \"sharpe\": 0.15409282990377607,\u003cbr\u003e \"total_trades\": 2123,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.14 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.689119170984456\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 41,\u003cbr\u003e \"values\": [\u003cbr\u003e -998778.8672\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 34,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 36.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.3,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 2.8,\u003cbr\u003e \"InpBreakEvenPoints\": 270.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 170.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 6,\u003cbr\u003e \"InpDailyLossLimit\": 4.5,\u003cbr\u003e \"InpMinSecondsBetween\": 165\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 725.7399999999816,\u003cbr\u003e \"max_equity_dd_pct\": 0.2070931826296219,\u003cbr\u003e \"net_profit\": 1946.8727999999937,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 34,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 36.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.3,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 2.8,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 270.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 170.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 6,\u003cbr\u003e \"InpDailyLossLimit\": 4.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 165,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.1947129976927344,\u003cbr\u003e \"sharpe\": 0.1342804666663909,\u003cbr\u003e \"total_trades\": 671,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.19 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.6274217585692996\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 42,\u003cbr\u003e \"values\": [\u003cbr\u003e -997962.3037599999\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 33,\u003cbr\u003e \"InpSlowEmaPeriod\": 75,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 34.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 25.0,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 2.5,\u003cbr\u003e \"InpBreakEvenPoints\": 250.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 120.0,\u003cbr\u003e \"InpTrailStepPoints\": 210.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 8,\u003cbr\u003e \"InpDailyLossLimit\": 4.0,\u003cbr\u003e \"InpMinSecondsBetween\": 180\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 416.89999999999964,\u003cbr\u003e \"max_equity_dd_pct\": 0.11843426189960979,\u003cbr\u003e \"net_profit\": 2454.596240000077,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 33,\u003cbr\u003e \"InpSlowEmaPeriod\": 75,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 34.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 25.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 2.5,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 250.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 120.0,\u003cbr\u003e \"InpTrailStepPoints\": 210.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 8,\u003cbr\u003e \"InpDailyLossLimit\": 4.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 180,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.3410218953341966,\u003cbr\u003e \"sharpe\": 0.15902817836366545,\u003cbr\u003e \"total_trades\": 667,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.34 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.5382308845577212\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 43,\u003cbr\u003e \"values\": [\u003cbr\u003e -2000187.3154799999\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 32,\u003cbr\u003e \"InpSlowEmaPeriod\": 60,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 34.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.7000000000000002,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 25.0,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 2.5,\u003cbr\u003e \"InpBreakEvenPoints\": 250.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 120.0,\u003cbr\u003e \"InpTrailStepPoints\": 200.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 5,\u003cbr\u003e \"InpDailyLossLimit\": 4.0,\u003cbr\u003e \"InpMinSecondsBetween\": 180\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 657.9400000000155,\u003cbr\u003e \"max_equity_dd_pct\": 0.35317018903927977,\u003cbr\u003e \"net_profit\": 470.62452000007863,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 32,\u003cbr\u003e \"InpSlowEmaPeriod\": 60,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 34.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.7000000000000002,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 25.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 2.5,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 250.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 120.0,\u003cbr\u003e \"InpTrailStepPoints\": 200.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 5,\u003cbr\u003e \"InpDailyLossLimit\": 4.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 180,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.107136913568664,\u003cbr\u003e \"sharpe\": 0.06632457012468367,\u003cbr\u003e \"total_trades\": 427,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.11 \u003c 1.5)\",\u003cbr\u003e \"DD% over cap (35.32% \u003e 25.00%)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.522248243559719\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 44,\u003cbr\u003e \"values\": [\u003cbr\u003e -997650.8213199999\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 15,\u003cbr\u003e \"InpSlowEmaPeriod\": 80,\u003cbr\u003e \"InpRsiPeriod\": 9,\u003cbr\u003e \"InpRsiBuyLevel\": 33.0,\u003cbr\u003e \"InpRsiSellLevel\": 61.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.2,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 20.0,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 2.1,\u003cbr\u003e \"InpBreakEvenPoints\": 220.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpTrailStartPoints\": 150.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 7,\u003cbr\u003e \"InpDailyLossLimit\": 3.0,\u003cbr\u003e \"InpMinSecondsBetween\": 135\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 724.1999999999889,\u003cbr\u003e \"max_equity_dd_pct\": 0.15314218453768824,\u003cbr\u003e \"net_profit\": 3073.3786800001117,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 15,\u003cbr\u003e \"InpSlowEmaPeriod\": 80,\u003cbr\u003e \"InpRsiPeriod\": 9,\u003cbr\u003e \"InpRsiBuyLevel\": 33.0,\u003cbr\u003e \"InpRsiSellLevel\": 61.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.2,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 20.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 2.1,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 220.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 150.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 7,\u003cbr\u003e \"InpDailyLossLimit\": 3.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 135,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.3291097975469328,\u003cbr\u003e \"sharpe\": 0.18947357908135498,\u003cbr\u003e \"total_trades\": 816,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.33 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.5686274509803921\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 45,\u003cbr\u003e \"values\": [\u003cbr\u003e -998805.0593999999\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 15,\u003cbr\u003e \"InpSlowEmaPeriod\": 100,\u003cbr\u003e \"InpRsiPeriod\": 8,\u003cbr\u003e \"InpRsiBuyLevel\": 31.0,\u003cbr\u003e \"InpRsiSellLevel\": 61.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.1,\u003cbr\u003e \"InpAtrPeriod\": 21,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 17.5,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 1.8,\u003cbr\u003e \"InpBreakEvenPoints\": 210.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 150.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 7,\u003cbr\u003e \"InpDailyLossLimit\": 3.5,\u003cbr\u003e \"InpMinSecondsBetween\": 135\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 450.79999999996016,\u003cbr\u003e \"max_equity_dd_pct\": 0.15193129685628112,\u003cbr\u003e \"net_profit\": 1645.7406000000594,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 15,\u003cbr\u003e \"InpSlowEmaPeriod\": 100,\u003cbr\u003e \"InpRsiPeriod\": 8,\u003cbr\u003e \"InpRsiBuyLevel\": 31.0,\u003cbr\u003e \"InpRsiSellLevel\": 61.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.1,\u003cbr\u003e \"InpAtrPeriod\": 21,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 17.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 1.8,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 210.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 150.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 7,\u003cbr\u003e \"InpDailyLossLimit\": 3.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 135,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.1624926635241861,\u003cbr\u003e \"sharpe\": 0.124216505424888,\u003cbr\u003e \"total_trades\": 1044,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.16 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.5823754789272031\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 46,\u003cbr\u003e \"values\": [\u003cbr\u003e -1000189.8041599999\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 33.0,\u003cbr\u003e \"InpRsiSellLevel\": 62.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.2,\u003cbr\u003e \"InpAtrPeriod\": 8,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 20.0,\u003cbr\u003e \"InpRiskPercent\": 2.0,\u003cbr\u003e \"InpAtrSLMult\": 1.7000000000000002,\u003cbr\u003e \"InpAtrTPMult\": 2.2,\u003cbr\u003e \"InpBreakEvenPoints\": 230.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpTrailStartPoints\": 200.0,\u003cbr\u003e \"InpTrailStepPoints\": 180.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 4,\u003cbr\u003e \"InpDailyLossLimit\": 2.5,\u003cbr\u003e \"InpMinSecondsBetween\": 135\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 318.45707999999286,\u003cbr\u003e \"max_equity_dd_pct\": 0.22690323225854847,\u003cbr\u003e \"net_profit\": 128.6529200000259,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 33.0,\u003cbr\u003e \"InpRsiSellLevel\": 62.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.2,\u003cbr\u003e \"InpAtrPeriod\": 8,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 20.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.7000000000000002,\u003cbr\u003e \"InpAtrTPMult\": 2.2,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 230.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 200.0,\u003cbr\u003e \"InpTrailStepPoints\": 180.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 4,\u003cbr\u003e \"InpDailyLossLimit\": 2.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 135,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.030157305373324,\u003cbr\u003e \"sharpe\": 0.03076928639832638,\u003cbr\u003e \"total_trades\": 646,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.03 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.6749226006191951\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 47,\u003cbr\u003e \"values\": [\u003cbr\u003e 1495.5280799999778\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 17,\u003cbr\u003e \"InpSlowEmaPeriod\": 90,\u003cbr\u003e \"InpRsiPeriod\": 9,\u003cbr\u003e \"InpRsiBuyLevel\": 35.0,\u003cbr\u003e \"InpRsiSellLevel\": 60.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 15.0,\u003cbr\u003e \"InpRiskPercent\": 1.25,\u003cbr\u003e \"InpAtrSLMult\": 1.6,\u003cbr\u003e \"InpAtrTPMult\": 2.1,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 10,\u003cbr\u003e \"InpTrailStartPoints\": 160.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 150\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 109.3599999999933,\u003cbr\u003e \"max_equity_dd_pct\": 0.04198260986322089,\u003cbr\u003e \"net_profit\": 1604.888079999971,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 17,\u003cbr\u003e \"InpSlowEmaPeriod\": 90,\u003cbr\u003e \"InpRsiPeriod\": 9,\u003cbr\u003e \"InpRsiBuyLevel\": 35.0,\u003cbr\u003e \"InpRsiSellLevel\": 60.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 15.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.6,\u003cbr\u003e \"InpAtrTPMult\": 2.1,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 10,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 160.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 150,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5838695533541078,\u003cbr\u003e \"sharpe\": 0.2868401859482338,\u003cbr\u003e \"total_trades\": 1315,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8859315589353612\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 48,\u003cbr\u003e \"values\": [\u003cbr\u003e -999326.55664\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 20,\u003cbr\u003e \"InpSlowEmaPeriod\": 90,\u003cbr\u003e \"InpRsiPeriod\": 7,\u003cbr\u003e \"InpRsiBuyLevel\": 35.0,\u003cbr\u003e \"InpRsiSellLevel\": 60.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 18,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 10.0,\u003cbr\u003e \"InpRiskPercent\": 0.75,\u003cbr\u003e \"InpAtrSLMult\": 1.9,\u003cbr\u003e \"InpAtrTPMult\": 1.6,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 15,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 112.54999999999745,\u003cbr\u003e \"max_equity_dd_pct\": 0.06220523121289156,\u003cbr\u003e \"net_profit\": 785.9933599999862,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 20,\u003cbr\u003e \"InpSlowEmaPeriod\": 90,\u003cbr\u003e \"InpRsiPeriod\": 7,\u003cbr\u003e \"InpRsiBuyLevel\": 35.0,\u003cbr\u003e \"InpRsiSellLevel\": 60.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 18,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 10.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 0.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.9,\u003cbr\u003e \"InpAtrTPMult\": 1.6,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 15,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.3774857889327463,\u003cbr\u003e \"sharpe\": 0.24557547481110853,\u003cbr\u003e \"total_trades\": 2083,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.38 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.8919827172347575\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 49,\u003cbr\u003e \"values\": [\u003cbr\u003e -999467.94274\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 18,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 8,\u003cbr\u003e \"InpRsiBuyLevel\": 35.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 11,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 15.0,\u003cbr\u003e \"InpRiskPercent\": 0.75,\u003cbr\u003e \"InpAtrSLMult\": 1.7000000000000002,\u003cbr\u003e \"InpAtrTPMult\": 1.9,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 10,\u003cbr\u003e \"InpTrailStartPoints\": 170.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 150\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 212.29596000000356,\u003cbr\u003e \"max_equity_dd_pct\": 0.11907718952427106,\u003cbr\u003e \"net_profit\": 744.353220000016,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 18,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 8,\u003cbr\u003e \"InpRsiBuyLevel\": 35.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 11,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 15.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 0.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.7000000000000002,\u003cbr\u003e \"InpAtrTPMult\": 1.9,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 10,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 170.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 150,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.203702017128098,\u003cbr\u003e \"sharpe\": 0.17343410622449779,\u003cbr\u003e \"total_trades\": 2144,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.20 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.8083022388059702\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 50,\u003cbr\u003e \"values\": [\u003cbr\u003e -2000045.54\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 17,\u003cbr\u003e \"InpSlowEmaPeriod\": 90,\u003cbr\u003e \"InpRsiPeriod\": 21,\u003cbr\u003e \"InpRsiBuyLevel\": 37.0,\u003cbr\u003e \"InpRsiSellLevel\": 64.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.2,\u003cbr\u003e \"InpAtrPeriod\": 19,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpRiskPercent\": 1.25,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 2.3,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 10,\u003cbr\u003e \"InpTrailStartPoints\": 380.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 51.509999999989304,\u003cbr\u003e \"max_equity_dd_pct\": 0.049922465594097035,\u003cbr\u003e \"net_profit\": 5.970000000008895,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 17,\u003cbr\u003e \"InpSlowEmaPeriod\": 90,\u003cbr\u003e \"InpRsiPeriod\": 21,\u003cbr\u003e \"InpRsiBuyLevel\": 37.0,\u003cbr\u003e \"InpRsiSellLevel\": 64.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.2,\u003cbr\u003e \"InpAtrPeriod\": 19,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 2.3,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 10,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 380.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.0773115773116955,\u003cbr\u003e \"sharpe\": 0.008931521303519199,\u003cbr\u003e \"total_trades\": 17,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"too few trades (17 \u003c 40)\",\u003cbr\u003e \"PF too low (1.08 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.6470588235294118\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 51,\u003cbr\u003e \"values\": [\u003cbr\u003e 360.05404000001175\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 14,\u003cbr\u003e \"InpSlowEmaPeriod\": 85,\u003cbr\u003e \"InpRsiPeriod\": 9,\u003cbr\u003e \"InpRsiBuyLevel\": 33.0,\u003cbr\u003e \"InpRsiSellLevel\": 62.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 15.0,\u003cbr\u003e \"InpRiskPercent\": 0.5,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 2.1,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 10,\u003cbr\u003e \"InpTrailStartPoints\": 150.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 5.0,\u003cbr\u003e \"InpMinSecondsBetween\": 150\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 39.26000000000022,\u003cbr\u003e \"max_equity_dd_pct\": 0.027986802775389702,\u003cbr\u003e \"net_profit\": 399.31404000001197,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 14,\u003cbr\u003e \"InpSlowEmaPeriod\": 85,\u003cbr\u003e \"InpRsiPeriod\": 9,\u003cbr\u003e \"InpRsiBuyLevel\": 33.0,\u003cbr\u003e \"InpRsiSellLevel\": 62.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 15.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 0.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 2.1,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 10,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 150.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 5.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 150,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.532227118237451,\u003cbr\u003e \"sharpe\": 0.24831310116514188,\u003cbr\u003e \"total_trades\": 932,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8680257510729614\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 52,\u003cbr\u003e \"values\": [\u003cbr\u003e 245.54211999999222\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 100,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 32.0,\u003cbr\u003e \"InpRsiSellLevel\": 62.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.8,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 12.5,\u003cbr\u003e \"InpRiskPercent\": 0.5,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 1.7000000000000002,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 10,\u003cbr\u003e \"InpTrailStartPoints\": 160.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 5.0,\u003cbr\u003e \"InpMinSecondsBetween\": 150\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 41.370000000000346,\u003cbr\u003e \"max_equity_dd_pct\": 0.03214671721329393,\u003cbr\u003e \"net_profit\": 286.91211999999257,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 100,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 32.0,\u003cbr\u003e \"InpRsiSellLevel\": 62.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.8,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 12.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 0.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 1.7000000000000002,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 10,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 160.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 5.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 150,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.512762511162692,\u003cbr\u003e \"sharpe\": 0.21154134858909276,\u003cbr\u003e \"total_trades\": 784,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8724489795918368\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 53,\u003cbr\u003e \"values\": [\u003cbr\u003e -999842.60788\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 100,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 32.0,\u003cbr\u003e \"InpRsiSellLevel\": 63.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.8,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 12.5,\u003cbr\u003e \"InpRiskPercent\": 0.5,\u003cbr\u003e \"InpAtrSLMult\": 1.6,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 10,\u003cbr\u003e \"InpTrailStartPoints\": 210.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 5.0,\u003cbr\u003e \"InpMinSecondsBetween\": 150\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 48.759999999995216,\u003cbr\u003e \"max_equity_dd_pct\": 0.040426078262827646,\u003cbr\u003e \"net_profit\": 206.15211999999326,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 100,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 32.0,\u003cbr\u003e \"InpRsiSellLevel\": 63.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.8,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 12.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 0.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.6,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 10,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 210.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 5.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 150,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.3955397466637474,\u003cbr\u003e \"sharpe\": 0.15389533201950664,\u003cbr\u003e \"total_trades\": 693,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.40 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.862914862914863\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 54,\u003cbr\u003e \"values\": [\u003cbr\u003e 109.06807999999901\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 14,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 31.0,\u003cbr\u003e \"InpRsiSellLevel\": 62.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.1,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 12.5,\u003cbr\u003e \"InpRiskPercent\": 0.25,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 1.7000000000000002,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 10,\u003cbr\u003e \"InpTrailStartPoints\": 160.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 4.5,\u003cbr\u003e \"InpMinSecondsBetween\": 150\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 32.10999999999831,\u003cbr\u003e \"max_equity_dd_pct\": 0.02813758918327487,\u003cbr\u003e \"net_profit\": 141.17807999999732,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 14,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 31.0,\u003cbr\u003e \"InpRsiSellLevel\": 62.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.1,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 12.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 0.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 1.7000000000000002,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 10,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 160.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 4.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 150,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6438081124755888,\u003cbr\u003e \"sharpe\": 0.18978835735473562,\u003cbr\u003e \"total_trades\": 478,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8682008368200836\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 55,\u003cbr\u003e \"values\": [\u003cbr\u003e 64.53403999999405\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 14,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 30.0,\u003cbr\u003e \"InpRsiSellLevel\": 65.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.2,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 15.0,\u003cbr\u003e \"InpRiskPercent\": 0.25,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 1.4,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 10,\u003cbr\u003e \"InpTrailStartPoints\": 160.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 4.5,\u003cbr\u003e \"InpMinSecondsBetween\": 150\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 23.890000000000327,\u003cbr\u003e \"max_equity_dd_pct\": 0.02194916606215391,\u003cbr\u003e \"net_profit\": 88.42403999999438,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 14,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 30.0,\u003cbr\u003e \"InpRsiSellLevel\": 65.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.2,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 15.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 0.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 1.4,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 10,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 160.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 4.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 150,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.741091468400322,\u003cbr\u003e \"sharpe\": 0.16572313648245313,\u003cbr\u003e \"total_trades\": 289,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8685121107266436\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 56,\u003cbr\u003e \"values\": [\u003cbr\u003e -1000000.65596\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 30.0,\u003cbr\u003e \"InpRsiSellLevel\": 67.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.2,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 15.0,\u003cbr\u003e \"InpRiskPercent\": 0.25,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 1.3,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 10,\u003cbr\u003e \"InpTrailStartPoints\": 170.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 4.5,\u003cbr\u003e \"InpMinSecondsBetween\": 150\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 13.3799999999992,\u003cbr\u003e \"max_equity_dd_pct\": 0.013166258433932423,\u003cbr\u003e \"net_profit\": 12.724039999999109,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 30.0,\u003cbr\u003e \"InpRsiSellLevel\": 67.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.2,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 15.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 0.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 1.3,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 10,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 170.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 4.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 150,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.3386218209727496,\u003cbr\u003e \"sharpe\": 0.0426725003842837,\u003cbr\u003e \"total_trades\": 74,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.34 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.8513513513513513\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 57,\u003cbr\u003e \"values\": [\u003cbr\u003e -999937.79596\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 14,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 31.0,\u003cbr\u003e \"InpRsiSellLevel\": 63.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.0,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 10.0,\u003cbr\u003e \"InpRiskPercent\": 0.25,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 1.4,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 10,\u003cbr\u003e \"InpTrailStartPoints\": 140.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 5.0,\u003cbr\u003e \"InpMinSecondsBetween\": 165\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 29.649999999999636,\u003cbr\u003e \"max_equity_dd_pct\": 0.027155644357005487,\u003cbr\u003e \"net_profit\": 91.85403999999967,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 14,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 31.0,\u003cbr\u003e \"InpRsiSellLevel\": 63.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.0,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 10.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 0.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 1.4,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 10,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 140.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 5.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 165,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.3298525514418027,\u003cbr\u003e \"sharpe\": 0.1203722816582801,\u003cbr\u003e \"total_trades\": 426,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.33 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.823943661971831\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 58,\u003cbr\u003e \"values\": [\u003cbr\u003e -2000011.9\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 85,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 30.0,\u003cbr\u003e \"InpRsiSellLevel\": 65.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.3000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 12.5,\u003cbr\u003e \"InpRiskPercent\": 0.5,\u003cbr\u003e \"InpAtrSLMult\": 1.6,\u003cbr\u003e \"InpAtrTPMult\": 1.7000000000000002,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 15,\u003cbr\u003e \"InpTrailStartPoints\": 160.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 4.0,\u003cbr\u003e \"InpMinSecondsBetween\": 150\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 11.150000000000546,\u003cbr\u003e \"max_equity_dd_pct\": 0.01113118829178744,\u003cbr\u003e \"net_profit\": -0.7500000000027285,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 85,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 30.0,\u003cbr\u003e \"InpRsiSellLevel\": 65.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.3000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 12.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 0.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.6,\u003cbr\u003e \"InpAtrTPMult\": 1.7000000000000002,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 15,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 160.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 4.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 150,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 0.9725274725273733,\u003cbr\u003e \"sharpe\": -0.002399582341911397,\u003cbr\u003e \"total_trades\": 27,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"too few trades (27 \u003c 40)\",\u003cbr\u003e \"PF too low (0.97 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.8148148148148148\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 59,\u003cbr\u003e \"values\": [\u003cbr\u003e -999981.29596\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 16,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 32.0,\u003cbr\u003e \"InpRsiSellLevel\": 65.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 15.0,\u003cbr\u003e \"InpRiskPercent\": 0.5,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 1.5,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 4.5,\u003cbr\u003e \"InpMinSecondsBetween\": 165\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 44.01999999999998,\u003cbr\u003e \"max_equity_dd_pct\": 0.0414218539744337,\u003cbr\u003e \"net_profit\": 62.72403999999365,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 16,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 32.0,\u003cbr\u003e \"InpRsiSellLevel\": 65.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 15.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 0.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 1.5,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 4.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 165,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.2225630314538576,\u003cbr\u003e \"sharpe\": 0.07411000400027214,\u003cbr\u003e \"total_trades\": 297,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.22 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.8148148148148148\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 60,\u003cbr\u003e \"values\": [\u003cbr\u003e -1000002.32\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 14,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 27,\u003cbr\u003e \"InpRsiBuyLevel\": 31.0,\u003cbr\u003e \"InpRsiSellLevel\": 62.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 10.0,\u003cbr\u003e \"InpRiskPercent\": 0.75,\u003cbr\u003e \"InpAtrSLMult\": 1.9,\u003cbr\u003e \"InpAtrTPMult\": 1.0,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 10,\u003cbr\u003e \"InpTrailStartPoints\": 190.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 5.0,\u003cbr\u003e \"InpMinSecondsBetween\": 150\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2.7200000000002547,\u003cbr\u003e \"max_equity_dd_pct\": 0.0027115399952151835,\u003cbr\u003e \"net_profit\": 0.3999999999996362,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 14,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 27,\u003cbr\u003e \"InpRsiBuyLevel\": 31.0,\u003cbr\u003e \"InpRsiSellLevel\": 62.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 10.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 0.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.9,\u003cbr\u003e \"InpAtrTPMult\": 1.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 10,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 190.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 5.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 150,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": Infinity,\u003cbr\u003e \"sharpe\": 0.005332523045402392,\u003cbr\u003e \"total_trades\": 2,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"too few trades (2 \u003c 40)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 1.0\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 61,\u003cbr\u003e \"values\": [\u003cbr\u003e 444.2461600000009\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 17,\u003cbr\u003e \"InpSlowEmaPeriod\": 130,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 32.0,\u003cbr\u003e \"InpRsiSellLevel\": 60.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.5,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 17.5,\u003cbr\u003e \"InpRiskPercent\": 0.5,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 1.7000000000000002,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 15,\u003cbr\u003e \"InpTrailStartPoints\": 140.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 4.5,\u003cbr\u003e \"InpMinSecondsBetween\": 135\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 33.04000000000224,\u003cbr\u003e \"max_equity_dd_pct\": 0.022365335095268314,\u003cbr\u003e \"net_profit\": 477.2861600000031,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 17,\u003cbr\u003e \"InpSlowEmaPeriod\": 130,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 32.0,\u003cbr\u003e \"InpRsiSellLevel\": 60.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.5,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 17.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 0.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 1.7000000000000002,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 15,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 140.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 4.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 135,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5446682202200541,\u003cbr\u003e \"sharpe\": 0.2783159292353153,\u003cbr\u003e \"total_trades\": 1150,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8756521739130435\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 62,\u003cbr\u003e \"values\": [\u003cbr\u003e -999881.92\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 17,\u003cbr\u003e \"InpSlowEmaPeriod\": 130,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 32.0,\u003cbr\u003e \"InpRsiSellLevel\": 62.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.5,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 17.5,\u003cbr\u003e \"InpRiskPercent\": 0.5,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 1.7000000000000002,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 15,\u003cbr\u003e \"InpTrailStartPoints\": 160.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 4.5,\u003cbr\u003e \"InpMinSecondsBetween\": 120\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 33.220000000001164,\u003cbr\u003e \"max_equity_dd_pct\": 0.028854338573787434,\u003cbr\u003e \"net_profit\": 151.29999999998927,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 17,\u003cbr\u003e \"InpSlowEmaPeriod\": 130,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 32.0,\u003cbr\u003e \"InpRsiSellLevel\": 62.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.5,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 17.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 0.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 1.7000000000000002,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 15,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 160.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 4.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 120,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4593199757133863,\u003cbr\u003e \"sharpe\": 0.1553137602541889,\u003cbr\u003e \"total_trades\": 496,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.46 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.8830645161290323\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 63,\u003cbr\u003e \"values\": [\u003cbr\u003e -999968.33596\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 30.0,\u003cbr\u003e \"InpRsiSellLevel\": 66.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 12.5,\u003cbr\u003e \"InpRiskPercent\": 0.25,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 1.5,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 10,\u003cbr\u003e \"InpTrailStartPoints\": 140.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 5.5,\u003cbr\u003e \"InpMinSecondsBetween\": 150\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 24.74000000000433,\u003cbr\u003e \"max_equity_dd_pct\": 0.023419069847559936,\u003cbr\u003e \"net_profit\": 56.40403999999258,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 30.0,\u003cbr\u003e \"InpRsiSellLevel\": 66.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 12.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 0.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 1.5,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 10,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 140.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 5.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 150,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.2890203302015066,\u003cbr\u003e \"sharpe\": 0.09052594722158105,\u003cbr\u003e \"total_trades\": 351,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.29 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.8205128205128205\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 64,\u003cbr\u003e \"values\": [\u003cbr\u003e -999172.79576\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 15,\u003cbr\u003e \"InpSlowEmaPeriod\": 135,\u003cbr\u003e \"InpRsiPeriod\": 9,\u003cbr\u003e \"InpRsiBuyLevel\": 33.0,\u003cbr\u003e \"InpRsiSellLevel\": 60.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.5,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 15.0,\u003cbr\u003e \"InpRiskPercent\": 1.0,\u003cbr\u003e \"InpAtrSLMult\": 1.6,\u003cbr\u003e \"InpAtrTPMult\": 1.4,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 15,\u003cbr\u003e \"InpTrailStartPoints\": 180.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 4.0,\u003cbr\u003e \"InpMinSecondsBetween\": 135\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 132.9300000000053,\u003cbr\u003e \"max_equity_dd_pct\": 0.06781678381374776,\u003cbr\u003e \"net_profit\": 960.1342400000077,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 15,\u003cbr\u003e \"InpSlowEmaPeriod\": 135,\u003cbr\u003e \"InpRsiPeriod\": 9,\u003cbr\u003e \"InpRsiBuyLevel\": 33.0,\u003cbr\u003e \"InpRsiSellLevel\": 60.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.5,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 15.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.6,\u003cbr\u003e \"InpAtrTPMult\": 1.4,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 15,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 180.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 4.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 135,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.300678072046174,\u003cbr\u003e \"sharpe\": 0.21247344853508549,\u003cbr\u003e \"total_trades\": 1434,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.30 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.8417015341701534\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 65,\u003cbr\u003e \"values\": [\u003cbr\u003e -999857.36172\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 95,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 31.0,\u003cbr\u003e \"InpRsiSellLevel\": 63.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.1,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 17.5,\u003cbr\u003e \"InpRiskPercent\": 0.75,\u003cbr\u003e \"InpAtrSLMult\": 1.8,\u003cbr\u003e \"InpAtrTPMult\": 1.3,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 10,\u003cbr\u003e \"InpTrailStartPoints\": 150.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 5.5,\u003cbr\u003e \"InpMinSecondsBetween\": 165\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 65.24999999999909,\u003cbr\u003e \"max_equity_dd_pct\": 0.053896298466648326,\u003cbr\u003e \"net_profit\": 207.88827999999666,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 95,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 31.0,\u003cbr\u003e \"InpRsiSellLevel\": 63.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.1,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 17.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 0.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.8,\u003cbr\u003e \"InpAtrTPMult\": 1.3,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 10,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 150.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 5.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 165,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.353536008354459,\u003cbr\u003e \"sharpe\": 0.1419213652257908,\u003cbr\u003e \"total_trades\": 598,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.35 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.8762541806020067\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 66,\u003cbr\u003e \"values\": [\u003cbr\u003e -999959.6578800001\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 18,\u003cbr\u003e \"InpSlowEmaPeriod\": 125,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 32.0,\u003cbr\u003e \"InpRsiSellLevel\": 61.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 22,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 12.5,\u003cbr\u003e \"InpRiskPercent\": 0.5,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 1.7000000000000002,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 10,\u003cbr\u003e \"InpTrailStartPoints\": 180.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 4.5,\u003cbr\u003e \"InpMinSecondsBetween\": 135\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 90.79000000000269,\u003cbr\u003e \"max_equity_dd_pct\": 0.08026471744079212,\u003cbr\u003e \"net_profit\": 131.13211999998146,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 18,\u003cbr\u003e \"InpSlowEmaPeriod\": 125,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 32.0,\u003cbr\u003e \"InpRsiSellLevel\": 61.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 22,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 12.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 0.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 1.7000000000000002,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 10,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 180.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 4.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 135,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.1428078125642316,\u003cbr\u003e \"sharpe\": 0.08380272381767452,\u003cbr\u003e \"total_trades\": 816,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.14 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7867647058823529\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 67,\u003cbr\u003e \"values\": [\u003cbr\u003e 221.5040400000102\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 16,\u003cbr\u003e \"InpSlowEmaPeriod\": 100,\u003cbr\u003e \"InpRsiPeriod\": 9,\u003cbr\u003e \"InpRsiBuyLevel\": 33.0,\u003cbr\u003e \"InpRsiSellLevel\": 65.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 10.0,\u003cbr\u003e \"InpRiskPercent\": 0.25,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 2.0,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 15,\u003cbr\u003e \"InpTrailStartPoints\": 140.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 5.0,\u003cbr\u003e \"InpMinSecondsBetween\": 120\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 50.429999999995744,\u003cbr\u003e \"max_equity_dd_pct\": 0.03964828239048898,\u003cbr\u003e \"net_profit\": 271.93404000000595,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 16,\u003cbr\u003e \"InpSlowEmaPeriod\": 100,\u003cbr\u003e \"InpRsiPeriod\": 9,\u003cbr\u003e \"InpRsiBuyLevel\": 33.0,\u003cbr\u003e \"InpRsiSellLevel\": 65.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 10.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 0.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 2.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 15,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 140.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 5.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 120,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6826922352738585,\u003cbr\u003e \"sharpe\": 0.28796619380139393,\u003cbr\u003e \"total_trades\": 885,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8723163841807909\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 68,\u003cbr\u003e \"values\": [\u003cbr\u003e 786.496159999989\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 20,\u003cbr\u003e \"InpSlowEmaPeriod\": 80,\u003cbr\u003e \"InpRsiPeriod\": 9,\u003cbr\u003e \"InpRsiBuyLevel\": 33.0,\u003cbr\u003e \"InpRsiSellLevel\": 62.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 10.0,\u003cbr\u003e \"InpRiskPercent\": 1.0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 2.1,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 140.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 5.0,\u003cbr\u003e \"InpMinSecondsBetween\": 120\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 81.68000000000302,\u003cbr\u003e \"max_equity_dd_pct\": 0.04281155427243163,\u003cbr\u003e \"net_profit\": 868.176159999992,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 20,\u003cbr\u003e \"InpSlowEmaPeriod\": 80,\u003cbr\u003e \"InpRsiPeriod\": 9,\u003cbr\u003e \"InpRsiBuyLevel\": 33.0,\u003cbr\u003e \"InpRsiSellLevel\": 62.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 10.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 2.1,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 140.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 5.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 120,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5112572491932164,\u003cbr\u003e \"sharpe\": 0.2411772192297557,\u003cbr\u003e \"total_trades\": 864,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8518518518518519\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 69,\u003cbr\u003e \"values\": [\u003cbr\u003e -999286.84576\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 20,\u003cbr\u003e \"InpSlowEmaPeriod\": 75,\u003cbr\u003e \"InpRsiPeriod\": 9,\u003cbr\u003e \"InpRsiBuyLevel\": 33.0,\u003cbr\u003e \"InpRsiSellLevel\": 60.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 10.0,\u003cbr\u003e \"InpRiskPercent\": 1.0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 2.1,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 5.0,\u003cbr\u003e \"InpMinSecondsBetween\": 120\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 87.65999999999894,\u003cbr\u003e \"max_equity_dd_pct\": 0.04825566611579798,\u003cbr\u003e \"net_profit\": 800.814239999998,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 20,\u003cbr\u003e \"InpSlowEmaPeriod\": 75,\u003cbr\u003e \"InpRsiPeriod\": 9,\u003cbr\u003e \"InpRsiBuyLevel\": 33.0,\u003cbr\u003e \"InpRsiSellLevel\": 60.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 10.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 2.1,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 5.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 120,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4024616869116793,\u003cbr\u003e \"sharpe\": 0.21890942283887055,\u003cbr\u003e \"total_trades\": 970,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.40 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.8484536082474227\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 70,\u003cbr\u003e \"values\": [\u003cbr\u003e -999685.87416\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 20,\u003cbr\u003e \"InpSlowEmaPeriod\": 80,\u003cbr\u003e \"InpRsiPeriod\": 9,\u003cbr\u003e \"InpRsiBuyLevel\": 35.0,\u003cbr\u003e \"InpRsiSellLevel\": 64.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 10.0,\u003cbr\u003e \"InpRiskPercent\": 1.0,\u003cbr\u003e \"InpAtrSLMult\": 2.7,\u003cbr\u003e \"InpAtrTPMult\": 2.3,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 15,\u003cbr\u003e \"InpTrailStartPoints\": 140.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 6.0,\u003cbr\u003e \"InpMinSecondsBetween\": 120\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 88.64999999999873,\u003cbr\u003e \"max_equity_dd_pct\": 0.06319612690221296,\u003cbr\u003e \"net_profit\": 402.77584000000525,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 20,\u003cbr\u003e \"InpSlowEmaPeriod\": 80,\u003cbr\u003e \"InpRsiPeriod\": 9,\u003cbr\u003e \"InpRsiBuyLevel\": 35.0,\u003cbr\u003e \"InpRsiSellLevel\": 64.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 10.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 2.7,\u003cbr\u003e \"InpAtrTPMult\": 2.3,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 15,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 140.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 6.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 120,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.3568785719237495,\u003cbr\u003e \"sharpe\": 0.15778170532373045,\u003cbr\u003e \"total_trades\": 798,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.36 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.8696741854636592\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 71,\u003cbr\u003e \"values\": [\u003cbr\u003e 763.6361600000075\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 17,\u003cbr\u003e \"InpSlowEmaPeriod\": 90,\u003cbr\u003e \"InpRsiPeriod\": 8,\u003cbr\u003e \"InpRsiBuyLevel\": 33.0,\u003cbr\u003e \"InpRsiSellLevel\": 62.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.8,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 12.5,\u003cbr\u003e \"InpRiskPercent\": 0.75,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 2.0,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 15,\u003cbr\u003e \"InpTrailStartPoints\": 140.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 5.0,\u003cbr\u003e \"InpMinSecondsBetween\": 135\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 71.849999999994,\u003cbr\u003e \"max_equity_dd_pct\": 0.039144942394985935,\u003cbr\u003e \"net_profit\": 835.4861600000015,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 17,\u003cbr\u003e \"InpSlowEmaPeriod\": 90,\u003cbr\u003e \"InpRsiPeriod\": 8,\u003cbr\u003e \"InpRsiBuyLevel\": 33.0,\u003cbr\u003e \"InpRsiSellLevel\": 62.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.8,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 12.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 0.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 2.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 15,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 140.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 5.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 135,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.555067324437102,\u003cbr\u003e \"sharpe\": 0.29470462953214194,\u003cbr\u003e \"total_trades\": 1318,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8854324734446131\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 72,\u003cbr\u003e \"values\": [\u003cbr\u003e 953.4165200000093\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 17,\u003cbr\u003e \"InpSlowEmaPeriod\": 85,\u003cbr\u003e \"InpRsiPeriod\": 8,\u003cbr\u003e \"InpRsiBuyLevel\": 33.0,\u003cbr\u003e \"InpRsiSellLevel\": 61.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.8,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 12.5,\u003cbr\u003e \"InpRiskPercent\": 0.75,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 2.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 15,\u003cbr\u003e \"InpTrailStartPoints\": 120.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 5.0,\u003cbr\u003e \"InpMinSecondsBetween\": 120\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 105.51999999999953,\u003cbr\u003e \"max_equity_dd_pct\": 0.0512497587832378,\u003cbr\u003e \"net_profit\": 1058.9365200000088,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 17,\u003cbr\u003e \"InpSlowEmaPeriod\": 85,\u003cbr\u003e \"InpRsiPeriod\": 8,\u003cbr\u003e \"InpRsiBuyLevel\": 33.0,\u003cbr\u003e \"InpRsiSellLevel\": 61.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.8,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 12.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 0.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 2.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 15,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 120.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 5.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 120,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.57110464407639,\u003cbr\u003e \"sharpe\": 0.32341922530658407,\u003cbr\u003e \"total_trades\": 1353,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8706577974870657\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 73,\u003cbr\u003e \"values\": [\u003cbr\u003e 979.9407600000084\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 17,\u003cbr\u003e \"InpSlowEmaPeriod\": 90,\u003cbr\u003e \"InpRsiPeriod\": 8,\u003cbr\u003e \"InpRsiBuyLevel\": 33.0,\u003cbr\u003e \"InpRsiSellLevel\": 61.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.8,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 12.5,\u003cbr\u003e \"InpRiskPercent\": 0.75,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 2.0,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 15,\u003cbr\u003e \"InpTrailStartPoints\": 120.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 5.0,\u003cbr\u003e \"InpMinSecondsBetween\": 120\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 119.8199999999988,\u003cbr\u003e \"max_equity_dd_pct\": 0.05579690960559702,\u003cbr\u003e \"net_profit\": 1099.7607600000072,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 17,\u003cbr\u003e \"InpSlowEmaPeriod\": 90,\u003cbr\u003e \"InpRsiPeriod\": 8,\u003cbr\u003e \"InpRsiBuyLevel\": 33.0,\u003cbr\u003e \"InpRsiSellLevel\": 61.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.8,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 12.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 0.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 2.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 15,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 120.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 5.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 120,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5129510153760761,\u003cbr\u003e \"sharpe\": 0.3126739343272974,\u003cbr\u003e \"total_trades\": 1375,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8545454545454545\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 74,\u003cbr\u003e \"values\": [\u003cbr\u003e -998595.16766\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 17,\u003cbr\u003e \"InpSlowEmaPeriod\": 85,\u003cbr\u003e \"InpRsiPeriod\": 8,\u003cbr\u003e \"InpRsiBuyLevel\": 34.0,\u003cbr\u003e \"InpRsiSellLevel\": 61.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.8,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 15.0,\u003cbr\u003e \"InpRiskPercent\": 1.0,\u003cbr\u003e \"InpAtrSLMult\": 1.7000000000000002,\u003cbr\u003e \"InpAtrTPMult\": 1.9,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 5.5,\u003cbr\u003e \"InpMinSecondsBetween\": 135\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 148.10000000001492,\u003cbr\u003e \"max_equity_dd_pct\": 0.05801172153274377,\u003cbr\u003e \"net_profit\": 1552.9323399999826,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 17,\u003cbr\u003e \"InpSlowEmaPeriod\": 85,\u003cbr\u003e \"InpRsiPeriod\": 8,\u003cbr\u003e \"InpRsiBuyLevel\": 34.0,\u003cbr\u003e \"InpRsiSellLevel\": 61.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.8,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 15.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.7000000000000002,\u003cbr\u003e \"InpAtrTPMult\": 1.9,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 5.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 135,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4814577489241847,\u003cbr\u003e \"sharpe\": 0.2993367171626914,\u003cbr\u003e \"total_trades\": 1397,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.48 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.8611309949892627\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 75,\u003cbr\u003e \"values\": [\u003cbr\u003e 1221.8767600000142\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 90,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 35.0,\u003cbr\u003e \"InpRsiSellLevel\": 61.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 17.5,\u003cbr\u003e \"InpRiskPercent\": 1.25,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 2.1,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 15,\u003cbr\u003e \"InpTrailStartPoints\": 120.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 5.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 107.0699999999947,\u003cbr\u003e \"max_equity_dd_pct\": 0.04457207387186381,\u003cbr\u003e \"net_profit\": 1328.946760000009,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 90,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 35.0,\u003cbr\u003e \"InpRsiSellLevel\": 61.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 17.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 2.1,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 15,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 120.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 5.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5182207313505038,\u003cbr\u003e \"sharpe\": 0.25293142028988447,\u003cbr\u003e \"total_trades\": 959,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8519290928050052\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 76,\u003cbr\u003e \"values\": [\u003cbr\u003e -997786.94504\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 18,\u003cbr\u003e \"InpSlowEmaPeriod\": 90,\u003cbr\u003e \"InpRsiPeriod\": 7,\u003cbr\u003e \"InpRsiBuyLevel\": 35.0,\u003cbr\u003e \"InpRsiSellLevel\": 61.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 17.5,\u003cbr\u003e \"InpRiskPercent\": 1.25,\u003cbr\u003e \"InpAtrSLMult\": 1.6,\u003cbr\u003e \"InpAtrTPMult\": 2.1,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 120.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 5.5,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 434.9600000000055,\u003cbr\u003e \"max_equity_dd_pct\": 0.10962812595165036,\u003cbr\u003e \"net_profit\": 2648.0149599999413,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 18,\u003cbr\u003e \"InpSlowEmaPeriod\": 90,\u003cbr\u003e \"InpRsiPeriod\": 7,\u003cbr\u003e \"InpRsiBuyLevel\": 35.0,\u003cbr\u003e \"InpRsiSellLevel\": 61.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 17.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.6,\u003cbr\u003e \"InpAtrTPMult\": 2.1,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 120.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 5.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.3906133775475185,\u003cbr\u003e \"sharpe\": 0.2942322739860902,\u003cbr\u003e \"total_trades\": 1858,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.39 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.8498385360602799\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 77,\u003cbr\u003e \"values\": [\u003cbr\u003e -997207.0707800001\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 22,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 8,\u003cbr\u003e \"InpRsiBuyLevel\": 36.0,\u003cbr\u003e \"InpRsiSellLevel\": 60.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 20.0,\u003cbr\u003e \"InpRiskPercent\": 1.5,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 2.3,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 15,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 5.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 318.71000000000186,\u003cbr\u003e \"max_equity_dd_pct\": 0.07493488569656802,\u003cbr\u003e \"net_profit\": 3111.639219999991,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 22,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 8,\u003cbr\u003e \"InpRsiBuyLevel\": 36.0,\u003cbr\u003e \"InpRsiSellLevel\": 60.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 20.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 2.3,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 15,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 5.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.3529920703706353,\u003cbr\u003e \"sharpe\": 0.25859440760532937,\u003cbr\u003e \"total_trades\": 1481,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.35 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.8082376772451046\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 78,\u003cbr\u003e \"values\": [\u003cbr\u003e -999440.80698\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 80,\u003cbr\u003e \"InpRsiPeriod\": 7,\u003cbr\u003e \"InpRsiBuyLevel\": 34.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 22,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 17.5,\u003cbr\u003e \"InpRiskPercent\": 0.75,\u003cbr\u003e \"InpAtrSLMult\": 1.7000000000000002,\u003cbr\u003e \"InpAtrTPMult\": 2.0,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 6.0,\u003cbr\u003e \"InpMinSecondsBetween\": 120\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 119.63000000000238,\u003cbr\u003e \"max_equity_dd_pct\": 0.06798538035288762,\u003cbr\u003e \"net_profit\": 678.8230199999841,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 80,\u003cbr\u003e \"InpRsiPeriod\": 7,\u003cbr\u003e \"InpRsiBuyLevel\": 34.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 22,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 17.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 0.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.7000000000000002,\u003cbr\u003e \"InpAtrTPMult\": 2.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 6.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 120,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.214367516386301,\u003cbr\u003e \"sharpe\": 0.18245702662583502,\u003cbr\u003e \"total_trades\": 1868,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.21 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.8238758029978587\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 79,\u003cbr\u003e \"values\": [\u003cbr\u003e -1000011.6799999999\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 16,\u003cbr\u003e \"InpSlowEmaPeriod\": 60,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 33.0,\u003cbr\u003e \"InpRsiSellLevel\": 63.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 15.0,\u003cbr\u003e \"InpRiskPercent\": 1.25,\u003cbr\u003e \"InpAtrSLMult\": 1.6,\u003cbr\u003e \"InpAtrTPMult\": 2.1,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 15,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 5.5,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 88.31000000000131,\u003cbr\u003e \"max_equity_dd_pct\": 0.08127185716915157,\u003cbr\u003e \"net_profit\": 76.63000000001375,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 16,\u003cbr\u003e \"InpSlowEmaPeriod\": 60,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 33.0,\u003cbr\u003e \"InpRsiSellLevel\": 63.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 15.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.6,\u003cbr\u003e \"InpAtrTPMult\": 2.1,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 15,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 5.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.1098212878169216,\u003cbr\u003e \"sharpe\": 0.041134651185624774,\u003cbr\u003e \"total_trades\": 341,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.11 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.8387096774193549\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 80,\u003cbr\u003e \"values\": [\u003cbr\u003e -999050.31\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 90,\u003cbr\u003e \"InpRsiPeriod\": 8,\u003cbr\u003e \"InpRsiBuyLevel\": 50.0,\u003cbr\u003e \"InpRsiSellLevel\": 60.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 12.5,\u003cbr\u003e \"InpRiskPercent\": 0.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 2.4000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 15,\u003cbr\u003e \"InpTrailStartPoints\": 120.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 4.0,\u003cbr\u003e \"InpMinSecondsBetween\": 120\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 176.370000000034,\u003cbr\u003e \"max_equity_dd_pct\": 0.07782322650677045,\u003cbr\u003e \"net_profit\": 1126.060000000024,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 90,\u003cbr\u003e \"InpRsiPeriod\": 8,\u003cbr\u003e \"InpRsiBuyLevel\": 50.0,\u003cbr\u003e \"InpRsiSellLevel\": 60.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 12.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 0.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 2.4000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 15,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 120.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 4.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 120,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.1984578916294406,\u003cbr\u003e \"sharpe\": 0.20296302953788004,\u003cbr\u003e \"total_trades\": 2412,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.20 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7893864013266998\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 81,\u003cbr\u003e \"values\": [\u003cbr\u003e -999804.61788\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 18,\u003cbr\u003e \"InpSlowEmaPeriod\": 85,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 32.0,\u003cbr\u003e \"InpRsiSellLevel\": 62.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.8,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 12.5,\u003cbr\u003e \"InpRiskPercent\": 0.5,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 1.9,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 15,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 5.0,\u003cbr\u003e \"InpMinSecondsBetween\": 135\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 34.24999999999909,\u003cbr\u003e \"max_equity_dd_pct\": 0.027853859250195057,\u003cbr\u003e \"net_profit\": 229.63212000000465,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 18,\u003cbr\u003e \"InpSlowEmaPeriod\": 85,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 32.0,\u003cbr\u003e \"InpRsiSellLevel\": 62.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.8,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 12.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 0.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 1.9,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 15,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 5.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 135,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.42414503140008,\u003cbr\u003e \"sharpe\": 0.17692888923558858,\u003cbr\u003e \"total_trades\": 639,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.42 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.8466353677621283\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 82,\u003cbr\u003e \"values\": [\u003cbr\u003e 651.7240400000255\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 17,\u003cbr\u003e \"InpSlowEmaPeriod\": 75,\u003cbr\u003e \"InpRsiPeriod\": 9,\u003cbr\u003e \"InpRsiBuyLevel\": 34.0,\u003cbr\u003e \"InpRsiSellLevel\": 61.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 15.0,\u003cbr\u003e \"InpRiskPercent\": 0.75,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 2.2,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 15,\u003cbr\u003e \"InpTrailStartPoints\": 140.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 5.0,\u003cbr\u003e \"InpMinSecondsBetween\": 135\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 70.39999999999873,\u003cbr\u003e \"max_equity_dd_pct\": 0.040841330479667884,\u003cbr\u003e \"net_profit\": 722.1240400000243,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 17,\u003cbr\u003e \"InpSlowEmaPeriod\": 75,\u003cbr\u003e \"InpRsiPeriod\": 9,\u003cbr\u003e \"InpRsiBuyLevel\": 34.0,\u003cbr\u003e \"InpRsiSellLevel\": 61.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 15.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 0.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 2.2,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 15,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 140.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 5.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 135,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5419480059439097,\u003cbr\u003e \"sharpe\": 0.2669136091270943,\u003cbr\u003e \"total_trades\": 964,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8589211618257261\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 83,\u003cbr\u003e \"values\": [\u003cbr\u003e 863.5380800000083\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 17,\u003cbr\u003e \"InpSlowEmaPeriod\": 75,\u003cbr\u003e \"InpRsiPeriod\": 9,\u003cbr\u003e \"InpRsiBuyLevel\": 34.0,\u003cbr\u003e \"InpRsiSellLevel\": 61.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 17.5,\u003cbr\u003e \"InpRiskPercent\": 1.0,\u003cbr\u003e \"InpAtrSLMult\": 1.6,\u003cbr\u003e \"InpAtrTPMult\": 2.2,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 140.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 5.0,\u003cbr\u003e \"InpMinSecondsBetween\": 135\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 91.54000000000087,\u003cbr\u003e \"max_equity_dd_pct\": 0.0468216594193519,\u003cbr\u003e \"net_profit\": 955.0780800000092,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 17,\u003cbr\u003e \"InpSlowEmaPeriod\": 75,\u003cbr\u003e \"InpRsiPeriod\": 9,\u003cbr\u003e \"InpRsiBuyLevel\": 34.0,\u003cbr\u003e \"InpRsiSellLevel\": 61.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 17.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.6,\u003cbr\u003e \"InpAtrTPMult\": 2.2,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 140.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 5.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 135,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6078499019882424,\u003cbr\u003e \"sharpe\": 0.2718830775991359,\u003cbr\u003e \"total_trades\": 948,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8755274261603375\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 84,\u003cbr\u003e \"values\": [\u003cbr\u003e -999649.60768\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 17,\u003cbr\u003e \"InpSlowEmaPeriod\": 75,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 36.0,\u003cbr\u003e \"InpRsiSellLevel\": 61.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 22.5,\u003cbr\u003e \"InpRiskPercent\": 1.0,\u003cbr\u003e \"InpAtrSLMult\": 1.6,\u003cbr\u003e \"InpAtrTPMult\": 2.2,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpTrailStartPoints\": 140.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 5.5,\u003cbr\u003e \"InpMinSecondsBetween\": 120\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 65.65000000000373,\u003cbr\u003e \"max_equity_dd_pct\": 0.0459794323668559,\u003cbr\u003e \"net_profit\": 416.04232000000195,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 17,\u003cbr\u003e \"InpSlowEmaPeriod\": 75,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 36.0,\u003cbr\u003e \"InpRsiSellLevel\": 61.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 22.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.6,\u003cbr\u003e \"InpAtrTPMult\": 2.2,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 140.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 5.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 120,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.3881767565189516,\u003cbr\u003e \"sharpe\": 0.1643019322596762,\u003cbr\u003e \"total_trades\": 619,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.39 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.851373182552504\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 85,\u003cbr\u003e \"values\": [\u003cbr\u003e -999219.14712\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 65,\u003cbr\u003e \"InpRsiPeriod\": 8,\u003cbr\u003e \"InpRsiBuyLevel\": 35.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.0,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 17.5,\u003cbr\u003e \"InpRiskPercent\": 1.0,\u003cbr\u003e \"InpAtrSLMult\": 1.8,\u003cbr\u003e \"InpAtrTPMult\": 2.2,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 5.0,\u003cbr\u003e \"InpMinSecondsBetween\": 135\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 78.9200000000028,\u003cbr\u003e \"max_equity_dd_pct\": 0.041451476498233004,\u003cbr\u003e \"net_profit\": 859.7728799999879,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 65,\u003cbr\u003e \"InpRsiPeriod\": 8,\u003cbr\u003e \"InpRsiBuyLevel\": 35.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.0,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 17.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.8,\u003cbr\u003e \"InpAtrTPMult\": 2.2,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 5.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 135,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.3090545086687762,\u003cbr\u003e \"sharpe\": 0.19771043948719674,\u003cbr\u003e \"total_trades\": 1416,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.31 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.8467514124293786\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 86,\u003cbr\u003e \"values\": [\u003cbr\u003e 736.354040000007\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 20,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 9,\u003cbr\u003e \"InpRsiBuyLevel\": 34.0,\u003cbr\u003e \"InpRsiSellLevel\": 61.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 17.5,\u003cbr\u003e \"InpRiskPercent\": 0.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 2.4000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 4.5,\u003cbr\u003e \"InpMinSecondsBetween\": 135\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 71.22999999999774,\u003cbr\u003e \"max_equity_dd_pct\": 0.03940618993294362,\u003cbr\u003e \"net_profit\": 807.5840400000047,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 20,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 9,\u003cbr\u003e \"InpRsiBuyLevel\": 34.0,\u003cbr\u003e \"InpRsiSellLevel\": 61.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 17.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 0.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 2.4000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 4.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 135,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.597749911179538,\u003cbr\u003e \"sharpe\": 0.28022035855287597,\u003cbr\u003e \"total_trades\": 905,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8486187845303867\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 87,\u003cbr\u003e \"values\": [\u003cbr\u003e 1214.8800000000979\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 22,\u003cbr\u003e \"InpSlowEmaPeriod\": 55,\u003cbr\u003e \"InpRsiPeriod\": 9,\u003cbr\u003e \"InpRsiBuyLevel\": 34.0,\u003cbr\u003e \"InpRsiSellLevel\": 61.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 20.0,\u003cbr\u003e \"InpRiskPercent\": 1.25,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 2.4000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 5.5,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 141.80999999999176,\u003cbr\u003e \"max_equity_dd_pct\": 0.05998705589231299,\u003cbr\u003e \"net_profit\": 1356.6900000000896,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 22,\u003cbr\u003e \"InpSlowEmaPeriod\": 55,\u003cbr\u003e \"InpRsiPeriod\": 9,\u003cbr\u003e \"InpRsiBuyLevel\": 34.0,\u003cbr\u003e \"InpRsiSellLevel\": 61.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 20.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 2.4000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 5.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.7017011218405091,\u003cbr\u003e \"sharpe\": 0.27375778522797234,\u003cbr\u003e \"total_trades\": 674,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8486646884272997\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 88,\u003cbr\u003e \"values\": [\u003cbr\u003e -997290.5800000001\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 22,\u003cbr\u003e \"InpSlowEmaPeriod\": 50,\u003cbr\u003e \"InpRsiPeriod\": 7,\u003cbr\u003e \"InpRsiBuyLevel\": 35.0,\u003cbr\u003e \"InpRsiSellLevel\": 61.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 20.0,\u003cbr\u003e \"InpRiskPercent\": 1.25,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 2.6,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpTrailStartPoints\": 120.0,\u003cbr\u003e \"InpTrailStepPoints\": 110.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 5.5,\u003cbr\u003e \"InpMinSecondsBetween\": 90\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 351.3100000000013,\u003cbr\u003e \"max_equity_dd_pct\": 0.0809914192575658,\u003cbr\u003e \"net_profit\": 3060.729999999982,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 22,\u003cbr\u003e \"InpSlowEmaPeriod\": 50,\u003cbr\u003e \"InpRsiPeriod\": 7,\u003cbr\u003e \"InpRsiBuyLevel\": 35.0,\u003cbr\u003e \"InpRsiSellLevel\": 61.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 20.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 2.6,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 120.0,\u003cbr\u003e \"InpTrailStepPoints\": 110.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 5.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4042414092773707,\u003cbr\u003e \"sharpe\": 0.2612617407726432,\u003cbr\u003e \"total_trades\": 1493,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.40 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.8084393837910248\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 89,\u003cbr\u003e \"values\": [\u003cbr\u003e -996503.3343999998\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 23,\u003cbr\u003e \"InpSlowEmaPeriod\": 55,\u003cbr\u003e \"InpRsiPeriod\": 8,\u003cbr\u003e \"InpRsiBuyLevel\": 37.0,\u003cbr\u003e \"InpRsiSellLevel\": 63.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.1,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 22.5,\u003cbr\u003e \"InpRiskPercent\": 1.5,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 2.6,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 6.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 417.0599999999913,\u003cbr\u003e \"max_equity_dd_pct\": 0.08386275222970047,\u003cbr\u003e \"net_profit\": 3913.7256000001516,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 23,\u003cbr\u003e \"InpSlowEmaPeriod\": 55,\u003cbr\u003e \"InpRsiPeriod\": 8,\u003cbr\u003e \"InpRsiBuyLevel\": 37.0,\u003cbr\u003e \"InpRsiSellLevel\": 63.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.1,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 22.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 2.6,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 6.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4357667315426552,\u003cbr\u003e \"sharpe\": 0.2922851819490342,\u003cbr\u003e \"total_trades\": 1101,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.44 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.779291553133515\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 90,\u003cbr\u003e \"values\": [\u003cbr\u003e -997829.5796\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 20,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 9,\u003cbr\u003e \"InpRsiBuyLevel\": 34.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.0,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 20.0,\u003cbr\u003e \"InpRiskPercent\": 1.5,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 2.4000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 110.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 4.5,\u003cbr\u003e \"InpMinSecondsBetween\": 90\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 251.6900000000387,\u003cbr\u003e \"max_equity_dd_pct\": 0.07057691192516158,\u003cbr\u003e \"net_profit\": 2422.1103999999877,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 20,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 9,\u003cbr\u003e \"InpRsiBuyLevel\": 34.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.0,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 20.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 2.4000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 110.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 4.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.3124335512375875,\u003cbr\u003e \"sharpe\": 0.20590517480121048,\u003cbr\u003e \"total_trades\": 1203,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.31 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7647547797173733\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 91,\u003cbr\u003e \"values\": [\u003cbr\u003e 2060.664959999975\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 80,\u003cbr\u003e \"InpRsiPeriod\": 9,\u003cbr\u003e \"InpRsiBuyLevel\": 36.0,\u003cbr\u003e \"InpRsiSellLevel\": 61.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.8,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 15.0,\u003cbr\u003e \"InpRiskPercent\": 1.0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 2.3,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 150.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 5.0,\u003cbr\u003e \"InpMinSecondsBetween\": 120\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 156.95000000001482,\u003cbr\u003e \"max_equity_dd_pct\": 0.04877836594842763,\u003cbr\u003e \"net_profit\": 2217.61495999999,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 80,\u003cbr\u003e \"InpRsiPeriod\": 9,\u003cbr\u003e \"InpRsiBuyLevel\": 36.0,\u003cbr\u003e \"InpRsiSellLevel\": 61.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.8,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 15.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 2.3,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 150.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 5.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 120,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6708315944545433,\u003cbr\u003e \"sharpe\": 0.3413935769752859,\u003cbr\u003e \"total_trades\": 1236,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8414239482200647\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 92,\u003cbr\u003e \"values\": [\u003cbr\u003e 4474.108059999959\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 65,\u003cbr\u003e \"InpRsiPeriod\": 8,\u003cbr\u003e \"InpRsiBuyLevel\": 36.0,\u003cbr\u003e \"InpRsiSellLevel\": 61.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.8,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 17.5,\u003cbr\u003e \"InpRiskPercent\": 1.25,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 2.3,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 120.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 5.0,\u003cbr\u003e \"InpMinSecondsBetween\": 120\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 347.41000000003623,\u003cbr\u003e \"max_equity_dd_pct\": 0.05967687404203234,\u003cbr\u003e \"net_profit\": 4821.518059999995,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 65,\u003cbr\u003e \"InpRsiPeriod\": 8,\u003cbr\u003e \"InpRsiBuyLevel\": 36.0,\u003cbr\u003e \"InpRsiSellLevel\": 61.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.8,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 17.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 2.3,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 120.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 5.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 120,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6317958002738675,\u003cbr\u003e \"sharpe\": 0.3798394922869465,\u003cbr\u003e \"total_trades\": 1387,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8312905551550108\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 93,\u003cbr\u003e \"values\": [\u003cbr\u003e 3810.77627999991\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 80,\u003cbr\u003e \"InpRsiPeriod\": 8,\u003cbr\u003e \"InpRsiBuyLevel\": 36.0,\u003cbr\u003e \"InpRsiSellLevel\": 62.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.8,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 15.0,\u003cbr\u003e \"InpRiskPercent\": 1.25,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 2.0,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 120.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 5.5,\u003cbr\u003e \"InpMinSecondsBetween\": 120\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 316.62000000004537,\u003cbr\u003e \"max_equity_dd_pct\": 0.06175063964434752,\u003cbr\u003e \"net_profit\": 4127.396279999955,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 80,\u003cbr\u003e \"InpRsiPeriod\": 8,\u003cbr\u003e \"InpRsiBuyLevel\": 36.0,\u003cbr\u003e \"InpRsiSellLevel\": 62.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.8,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 15.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 2.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 120.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 5.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 120,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5383178861671931,\u003cbr\u003e \"sharpe\": 0.34022436454031485,\u003cbr\u003e \"total_trades\": 1502,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8262316910785619\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 94,\u003cbr\u003e \"values\": [\u003cbr\u003e -997678.3581800001\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 55,\u003cbr\u003e \"InpRsiPeriod\": 7,\u003cbr\u003e \"InpRsiBuyLevel\": 36.0,\u003cbr\u003e \"InpRsiSellLevel\": 60.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 20.0,\u003cbr\u003e \"InpRiskPercent\": 1.25,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 2.3,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 120.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 5.5,\u003cbr\u003e \"InpMinSecondsBetween\": 120\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 377.1400000000176,\u003cbr\u003e \"max_equity_dd_pct\": 0.09596042536488272,\u003cbr\u003e \"net_profit\": 2698.7818199999538,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 55,\u003cbr\u003e \"InpRsiPeriod\": 7,\u003cbr\u003e \"InpRsiBuyLevel\": 36.0,\u003cbr\u003e \"InpRsiSellLevel\": 60.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 20.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 2.3,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 120.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 5.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 120,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.3287853354027683,\u003cbr\u003e \"sharpe\": 0.24656190968698127,\u003cbr\u003e \"total_trades\": 1767,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.33 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.8109790605546123\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 95,\u003cbr\u003e \"values\": [\u003cbr\u003e 5462.288019999857\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 22,\u003cbr\u003e \"InpSlowEmaPeriod\": 65,\u003cbr\u003e \"InpRsiPeriod\": 8,\u003cbr\u003e \"InpRsiBuyLevel\": 37.0,\u003cbr\u003e \"InpRsiSellLevel\": 63.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 15.0,\u003cbr\u003e \"InpRiskPercent\": 1.25,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 2.5,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 6.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 280.66000000000986,\u003cbr\u003e \"max_equity_dd_pct\": 0.04162274411245057,\u003cbr\u003e \"net_profit\": 5742.948019999867,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 22,\u003cbr\u003e \"InpSlowEmaPeriod\": 65,\u003cbr\u003e \"InpRsiPeriod\": 8,\u003cbr\u003e \"InpRsiBuyLevel\": 37.0,\u003cbr\u003e \"InpRsiSellLevel\": 63.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 15.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 2.5,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 6.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6243549581929373,\u003cbr\u003e \"sharpe\": 0.3560485858443159,\u003cbr\u003e \"total_trades\": 1310,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7870229007633588\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 96,\u003cbr\u003e \"values\": [\u003cbr\u003e -996708.8433000001\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 23,\u003cbr\u003e \"InpSlowEmaPeriod\": 65,\u003cbr\u003e \"InpRsiPeriod\": 8,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 64.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 15.0,\u003cbr\u003e \"InpRiskPercent\": 1.25,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 2.5,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 120.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 6.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 305.35999999999876,\u003cbr\u003e \"max_equity_dd_pct\": 0.06343051528340833,\u003cbr\u003e \"net_profit\": 3596.5166999999387,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 23,\u003cbr\u003e \"InpSlowEmaPeriod\": 65,\u003cbr\u003e \"InpRsiPeriod\": 8,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 64.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 15.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 2.5,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 120.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 6.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.3304040521928076,\u003cbr\u003e \"sharpe\": 0.24841968593189673,\u003cbr\u003e \"total_trades\": 1457,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.33 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.728894989704873\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 97,\u003cbr\u003e \"values\": [\u003cbr\u003e -996939.0805800001\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 22,\u003cbr\u003e \"InpSlowEmaPeriod\": 60,\u003cbr\u003e \"InpRsiPeriod\": 7,\u003cbr\u003e \"InpRsiBuyLevel\": 38.0,\u003cbr\u003e \"InpRsiSellLevel\": 63.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 17.5,\u003cbr\u003e \"InpRiskPercent\": 1.25,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 2.3,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 110.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 8,\u003cbr\u003e \"InpDailyLossLimit\": 5.5,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 355.82999999996764,\u003cbr\u003e \"max_equity_dd_pct\": 0.07643563437135775,\u003cbr\u003e \"net_profit\": 3416.7494199999182,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 22,\u003cbr\u003e \"InpSlowEmaPeriod\": 60,\u003cbr\u003e \"InpRsiPeriod\": 7,\u003cbr\u003e \"InpRsiBuyLevel\": 38.0,\u003cbr\u003e \"InpRsiSellLevel\": 63.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 17.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 2.3,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 110.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 8,\u003cbr\u003e \"InpDailyLossLimit\": 5.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.3821858810159176,\u003cbr\u003e \"sharpe\": 0.2621326720415277,\u003cbr\u003e \"total_trades\": 1673,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.38 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7818290496114764\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 98,\u003cbr\u003e \"values\": [\u003cbr\u003e 1428.262520000003\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 24,\u003cbr\u003e \"InpSlowEmaPeriod\": 55,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 37.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.8,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 22.5,\u003cbr\u003e \"InpRiskPercent\": 1.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 2.7,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 90\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 193.66000000000304,\u003cbr\u003e \"max_equity_dd_pct\": 0.07225681224734179,\u003cbr\u003e \"net_profit\": 1621.922520000006,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 24,\u003cbr\u003e \"InpSlowEmaPeriod\": 55,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 37.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.8,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 22.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 2.7,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5284688839534695,\u003cbr\u003e \"sharpe\": 0.2264941304716288,\u003cbr\u003e \"total_trades\": 570,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7859649122807018\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 99,\u003cbr\u003e \"values\": [\u003cbr\u003e -998988.84344\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 25,\u003cbr\u003e \"InpSlowEmaPeriod\": 50,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 37.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 22.5,\u003cbr\u003e \"InpRiskPercent\": 1.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 2.7,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 120.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 8,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 90\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 180.76000000000613,\u003cbr\u003e \"max_equity_dd_pct\": 0.07865297648866239,\u003cbr\u003e \"net_profit\": 1191.9165600000165,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 25,\u003cbr\u003e \"InpSlowEmaPeriod\": 50,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 37.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 22.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 2.7,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 120.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 8,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.3873463999013398,\u003cbr\u003e \"sharpe\": 0.17652191122729258,\u003cbr\u003e \"total_trades\": 605,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.39 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.771900826446281\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 100,\u003cbr\u003e \"values\": [\u003cbr\u003e 3051.954620000012\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 24,\u003cbr\u003e \"InpSlowEmaPeriod\": 65,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 38.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.8,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 25.0,\u003cbr\u003e \"InpRiskPercent\": 1.5,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 2.7,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 120.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 278.02,\u003cbr\u003e \"max_equity_dd_pct\": 0.06419844304482075,\u003cbr\u003e \"net_profit\": 3329.974620000012,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 24,\u003cbr\u003e \"InpSlowEmaPeriod\": 65,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 38.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.8,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 25.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 2.7,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 120.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5733504849425048,\u003cbr\u003e \"sharpe\": 0.2834032073540334,\u003cbr\u003e \"total_trades\": 818,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7787286063569682\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 101,\u003cbr\u003e \"values\": [\u003cbr\u003e 4025.7082000000546\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 24,\u003cbr\u003e \"InpSlowEmaPeriod\": 65,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 38.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.8,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 22.5,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 2.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 120.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 368.2599999999993,\u003cbr\u003e \"max_equity_dd_pct\": 0.06827255674217644,\u003cbr\u003e \"net_profit\": 4393.968200000054,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 24,\u003cbr\u003e \"InpSlowEmaPeriod\": 65,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 38.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.8,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 22.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 2.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 120.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5730614981184943,\u003cbr\u003e \"sharpe\": 0.279922422116127,\u003cbr\u003e \"total_trades\": 818,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7787286063569682\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 102,\u003cbr\u003e \"values\": [\u003cbr\u003e -995257.2328199998\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 24,\u003cbr\u003e \"InpSlowEmaPeriod\": 65,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.0,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 25.0,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 2.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 120.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 730.1399999999526,\u003cbr\u003e \"max_equity_dd_pct\": 0.11279939286877555,\u003cbr\u003e \"net_profit\": 5472.907180000126,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 24,\u003cbr\u003e \"InpSlowEmaPeriod\": 65,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.0,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 25.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 2.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 120.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4719169277881254,\u003cbr\u003e \"sharpe\": 0.27293916132992807,\u003cbr\u003e \"total_trades\": 915,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.47 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7333333333333333\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 103,\u003cbr\u003e \"values\": [\u003cbr\u003e -999269.2572799999\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 26,\u003cbr\u003e \"InpSlowEmaPeriod\": 60,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 38.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.8,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 25.0,\u003cbr\u003e \"InpRiskPercent\": 1.5,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.0,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 130.00999999999658,\u003cbr\u003e \"max_equity_dd_pct\": 0.06841145538112035,\u003cbr\u003e \"net_profit\": 860.7527200000434,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 26,\u003cbr\u003e \"InpSlowEmaPeriod\": 60,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 38.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.8,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 25.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4135241031977126,\u003cbr\u003e \"sharpe\": 0.1729435505085306,\u003cbr\u003e \"total_trades\": 462,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.41 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7813852813852814\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 104,\u003cbr\u003e \"values\": [\u003cbr\u003e -993551.5135800001\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 25,\u003cbr\u003e \"InpSlowEmaPeriod\": 55,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 27.5,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 2.8,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpTrailStartPoints\": 120.0,\u003cbr\u003e \"InpTrailStepPoints\": 110.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 8,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 75\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 714.450000000008,\u003cbr\u003e \"max_equity_dd_pct\": 0.08752365120100017,\u003cbr\u003e \"net_profit\": 7162.936419999849,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 25,\u003cbr\u003e \"InpSlowEmaPeriod\": 55,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 27.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 2.8,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 120.0,\u003cbr\u003e \"InpTrailStepPoints\": 110.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 8,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 75,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4051547712543189,\u003cbr\u003e \"sharpe\": 0.27868885378577923,\u003cbr\u003e \"total_trades\": 1132,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.41 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7429328621908127\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 105,\u003cbr\u003e \"values\": [\u003cbr\u003e 2535.104200000029\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 23,\u003cbr\u003e \"InpSlowEmaPeriod\": 65,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 37.0,\u003cbr\u003e \"InpRsiSellLevel\": 60.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.1,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 22.5,\u003cbr\u003e \"InpRiskPercent\": 1.25,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 2.7,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 150.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 151.76000000000886,\u003cbr\u003e \"max_equity_dd_pct\": 0.04094589772343074,\u003cbr\u003e \"net_profit\": 2686.8642000000377,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 23,\u003cbr\u003e \"InpSlowEmaPeriod\": 65,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 37.0,\u003cbr\u003e \"InpRsiSellLevel\": 60.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.1,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 22.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 2.7,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 150.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.634418036324101,\u003cbr\u003e \"sharpe\": 0.30422265164204654,\u003cbr\u003e \"total_trades\": 881,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7968217934165721\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 106,\u003cbr\u003e \"values\": [\u003cbr\u003e -997107.9996799999\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 23,\u003cbr\u003e \"InpSlowEmaPeriod\": 65,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 37.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.1,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 22.5,\u003cbr\u003e \"InpRiskPercent\": 1.5,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 2.7,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 150.0,\u003cbr\u003e \"InpTrailStepPoints\": 130.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 266.8500000000031,\u003cbr\u003e \"max_equity_dd_pct\": 0.06313794045036707,\u003cbr\u003e \"net_profit\": 3158.8503200001114,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 23,\u003cbr\u003e \"InpSlowEmaPeriod\": 65,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 37.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.1,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 22.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 2.7,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 150.0,\u003cbr\u003e \"InpTrailStepPoints\": 130.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.370922875371824,\u003cbr\u003e \"sharpe\": 0.23891537760624007,\u003cbr\u003e \"total_trades\": 1202,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.37 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7803660565723793\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 107,\u003cbr\u003e \"values\": [\u003cbr\u003e -999302.46636\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 26,\u003cbr\u003e \"InpSlowEmaPeriod\": 55,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 38.0,\u003cbr\u003e \"InpRsiSellLevel\": 60.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 22.5,\u003cbr\u003e \"InpRiskPercent\": 1.25,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.0,\u003cbr\u003e \"InpBreakEvenPoints\": 120.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 8,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 183.96999999997934,\u003cbr\u003e \"max_equity_dd_pct\": 0.09777817915886516,\u003cbr\u003e \"net_profit\": 881.5036400000245,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 26,\u003cbr\u003e \"InpSlowEmaPeriod\": 55,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 38.0,\u003cbr\u003e \"InpRsiSellLevel\": 60.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 22.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 120.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 8,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.3492736327113182,\u003cbr\u003e \"sharpe\": 0.17341133711606524,\u003cbr\u003e \"total_trades\": 560,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.35 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7321428571428571\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 108,\u003cbr\u003e \"values\": [\u003cbr\u003e -999440.47112\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 23,\u003cbr\u003e \"InpSlowEmaPeriod\": 60,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 37.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.0,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 25.0,\u003cbr\u003e \"InpRiskPercent\": 1.25,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 2.5,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpTrailStartPoints\": 150.0,\u003cbr\u003e \"InpTrailStepPoints\": 110.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 150.16555999999446,\u003cbr\u003e \"max_equity_dd_pct\": 0.0873911994826713,\u003cbr\u003e \"net_profit\": 709.6944400000002,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 23,\u003cbr\u003e \"InpSlowEmaPeriod\": 60,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 37.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.0,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 25.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 2.5,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 150.0,\u003cbr\u003e \"InpTrailStepPoints\": 110.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.3739257414435997,\u003cbr\u003e \"sharpe\": 0.15578090255665275,\u003cbr\u003e \"total_trades\": 477,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.37 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7379454926624738\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 109,\u003cbr\u003e \"values\": [\u003cbr\u003e -998000.53556\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 24,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 36.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.3000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 27.5,\u003cbr\u003e \"InpRiskPercent\": 1.5,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 2.7,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 170.0,\u003cbr\u003e \"InpTrailStepPoints\": 120.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 255.60000000001764,\u003cbr\u003e \"max_equity_dd_pct\": 0.07743543438934361,\u003cbr\u003e \"net_profit\": 2255.0644400000274,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 24,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 36.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.3000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 27.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 2.7,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 170.0,\u003cbr\u003e \"InpTrailStepPoints\": 120.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.3382493493948484,\u003cbr\u003e \"sharpe\": 0.2046168541046451,\u003cbr\u003e \"total_trades\": 1056,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.34 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7566287878787878\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 110,\u003cbr\u003e \"values\": [\u003cbr\u003e -999220.30496\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 22,\u003cbr\u003e \"InpSlowEmaPeriod\": 50,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 60.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.3,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 20.0,\u003cbr\u003e \"InpRiskPercent\": 1.25,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 2.8,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 8,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 90\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 105.28959999999415,\u003cbr\u003e \"max_equity_dd_pct\": 0.054994878546566504,\u003cbr\u003e \"net_profit\": 884.9846399999994,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 22,\u003cbr\u003e \"InpSlowEmaPeriod\": 50,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 60.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.3,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 20.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 2.8,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 8,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.3640504437049767,\u003cbr\u003e \"sharpe\": 0.1758192239826068,\u003cbr\u003e \"total_trades\": 642,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.36 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7710280373831776\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 111,\u003cbr\u003e \"values\": [\u003cbr\u003e 8977.090659999933\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 60,\u003cbr\u003e \"InpRsiPeriod\": 9,\u003cbr\u003e \"InpRsiBuyLevel\": 38.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.8,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 22.5,\u003cbr\u003e \"InpRiskPercent\": 1.5,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 2.6,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 120.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 475.43000000003667,\u003cbr\u003e \"max_equity_dd_pct\": 0.045194509524248534,\u003cbr\u003e \"net_profit\": 9452.52065999997,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 60,\u003cbr\u003e \"InpRsiPeriod\": 9,\u003cbr\u003e \"InpRsiBuyLevel\": 38.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.8,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 22.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 2.6,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 120.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6880855837559006,\u003cbr\u003e \"sharpe\": 0.3985013026124654,\u003cbr\u003e \"total_trades\": 1340,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.823134328358209\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 112,\u003cbr\u003e \"values\": [\u003cbr\u003e 6591.239200000074\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 60,\u003cbr\u003e \"InpRsiPeriod\": 9,\u003cbr\u003e \"InpRsiBuyLevel\": 38.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 22.5,\u003cbr\u003e \"InpRiskPercent\": 1.5,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 2.6,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 471.6300000000001,\u003cbr\u003e \"max_equity_dd_pct\": 0.058077368319790726,\u003cbr\u003e \"net_profit\": 7062.869200000074,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 60,\u003cbr\u003e \"InpRsiPeriod\": 9,\u003cbr\u003e \"InpRsiBuyLevel\": 38.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 22.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 2.6,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.555764715880395,\u003cbr\u003e \"sharpe\": 0.3444448305000861,\u003cbr\u003e \"total_trades\": 1338,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8004484304932735\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 113,\u003cbr\u003e \"values\": [\u003cbr\u003e 6312.940379999856\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 65,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 22.5,\u003cbr\u003e \"InpRiskPercent\": 1.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 2.6,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 110.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 458.8600000000324,\u003cbr\u003e \"max_equity_dd_pct\": 0.05904166056308807,\u003cbr\u003e \"net_profit\": 6771.800379999889,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 65,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 22.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 2.6,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 110.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5355161913016284,\u003cbr\u003e \"sharpe\": 0.30916380910254465,\u003cbr\u003e \"total_trades\": 1194,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7546063651591289\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 114,\u003cbr\u003e \"values\": [\u003cbr\u003e -994146.83702\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 65,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 22.5,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 2.6,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 110.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 385.3000000000229,\u003cbr\u003e \"max_equity_dd_pct\": 0.05322717935660842,\u003cbr\u003e \"net_profit\": 6238.462980000024,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 65,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 22.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 2.6,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 110.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.492947142098578,\u003cbr\u003e \"sharpe\": 0.2624094901958048,\u003cbr\u003e \"total_trades\": 1139,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.49 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7445127304653204\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 115,\u003cbr\u003e \"values\": [\u003cbr\u003e 4544.199720000042\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 60,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 38.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 27.5,\u003cbr\u003e \"InpRiskPercent\": 1.5,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 2.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 75\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 365.8099999999904,\u003cbr\u003e \"max_equity_dd_pct\": 0.06189668331035981,\u003cbr\u003e \"net_profit\": 4910.009720000033,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 60,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 38.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 27.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 2.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 75,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5800050700139212,\u003cbr\u003e \"sharpe\": 0.30781139602282803,\u003cbr\u003e \"total_trades\": 991,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7699293642785066\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 116,\u003cbr\u003e \"values\": [\u003cbr\u003e -995169.1599200001\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 60,\u003cbr\u003e \"InpRsiPeriod\": 9,\u003cbr\u003e \"InpRsiBuyLevel\": 38.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 25.0,\u003cbr\u003e \"InpRiskPercent\": 1.5,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.2,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 110.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 8,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 75\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 696.5600000000368,\u003cbr\u003e \"max_equity_dd_pct\": 0.09894809998852065,\u003cbr\u003e \"net_profit\": 5527.400079999946,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 60,\u003cbr\u003e \"InpRsiPeriod\": 9,\u003cbr\u003e \"InpRsiBuyLevel\": 38.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 25.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.2,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 110.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 8,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 75,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.3842422052833374,\u003cbr\u003e \"sharpe\": 0.2777965818579502,\u003cbr\u003e \"total_trades\": 1413,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.38 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7615003538570417\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 117,\u003cbr\u003e \"values\": [\u003cbr\u003e 8243.505999999841\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 65,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 27.5,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 2.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 584.9900000000298,\u003cbr\u003e \"max_equity_dd_pct\": 0.05951978817512236,\u003cbr\u003e \"net_profit\": 8828.495999999872,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 65,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 27.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 2.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6349133839240917,\u003cbr\u003e \"sharpe\": 0.32524012927946605,\u003cbr\u003e \"total_trades\": 1190,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7873949579831933\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 118,\u003cbr\u003e \"values\": [\u003cbr\u003e 9798.099919999984\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 65,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 2.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 120.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 714.9100000000853,\u003cbr\u003e \"max_equity_dd_pct\": 0.0620958380968789,\u003cbr\u003e \"net_profit\": 10513.00992000007,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 65,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 2.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 120.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6168705347634078,\u003cbr\u003e \"sharpe\": 0.34122749598928453,\u003cbr\u003e \"total_trades\": 1186,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7748735244519392\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 119,\u003cbr\u003e \"values\": [\u003cbr\u003e -987165.9990600003\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 22,\u003cbr\u003e \"InpSlowEmaPeriod\": 65,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpRiskPercent\": 2.0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 2.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 130.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 120.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1244.810000000014,\u003cbr\u003e \"max_equity_dd_pct\": 0.08255359158976484,\u003cbr\u003e \"net_profit\": 14078.810939999705,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 22,\u003cbr\u003e \"InpSlowEmaPeriod\": 65,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 2.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 130.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 120.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4858054616307668,\u003cbr\u003e \"sharpe\": 0.29331129124336497,\u003cbr\u003e \"total_trades\": 1436,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.49 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.6671309192200557\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 120,\u003cbr\u003e \"values\": [\u003cbr\u003e 9073.770619999965\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 23,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 27.5,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.0,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 679.3699999999935,\u003cbr\u003e \"max_equity_dd_pct\": 0.0631787515859712,\u003cbr\u003e \"net_profit\": 9753.140619999958,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 23,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 27.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5373660802538816,\u003cbr\u003e \"sharpe\": 0.30529636571827856,\u003cbr\u003e \"total_trades\": 1370,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7627737226277372\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 121,\u003cbr\u003e \"values\": [\u003cbr\u003e 9687.737479999963\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 23,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.1,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 731.4599999999937,\u003cbr\u003e \"max_equity_dd_pct\": 0.06405528946154947,\u003cbr\u003e \"net_profit\": 10419.197479999957,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 23,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.1,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5439527570400806,\u003cbr\u003e \"sharpe\": 0.31246390975016836,\u003cbr\u003e \"total_trades\": 1371,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7629467541940189\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 122,\u003cbr\u003e \"values\": [\u003cbr\u003e 6103.548560000041\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.3,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.0,\u003cbr\u003e \"InpBreakEvenPoints\": 120.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 330.57999999996537,\u003cbr\u003e \"max_equity_dd_pct\": 0.044467888513346494,\u003cbr\u003e \"net_profit\": 6434.1285600000065,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.3,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 120.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.55107007636733,\u003cbr\u003e \"sharpe\": 0.2888235525649434,\u003cbr\u003e \"total_trades\": 1068,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7556179775280899\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 123,\u003cbr\u003e \"values\": [\u003cbr\u003e 7688.22447999997\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.3000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 130.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 90\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 402.220000000023,\u003cbr\u003e \"max_equity_dd_pct\": 0.04424646131275016,\u003cbr\u003e \"net_profit\": 8090.444479999993,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.3000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 130.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5814132791878202,\u003cbr\u003e \"sharpe\": 0.2890235382033697,\u003cbr\u003e \"total_trades\": 1199,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7414512093411176\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 124,\u003cbr\u003e \"values\": [\u003cbr\u003e -996013.25708\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 22,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.2,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.3000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 140.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 90\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 258.09535999998775,\u003cbr\u003e \"max_equity_dd_pct\": 0.0489961300296591,\u003cbr\u003e \"net_profit\": 4244.838279999974,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 22,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.2,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.3000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 140.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4699929980886772,\u003cbr\u003e \"sharpe\": 0.23935205003792984,\u003cbr\u003e \"total_trades\": 995,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.47 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7316582914572864\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 125,\u003cbr\u003e \"values\": [\u003cbr\u003e -992859.5243599998\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 20,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.1,\u003cbr\u003e \"InpBreakEvenPoints\": 130.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 8,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 90\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 443.2899999999936,\u003cbr\u003e \"max_equity_dd_pct\": 0.050688387152257514,\u003cbr\u003e \"net_profit\": 7583.765640000242,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 20,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.1,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 130.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 8,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4867344487581438,\u003cbr\u003e \"sharpe\": 0.27523680267475853,\u003cbr\u003e \"total_trades\": 1068,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.49 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7593632958801498\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 126,\u003cbr\u003e \"values\": [\u003cbr\u003e -994980.63506\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 60,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.3,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.0,\u003cbr\u003e \"InpBreakEvenPoints\": 120.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 110.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 75\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 320.97000000000617,\u003cbr\u003e \"max_equity_dd_pct\": 0.05062350854291071,\u003cbr\u003e \"net_profit\": 5340.334940000012,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 60,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.3,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 120.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 110.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 75,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4897686896024238,\u003cbr\u003e \"sharpe\": 0.24787785783594232,\u003cbr\u003e \"total_trades\": 1036,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.49 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7268339768339769\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 127,\u003cbr\u003e \"values\": [\u003cbr\u003e 1866.8567400000038\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 22,\u003cbr\u003e \"InpSlowEmaPeriod\": 75,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.2,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 27.5,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpBreakEvenPoints\": 120.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 169.77999999999292,\u003cbr\u003e \"max_equity_dd_pct\": 0.05494077453755017,\u003cbr\u003e \"net_profit\": 2036.6367399999967,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 22,\u003cbr\u003e \"InpSlowEmaPeriod\": 75,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.2,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 27.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 120.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5345125279881113,\u003cbr\u003e \"sharpe\": 0.21869575246998238,\u003cbr\u003e \"total_trades\": 565,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7663716814159292\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 128,\u003cbr\u003e \"values\": [\u003cbr\u003e -991101.3715200002\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 20,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 27.5,\u003cbr\u003e \"InpRiskPercent\": 2.0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.1,\u003cbr\u003e \"InpBreakEvenPoints\": 140.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 8,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 90\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1580.149999999987,\u003cbr\u003e \"max_equity_dd_pct\": 0.12734930638063902,\u003cbr\u003e \"net_profit\": 10478.77847999987,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 20,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 10,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 27.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.1,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 140.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 8,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.3037727589657557,\u003cbr\u003e \"sharpe\": 0.23179289135769732,\u003cbr\u003e \"total_trades\": 1741,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.30 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7053417576105686\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 129,\u003cbr\u003e \"values\": [\u003cbr\u003e -996386.5503799999\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 23,\u003cbr\u003e \"InpSlowEmaPeriod\": 60,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.3000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 110.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 627.7426399999331,\u003cbr\u003e \"max_equity_dd_pct\": 0.1176722035403778,\u003cbr\u003e \"net_profit\": 4241.192260000054,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 23,\u003cbr\u003e \"InpSlowEmaPeriod\": 60,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.3000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 110.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.3680225740315002,\u003cbr\u003e \"sharpe\": 0.22997138245665238,\u003cbr\u003e \"total_trades\": 1071,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.37 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7329598506069094\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 130,\u003cbr\u003e \"values\": [\u003cbr\u003e 5511.553920000145\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.0,\u003cbr\u003e \"InpBreakEvenPoints\": 130.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 283.79000000002634,\u003cbr\u003e \"max_equity_dd_pct\": 0.04176241899468412,\u003cbr\u003e \"net_profit\": 5795.343920000171,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 130.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5512316582772636,\u003cbr\u003e \"sharpe\": 0.2776824009041702,\u003cbr\u003e \"total_trades\": 979,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.745658835546476\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 131,\u003cbr\u003e \"values\": [\u003cbr\u003e 6449.1191800002525\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 75,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.0,\u003cbr\u003e \"InpBreakEvenPoints\": 130.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 515.710000000011,\u003cbr\u003e \"max_equity_dd_pct\": 0.06474840682019418,\u003cbr\u003e \"net_profit\": 6964.8291800002635,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 75,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 130.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5025303974889193,\u003cbr\u003e \"sharpe\": 0.27439768360970984,\u003cbr\u003e \"total_trades\": 1173,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7391304347826086\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 132,\u003cbr\u003e \"values\": [\u003cbr\u003e 6177.401020000168\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 75,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.2,\u003cbr\u003e \"InpBreakEvenPoints\": 130.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 317.8100000000295,\u003cbr\u003e \"max_equity_dd_pct\": 0.042401741478923845,\u003cbr\u003e \"net_profit\": 6495.211020000197,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 75,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.2,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 130.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5596146318493214,\u003cbr\u003e \"sharpe\": 0.2826589571290717,\u003cbr\u003e \"total_trades\": 1053,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7464387464387464\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 133,\u003cbr\u003e \"values\": [\u003cbr\u003e 5124.449300000169\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 20,\u003cbr\u003e \"InpSlowEmaPeriod\": 75,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 2.0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.2,\u003cbr\u003e \"InpBreakEvenPoints\": 150.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 368.84999999999764,\u003cbr\u003e \"max_equity_dd_pct\": 0.056316852214546735,\u003cbr\u003e \"net_profit\": 5493.299300000167,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 20,\u003cbr\u003e \"InpSlowEmaPeriod\": 75,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.2,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 150.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.560364279324817,\u003cbr\u003e \"sharpe\": 0.25773932219480594,\u003cbr\u003e \"total_trades\": 828,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.748792270531401\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 134,\u003cbr\u003e \"values\": [\u003cbr\u003e 5075.939300000187\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 20,\u003cbr\u003e \"InpSlowEmaPeriod\": 75,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.3,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 2.0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.2,\u003cbr\u003e \"InpBreakEvenPoints\": 150.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 355.57000000000244,\u003cbr\u003e \"max_equity_dd_pct\": 0.05474072759551595,\u003cbr\u003e \"net_profit\": 5431.50930000019,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 20,\u003cbr\u003e \"InpSlowEmaPeriod\": 75,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.3,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.2,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 150.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5604789124006617,\u003cbr\u003e \"sharpe\": 0.25597042219642746,\u003cbr\u003e \"total_trades\": 829,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7478890229191797\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 135,\u003cbr\u003e \"values\": [\u003cbr\u003e 7939.5333800001345\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.3000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 130.0,\u003cbr\u003e \"InpBreakEvenLock\": 30,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 492.82000000001517,\u003cbr\u003e \"max_equity_dd_pct\": 0.05224783043486941,\u003cbr\u003e \"net_profit\": 8432.35338000015,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.3000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 130.0,\u003cbr\u003e \"InpBreakEvenLock\": 30,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5071393702762255,\u003cbr\u003e \"sharpe\": 0.2495580349194112,\u003cbr\u003e \"total_trades\": 1242,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.714975845410628\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 136,\u003cbr\u003e \"values\": [\u003cbr\u003e -995733.4409199998\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.3,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.4000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 140.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 301.1100000000001,\u003cbr\u003e \"max_equity_dd_pct\": 0.05408187801276328,\u003cbr\u003e \"net_profit\": 4567.669080000112,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.3,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.4000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 140.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4061251343697727,\u003cbr\u003e \"sharpe\": 0.2265337932284343,\u003cbr\u003e \"total_trades\": 1142,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.41 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.712784588441331\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 137,\u003cbr\u003e \"values\": [\u003cbr\u003e -995207.6809200001\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 22,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.0,\u003cbr\u003e \"InpBreakEvenPoints\": 130.0,\u003cbr\u003e \"InpBreakEvenLock\": 30,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 8,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 330.8399999999692,\u003cbr\u003e \"max_equity_dd_pct\": 0.05396853135456815,\u003cbr\u003e \"net_profit\": 5123.159079999919,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 22,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 130.0,\u003cbr\u003e \"InpBreakEvenLock\": 30,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 8,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.3592748721573715,\u003cbr\u003e \"sharpe\": 0.22015475747295515,\u003cbr\u003e \"total_trades\": 1417,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.36 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7099505998588568\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 138,\u003cbr\u003e \"values\": [\u003cbr\u003e -996262.86842\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 75,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.1,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.3000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 130.0,\u003cbr\u003e \"InpBreakEvenLock\": 30,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 90\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 224.34999999999945,\u003cbr\u003e \"max_equity_dd_pct\": 0.04521834786293762,\u003cbr\u003e \"net_profit\": 3961.481580000045,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 75,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.1,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.3000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 130.0,\u003cbr\u003e \"InpBreakEvenLock\": 30,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.47498362045271,\u003cbr\u003e \"sharpe\": 0.24452187415508528,\u003cbr\u003e \"total_trades\": 973,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.47 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.750256937307297\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 139,\u003cbr\u003e \"values\": [\u003cbr\u003e -994346.9171999998\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 22,\u003cbr\u003e \"InpSlowEmaPeriod\": 80,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.1,\u003cbr\u003e \"InpBreakEvenPoints\": 160.0,\u003cbr\u003e \"InpBreakEvenLock\": 30,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 365.3500000000022,\u003cbr\u003e \"max_equity_dd_pct\": 0.05205578088601118,\u003cbr\u003e \"net_profit\": 6018.432800000161,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 22,\u003cbr\u003e \"InpSlowEmaPeriod\": 80,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.1,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 160.0,\u003cbr\u003e \"InpBreakEvenLock\": 30,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4790018051546088,\u003cbr\u003e \"sharpe\": 0.23897759517106254,\u003cbr\u003e \"total_trades\": 1032,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.48 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7180232558139535\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 140,\u003cbr\u003e \"values\": [\u003cbr\u003e -996647.02012\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 23,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.1,\u003cbr\u003e \"InpBreakEvenPoints\": 120.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 371.5899999999906,\u003cbr\u003e \"max_equity_dd_pct\": 0.07618280451736144,\u003cbr\u003e \"net_profit\": 3724.569879999981,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 23,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.1,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 120.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.3501733128411624,\u003cbr\u003e \"sharpe\": 0.21946508363762324,\u003cbr\u003e \"total_trades\": 1081,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.35 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.727104532839963\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 141,\u003cbr\u003e \"values\": [\u003cbr\u003e 5140.43930000016\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 20,\u003cbr\u003e \"InpSlowEmaPeriod\": 75,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 2.0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.2,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 367.9499999999971,\u003cbr\u003e \"max_equity_dd_pct\": 0.05602358779562917,\u003cbr\u003e \"net_profit\": 5508.389300000157,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 20,\u003cbr\u003e \"InpSlowEmaPeriod\": 75,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.2,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.56118858653163,\u003cbr\u003e \"sharpe\": 0.25811494535646806,\u003cbr\u003e \"total_trades\": 828,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.748792270531401\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 142,\u003cbr\u003e \"values\": [\u003cbr\u003e -998064.1443599999\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.3,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.4000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 286.68000000000893,\u003cbr\u003e \"max_equity_dd_pct\": 0.08896100215046887,\u003cbr\u003e \"net_profit\": 2222.535640000071,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.3,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.4000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.3651274528852653,\u003cbr\u003e \"sharpe\": 0.1716296018111372,\u003cbr\u003e \"total_trades\": 710,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.37 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7140845070422536\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 143,\u003cbr\u003e \"values\": [\u003cbr\u003e 3164.564680000096\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 20,\u003cbr\u003e \"InpSlowEmaPeriod\": 75,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.0,\u003cbr\u003e \"InpBreakEvenPoints\": 120.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 209.43999999998323,\u003cbr\u003e \"max_equity_dd_pct\": 0.047882893440337936,\u003cbr\u003e \"net_profit\": 3374.004680000079,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 20,\u003cbr\u003e \"InpSlowEmaPeriod\": 75,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 120.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5763840706523697,\u003cbr\u003e \"sharpe\": 0.2663306764927613,\u003cbr\u003e \"total_trades\": 694,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7723342939481268\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 144,\u003cbr\u003e \"values\": [\u003cbr\u003e -994463.8610199998\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 80,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.2,\u003cbr\u003e \"InpBreakEvenPoints\": 140.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 90\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 441.15000000000873,\u003cbr\u003e \"max_equity_dd_pct\": 0.06322656281895915,\u003cbr\u003e \"net_profit\": 5977.288980000116,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 80,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.2,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 140.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4849252010605016,\u003cbr\u003e \"sharpe\": 0.2656933319505803,\u003cbr\u003e \"total_trades\": 1127,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.48 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.74622892635315\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 145,\u003cbr\u003e \"values\": [\u003cbr\u003e 11910.18978000021\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 20,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.3,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 2.8,\u003cbr\u003e \"InpBreakEvenPoints\": 130.0,\u003cbr\u003e \"InpBreakEvenLock\": 30,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 8,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1153.6599999999871,\u003cbr\u003e \"max_equity_dd_pct\": 0.07946767264568709,\u003cbr\u003e \"net_profit\": 13063.849780000197,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 20,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.3,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 2.8,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 130.0,\u003cbr\u003e \"InpBreakEvenLock\": 30,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 8,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5348395736884024,\u003cbr\u003e \"sharpe\": 0.2813369555905085,\u003cbr\u003e \"total_trades\": 1077,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7372330547818013\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 146,\u003cbr\u003e \"values\": [\u003cbr\u003e -996784.31216\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 65,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.2,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 2.8,\u003cbr\u003e \"InpBreakEvenPoints\": 130.0,\u003cbr\u003e \"InpBreakEvenLock\": 30,\u003cbr\u003e \"InpTrailStartPoints\": 120.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 7,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 314.91999999999825,\u003cbr\u003e \"max_equity_dd_pct\": 0.06941276238760256,\u003cbr\u003e \"net_profit\": 3530.6078400000342,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 65,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.2,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 2.8,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 130.0,\u003cbr\u003e \"InpBreakEvenLock\": 30,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 120.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 7,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4282302275186576,\u003cbr\u003e \"sharpe\": 0.22490685375134759,\u003cbr\u003e \"total_trades\": 912,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.43 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7192982456140351\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 147,\u003cbr\u003e \"values\": [\u003cbr\u003e -992547.4903599998\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 22,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.3,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.0,\u003cbr\u003e \"InpBreakEvenPoints\": 130.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 8,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 500.2599999999825,\u003cbr\u003e \"max_equity_dd_pct\": 0.055307173360945525,\u003cbr\u003e \"net_profit\": 7952.7696400001205,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 22,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.3,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 130.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 8,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4977398003013414,\u003cbr\u003e \"sharpe\": 0.23974637359389547,\u003cbr\u003e \"total_trades\": 984,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.50 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7123983739837398\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 148,\u003cbr\u003e \"values\": [\u003cbr\u003e -998485.6600000003\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 60,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpBreakEvenPoints\": 120.0,\u003cbr\u003e \"InpBreakEvenLock\": 30,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 110.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 3,\u003cbr\u003e \"InpDailyLossLimit\": 6.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 375.2500000000409,\u003cbr\u003e \"max_equity_dd_pct\": 0.11629708831142513,\u003cbr\u003e \"net_profit\": 1889.5899999997882,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 60,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 120.0,\u003cbr\u003e \"InpBreakEvenLock\": 30,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 110.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 3,\u003cbr\u003e \"InpDailyLossLimit\": 6.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.260937950957848,\u003cbr\u003e \"sharpe\": 0.14247819531999578,\u003cbr\u003e \"total_trades\": 732,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.26 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.6543715846994536\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 149,\u003cbr\u003e \"values\": [\u003cbr\u003e -994698.4584199999\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 65,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 2.8,\u003cbr\u003e \"InpBreakEvenPoints\": 140.0,\u003cbr\u003e \"InpBreakEvenLock\": 30,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 110.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 8,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 120\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 399.4700000000257,\u003cbr\u003e \"max_equity_dd_pct\": 0.059394547207968766,\u003cbr\u003e \"net_profit\": 5701.011580000108,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 65,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 2.8,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 140.0,\u003cbr\u003e \"InpBreakEvenLock\": 30,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 110.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 8,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 120,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4982324503433675,\u003cbr\u003e \"sharpe\": 0.2878946375065298,\u003cbr\u003e \"total_trades\": 998,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.50 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7675350701402806\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 150,\u003cbr\u003e \"values\": [\u003cbr\u003e -999177.60536\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 22,\u003cbr\u003e \"InpSlowEmaPeriod\": 55,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.1,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpRiskPercent\": 1.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 2.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 30,\u003cbr\u003e \"InpTrailStartPoints\": 120.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 8,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 200.7499999999891,\u003cbr\u003e \"max_equity_dd_pct\": 0.0961527113694711,\u003cbr\u003e \"net_profit\": 1023.1446399999943,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 22,\u003cbr\u003e \"InpSlowEmaPeriod\": 55,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.1,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 2.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 30,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 120.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 8,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.161534656713933,\u003cbr\u003e \"sharpe\": 0.11850827918128416,\u003cbr\u003e \"total_trades\": 1137,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.16 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.6992084432717678\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 151,\u003cbr\u003e \"values\": [\u003cbr\u003e 8101.07890000027\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 20,\u003cbr\u003e \"InpSlowEmaPeriod\": 75,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.3000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 649.150000000016,\u003cbr\u003e \"max_equity_dd_pct\": 0.06657792413468333,\u003cbr\u003e \"net_profit\": 8750.228900000286,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 20,\u003cbr\u003e \"InpSlowEmaPeriod\": 75,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.3000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5099805198715666,\u003cbr\u003e \"sharpe\": 0.2699265932868634,\u003cbr\u003e \"total_trades\": 1117,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7403760071620412\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 152,\u003cbr\u003e \"values\": [\u003cbr\u003e -995568.25416\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 20,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.3000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 130.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 528.5800000000336,\u003cbr\u003e \"max_equity_dd_pct\": 0.08770934454009804,\u003cbr\u003e \"net_profit\": 4960.3258400000705,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 20,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.3000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 130.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.3648108506447814,\u003cbr\u003e \"sharpe\": 0.21436061661699568,\u003cbr\u003e \"total_trades\": 1131,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.36 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7329796640141468\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 153,\u003cbr\u003e \"values\": [\u003cbr\u003e -997251.87102\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 80,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.1,\u003cbr\u003e \"InpBreakEvenPoints\": 120.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 246.56000000000768,\u003cbr\u003e \"max_equity_dd_pct\": 0.06172195162988836,\u003cbr\u003e \"net_profit\": 2994.6889799999935,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 80,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.1,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 120.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4849244706671312,\u003cbr\u003e \"sharpe\": 0.23433600291333478,\u003cbr\u003e \"total_trades\": 718,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.48 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7423398328690808\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 154,\u003cbr\u003e \"values\": [\u003cbr\u003e -991846.7616600002\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 75,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.0,\u003cbr\u003e \"InpBreakEvenPoints\": 120.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1076.7399999999398,\u003cbr\u003e \"max_equity_dd_pct\": 0.0989069080858163,\u003cbr\u003e \"net_profit\": 9229.978339999765,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 75,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 120.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.3969115699020458,\u003cbr\u003e \"sharpe\": 0.2544920720292382,\u003cbr\u003e \"total_trades\": 1777,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.40 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7276308384918402\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 155,\u003cbr\u003e \"values\": [\u003cbr\u003e 1281.456360000026\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 20,\u003cbr\u003e \"InpSlowEmaPeriod\": 60,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.3,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 27.5,\u003cbr\u003e \"InpRiskPercent\": 1.5,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.3000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 120.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 120\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 195.4199999999937,\u003cbr\u003e \"max_equity_dd_pct\": 0.0784899229654831,\u003cbr\u003e \"net_profit\": 1476.8763600000198,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 20,\u003cbr\u003e \"InpSlowEmaPeriod\": 60,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.3,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 27.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.3000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 120.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 120,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5389744978395428,\u003cbr\u003e \"sharpe\": 0.229396887284828,\u003cbr\u003e \"total_trades\": 473,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.758985200845666\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 156,\u003cbr\u003e \"values\": [\u003cbr\u003e 784.7499999999454\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 22,\u003cbr\u003e \"InpSlowEmaPeriod\": 65,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 69.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.2,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.4000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 130.0,\u003cbr\u003e \"InpBreakEvenLock\": 30,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 126.26000000001886,\u003cbr\u003e \"max_equity_dd_pct\": 0.06586298454364965,\u003cbr\u003e \"net_profit\": 911.0099999999643,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 22,\u003cbr\u003e \"InpSlowEmaPeriod\": 65,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 69.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.2,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.4000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 130.0,\u003cbr\u003e \"InpBreakEvenLock\": 30,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.8578490917822046,\u003cbr\u003e \"sharpe\": 0.18297479523654228,\u003cbr\u003e \"total_trades\": 153,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7450980392156863\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 157,\u003cbr\u003e \"values\": [\u003cbr\u003e -995430.5769399999\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 23,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 27.5,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 2.6,\u003cbr\u003e \"InpBreakEvenPoints\": 140.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 90\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 448.5100000000002,\u003cbr\u003e \"max_equity_dd_pct\": 0.07452222441284681,\u003cbr\u003e \"net_profit\": 5017.933060000099,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 23,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 27.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 2.6,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 140.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4394842226335038,\u003cbr\u003e \"sharpe\": 0.2577441356982923,\u003cbr\u003e \"total_trades\": 1170,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.44 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7547008547008547\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 158,\u003cbr\u003e \"values\": [\u003cbr\u003e -996146.8150399999\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 18,\u003cbr\u003e \"InpSlowEmaPeriod\": 75,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpRiskPercent\": 1.5,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 2.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 236.11999999999944,\u003cbr\u003e \"max_equity_dd_pct\": 0.04639533332268517,\u003cbr\u003e \"net_profit\": 4089.304960000098,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 18,\u003cbr\u003e \"InpSlowEmaPeriod\": 75,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 2.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4710239302580812,\u003cbr\u003e \"sharpe\": 0.2669481491761879,\u003cbr\u003e \"total_trades\": 1148,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.47 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7560975609756098\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 159,\u003cbr\u003e \"values\": [\u003cbr\u003e -995765.0461399999\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 20,\u003cbr\u003e \"InpSlowEmaPeriod\": 65,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 47.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.3,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 2.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpTrailStartPoints\": 120.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 6.0,\u003cbr\u003e \"InpMinSecondsBetween\": 120\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 949.2799999999279,\u003cbr\u003e \"max_equity_dd_pct\": 0.15125885793193547,\u003cbr\u003e \"net_profit\": 5184.23386000005,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 20,\u003cbr\u003e \"InpSlowEmaPeriod\": 65,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 47.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.3,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 2.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 120.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 6.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 120,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.25608508363182,\u003cbr\u003e \"sharpe\": 0.20698501610782571,\u003cbr\u003e \"total_trades\": 1692,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.26 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7488179669030733\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 160,\u003cbr\u003e \"values\": [\u003cbr\u003e -996771.0501199999\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.1,\u003cbr\u003e \"InpBreakEvenPoints\": 150.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 110.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 6,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 338.849999999994,\u003cbr\u003e \"max_equity_dd_pct\": 0.07157522709086298,\u003cbr\u003e \"net_profit\": 3567.7998800000278,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 21,\u003cbr\u003e \"InpSlowEmaPeriod\": 70,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 1.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.1,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 150.0,\u003cbr\u003e \"InpBreakEvenLock\": 20,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 110.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 6,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.409247041715483,\u003cbr\u003e \"sharpe\": 0.22080928928766133,\u003cbr\u003e \"total_trades\": 869,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.41 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.716915995397008\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 161,\u003cbr\u003e \"values\": [\u003cbr\u003e 5981.250480000143\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 20,\u003cbr\u003e \"InpSlowEmaPeriod\": 75,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpRiskPercent\": 2.0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.2,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 443.2500000000282,\u003cbr\u003e \"max_equity_dd_pct\": 0.059700986105939095,\u003cbr\u003e \"net_profit\": 6424.500480000172,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 20,\u003cbr\u003e \"InpSlowEmaPeriod\": 75,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.2,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.634612499857923,\u003cbr\u003e \"sharpe\": 0.27960923900685747,\u003cbr\u003e \"total_trades\": 780,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7525641025641026\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 162,\u003cbr\u003e \"values\": [\u003cbr\u003e 5616.017380000034\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 80,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.2,\u003cbr\u003e \"InpBreakEvenPoints\": 120.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 391.03000000003067,\u003cbr\u003e \"max_equity_dd_pct\": 0.05580524560403743,\u003cbr\u003e \"net_profit\": 6007.047380000065,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 80,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.2,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 120.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6779062669298233,\u003cbr\u003e \"sharpe\": 0.2739313580235794,\u003cbr\u003e \"total_trades\": 684,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7763157894736842\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 163,\u003cbr\u003e \"values\": [\u003cbr\u003e 8332.524299999988\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 85,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.4000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 120.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 581.3699999999844,\u003cbr\u003e \"max_equity_dd_pct\": 0.0586419405339016,\u003cbr\u003e \"net_profit\": 8913.894299999973,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 85,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.4000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 120.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.9942311379685693,\u003cbr\u003e \"sharpe\": 0.31517269686540333,\u003cbr\u003e \"total_trades\": 713,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.791023842917251\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 164,\u003cbr\u003e \"values\": [\u003cbr\u003e -999247.42634\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 18,\u003cbr\u003e \"InpSlowEmaPeriod\": 85,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.3,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpAtrSLMult\": 2.9000000000000004,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpBreakEvenPoints\": 120.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 179.57751999999346,\u003cbr\u003e \"max_equity_dd_pct\": 0.09085856600818838,\u003cbr\u003e \"net_profit\": 932.1511800000189,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 18,\u003cbr\u003e \"InpSlowEmaPeriod\": 85,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.3,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 2.9000000000000004,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 120.0,\u003cbr\u003e \"InpBreakEvenLock\": 25,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 100.0,\u003cbr\u003e \"InpTrailStepPoints\": 100.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 105,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4270986876258898,\u003cbr\u003e \"sharpe\": 0.166760225130347,\u003cbr\u003e \"total_trades\": 700,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.43 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.8842857142857142\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 165,\u003cbr\u003e \"values\": [\u003cbr\u003e 8356.085799999913\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 80,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.4000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 897.4000000000124,\u003cbr\u003e \"max_equity_dd_pct\": 0.08669647013206314,\u003cbr\u003e \"net_profit\": 9253.485799999926,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 80,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.4000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.606889917325891,\u003cbr\u003e \"sharpe\": 0.30042211571632776,\u003cbr\u003e \"total_trades\": 766,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7702349869451697\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 166,\u003cbr\u003e \"values\": [\u003cbr\u003e 2981.4740000000443\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 85,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 120.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 8,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 278.97999999998365,\u003cbr\u003e \"max_equity_dd_pct\": 0.06548128438893645,\u003cbr\u003e \"net_profit\": 3260.454000000028,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 85,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 120.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 8,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.522720375702946,\u003cbr\u003e \"sharpe\": 0.22416565447670064,\u003cbr\u003e \"total_trades\": 659,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7860394537177542\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 167,\u003cbr\u003e \"values\": [\u003cbr\u003e -996164.0568600001\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 18,\u003cbr\u003e \"InpSlowEmaPeriod\": 75,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.4000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 308.32000000000653,\u003cbr\u003e \"max_equity_dd_pct\": 0.05993472565635784,\u003cbr\u003e \"net_profit\": 4144.263139999875,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 18,\u003cbr\u003e \"InpSlowEmaPeriod\": 75,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.4000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 110.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 9,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4764393260267314,\u003cbr\u003e \"sharpe\": 0.22581867000590722,\u003cbr\u003e \"total_trades\": 752,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.48 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7539893617021277\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 168,\u003cbr\u003e \"values\": [\u003cbr\u003e 8313.936780000064\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 20,\u003cbr\u003e \"InpSlowEmaPeriod\": 80,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.3000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 627.3899999999976,\u003cbr\u003e \"max_equity_dd_pct\": 0.06310928248150727,\u003cbr\u003e \"net_profit\": 8941.326780000061,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 20,\u003cbr\u003e \"InpSlowEmaPeriod\": 80,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.3000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.8918341342654044,\u003cbr\u003e \"sharpe\": 0.2947260090606003,\u003cbr\u003e \"total_trades\": 642,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7757009345794392\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 169,\u003cbr\u003e \"values\": [\u003cbr\u003e 13607.423999999737\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 80,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.4000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1530.9099999999635,\u003cbr\u003e \"max_equity_dd_pct\": 0.09486171249151196,\u003cbr\u003e \"net_profit\": 15138.3339999997,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 80,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.4000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6660666608213932,\u003cbr\u003e \"sharpe\": 0.30526963951596386,\u003cbr\u003e \"total_trades\": 883,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7746319365798414\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 170,\u003cbr\u003e \"values\": [\u003cbr\u003e -991548.63618\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 18,\u003cbr\u003e \"InpSlowEmaPeriod\": 80,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.4000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 786.6599999999607,\u003cbr\u003e \"max_equity_dd_pct\": 0.07683709413365727,\u003cbr\u003e \"net_profit\": 9238.023819999931,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 18,\u003cbr\u003e \"InpSlowEmaPeriod\": 80,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.4000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4551756696103884,\u003cbr\u003e \"sharpe\": 0.24979862781431889,\u003cbr\u003e \"total_trades\": 1165,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.46 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7725321888412017\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 171,\u003cbr\u003e \"values\": [\u003cbr\u003e 13693.588020000247\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 85,\u003cbr\u003e \"InpRsiPeriod\": 20,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 903.2899999999572,\u003cbr\u003e \"max_equity_dd_pct\": 0.05791479543801328,\u003cbr\u003e \"net_profit\": 14596.878020000204,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 85,\u003cbr\u003e \"InpRsiPeriod\": 20,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.5,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.028344418619976,\u003cbr\u003e \"sharpe\": 0.3345938190978696,\u003cbr\u003e \"total_trades\": 703,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7780938833570412\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 172,\u003cbr\u003e \"values\": [\u003cbr\u003e 13491.088020000188\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 85,\u003cbr\u003e \"InpRsiPeriod\": 20,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 897.4699999999557,\u003cbr\u003e \"max_equity_dd_pct\": 0.05832060410296632,\u003cbr\u003e \"net_profit\": 14388.558020000144,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 85,\u003cbr\u003e \"InpRsiPeriod\": 20,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.0219406175553822,\u003cbr\u003e \"sharpe\": 0.333559188681419,\u003cbr\u003e \"total_trades\": 703,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7780938833570412\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 173,\u003cbr\u003e \"values\": [\u003cbr\u003e 18638.696079999987\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 85,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1528.469999999992,\u003cbr\u003e \"max_equity_dd_pct\": 0.07220947736807261,\u003cbr\u003e \"net_profit\": 20167.166079999977,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 85,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.7940324616601373,\u003cbr\u003e \"sharpe\": 0.33229461129904947,\u003cbr\u003e \"total_trades\": 824,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7694174757281553\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 174,\u003cbr\u003e \"values\": [\u003cbr\u003e 18432.201100000282\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 95,\u003cbr\u003e \"InpRsiPeriod\": 20,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1059.2099999999846,\u003cbr\u003e \"max_equity_dd_pct\": 0.05169043726812795,\u003cbr\u003e \"net_profit\": 19491.411100000267,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 95,\u003cbr\u003e \"InpRsiPeriod\": 20,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.0270051653755954,\u003cbr\u003e \"sharpe\": 0.3370075152230926,\u003cbr\u003e \"total_trades\": 835,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7724550898203593\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 175,\u003cbr\u003e \"values\": [\u003cbr\u003e 14770.817979999261\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 85,\u003cbr\u003e \"InpRsiPeriod\": 20,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1302.0299999999916,\u003cbr\u003e \"max_equity_dd_pct\": 0.07372530366676583,\u003cbr\u003e \"net_profit\": 16072.847979999253,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 85,\u003cbr\u003e \"InpRsiPeriod\": 20,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5209237465955623,\u003cbr\u003e \"sharpe\": 0.2833608377787128,\u003cbr\u003e \"total_trades\": 1096,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7490875912408759\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 176,\u003cbr\u003e \"values\": [\u003cbr\u003e -989472.3957600005\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 95,\u003cbr\u003e \"InpRsiPeriod\": 21,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1240.160000000058,\u003cbr\u003e \"max_equity_dd_pct\": 0.0964247048080454,\u003cbr\u003e \"net_profit\": 11767.764239999651,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 95,\u003cbr\u003e \"InpRsiPeriod\": 21,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4839270262836284,\u003cbr\u003e \"sharpe\": 0.26728345025229605,\u003cbr\u003e \"total_trades\": 1119,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.48 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7622877569258266\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 177,\u003cbr\u003e \"values\": [\u003cbr\u003e -989546.3174400004\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 18,\u003cbr\u003e \"InpSlowEmaPeriod\": 85,\u003cbr\u003e \"InpRsiPeriod\": 20,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 51.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 50.0,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 140.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1373.2099999999518,\u003cbr\u003e \"max_equity_dd_pct\": 0.10201758467243227,\u003cbr\u003e \"net_profit\": 11826.892559999582,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 18,\u003cbr\u003e \"InpSlowEmaPeriod\": 85,\u003cbr\u003e \"InpRsiPeriod\": 20,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 51.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 50.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 140.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 90,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4158480462765706,\u003cbr\u003e \"sharpe\": 0.25427260728373785,\u003cbr\u003e \"total_trades\": 1133,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.42 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7396293027360988\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 178,\u003cbr\u003e \"values\": [\u003cbr\u003e 10720.230280000023\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 95,\u003cbr\u003e \"InpRsiPeriod\": 20,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 75\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 643.0600000000304,\u003cbr\u003e \"max_equity_dd_pct\": 0.05201366185183737,\u003cbr\u003e \"net_profit\": 11363.290280000054,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 95,\u003cbr\u003e \"InpRsiPeriod\": 20,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 110.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 90.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 75,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.873434010028291,\u003cbr\u003e \"sharpe\": 0.30192256216671975,\u003cbr\u003e \"total_trades\": 830,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7771084337349398\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 179,\u003cbr\u003e \"values\": [\u003cbr\u003e 8701.344120000258\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 95,\u003cbr\u003e \"InpRsiPeriod\": 20,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 75\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 408.28999999993175,\u003cbr\u003e \"max_equity_dd_pct\": 0.04038622913090392,\u003cbr\u003e \"net_profit\": 9109.63412000019,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 19,\u003cbr\u003e \"InpSlowEmaPeriod\": 95,\u003cbr\u003e \"InpRsiPeriod\": 20,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 75,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.9070394396548564,\u003cbr\u003e \"sharpe\": 0.30500614070845183,\u003cbr\u003e \"total_trades\": 833,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8031212484993998\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 180,\u003cbr\u003e \"values\": [\u003cbr\u003e 13374.547520000104\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 18,\u003cbr\u003e \"InpSlowEmaPeriod\": 95,\u003cbr\u003e \"InpRsiPeriod\": 20,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 75\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1067.3199999998396,\u003cbr\u003e \"max_equity_dd_pct\": 0.06911858287978911,\u003cbr\u003e \"net_profit\": 14441.867519999943,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 18,\u003cbr\u003e \"InpSlowEmaPeriod\": 95,\u003cbr\u003e \"InpRsiPeriod\": 20,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 75,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.7795623171185657,\u003cbr\u003e \"sharpe\": 0.3270756543114172,\u003cbr\u003e \"total_trades\": 966,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8043478260869565\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 181,\u003cbr\u003e \"values\": [\u003cbr\u003e 8901.539220000086\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 18,\u003cbr\u003e \"InpSlowEmaPeriod\": 90,\u003cbr\u003e \"InpRsiPeriod\": 20,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 75\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 704.8399999999183,\u003cbr\u003e \"max_equity_dd_pct\": 0.06645434651919954,\u003cbr\u003e \"net_profit\": 9606.379220000004,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 18,\u003cbr\u003e \"InpSlowEmaPeriod\": 90,\u003cbr\u003e \"InpRsiPeriod\": 20,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 75,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6657072586329353,\u003cbr\u003e \"sharpe\": 0.2907992459806216,\u003cbr\u003e \"total_trades\": 902,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8004434589800443\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 182,\u003cbr\u003e \"values\": [\u003cbr\u003e 18501.74850000046\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 18,\u003cbr\u003e \"InpSlowEmaPeriod\": 95,\u003cbr\u003e \"InpRsiPeriod\": 20,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 75\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1233.6599999999562,\u003cbr\u003e \"max_equity_dd_pct\": 0.059495331379651004,\u003cbr\u003e \"net_profit\": 19735.408500000416,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 18,\u003cbr\u003e \"InpSlowEmaPeriod\": 95,\u003cbr\u003e \"InpRsiPeriod\": 20,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 75,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.8144783866346599,\u003cbr\u003e \"sharpe\": 0.34355176555107536,\u003cbr\u003e \"total_trades\": 974,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7926078028747433\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 183,\u003cbr\u003e \"values\": [\u003cbr\u003e 13574.369300000191\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 18,\u003cbr\u003e \"InpSlowEmaPeriod\": 95,\u003cbr\u003e \"InpRsiPeriod\": 20,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 75\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1018.8299999999344,\u003cbr\u003e \"max_equity_dd_pct\": 0.06533809902628036,\u003cbr\u003e \"net_profit\": 14593.199300000126,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 18,\u003cbr\u003e \"InpSlowEmaPeriod\": 95,\u003cbr\u003e \"InpRsiPeriod\": 20,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 75,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.748344846416861,\u003cbr\u003e \"sharpe\": 0.3309356848599923,\u003cbr\u003e \"total_trades\": 969,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8028895768833849\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 184,\u003cbr\u003e \"values\": [\u003cbr\u003e 17449.33706000096\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 18,\u003cbr\u003e \"InpSlowEmaPeriod\": 95,\u003cbr\u003e \"InpRsiPeriod\": 20,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 75\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1555.5599999995648,\u003cbr\u003e \"max_equity_dd_pct\": 0.07457444207956644,\u003cbr\u003e \"net_profit\": 19004.897060000523,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 18,\u003cbr\u003e \"InpSlowEmaPeriod\": 95,\u003cbr\u003e \"InpRsiPeriod\": 20,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 130.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 75,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5738319907221703,\u003cbr\u003e \"sharpe\": 0.30034446907058593,\u003cbr\u003e \"total_trades\": 1088,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7867647058823529\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 185,\u003cbr\u003e \"values\": [\u003cbr\u003e 11222.07312000004\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 18,\u003cbr\u003e \"InpSlowEmaPeriod\": 95,\u003cbr\u003e \"InpRsiPeriod\": 20,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 140.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 75\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1000.1099999999951,\u003cbr\u003e \"max_equity_dd_pct\": 0.0734863668890999,\u003cbr\u003e \"net_profit\": 12222.183120000034,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 18,\u003cbr\u003e \"InpSlowEmaPeriod\": 95,\u003cbr\u003e \"InpRsiPeriod\": 20,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 140.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 75,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5133406379102443,\u003cbr\u003e \"sharpe\": 0.2749603650094199,\u003cbr\u003e \"total_trades\": 1079,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7951807228915663\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 186,\u003cbr\u003e \"values\": [\u003cbr\u003e 15462.26673999952\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 18,\u003cbr\u003e \"InpSlowEmaPeriod\": 100,\u003cbr\u003e \"InpRsiPeriod\": 20,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 140.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 75\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1574.890000000034,\u003cbr\u003e \"max_equity_dd_pct\": 0.08602723568673921,\u003cbr\u003e \"net_profit\": 17037.156739999555,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 18,\u003cbr\u003e \"InpSlowEmaPeriod\": 100,\u003cbr\u003e \"InpRsiPeriod\": 20,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 140.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 75,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5020549896781799,\u003cbr\u003e \"sharpe\": 0.28779839552886016,\u003cbr\u003e \"total_trades\": 1243,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7916331456154465\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 187,\u003cbr\u003e \"values\": [\u003cbr\u003e -988180.9771400001\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 18,\u003cbr\u003e \"InpSlowEmaPeriod\": 100,\u003cbr\u003e \"InpRsiPeriod\": 20,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 140.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 905.7599999999948,\u003cbr\u003e \"max_equity_dd_pct\": 0.06599448670621848,\u003cbr\u003e \"net_profit\": 12724.782859999857,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 18,\u003cbr\u003e \"InpSlowEmaPeriod\": 100,\u003cbr\u003e \"InpRsiPeriod\": 20,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 140.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.44336628583267,\u003cbr\u003e \"sharpe\": 0.25013092512255947,\u003cbr\u003e \"total_trades\": 1399,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.44 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7769835596854896\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 188,\u003cbr\u003e \"values\": [\u003cbr\u003e -989761.2452000002\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 18,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 21,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 51.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 50.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 140.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 75\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1192.550000000042,\u003cbr\u003e \"max_equity_dd_pct\": 0.09310101748080912,\u003cbr\u003e \"net_profit\": 11431.304799999833,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 18,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 21,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 51.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 50.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 140.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 75,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.3876116192517591,\u003cbr\u003e \"sharpe\": 0.2508078400271299,\u003cbr\u003e \"total_trades\": 1308,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.39 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7828746177370031\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 189,\u003cbr\u003e \"values\": [\u003cbr\u003e 11222.07312000004\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 18,\u003cbr\u003e \"InpSlowEmaPeriod\": 95,\u003cbr\u003e \"InpRsiPeriod\": 20,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 140.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 75\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1000.1099999999951,\u003cbr\u003e \"max_equity_dd_pct\": 0.0734863668890999,\u003cbr\u003e \"net_profit\": 12222.183120000034,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 18,\u003cbr\u003e \"InpSlowEmaPeriod\": 95,\u003cbr\u003e \"InpRsiPeriod\": 20,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 140.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 75,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5133406379102443,\u003cbr\u003e \"sharpe\": 0.2749603650094199,\u003cbr\u003e \"total_trades\": 1079,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7951807228915663\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 190,\u003cbr\u003e \"values\": [\u003cbr\u003e 13260.25791999994\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 17,\u003cbr\u003e \"InpSlowEmaPeriod\": 95,\u003cbr\u003e \"InpRsiPeriod\": 21,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 140.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1535.0099999999784,\u003cbr\u003e \"max_equity_dd_pct\": 0.09667132917951803,\u003cbr\u003e \"net_profit\": 14795.267919999918,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 17,\u003cbr\u003e \"InpSlowEmaPeriod\": 95,\u003cbr\u003e \"InpRsiPeriod\": 21,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 140.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.536746604854232,\u003cbr\u003e \"sharpe\": 0.27641472828808383,\u003cbr\u003e \"total_trades\": 1104,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.802536231884058\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 191,\u003cbr\u003e \"values\": [\u003cbr\u003e -991801.3619200003\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 16,\u003cbr\u003e \"InpSlowEmaPeriod\": 95,\u003cbr\u003e \"InpRsiPeriod\": 21,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 51.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 140.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1065.030000000028,\u003cbr\u003e \"max_equity_dd_pct\": 0.10099294528864719,\u003cbr\u003e \"net_profit\": 9263.668079999687,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 16,\u003cbr\u003e \"InpSlowEmaPeriod\": 95,\u003cbr\u003e \"InpRsiPeriod\": 21,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 51.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 140.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.389793804514439,\u003cbr\u003e \"sharpe\": 0.2201062934963571,\u003cbr\u003e \"total_trades\": 1356,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.39 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7868731563421829\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 192,\u003cbr\u003e \"values\": [\u003cbr\u003e 11996.065739999709\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 16,\u003cbr\u003e \"InpSlowEmaPeriod\": 95,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 150.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 75\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 962.3699999999953,\u003cbr\u003e \"max_equity_dd_pct\": 0.06801429374268136,\u003cbr\u003e \"net_profit\": 12958.435739999704,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 16,\u003cbr\u003e \"InpSlowEmaPeriod\": 95,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 150.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 75,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5324048393951053,\u003cbr\u003e \"sharpe\": 0.2618244408670582,\u003cbr\u003e \"total_trades\": 1281,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.78064012490242\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 193,\u003cbr\u003e \"values\": [\u003cbr\u003e -989209.2094600005\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 16,\u003cbr\u003e \"InpSlowEmaPeriod\": 95,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 150.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 75\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 946.0700000001743,\u003cbr\u003e \"max_equity_dd_pct\": 0.07427811563368197,\u003cbr\u003e \"net_profit\": 11736.86053999964,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 16,\u003cbr\u003e \"InpSlowEmaPeriod\": 95,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 150.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 75,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4250312865962897,\u003cbr\u003e \"sharpe\": 0.24230659125872375,\u003cbr\u003e \"total_trades\": 1410,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.43 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7737588652482269\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 194,\u003cbr\u003e \"values\": [\u003cbr\u003e -994533.5639599999\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 17,\u003cbr\u003e \"InpSlowEmaPeriod\": 100,\u003cbr\u003e \"InpRsiPeriod\": 22,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 140.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 75\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 519.7000000000016,\u003cbr\u003e \"max_equity_dd_pct\": 0.07310188254241039,\u003cbr\u003e \"net_profit\": 5986.136040000006,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 17,\u003cbr\u003e \"InpSlowEmaPeriod\": 100,\u003cbr\u003e \"InpRsiPeriod\": 22,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 47.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 100.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 140.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 75,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.3724991605704993,\u003cbr\u003e \"sharpe\": 0.2224624007185406,\u003cbr\u003e \"total_trades\": 1041,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.37 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7915465898174832\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 195,\u003cbr\u003e \"values\": [\u003cbr\u003e 24932.331079999898\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 17,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 20,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 150.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2855.769999999782,\u003cbr\u003e \"max_equity_dd_pct\": 0.09919966558627263,\u003cbr\u003e \"net_profit\": 27788.10107999968,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 17,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 20,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 150.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.822749987120509,\u003cbr\u003e \"sharpe\": 0.3664078138273466,\u003cbr\u003e \"total_trades\": 1055,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8208530805687204\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 196,\u003cbr\u003e \"values\": [\u003cbr\u003e 24932.331079999898\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 17,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 20,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 150.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2855.769999999782,\u003cbr\u003e \"max_equity_dd_pct\": 0.09919966558627263,\u003cbr\u003e \"net_profit\": 27788.10107999968,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 17,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 20,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.6,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 150.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.822749987120509,\u003cbr\u003e \"sharpe\": 0.3664078138273466,\u003cbr\u003e \"total_trades\": 1055,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8208530805687204\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 197,\u003cbr\u003e \"values\": [\u003cbr\u003e 19986.753639999755\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 16,\u003cbr\u003e \"InpSlowEmaPeriod\": 95,\u003cbr\u003e \"InpRsiPeriod\": 20,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 160.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2054.7799999997806,\u003cbr\u003e \"max_equity_dd_pct\": 0.08793815679427819,\u003cbr\u003e \"net_profit\": 22041.533639999536,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 16,\u003cbr\u003e \"InpSlowEmaPeriod\": 95,\u003cbr\u003e \"InpRsiPeriod\": 20,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 160.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.9448713491129364,\u003cbr\u003e \"sharpe\": 0.35511869188624723,\u003cbr\u003e \"total_trades\": 943,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8197242841993637\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 198,\u003cbr\u003e \"values\": [\u003cbr\u003e 17320.199139999124\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 16,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 160.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1245.4199999999928,\u003cbr\u003e \"max_equity_dd_pct\": 0.06365349295049451,\u003cbr\u003e \"net_profit\": 18565.619139999115,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 16,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 160.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.7162121998459114,\u003cbr\u003e \"sharpe\": 0.31300158901489017,\u003cbr\u003e \"total_trades\": 1151,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8114682884448305\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 199,\u003cbr\u003e \"values\": [\u003cbr\u003e 23396.827619998432\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 16,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 160.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1804.940000000015,\u003cbr\u003e \"max_equity_dd_pct\": 0.06881769431296188,\u003cbr\u003e \"net_profit\": 25201.76761999845,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 16,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 160.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.70505453297949,\u003cbr\u003e \"sharpe\": 0.3016849160795785,\u003cbr\u003e \"total_trades\": 1263,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8028503562945368\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 200,\u003cbr\u003e \"values\": [\u003cbr\u003e 17547.686679999126\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 16,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.8,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 160.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1543.699999999988,\u003cbr\u003e \"max_equity_dd_pct\": 0.0766037054970533,\u003cbr\u003e \"net_profit\": 19091.386679999112,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 16,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.8,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 160.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6071202534483233,\u003cbr\u003e \"sharpe\": 0.29090154939638313,\u003cbr\u003e \"total_trades\": 1261,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8112609040444092\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 201,\u003cbr\u003e \"values\": [\u003cbr\u003e 16172.2548399992\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 15,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.8,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 160.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1456.7999999999865,\u003cbr\u003e \"max_equity_dd_pct\": 0.0779569589868784,\u003cbr\u003e \"net_profit\": 17629.054839999186,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 15,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.8,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 160.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.609800413613071,\u003cbr\u003e \"sharpe\": 0.28536344967097643,\u003cbr\u003e \"total_trades\": 1246,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8097913322632424\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 202,\u003cbr\u003e \"values\": [\u003cbr\u003e 17265.60907999953\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 15,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.8,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 160.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1419.2199999999793,\u003cbr\u003e \"max_equity_dd_pct\": 0.07194630799755722,\u003cbr\u003e \"net_profit\": 18684.82907999951,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 15,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.8,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 160.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6003094513811906,\u003cbr\u003e \"sharpe\": 0.2868618647936162,\u003cbr\u003e \"total_trades\": 1296,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8078703703703703\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 203,\u003cbr\u003e \"values\": [\u003cbr\u003e 17265.60907999953\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 15,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 160.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1419.2199999999793,\u003cbr\u003e \"max_equity_dd_pct\": 0.07194630799755722,\u003cbr\u003e \"net_profit\": 18684.82907999951,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 15,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 160.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6003094513811906,\u003cbr\u003e \"sharpe\": 0.2868618647936162,\u003cbr\u003e \"total_trades\": 1296,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8078703703703703\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 204,\u003cbr\u003e \"values\": [\u003cbr\u003e 14066.280739999233\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 15,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.8,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 170.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1261.3199999999906,\u003cbr\u003e \"max_equity_dd_pct\": 0.0770610083435047,\u003cbr\u003e \"net_profit\": 15327.600739999223,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 15,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.8,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 170.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5932332210869213,\u003cbr\u003e \"sharpe\": 0.27183967836518375,\u003cbr\u003e \"total_trades\": 1247,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8083400160384924\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 205,\u003cbr\u003e \"values\": [\u003cbr\u003e 14918.471139999252\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 15,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 170.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1258.8700000000345,\u003cbr\u003e \"max_equity_dd_pct\": 0.07316225022419494,\u003cbr\u003e \"net_profit\": 16177.341139999286,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 15,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 170.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.570537257147723,\u003cbr\u003e \"sharpe\": 0.27344984605536604,\u003cbr\u003e \"total_trades\": 1297,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8064764841942945\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 206,\u003cbr\u003e \"values\": [\u003cbr\u003e 15128.756419999072\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 15,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 170.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1342.7000000000025,\u003cbr\u003e \"max_equity_dd_pct\": 0.07685106311246334,\u003cbr\u003e \"net_profit\": 16471.456419999075,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 15,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 170.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5399474943786864,\u003cbr\u003e \"sharpe\": 0.267907757014605,\u003cbr\u003e \"total_trades\": 1379,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8027556200145033\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 207,\u003cbr\u003e \"values\": [\u003cbr\u003e 13963.59237999911\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 15,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 170.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1296.4499999999862,\u003cbr\u003e \"max_equity_dd_pct\": 0.0797322645108664,\u003cbr\u003e \"net_profit\": 15260.042379999097,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 15,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 170.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5246394468217817,\u003cbr\u003e \"sharpe\": 0.2604365703604687,\u003cbr\u003e \"total_trades\": 1379,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8027556200145033\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 208,\u003cbr\u003e \"values\": [\u003cbr\u003e 26453.604359998353\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 15,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 170.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2186.6699999999655,\u003cbr\u003e \"max_equity_dd_pct\": 0.07377360861919123,\u003cbr\u003e \"net_profit\": 28640.27435999832,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 15,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 170.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.725841694591326,\u003cbr\u003e \"sharpe\": 0.3039787907585389,\u003cbr\u003e \"total_trades\": 1523,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8082731451083388\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 209,\u003cbr\u003e \"values\": [\u003cbr\u003e 26038.72621999852\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 15,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 170.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2080.719999999972,\u003cbr\u003e \"max_equity_dd_pct\": 0.07145465556865524,\u003cbr\u003e \"net_profit\": 28119.446219998492,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 15,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 170.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.7354178391509238,\u003cbr\u003e \"sharpe\": 0.3003152558554177,\u003cbr\u003e \"total_trades\": 1558,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8080872913992297\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 210,\u003cbr\u003e \"values\": [\u003cbr\u003e 26038.72621999852\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 15,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 170.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2080.719999999972,\u003cbr\u003e \"max_equity_dd_pct\": 0.07145465556865524,\u003cbr\u003e \"net_profit\": 28119.446219998492,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 15,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 170.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.7354178391509238,\u003cbr\u003e \"sharpe\": 0.3003152558554177,\u003cbr\u003e \"total_trades\": 1558,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8080872913992297\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 211,\u003cbr\u003e \"values\": [\u003cbr\u003e 26038.72621999852\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 15,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 170.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2080.719999999972,\u003cbr\u003e \"max_equity_dd_pct\": 0.07145465556865524,\u003cbr\u003e \"net_profit\": 28119.446219998492,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 15,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 170.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 60,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.7354178391509238,\u003cbr\u003e \"sharpe\": 0.3003152558554177,\u003cbr\u003e \"total_trades\": 1558,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8080872913992297\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 212,\u003cbr\u003e \"values\": [\u003cbr\u003e 25094.19587999843\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 15,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 22,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 180.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2195.8000000000247,\u003cbr\u003e \"max_equity_dd_pct\": 0.07761754400086343,\u003cbr\u003e \"net_profit\": 27289.995879998456,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 15,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 22,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 90.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 180.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.7265282018536234,\u003cbr\u003e \"sharpe\": 0.2964822880225336,\u003cbr\u003e \"total_trades\": 1560,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8076923076923077\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 213,\u003cbr\u003e \"values\": [\u003cbr\u003e 21417.425959998596\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 15,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 22,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 180.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1871.5700000000252,\u003cbr\u003e \"max_equity_dd_pct\": 0.07705423489230681,\u003cbr\u003e \"net_profit\": 23288.99595999862,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 15,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 2.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 22,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 180.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.7799265539663953,\u003cbr\u003e \"sharpe\": 0.29430200348430813,\u003cbr\u003e \"total_trades\": 1573,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8194532739987286\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 214,\u003cbr\u003e \"values\": [\u003cbr\u003e 21417.425959998596\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 15,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.0,\u003cbr\u003e \"InpAtrPeriod\": 22,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 180.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1871.5700000000252,\u003cbr\u003e \"max_equity_dd_pct\": 0.07705423489230681,\u003cbr\u003e \"net_profit\": 23288.99595999862,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 15,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.0,\u003cbr\u003e \"InpAtrPeriod\": 22,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 180.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.7799265539663953,\u003cbr\u003e \"sharpe\": 0.29430200348430813,\u003cbr\u003e \"total_trades\": 1573,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8194532739987286\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 215,\u003cbr\u003e \"values\": [\u003cbr\u003e 20854.090199998504\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 14,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.0,\u003cbr\u003e \"InpAtrPeriod\": 22,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 190.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1841.2700000000186,\u003cbr\u003e \"max_equity_dd_pct\": 0.07770592995670664,\u003cbr\u003e \"net_profit\": 22695.360199998522,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 14,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.0,\u003cbr\u003e \"InpAtrPeriod\": 22,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 190.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.7530282759696538,\u003cbr\u003e \"sharpe\": 0.29023796011804165,\u003cbr\u003e \"total_trades\": 1559,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8184733803720333\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 216,\u003cbr\u003e \"values\": [\u003cbr\u003e 20578.790199998493\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 14,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.0,\u003cbr\u003e \"InpAtrPeriod\": 22,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 190.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1819.0100000000166,\u003cbr\u003e \"max_equity_dd_pct\": 0.07774277857112971,\u003cbr\u003e \"net_profit\": 22397.80019999851,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 14,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.0,\u003cbr\u003e \"InpAtrPeriod\": 22,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 190.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.7465966041203067,\u003cbr\u003e \"sharpe\": 0.28946387976794385,\u003cbr\u003e \"total_trades\": 1559,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8184733803720333\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 217,\u003cbr\u003e \"values\": [\u003cbr\u003e 21218.568339998415\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 14,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.0,\u003cbr\u003e \"InpAtrPeriod\": 22,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 190.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1763.2599999999802,\u003cbr\u003e \"max_equity_dd_pct\": 0.07352483618019663,\u003cbr\u003e \"net_profit\": 22981.828339998396,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 14,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.0,\u003cbr\u003e \"InpAtrPeriod\": 22,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 190.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.770994940667327,\u003cbr\u003e \"sharpe\": 0.2887041321531429,\u003cbr\u003e \"total_trades\": 1588,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8173803526448362\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 218,\u003cbr\u003e \"values\": [\u003cbr\u003e 21218.568339998415\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 14,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.0,\u003cbr\u003e \"InpAtrPeriod\": 22,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 190.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1763.2599999999802,\u003cbr\u003e \"max_equity_dd_pct\": 0.07352483618019663,\u003cbr\u003e \"net_profit\": 22981.828339998396,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 14,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.0,\u003cbr\u003e \"InpAtrPeriod\": 22,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 190.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.770994940667327,\u003cbr\u003e \"sharpe\": 0.2887041321531429,\u003cbr\u003e \"total_trades\": 1588,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8173803526448362\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 219,\u003cbr\u003e \"values\": [\u003cbr\u003e 21218.568339998415\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 14,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.0,\u003cbr\u003e \"InpAtrPeriod\": 22,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 190.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1763.2599999999802,\u003cbr\u003e \"max_equity_dd_pct\": 0.07352483618019663,\u003cbr\u003e \"net_profit\": 22981.828339998396,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 14,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.0,\u003cbr\u003e \"InpAtrPeriod\": 22,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 190.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.770994940667327,\u003cbr\u003e \"sharpe\": 0.2887041321531429,\u003cbr\u003e \"total_trades\": 1588,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8173803526448362\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 220,\u003cbr\u003e \"values\": [\u003cbr\u003e 16497.601999998573\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 14,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.0,\u003cbr\u003e \"InpAtrPeriod\": 22,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 190.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1417.4200000000728,\u003cbr\u003e \"max_equity_dd_pct\": 0.07493620678845489,\u003cbr\u003e \"net_profit\": 17915.021999998644,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 14,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.0,\u003cbr\u003e \"InpAtrPeriod\": 22,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 190.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.7368140446930107,\u003cbr\u003e \"sharpe\": 0.2807896796225096,\u003cbr\u003e \"total_trades\": 1582,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8261694058154235\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 221,\u003cbr\u003e \"values\": [\u003cbr\u003e 21520.367999998576\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 14,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.1,\u003cbr\u003e \"InpAtrPeriod\": 21,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 190.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1786.9199999999255,\u003cbr\u003e \"max_equity_dd_pct\": 0.07351375439333396,\u003cbr\u003e \"net_profit\": 23307.2879999985,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 14,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.1,\u003cbr\u003e \"InpAtrPeriod\": 21,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 190.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.7723489095532041,\u003cbr\u003e \"sharpe\": 0.2897020311323249,\u003cbr\u003e \"total_trades\": 1588,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8173803526448362\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 222,\u003cbr\u003e \"values\": [\u003cbr\u003e 22808.46279999812\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 14,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 47.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.1,\u003cbr\u003e \"InpAtrPeriod\": 21,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 190.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1894.019999999924,\u003cbr\u003e \"max_equity_dd_pct\": 0.07369015727928312,\u003cbr\u003e \"net_profit\": 24702.482799998044,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 14,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 19,\u003cbr\u003e \"InpRsiBuyLevel\": 47.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.1,\u003cbr\u003e \"InpAtrPeriod\": 21,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 45.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 190.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6882434699363462,\u003cbr\u003e \"sharpe\": 0.28269506339311146,\u003cbr\u003e \"total_trades\": 1739,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8108108108108109\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 223,\u003cbr\u003e \"values\": [\u003cbr\u003e 32627.72227999797\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 14,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 47.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.1,\u003cbr\u003e \"InpAtrPeriod\": 21,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 190.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2565.289999999586,\u003cbr\u003e \"max_equity_dd_pct\": 0.07087804629672453,\u003cbr\u003e \"net_profit\": 35193.01227999756,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 14,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 47.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.1,\u003cbr\u003e \"InpAtrPeriod\": 21,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 190.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6078151232667224,\u003cbr\u003e \"sharpe\": 0.3008667739908914,\u003cbr\u003e \"total_trades\": 1846,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8098591549295775\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 224,\u003cbr\u003e \"values\": [\u003cbr\u003e 32627.72227999797\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 14,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 47.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.0,\u003cbr\u003e \"InpAtrPeriod\": 21,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 190.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2565.289999999586,\u003cbr\u003e \"max_equity_dd_pct\": 0.07087804629672453,\u003cbr\u003e \"net_profit\": 35193.01227999756,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 14,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 47.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.0,\u003cbr\u003e \"InpAtrPeriod\": 21,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 190.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6078151232667224,\u003cbr\u003e \"sharpe\": 0.3008667739908914,\u003cbr\u003e \"total_trades\": 1846,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8098591549295775\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 225,\u003cbr\u003e \"values\": [\u003cbr\u003e -988589.1495200008\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 14,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 47.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.1,\u003cbr\u003e \"InpAtrPeriod\": 21,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 190.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1126.5999999998967,\u003cbr\u003e \"max_equity_dd_pct\": 0.08100874522840583,\u003cbr\u003e \"net_profit\": 12537.450479999101,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 14,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 47.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.1,\u003cbr\u003e \"InpAtrPeriod\": 21,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 190.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4363139506186489,\u003cbr\u003e \"sharpe\": 0.23130310870458173,\u003cbr\u003e \"total_trades\": 1902,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.44 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.8138801261829653\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 226,\u003cbr\u003e \"values\": [\u003cbr\u003e 26371.872519998095\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.0,\u003cbr\u003e \"InpAtrPeriod\": 22,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 200.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1953.8499999996966,\u003cbr\u003e \"max_equity_dd_pct\": 0.06662580942949757,\u003cbr\u003e \"net_profit\": 28325.72251999779,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.0,\u003cbr\u003e \"InpAtrPeriod\": 22,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 200.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 10,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6360491909732926,\u003cbr\u003e \"sharpe\": 0.29247412822077873,\u003cbr\u003e \"total_trades\": 1714,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8144690781796966\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 227,\u003cbr\u003e \"values\": [\u003cbr\u003e 24130.15847999824\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.0,\u003cbr\u003e \"InpAtrPeriod\": 22,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 200.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1772.7599999997256,\u003cbr\u003e \"max_equity_dd_pct\": 0.06589470957650019,\u003cbr\u003e \"net_profit\": 25902.918479997967,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.0,\u003cbr\u003e \"InpAtrPeriod\": 22,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 200.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5921764114000279,\u003cbr\u003e \"sharpe\": 0.28459245744100137,\u003cbr\u003e \"total_trades\": 1739,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8131109833237493\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 228,\u003cbr\u003e \"values\": [\u003cbr\u003e 24130.15847999824\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.2,\u003cbr\u003e \"InpAtrPeriod\": 22,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 200.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1772.7599999997256,\u003cbr\u003e \"max_equity_dd_pct\": 0.06589470957650019,\u003cbr\u003e \"net_profit\": 25902.918479997967,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.2,\u003cbr\u003e \"InpAtrPeriod\": 22,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 200.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5921764114000279,\u003cbr\u003e \"sharpe\": 0.28459245744100137,\u003cbr\u003e \"total_trades\": 1739,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8131109833237493\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 229,\u003cbr\u003e \"values\": [\u003cbr\u003e 27391.961559998093\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 125,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.2,\u003cbr\u003e \"InpAtrPeriod\": 22,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 200.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1988.7899999996953,\u003cbr\u003e \"max_equity_dd_pct\": 0.06546217252302367,\u003cbr\u003e \"net_profit\": 29380.75155999779,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 125,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.2,\u003cbr\u003e \"InpAtrPeriod\": 22,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 200.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5849495024219862,\u003cbr\u003e \"sharpe\": 0.29211987777189247,\u003cbr\u003e \"total_trades\": 1767,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8126768534238823\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 230,\u003cbr\u003e \"values\": [\u003cbr\u003e 24130.15847999824\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.2,\u003cbr\u003e \"InpAtrPeriod\": 22,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 200.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1772.7599999997256,\u003cbr\u003e \"max_equity_dd_pct\": 0.06589470957650019,\u003cbr\u003e \"net_profit\": 25902.918479997967,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.2,\u003cbr\u003e \"InpAtrPeriod\": 22,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 200.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5921764114000279,\u003cbr\u003e \"sharpe\": 0.28459245744100137,\u003cbr\u003e \"total_trades\": 1739,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8131109833237493\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 231,\u003cbr\u003e \"values\": [\u003cbr\u003e 24130.15847999824\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.2,\u003cbr\u003e \"InpAtrPeriod\": 22,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 200.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1772.7599999997256,\u003cbr\u003e \"max_equity_dd_pct\": 0.06589470957650019,\u003cbr\u003e \"net_profit\": 25902.918479997967,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.2,\u003cbr\u003e \"InpAtrPeriod\": 22,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 200.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5921764114000279,\u003cbr\u003e \"sharpe\": 0.28459245744100137,\u003cbr\u003e \"total_trades\": 1739,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8131109833237493\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 232,\u003cbr\u003e \"values\": [\u003cbr\u003e 23295.190599998747\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.2,\u003cbr\u003e \"InpAtrPeriod\": 21,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 210.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1662.0099999996928,\u003cbr\u003e \"max_equity_dd_pct\": 0.06402886141735148,\u003cbr\u003e \"net_profit\": 24957.20059999844,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.2,\u003cbr\u003e \"InpAtrPeriod\": 21,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 210.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6027439404015797,\u003cbr\u003e \"sharpe\": 0.28018235476217235,\u003cbr\u003e \"total_trades\": 1738,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8135788262370541\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 233,\u003cbr\u003e \"values\": [\u003cbr\u003e 25038.00237999858\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.2,\u003cbr\u003e \"InpAtrPeriod\": 21,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 200.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1831.7899999996553,\u003cbr\u003e \"max_equity_dd_pct\": 0.06572671855690985,\u003cbr\u003e \"net_profit\": 26869.792379998235,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.2,\u003cbr\u003e \"InpAtrPeriod\": 21,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 200.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5844407633551032,\u003cbr\u003e \"sharpe\": 0.28772425958806436,\u003cbr\u003e \"total_trades\": 1732,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8135103926096998\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 234,\u003cbr\u003e \"values\": [\u003cbr\u003e -984654.6660000011\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 47.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.2,\u003cbr\u003e \"InpAtrPeriod\": 21,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 210.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1641.950000000047,\u003cbr\u003e \"max_equity_dd_pct\": 0.09104825349493684,\u003cbr\u003e \"net_profit\": 16987.28399999891,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 47.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.2,\u003cbr\u003e \"InpAtrPeriod\": 21,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 210.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4563780189195132,\u003cbr\u003e \"sharpe\": 0.24938744425187445,\u003cbr\u003e \"total_trades\": 1954,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.46 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.8167860798362334\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 235,\u003cbr\u003e \"values\": [\u003cbr\u003e 23374.57359999834\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 125,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 47.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.3000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 20,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 200.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1431.6499999998086,\u003cbr\u003e \"max_equity_dd_pct\": 0.05545994983923877,\u003cbr\u003e \"net_profit\": 24806.22359999815,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 125,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 47.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.3000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 20,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 200.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5727384960303388,\u003cbr\u003e \"sharpe\": 0.2845527493150293,\u003cbr\u003e \"total_trades\": 2015,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8312655086848635\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 236,\u003cbr\u003e \"values\": [\u003cbr\u003e 25812.177839998432\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 125,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 48.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.3000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 20,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 200.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2147.4699999998047,\u003cbr\u003e \"max_equity_dd_pct\": 0.07164971310566741,\u003cbr\u003e \"net_profit\": 27959.647839998237,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 125,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 48.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.3000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 20,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 200.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6219579542086682,\u003cbr\u003e \"sharpe\": 0.2906063771834099,\u003cbr\u003e \"total_trades\": 2105,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8342042755344418\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 237,\u003cbr\u003e \"values\": [\u003cbr\u003e 22943.027839998646\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 125,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 48.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.3000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 20,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 210.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1922.6499999998305,\u003cbr\u003e \"max_equity_dd_pct\": 0.07181514544823361,\u003cbr\u003e \"net_profit\": 24865.677839998476,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 125,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 48.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.3000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 20,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 210.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.584366230438916,\u003cbr\u003e \"sharpe\": 0.28076235224734086,\u003cbr\u003e \"total_trades\": 2102,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8339676498572788\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 238,\u003cbr\u003e \"values\": [\u003cbr\u003e 22943.027839998646\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 125,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 48.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.3000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 20,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 210.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1922.6499999998305,\u003cbr\u003e \"max_equity_dd_pct\": 0.07181514544823361,\u003cbr\u003e \"net_profit\": 24865.677839998476,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 125,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 48.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.3000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 20,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 210.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.584366230438916,\u003cbr\u003e \"sharpe\": 0.28076235224734086,\u003cbr\u003e \"total_trades\": 2102,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8339676498572788\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 239,\u003cbr\u003e \"values\": [\u003cbr\u003e 22943.027839998646\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 125,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 48.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.3000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 20,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 210.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1922.6499999998305,\u003cbr\u003e \"max_equity_dd_pct\": 0.07181514544823361,\u003cbr\u003e \"net_profit\": 24865.677839998476,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 125,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 48.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.3000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 20,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 210.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.584366230438916,\u003cbr\u003e \"sharpe\": 0.28076235224734086,\u003cbr\u003e \"total_trades\": 2102,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8339676498572788\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 240,\u003cbr\u003e \"values\": [\u003cbr\u003e 22201.267839998687\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 125,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 48.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 20,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 210.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1861.499999999829,\u003cbr\u003e \"max_equity_dd_pct\": 0.07176273214971819,\u003cbr\u003e \"net_profit\": 24062.767839998516,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 125,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 48.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 20,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 210.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5611629244908998,\u003cbr\u003e \"sharpe\": 0.27809317382681564,\u003cbr\u003e \"total_trades\": 2103,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8335710889205896\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 241,\u003cbr\u003e \"values\": [\u003cbr\u003e 22201.267839998687\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 125,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 48.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 20,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 210.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1861.499999999829,\u003cbr\u003e \"max_equity_dd_pct\": 0.07176273214971819,\u003cbr\u003e \"net_profit\": 24062.767839998516,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 125,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 48.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 20,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 210.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5611629244908998,\u003cbr\u003e \"sharpe\": 0.27809317382681564,\u003cbr\u003e \"total_trades\": 2103,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8335710889205896\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 242,\u003cbr\u003e \"values\": [\u003cbr\u003e 26144.850759998746\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 125,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 48.0,\u003cbr\u003e \"InpRsiSellLevel\": 51.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.3000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 20,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 200.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 3423.589999999702,\u003cbr\u003e \"max_equity_dd_pct\": 0.10436215079712595,\u003cbr\u003e \"net_profit\": 29568.440759998448,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 125,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 48.0,\u003cbr\u003e \"InpRsiSellLevel\": 51.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.3000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 20,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 200.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.513317626612864,\u003cbr\u003e \"sharpe\": 0.2897753066491958,\u003cbr\u003e \"total_trades\": 2145,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8307692307692308\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 243,\u003cbr\u003e \"values\": [\u003cbr\u003e -978784.6617600016\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 48.0,\u003cbr\u003e \"InpRsiSellLevel\": 51.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.2,\u003cbr\u003e \"InpAtrPeriod\": 20,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 200.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 3194.99000000006,\u003cbr\u003e \"max_equity_dd_pct\": 0.115982394004807,\u003cbr\u003e \"net_profit\": 24410.32823999854,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 48.0,\u003cbr\u003e \"InpRsiSellLevel\": 51.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.2,\u003cbr\u003e \"InpAtrPeriod\": 20,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 200.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.391398398126164,\u003cbr\u003e \"sharpe\": 0.2730221619988033,\u003cbr\u003e \"total_trades\": 2195,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.39 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.8287015945330296\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 244,\u003cbr\u003e \"values\": [\u003cbr\u003e 16348.25259999864\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 130,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 47.0,\u003cbr\u003e \"InpRsiSellLevel\": 50.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.3000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 19,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 220.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1749.459999999839,\u003cbr\u003e \"max_equity_dd_pct\": 0.08865587954759804,\u003cbr\u003e \"net_profit\": 18097.71259999848,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 130,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 47.0,\u003cbr\u003e \"InpRsiSellLevel\": 50.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.3000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 19,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 220.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.509081003899559,\u003cbr\u003e \"sharpe\": 0.2539776852464917,\u003cbr\u003e \"total_trades\": 2070,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8285024154589372\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 245,\u003cbr\u003e \"values\": [\u003cbr\u003e -972706.8717800028\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 125,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 49.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.3000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 21,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 200.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 3327.1399999998175,\u003cbr\u003e \"max_equity_dd_pct\": 0.10288884308093976,\u003cbr\u003e \"net_profit\": 30620.268219996928,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 125,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 49.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.3000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 21,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 200.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.458846961115863,\u003cbr\u003e \"sharpe\": 0.29400146046837045,\u003cbr\u003e \"total_trades\": 2179,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.46 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.8347865993575034\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 246,\u003cbr\u003e \"values\": [\u003cbr\u003e -982567.8286000015\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 48.0,\u003cbr\u003e \"InpRsiSellLevel\": 51.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.2,\u003cbr\u003e \"InpAtrPeriod\": 21,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 220.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2307.469999999932,\u003cbr\u003e \"max_equity_dd_pct\": 0.10399521973617447,\u003cbr\u003e \"net_profit\": 19739.64139999842,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 48.0,\u003cbr\u003e \"InpRsiSellLevel\": 51.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.2,\u003cbr\u003e \"InpAtrPeriod\": 21,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 220.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4940129458448836,\u003cbr\u003e \"sharpe\": 0.2622108504526943,\u003cbr\u003e \"total_trades\": 2128,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.49 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.8303571428571429\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 247,\u003cbr\u003e \"values\": [\u003cbr\u003e 16547.077359998962\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 125,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 47.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.3000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 20,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.6,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 200.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1334.439999999795,\u003cbr\u003e \"max_equity_dd_pct\": 0.06803598801732298,\u003cbr\u003e \"net_profit\": 17881.517359998757,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 125,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 47.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.3000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 20,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.6,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 200.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5200924736695813,\u003cbr\u003e \"sharpe\": 0.2649106472292098,\u003cbr\u003e \"total_trades\": 2073,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8379160636758322\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 248,\u003cbr\u003e \"values\": [\u003cbr\u003e -987679.5108800017\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 49.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.2,\u003cbr\u003e \"InpAtrPeriod\": 19,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 210.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2335.449999999898,\u003cbr\u003e \"max_equity_dd_pct\": 0.1472429658269212,\u003cbr\u003e \"net_profit\": 14655.93911999818,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 49.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.2,\u003cbr\u003e \"InpAtrPeriod\": 19,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 210.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.3481826710073848,\u003cbr\u003e \"sharpe\": 0.23075995299766391,\u003cbr\u003e \"total_trades\": 2130,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.35 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.8145539906103286\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 249,\u003cbr\u003e \"values\": [\u003cbr\u003e -984075.4225600014\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 130,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 47.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 20,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 200.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2098.569999999959,\u003cbr\u003e \"max_equity_dd_pct\": 0.1102830309777826,\u003cbr\u003e \"net_profit\": 18023.147439998553,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 130,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 47.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 20,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 200.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.424956615710381,\u003cbr\u003e \"sharpe\": 0.25384286054174887,\u003cbr\u003e \"total_trades\": 1969,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.42 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.813610970035551\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 250,\u003cbr\u003e \"values\": [\u003cbr\u003e -973828.7344000015\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 48.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.2,\u003cbr\u003e \"InpAtrPeriod\": 21,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 210.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2426.4899999996524,\u003cbr\u003e \"max_equity_dd_pct\": 0.07938963959656914,\u003cbr\u003e \"net_profit\": 28597.75559999816,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 48.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.2,\u003cbr\u003e \"InpAtrPeriod\": 21,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 210.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.456936522014163,\u003cbr\u003e \"sharpe\": 0.2768087082337919,\u003cbr\u003e \"total_trades\": 2172,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.46 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.8213627992633518\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 251,\u003cbr\u003e \"values\": [\u003cbr\u003e -988660.1210400007\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 125,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 47.0,\u003cbr\u003e \"InpRsiSellLevel\": 51.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.3000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 21,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.6,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 200.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1245.2899999999572,\u003cbr\u003e \"max_equity_dd_pct\": 0.09146665073720645,\u003cbr\u003e \"net_profit\": 12585.168959999262,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 125,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 47.0,\u003cbr\u003e \"InpRsiSellLevel\": 51.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.3000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 21,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.6,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 80.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 200.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.376588104578299,\u003cbr\u003e \"sharpe\": 0.23143170781682554,\u003cbr\u003e \"total_trades\": 2002,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.38 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.8176823176823177\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 252,\u003cbr\u003e \"values\": [\u003cbr\u003e 23643.887639998517\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 48.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.2,\u003cbr\u003e \"InpAtrPeriod\": 20,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 180.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1858.329999999889,\u003cbr\u003e \"max_equity_dd_pct\": 0.06801546731158238,\u003cbr\u003e \"net_profit\": 25502.217639998406,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 48.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.2,\u003cbr\u003e \"InpAtrPeriod\": 20,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 180.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.622184662582035,\u003cbr\u003e \"sharpe\": 0.28627063913469464,\u003cbr\u003e \"total_trades\": 2093,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8346870520783565\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 253,\u003cbr\u003e \"values\": [\u003cbr\u003e -980121.2740800016\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 130,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 49.0,\u003cbr\u003e \"InpRsiSellLevel\": 50.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.3000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 20,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 220.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 3122.0000000003893,\u003cbr\u003e \"max_equity_dd_pct\": 0.12155779663315124,\u003cbr\u003e \"net_profit\": 23000.72591999876,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 130,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 49.0,\u003cbr\u003e \"InpRsiSellLevel\": 50.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.3000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 20,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 220.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4246540721832937,\u003cbr\u003e \"sharpe\": 0.27579765541468126,\u003cbr\u003e \"total_trades\": 2287,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.42 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.8456493222562309\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 254,\u003cbr\u003e \"values\": [\u003cbr\u003e -983396.1200400011\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 125,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 48.0,\u003cbr\u003e \"InpRsiSellLevel\": 51.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.2,\u003cbr\u003e \"InpAtrPeriod\": 19,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 180.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2598.9400000000132,\u003cbr\u003e \"max_equity_dd_pct\": 0.11837835692765152,\u003cbr\u003e \"net_profit\": 19202.81995999888,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 125,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 48.0,\u003cbr\u003e \"InpRsiSellLevel\": 51.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.2,\u003cbr\u003e \"InpAtrPeriod\": 19,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.5,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 180.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.3615929437967262,\u003cbr\u003e \"sharpe\": 0.2586957967902181,\u003cbr\u003e \"total_trades\": 2201,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.36 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.8282598818718764\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 255,\u003cbr\u003e \"values\": [\u003cbr\u003e 17065.48983999902\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 130,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.2,\u003cbr\u003e \"InpAtrPeriod\": 20,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.6,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 200.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 999.7499999999072,\u003cbr\u003e \"max_equity_dd_pct\": 0.05243836470928779,\u003cbr\u003e \"net_profit\": 18065.239839998925,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 130,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.2,\u003cbr\u003e \"InpAtrPeriod\": 20,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.6,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 200.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6382191480120243,\u003cbr\u003e \"sharpe\": 0.2827003325265494,\u003cbr\u003e \"total_trades\": 1877,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8433670751198722\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 256,\u003cbr\u003e \"values\": [\u003cbr\u003e 37624.13903999691\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.3000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 21,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 210.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2082.699999999888,\u003cbr\u003e \"max_equity_dd_pct\": 0.05116339291177868,\u003cbr\u003e \"net_profit\": 39706.8390399968,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 18,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 52.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.3000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 21,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 42.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.5,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 210.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.8131602271593918,\u003cbr\u003e \"sharpe\": 0.33676775750922766,\u003cbr\u003e \"total_trades\": 1879,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8451303885045237\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 257,\u003cbr\u003e \"values\": [\u003cbr\u003e 34694.95883999797\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 21,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 220.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2524.6699999995762,\u003cbr\u003e \"max_equity_dd_pct\": 0.06605689475868119,\u003cbr\u003e \"net_profit\": 37219.628839997546,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 21,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 220.0,\u003cbr\u003e \"InpTrailStepPoints\": 60.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 8.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.7333179920575819,\u003cbr\u003e \"sharpe\": 0.3293497411289625,\u003cbr\u003e \"total_trades\": 1862,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8458646616541353\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 258,\u003cbr\u003e \"values\": [\u003cbr\u003e 41137.099639997774\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 21,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 230.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2606.049999999588,\u003cbr\u003e \"max_equity_dd_pct\": 0.058244670323118135,\u003cbr\u003e \"net_profit\": 43743.14963999736,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 53.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.4000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 21,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 230.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.7536945997363755,\u003cbr\u003e \"sharpe\": 0.3374706168719881,\u003cbr\u003e \"total_trades\": 1856,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8464439655172413\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 259,\u003cbr\u003e \"values\": [\u003cbr\u003e 48215.05823999618\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.5,\u003cbr\u003e \"InpAtrPeriod\": 21,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpTrailStartPoints\": 230.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 3070.7700000000987,\u003cbr\u003e \"max_equity_dd_pct\": 0.058730445770219214,\u003cbr\u003e \"net_profit\": 51285.82823999628,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.5,\u003cbr\u003e \"InpAtrPeriod\": 21,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.6,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 35,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 230.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.0736352688461226,\u003cbr\u003e \"sharpe\": 0.35651357889492197,\u003cbr\u003e \"total_trades\": 1761,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.848381601362862\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 260,\u003cbr\u003e \"values\": [\u003cbr\u003e 53276.437359997515\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 3294.109999999797,\u003cbr\u003e \"max_equity_dd_pct\": 0.057218667375198456,\u003cbr\u003e \"net_profit\": 56570.54735999731,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.1711278752856615,\u003cbr\u003e \"sharpe\": 0.3697071019804974,\u003cbr\u003e \"total_trades\": 1746,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8482245131729668\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 261,\u003cbr\u003e \"values\": [\u003cbr\u003e 43573.079199997876\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.5,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2791.9699999998265,\u003cbr\u003e \"max_equity_dd_pct\": 0.05834045629480425,\u003cbr\u003e \"net_profit\": 46365.0491999977,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.5,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.039780613103165,\u003cbr\u003e \"sharpe\": 0.36076805417930013,\u003cbr\u003e \"total_trades\": 1598,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8504380475594493\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 262,\u003cbr\u003e \"values\": [\u003cbr\u003e 19102.200779999137\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1574.5599999998376,\u003cbr\u003e \"max_equity_dd_pct\": 0.07169333921970819,\u003cbr\u003e \"net_profit\": 20676.760779998975,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.7055279451148133,\u003cbr\u003e \"sharpe\": 0.2859319630522649,\u003cbr\u003e \"total_trades\": 1739,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8407130534790109\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 263,\u003cbr\u003e \"values\": [\u003cbr\u003e 51474.10139999761\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 3106.3799999998155,\u003cbr\u003e \"max_equity_dd_pct\": 0.05588976420776305,\u003cbr\u003e \"net_profit\": 54580.48139999743,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 3.0,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.2743793269383987,\u003cbr\u003e \"sharpe\": 0.38664585173967136,\u003cbr\u003e \"total_trades\": 1767,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.865874363327674\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 264,\u003cbr\u003e \"values\": [\u003cbr\u003e 30770.414719998633\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 230.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1749.2599999998893,\u003cbr\u003e \"max_equity_dd_pct\": 0.052186067275773615,\u003cbr\u003e \"net_profit\": 32519.674719998522,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 120,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 46.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 230.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.1334103837043292,\u003cbr\u003e \"sharpe\": 0.36984249678180564,\u003cbr\u003e \"total_trades\": 1752,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8647260273972602\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 265,\u003cbr\u003e \"values\": [\u003cbr\u003e 34034.426219998415\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1603.9499999999898,\u003cbr\u003e \"max_equity_dd_pct\": 0.043225165465123554,\u003cbr\u003e \"net_profit\": 35638.376219998405,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.0951161568883707,\u003cbr\u003e \"sharpe\": 0.38928442047314227,\u003cbr\u003e \"total_trades\": 1583,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8698673404927353\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 266,\u003cbr\u003e \"values\": [\u003cbr\u003e 34211.0555799987\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1603.9499999999898,\u003cbr\u003e \"max_equity_dd_pct\": 0.04302017988436309,\u003cbr\u003e \"net_profit\": 35815.00557999869,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.109160716014891,\u003cbr\u003e \"sharpe\": 0.38829893290760625,\u003cbr\u003e \"total_trades\": 1584,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8693181818181818\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 267,\u003cbr\u003e \"values\": [\u003cbr\u003e 34034.426219998415\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1603.9499999999898,\u003cbr\u003e \"max_equity_dd_pct\": 0.043225165465123554,\u003cbr\u003e \"net_profit\": 35638.376219998405,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.0951161568883707,\u003cbr\u003e \"sharpe\": 0.38928442047314227,\u003cbr\u003e \"total_trades\": 1583,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8698673404927353\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 268,\u003cbr\u003e \"values\": [\u003cbr\u003e 34034.426219998415\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1603.9499999999898,\u003cbr\u003e \"max_equity_dd_pct\": 0.043225165465123554,\u003cbr\u003e \"net_profit\": 35638.376219998405,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.0951161568883707,\u003cbr\u003e \"sharpe\": 0.38928442047314227,\u003cbr\u003e \"total_trades\": 1583,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8698673404927353\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 269,\u003cbr\u003e \"values\": [\u003cbr\u003e 34034.426219998415\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1603.9499999999898,\u003cbr\u003e \"max_equity_dd_pct\": 0.043225165465123554,\u003cbr\u003e \"net_profit\": 35638.376219998405,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.0951161568883707,\u003cbr\u003e \"sharpe\": 0.38928442047314227,\u003cbr\u003e \"total_trades\": 1583,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8698673404927353\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 270,\u003cbr\u003e \"values\": [\u003cbr\u003e 34211.0555799987\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1603.9499999999898,\u003cbr\u003e \"max_equity_dd_pct\": 0.04302017988436309,\u003cbr\u003e \"net_profit\": 35815.00557999869,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.109160716014891,\u003cbr\u003e \"sharpe\": 0.38829893290760625,\u003cbr\u003e \"total_trades\": 1584,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8693181818181818\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 271,\u003cbr\u003e \"values\": [\u003cbr\u003e 34211.0555799987\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1603.9499999999898,\u003cbr\u003e \"max_equity_dd_pct\": 0.04302017988436309,\u003cbr\u003e \"net_profit\": 35815.00557999869,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.109160716014891,\u003cbr\u003e \"sharpe\": 0.38829893290760625,\u003cbr\u003e \"total_trades\": 1584,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8693181818181818\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 272,\u003cbr\u003e \"values\": [\u003cbr\u003e 37004.7145799985\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1736.03999999999,\u003cbr\u003e \"max_equity_dd_pct\": 0.04313325615696299,\u003cbr\u003e \"net_profit\": 38740.754579998495,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.172033726095335,\u003cbr\u003e \"sharpe\": 0.3986204645977425,\u003cbr\u003e \"total_trades\": 1564,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.870843989769821\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 273,\u003cbr\u003e \"values\": [\u003cbr\u003e 37004.7145799985\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1736.03999999999,\u003cbr\u003e \"max_equity_dd_pct\": 0.04313325615696299,\u003cbr\u003e \"net_profit\": 38740.754579998495,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.172033726095335,\u003cbr\u003e \"sharpe\": 0.3986204645977425,\u003cbr\u003e \"total_trades\": 1564,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.870843989769821\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 274,\u003cbr\u003e \"values\": [\u003cbr\u003e 37004.7145799985\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1736.03999999999,\u003cbr\u003e \"max_equity_dd_pct\": 0.04313325615696299,\u003cbr\u003e \"net_profit\": 38740.754579998495,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.172033726095335,\u003cbr\u003e \"sharpe\": 0.3986204645977425,\u003cbr\u003e \"total_trades\": 1564,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.870843989769821\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 275,\u003cbr\u003e \"values\": [\u003cbr\u003e 37004.7145799985\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1736.03999999999,\u003cbr\u003e \"max_equity_dd_pct\": 0.04313325615696299,\u003cbr\u003e \"net_profit\": 38740.754579998495,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.172033726095335,\u003cbr\u003e \"sharpe\": 0.3986204645977425,\u003cbr\u003e \"total_trades\": 1564,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.870843989769821\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 276,\u003cbr\u003e \"values\": [\u003cbr\u003e 17307.37903999914\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 811.4099999999962,\u003cbr\u003e \"max_equity_dd_pct\": 0.041863346817534564,\u003cbr\u003e \"net_profit\": 18118.789039999137,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.851832780067281,\u003cbr\u003e \"sharpe\": 0.3173948989639865,\u003cbr\u003e \"total_trades\": 1704,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8615023474178404\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 277,\u003cbr\u003e \"values\": [\u003cbr\u003e 35515.46499999828\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1679.4299999999894,\u003cbr\u003e \"max_equity_dd_pct\": 0.04341507746082053,\u003cbr\u003e \"net_profit\": 37194.894999998265,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.1550353832199267,\u003cbr\u003e \"sharpe\": 0.39569600631084256,\u003cbr\u003e \"total_trades\": 1567,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8704530950861519\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 278,\u003cbr\u003e \"values\": [\u003cbr\u003e 35702.75061999829\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1679.4299999999894,\u003cbr\u003e \"max_equity_dd_pct\": 0.04320569451933747,\u003cbr\u003e \"net_profit\": 37382.180619998275,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.15740539691034,\u003cbr\u003e \"sharpe\": 0.3957291505125615,\u003cbr\u003e \"total_trades\": 1567,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8704530950861519\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 279,\u003cbr\u003e \"values\": [\u003cbr\u003e 35702.75061999829\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1679.4299999999894,\u003cbr\u003e \"max_equity_dd_pct\": 0.04320569451933747,\u003cbr\u003e \"net_profit\": 37382.180619998275,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.15740539691034,\u003cbr\u003e \"sharpe\": 0.3957291505125615,\u003cbr\u003e \"total_trades\": 1567,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8704530950861519\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 280,\u003cbr\u003e \"values\": [\u003cbr\u003e 35702.75061999829\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1679.4299999999894,\u003cbr\u003e \"max_equity_dd_pct\": 0.04320569451933747,\u003cbr\u003e \"net_profit\": 37382.180619998275,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.4,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.15740539691034,\u003cbr\u003e \"sharpe\": 0.3957291505125615,\u003cbr\u003e \"total_trades\": 1567,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8704530950861519\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 281,\u003cbr\u003e \"values\": [\u003cbr\u003e 47087.16001999752\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2226.6599999999853,\u003cbr\u003e \"max_equity_dd_pct\": 0.04374848343512656,\u003cbr\u003e \"net_profit\": 49313.8200199975,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.2306930184107334,\u003cbr\u003e \"sharpe\": 0.4047605091449175,\u003cbr\u003e \"total_trades\": 1553,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8628461043142305\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 282,\u003cbr\u003e \"values\": [\u003cbr\u003e 47087.16001999752\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2226.6599999999853,\u003cbr\u003e \"max_equity_dd_pct\": 0.04374848343512656,\u003cbr\u003e \"net_profit\": 49313.8200199975,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.2306930184107334,\u003cbr\u003e \"sharpe\": 0.4047605091449175,\u003cbr\u003e \"total_trades\": 1553,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8628461043142305\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 283,\u003cbr\u003e \"values\": [\u003cbr\u003e 24860.45777999874\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1132.1999999999935,\u003cbr\u003e \"max_equity_dd_pct\": 0.041417277461584294,\u003cbr\u003e \"net_profit\": 25992.65777999873,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.6,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.9884188691779034,\u003cbr\u003e \"sharpe\": 0.3364556208352886,\u003cbr\u003e \"total_trades\": 1687,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8547717842323651\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 284,\u003cbr\u003e \"values\": [\u003cbr\u003e 53462.731019997205\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2471.9699999999866,\u003cbr\u003e \"max_equity_dd_pct\": 0.04292162950370122,\u003cbr\u003e \"net_profit\": 55934.70101999719,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.281849636755697,\u003cbr\u003e \"sharpe\": 0.4158911401266428,\u003cbr\u003e \"total_trades\": 1568,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8641581632653061\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 285,\u003cbr\u003e \"values\": [\u003cbr\u003e 53462.731019997205\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2471.9699999999866,\u003cbr\u003e \"max_equity_dd_pct\": 0.04292162950370122,\u003cbr\u003e \"net_profit\": 55934.70101999719,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.281849636755697,\u003cbr\u003e \"sharpe\": 0.4158911401266428,\u003cbr\u003e \"total_trades\": 1568,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8641581632653061\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 286,\u003cbr\u003e \"values\": [\u003cbr\u003e 35629.12061999849\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1679.630000000012,\u003cbr\u003e \"max_equity_dd_pct\": 0.04384455177515464,\u003cbr\u003e \"net_profit\": 37308.7506199985,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.0878341205888398,\u003cbr\u003e \"sharpe\": 0.3964442255033431,\u003cbr\u003e \"total_trades\": 1479,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8607167004732927\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 287,\u003cbr\u003e \"values\": [\u003cbr\u003e 33338.59677999853\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1490.7299999999905,\u003cbr\u003e \"max_equity_dd_pct\": 0.04132061798264093,\u003cbr\u003e \"net_profit\": 34829.32677999852,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 40.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.0854866655217883,\u003cbr\u003e \"sharpe\": 0.3671809070210631,\u003cbr\u003e \"total_trades\": 1631,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8571428571428571\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 288,\u003cbr\u003e \"values\": [\u003cbr\u003e 54062.29215999761\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.5,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2490.8399999999856,\u003cbr\u003e \"max_equity_dd_pct\": 0.04278251426873707,\u003cbr\u003e \"net_profit\": 56553.1321599976,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.5,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.296379557077598,\u003cbr\u003e \"sharpe\": 0.4162147703072819,\u003cbr\u003e \"total_trades\": 1566,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8639846743295019\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 289,\u003cbr\u003e \"values\": [\u003cbr\u003e 34731.86841999884\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.5,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1622.4399999998714,\u003cbr\u003e \"max_equity_dd_pct\": 0.043433811750915784,\u003cbr\u003e \"net_profit\": 36354.30841999871,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.5,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.9479470166935808,\u003cbr\u003e \"sharpe\": 0.3688223258547959,\u003cbr\u003e \"total_trades\": 1467,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8398091342876619\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 290,\u003cbr\u003e \"values\": [\u003cbr\u003e 29586.232199998645\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1339.7699999999913,\u003cbr\u003e \"max_equity_dd_pct\": 0.0416732606223281,\u003cbr\u003e \"net_profit\": 30926.00219999864,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.947768891019105,\u003cbr\u003e \"sharpe\": 0.33634850069783745,\u003cbr\u003e \"total_trades\": 1621,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8352868599629858\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 291,\u003cbr\u003e \"values\": [\u003cbr\u003e 30618.45525999887\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.5,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1508.0199999999604,\u003cbr\u003e \"max_equity_dd_pct\": 0.04552310465161194,\u003cbr\u003e \"net_profit\": 32126.47525999883,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.5,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.917992403800914,\u003cbr\u003e \"sharpe\": 0.35864028327113334,\u003cbr\u003e \"total_trades\": 1448,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8383977900552486\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 292,\u003cbr\u003e \"values\": [\u003cbr\u003e 56623.50671999702\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 230.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2604.059999999983,\u003cbr\u003e \"max_equity_dd_pct\": 0.0427345779601588,\u003cbr\u003e \"net_profit\": 59227.566719997005,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 230.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.328336598129864,\u003cbr\u003e \"sharpe\": 0.42323039216991504,\u003cbr\u003e \"total_trades\": 1569,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8648820905035054\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 293,\u003cbr\u003e \"values\": [\u003cbr\u003e 28741.22823999854\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpTrailStartPoints\": 230.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1320.8999999999924,\u003cbr\u003e \"max_equity_dd_pct\": 0.04222695377795149,\u003cbr\u003e \"net_profit\": 30062.128239998532,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 115,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 40,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 230.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.9329296584837339,\u003cbr\u003e \"sharpe\": 0.3350829742398022,\u003cbr\u003e \"total_trades\": 1622,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8353884093711468\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 294,\u003cbr\u003e \"values\": [\u003cbr\u003e 56721.50595999797\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.5,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2736.1499999999833,\u003cbr\u003e \"max_equity_dd_pct\": 0.044763954770706195,\u003cbr\u003e \"net_profit\": 59457.65595999795,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.5,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.26684653698977,\u003cbr\u003e \"sharpe\": 0.43248779355445777,\u003cbr\u003e \"total_trades\": 1510,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8649006622516556\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 295,\u003cbr\u003e \"values\": [\u003cbr\u003e 54950.43691999758\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpTrailStartPoints\": 230.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2547.449999999986,\u003cbr\u003e \"max_equity_dd_pct\": 0.04307286994637608,\u003cbr\u003e \"net_profit\": 57497.88691999756,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 230.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.3016154642126883,\u003cbr\u003e \"sharpe\": 0.4327300592710084,\u003cbr\u003e \"total_trades\": 1513,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8651685393258427\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 296,\u003cbr\u003e \"values\": [\u003cbr\u003e 28103.525119998874\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpTrailStartPoints\": 230.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1317.0300000002853,\u003cbr\u003e \"max_equity_dd_pct\": 0.04329408174193508,\u003cbr\u003e \"net_profit\": 29420.55511999916,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 230.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.9562765309724077,\u003cbr\u003e \"sharpe\": 0.34148287165742813,\u003cbr\u003e \"total_trades\": 1566,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8358876117496807\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 297,\u003cbr\u003e \"values\": [\u003cbr\u003e 68772.15725999736\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.5,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 3207.8999999999796,\u003cbr\u003e \"max_equity_dd_pct\": 0.043475899589826554,\u003cbr\u003e \"net_profit\": 71980.05725999734,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.5,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.337837467931738,\u003cbr\u003e \"sharpe\": 0.445986882103888,\u003cbr\u003e \"total_trades\": 1530,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.865359477124183\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 298,\u003cbr\u003e \"values\": [\u003cbr\u003e 40897.57839999809\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1830.3899999999885,\u003cbr\u003e \"max_equity_dd_pct\": 0.041577039158208755,\u003cbr\u003e \"net_profit\": 42727.96839999808,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.1661305631616177,\u003cbr\u003e \"sharpe\": 0.3950162819693127,\u003cbr\u003e \"total_trades\": 1590,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8584905660377359\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 299,\u003cbr\u003e \"values\": [\u003cbr\u003e 29836.169459998688\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1377.5099999999911,\u003cbr\u003e \"max_equity_dd_pct\": 0.04223533272790212,\u003cbr\u003e \"net_profit\": 31213.67945999868,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 70.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.0755888305600925,\u003cbr\u003e \"sharpe\": 0.3641159518823856,\u003cbr\u003e \"total_trades\": 1651,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8570563294972744\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 300,\u003cbr\u003e \"values\": [\u003cbr\u003e 70222.87073999735\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 3132.4199999999837,\u003cbr\u003e \"max_equity_dd_pct\": 0.041653568152117404,\u003cbr\u003e \"net_profit\": 73355.29073999733,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.3732741143862692,\u003cbr\u003e \"sharpe\": 0.4464713962792422,\u003cbr\u003e \"total_trades\": 1530,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.865359477124183\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 301,\u003cbr\u003e \"values\": [\u003cbr\u003e 59307.101099998064\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2736.1499999999833,\u003cbr\u003e \"max_equity_dd_pct\": 0.042909566345430354,\u003cbr\u003e \"net_profit\": 62043.25109999805,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.293528984976915,\u003cbr\u003e \"sharpe\": 0.4349037888270073,\u003cbr\u003e \"total_trades\": 1511,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8649900727994706\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 302,\u003cbr\u003e \"values\": [\u003cbr\u003e 29803.602939998986\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1302.0299999999934,\u003cbr\u003e \"max_equity_dd_pct\": 0.0400357386807072,\u003cbr\u003e \"net_profit\": 31105.632939998977,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.1012127879625235,\u003cbr\u003e \"sharpe\": 0.3609528944133503,\u003cbr\u003e \"total_trades\": 1652,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8571428571428571\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 303,\u003cbr\u003e \"values\": [\u003cbr\u003e 37995.60440000078\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1792.6499999999905,\u003cbr\u003e \"max_equity_dd_pct\": 0.04348224262490242,\u003cbr\u003e \"net_profit\": 39788.25440000078,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.063964172590279,\u003cbr\u003e \"sharpe\": 0.38422293045421835,\u003cbr\u003e \"total_trades\": 1668,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8567146282973621\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 304,\u003cbr\u003e \"values\": [\u003cbr\u003e 25092.625320000603\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1245.4199999999928,\u003cbr\u003e \"max_equity_dd_pct\": 0.045071549505151715,\u003cbr\u003e \"net_profit\": 26338.045320000594,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.8627316386734774,\u003cbr\u003e \"sharpe\": 0.32718232972756467,\u003cbr\u003e \"total_trades\": 1652,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8353510895883777\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 305,\u003cbr\u003e \"values\": [\u003cbr\u003e 29273.991239999566\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.5,\u003cbr\u003e \"InpAtrPeriod\": 22,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1377.5099999999911,\u003cbr\u003e \"max_equity_dd_pct\": 0.04303962699772344,\u003cbr\u003e \"net_profit\": 30651.501239999558,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 54.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.5,\u003cbr\u003e \"InpAtrPeriod\": 22,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.0196491613170036,\u003cbr\u003e \"sharpe\": 0.35904620605358034,\u003cbr\u003e \"total_trades\": 1665,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8564564564564564\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 306,\u003cbr\u003e \"values\": [\u003cbr\u003e 46451.968159998345\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2177.6000000001222,\u003cbr\u003e \"max_equity_dd_pct\": 0.04342371924659833,\u003cbr\u003e \"net_profit\": 48629.56815999847,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.162212351919928,\u003cbr\u003e \"sharpe\": 0.4271019580957164,\u003cbr\u003e \"total_trades\": 1434,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8619246861924686\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 307,\u003cbr\u003e \"values\": [\u003cbr\u003e 23656.28151999946\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1281.8000000000047,\u003cbr\u003e \"max_equity_dd_pct\": 0.04941768723379474,\u003cbr\u003e \"net_profit\": 24938.08151999946,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 23,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 11,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.8673955408821736,\u003cbr\u003e \"sharpe\": 0.35164860339675225,\u003cbr\u003e \"total_trades\": 1270,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8362204724409449\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 308,\u003cbr\u003e \"values\": [\u003cbr\u003e 35728.00813999874\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2231.1300000000374,\u003cbr\u003e \"max_equity_dd_pct\": 0.05717942005237391,\u003cbr\u003e \"net_profit\": 37959.13813999877,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 45.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.9612663208797707,\u003cbr\u003e \"sharpe\": 0.35320222773940374,\u003cbr\u003e \"total_trades\": 1628,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8366093366093366\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 309,\u003cbr\u003e \"values\": [\u003cbr\u003e 59056.0534399989\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 3038.0699999999815,\u003cbr\u003e \"max_equity_dd_pct\": 0.048151394050019905,\u003cbr\u003e \"net_profit\": 62094.12343999888,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.144648050826418,\u003cbr\u003e \"sharpe\": 0.3884237980851263,\u003cbr\u003e \"total_trades\": 1478,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8322056833558863\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 310,\u003cbr\u003e \"values\": [\u003cbr\u003e 58148.52021999891\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.5,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2981.4599999999846,\u003cbr\u003e \"max_equity_dd_pct\": 0.04798746095593138,\u003cbr\u003e \"net_profit\": 61129.98021999889,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.5,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.145777298907369,\u003cbr\u003e \"sharpe\": 0.386530623396057,\u003cbr\u003e \"total_trades\": 1477,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8320920785375762\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 311,\u003cbr\u003e \"values\": [\u003cbr\u003e 48415.335639998855\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.5,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpTrailStartPoints\": 290.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2880.890000000123,\u003cbr\u003e \"max_equity_dd_pct\": 0.05508791437133207,\u003cbr\u003e \"net_profit\": 51296.22563999898,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.5,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 290.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.2430202582235075,\u003cbr\u003e \"sharpe\": 0.36029824102924957,\u003cbr\u003e \"total_trades\": 1616,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8267326732673267\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 312,\u003cbr\u003e \"values\": [\u003cbr\u003e 49406.48707999885\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpTrailStartPoints\": 290.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2937.6000000001295,\u003cbr\u003e \"max_equity_dd_pct\": 0.055068896307001625,\u003cbr\u003e \"net_profit\": 52344.08707999898,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 110,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 290.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.247266321502517,\u003cbr\u003e \"sharpe\": 0.3617754482913898,\u003cbr\u003e \"total_trades\": 1617,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8268398268398268\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 313,\u003cbr\u003e \"values\": [\u003cbr\u003e 47199.29989999859\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpTrailStartPoints\": 290.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2899.320000000138,\u003cbr\u003e \"max_equity_dd_pct\": 0.05673969288552569,\u003cbr\u003e \"net_profit\": 50098.619899998725,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 290.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.1515532943261753,\u003cbr\u003e \"sharpe\": 0.361104877321676,\u003cbr\u003e \"total_trades\": 1575,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.826031746031746\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 314,\u003cbr\u003e \"values\": [\u003cbr\u003e 42149.92569999851\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpTrailStartPoints\": 300.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2578.2700000001205,\u003cbr\u003e \"max_equity_dd_pct\": 0.056382500130006244,\u003cbr\u003e \"net_profit\": 44728.19569999863,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 300.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.126703471440295,\u003cbr\u003e \"sharpe\": 0.35149920733379975,\u003cbr\u003e \"total_trades\": 1575,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.826031746031746\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 315,\u003cbr\u003e \"values\": [\u003cbr\u003e 48391.81288000059\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 310.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2913.1800000000876,\u003cbr\u003e \"max_equity_dd_pct\": 0.05569602134701698,\u003cbr\u003e \"net_profit\": 51304.992880000675,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 310.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.112401159647024,\u003cbr\u003e \"sharpe\": 0.3646846634597512,\u003cbr\u003e \"total_trades\": 1576,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8261421319796954\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 316,\u003cbr\u003e \"values\": [\u003cbr\u003e 42149.92569999851\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpTrailStartPoints\": 300.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2578.2700000001205,\u003cbr\u003e \"max_equity_dd_pct\": 0.056382500130006244,\u003cbr\u003e \"net_profit\": 44728.19569999863,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 300.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.126703471440295,\u003cbr\u003e \"sharpe\": 0.35149920733379975,\u003cbr\u003e \"total_trades\": 1575,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.826031746031746\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 317,\u003cbr\u003e \"values\": [\u003cbr\u003e 32164.158639999056\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 100,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpTrailStartPoints\": 310.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2110.590000000062,\u003cbr\u003e \"max_equity_dd_pct\": 0.05983288560153762,\u003cbr\u003e \"net_profit\": 34274.74863999912,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 100,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 310.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.106907854533609,\u003cbr\u003e \"sharpe\": 0.34455169459829643,\u003cbr\u003e \"total_trades\": 1463,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8257006151742994\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 318,\u003cbr\u003e \"values\": [\u003cbr\u003e 47199.29989999859\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpTrailStartPoints\": 290.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2899.320000000138,\u003cbr\u003e \"max_equity_dd_pct\": 0.05673969288552569,\u003cbr\u003e \"net_profit\": 50098.619899998725,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 290.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.1515532943261753,\u003cbr\u003e \"sharpe\": 0.361104877321676,\u003cbr\u003e \"total_trades\": 1575,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.826031746031746\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 319,\u003cbr\u003e \"values\": [\u003cbr\u003e 47199.29989999859\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpTrailStartPoints\": 290.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2899.320000000138,\u003cbr\u003e \"max_equity_dd_pct\": 0.05673969288552569,\u003cbr\u003e \"net_profit\": 50098.619899998725,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 290.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.1515532943261753,\u003cbr\u003e \"sharpe\": 0.361104877321676,\u003cbr\u003e \"total_trades\": 1575,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.826031746031746\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 320,\u003cbr\u003e \"values\": [\u003cbr\u003e 47199.29989999859\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpTrailStartPoints\": 290.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2899.320000000138,\u003cbr\u003e \"max_equity_dd_pct\": 0.05673969288552569,\u003cbr\u003e \"net_profit\": 50098.619899998725,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 290.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.1515532943261753,\u003cbr\u003e \"sharpe\": 0.361104877321676,\u003cbr\u003e \"total_trades\": 1575,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.826031746031746\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 321,\u003cbr\u003e \"values\": [\u003cbr\u003e 47199.29989999859\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpTrailStartPoints\": 290.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2899.320000000138,\u003cbr\u003e \"max_equity_dd_pct\": 0.05673969288552569,\u003cbr\u003e \"net_profit\": 50098.619899998725,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 290.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.1515532943261753,\u003cbr\u003e \"sharpe\": 0.361104877321676,\u003cbr\u003e \"total_trades\": 1575,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.826031746031746\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 322,\u003cbr\u003e \"values\": [\u003cbr\u003e 38475.565919999055\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 100,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpTrailStartPoints\": 290.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2390.570000000109,\u003cbr\u003e \"max_equity_dd_pct\": 0.05710032577566231,\u003cbr\u003e \"net_profit\": 40866.135919999164,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 100,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 290.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.131738910504027,\u003cbr\u003e \"sharpe\": 0.34654965259406495,\u003cbr\u003e \"total_trades\": 1536,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.82421875\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 323,\u003cbr\u003e \"values\": [\u003cbr\u003e 47199.29989999859\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpTrailStartPoints\": 290.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2899.320000000138,\u003cbr\u003e \"max_equity_dd_pct\": 0.05673969288552569,\u003cbr\u003e \"net_profit\": 50098.619899998725,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 290.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.1515532943261753,\u003cbr\u003e \"sharpe\": 0.361104877321676,\u003cbr\u003e \"total_trades\": 1575,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.826031746031746\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 324,\u003cbr\u003e \"values\": [\u003cbr\u003e 32103.55843999908\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 100,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpTrailStartPoints\": 290.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2119.5600000000595,\u003cbr\u003e \"max_equity_dd_pct\": 0.06017525119505325,\u003cbr\u003e \"net_profit\": 34223.11843999914,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 100,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 290.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.13452994362341,\u003cbr\u003e \"sharpe\": 0.3456599708259498,\u003cbr\u003e \"total_trades\": 1463,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8257006151742994\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 325,\u003cbr\u003e \"values\": [\u003cbr\u003e 47690.63359999859\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpTrailStartPoints\": 290.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2929.0800000001327,\u003cbr\u003e \"max_equity_dd_pct\": 0.05674343764666305,\u003cbr\u003e \"net_profit\": 50619.71359999872,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 290.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.161993627227255,\u003cbr\u003e \"sharpe\": 0.36226152477823537,\u003cbr\u003e \"total_trades\": 1572,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8263358778625954\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 326,\u003cbr\u003e \"values\": [\u003cbr\u003e 47690.63359999859\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpTrailStartPoints\": 290.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2929.0800000001327,\u003cbr\u003e \"max_equity_dd_pct\": 0.05674343764666305,\u003cbr\u003e \"net_profit\": 50619.71359999872,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 290.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.161993627227255,\u003cbr\u003e \"sharpe\": 0.36226152477823537,\u003cbr\u003e \"total_trades\": 1572,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8263358778625954\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 327,\u003cbr\u003e \"values\": [\u003cbr\u003e 47690.63359999859\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpTrailStartPoints\": 290.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2929.0800000001327,\u003cbr\u003e \"max_equity_dd_pct\": 0.05674343764666305,\u003cbr\u003e \"net_profit\": 50619.71359999872,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 290.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.161993627227255,\u003cbr\u003e \"sharpe\": 0.36226152477823537,\u003cbr\u003e \"total_trades\": 1572,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8263358778625954\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 328,\u003cbr\u003e \"values\": [\u003cbr\u003e 32999.151999999034\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 100,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpTrailStartPoints\": 310.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2164.4100000000617,\u003cbr\u003e \"max_equity_dd_pct\": 0.05985057556001026,\u003cbr\u003e \"net_profit\": 35163.561999999096,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 100,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 310.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.117990834421186,\u003cbr\u003e \"sharpe\": 0.347016341332061,\u003cbr\u003e \"total_trades\": 1457,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8263555250514756\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 329,\u003cbr\u003e \"values\": [\u003cbr\u003e 47690.63359999859\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpTrailStartPoints\": 290.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2929.0800000001327,\u003cbr\u003e \"max_equity_dd_pct\": 0.05674343764666305,\u003cbr\u003e \"net_profit\": 50619.71359999872,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 45,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 290.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.161993627227255,\u003cbr\u003e \"sharpe\": 0.36226152477823537,\u003cbr\u003e \"total_trades\": 1572,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8263358778625954\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 330,\u003cbr\u003e \"values\": [\u003cbr\u003e 52018.75308000069\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 290.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 3145.7900000001027,\u003cbr\u003e \"max_equity_dd_pct\": 0.056010248236493976,\u003cbr\u003e \"net_profit\": 55164.543080000796,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 290.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.1544357076168006,\u003cbr\u003e \"sharpe\": 0.3726667585093101,\u003cbr\u003e \"total_trades\": 1573,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8264462809917356\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 331,\u003cbr\u003e \"values\": [\u003cbr\u003e 30975.665239999977\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 100,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 300.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1360.030000000097,\u003cbr\u003e \"max_equity_dd_pct\": 0.04079800916730764,\u003cbr\u003e \"net_profit\": 32335.695240000074,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 100,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 300.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.1236325489561056,\u003cbr\u003e \"sharpe\": 0.34794310655091,\u003cbr\u003e \"total_trades\": 1437,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8281141266527487\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 332,\u003cbr\u003e \"values\": [\u003cbr\u003e 50805.54712000068\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 3069.450000000099,\u003cbr\u003e \"max_equity_dd_pct\": 0.055935310452733464,\u003cbr\u003e \"net_profit\": 53874.99712000078,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.087932669250406,\u003cbr\u003e \"sharpe\": 0.3712907472483055,\u003cbr\u003e \"total_trades\": 1576,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.825507614213198\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 333,\u003cbr\u003e \"values\": [\u003cbr\u003e 45313.66887999927\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2177.3200000002544,\u003cbr\u003e \"max_equity_dd_pct\": 0.044901538415487066,\u003cbr\u003e \"net_profit\": 47490.988879999524,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.985178399393258,\u003cbr\u003e \"sharpe\": 0.3446267626064586,\u003cbr\u003e \"total_trades\": 1642,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8313032886723508\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 334,\u003cbr\u003e \"values\": [\u003cbr\u003e 48754.165000000576\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2947.5600000000923,\u003cbr\u003e \"max_equity_dd_pct\": 0.05592909909495476,\u003cbr\u003e \"net_profit\": 51701.72500000067,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.0813508408787693,\u003cbr\u003e \"sharpe\": 0.3687762931402937,\u003cbr\u003e \"total_trades\": 1574,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8259212198221093\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 335,\u003cbr\u003e \"values\": [\u003cbr\u003e 50744.832880000526\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 100,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 3004.0200000000987,\u003cbr\u003e \"max_equity_dd_pct\": 0.054869094820750974,\u003cbr\u003e \"net_profit\": 53748.852880000624,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 100,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 45,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.3310927406849813,\u003cbr\u003e \"sharpe\": 0.39799855584779514,\u003cbr\u003e \"total_trades\": 1547,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8461538461538461\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 336,\u003cbr\u003e \"values\": [\u003cbr\u003e 59950.94172000034\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 3151.2899999999827,\u003cbr\u003e \"max_equity_dd_pct\": 0.049160378904823034,\u003cbr\u003e \"net_profit\": 63102.23172000032,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 105,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 80.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.3151125834108233,\u003cbr\u003e \"sharpe\": 0.41879494553912633,\u003cbr\u003e \"total_trades\": 1429,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8495451364590623\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 337,\u003cbr\u003e \"values\": [\u003cbr\u003e 52044.53940000033\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 100,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 190.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 3038.0699999999815,\u003cbr\u003e \"max_equity_dd_pct\": 0.054171338183133216,\u003cbr\u003e \"net_profit\": 55082.60940000031,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 100,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 190.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.2038146396857163,\u003cbr\u003e \"sharpe\": 0.3975215573344326,\u003cbr\u003e \"total_trades\": 1378,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.851233671988389\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 338,\u003cbr\u003e \"values\": [\u003cbr\u003e 28821.001079999758\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 100,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 160.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1293.5799999999945,\u003cbr\u003e \"max_equity_dd_pct\": 0.041574720118327385,\u003cbr\u003e \"net_profit\": 30114.581079999753,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 100,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 160.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.2237536416127326,\u003cbr\u003e \"sharpe\": 0.4054857743132897,\u003cbr\u003e \"total_trades\": 1287,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8562548562548562\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 339,\u003cbr\u003e \"values\": [\u003cbr\u003e 63911.45160000029\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 100,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 3623.039999999979,\u003cbr\u003e \"max_equity_dd_pct\": 0.05286447619901748,\u003cbr\u003e \"net_profit\": 67534.49160000027,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 100,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.22244817294799,\u003cbr\u003e \"sharpe\": 0.4071539805150489,\u003cbr\u003e \"total_trades\": 1377,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8511256354393609\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 340,\u003cbr\u003e \"values\": [\u003cbr\u003e 51306.50728000032\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 100,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 190.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2981.4599999999846,\u003cbr\u003e \"max_equity_dd_pct\": 0.053926019470035565,\u003cbr\u003e \"net_profit\": 54287.9672800003,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 100,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 55.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 190.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.200486211361155,\u003cbr\u003e \"sharpe\": 0.3962730802488108,\u003cbr\u003e \"total_trades\": 1377,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8511256354393609\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 341,\u003cbr\u003e \"values\": [\u003cbr\u003e 61450.29999999992\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 150.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 4957.289999999943,\u003cbr\u003e \"max_equity_dd_pct\": 0.07354201507574969,\u003cbr\u003e \"net_profit\": 66407.58999999987,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 150.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.8297704347600046,\u003cbr\u003e \"sharpe\": 0.40036701468671654,\u003cbr\u003e \"total_trades\": 1765,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8475920679886686\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 342,\u003cbr\u003e \"values\": [\u003cbr\u003e 59369.02999999963\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 140,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 170.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 4101.610000000408,\u003cbr\u003e \"max_equity_dd_pct\": 0.06361981205709151,\u003cbr\u003e \"net_profit\": 63470.640000000036,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 140,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 170.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.0065229067682493,\u003cbr\u003e \"sharpe\": 0.4130523443288961,\u003cbr\u003e \"total_trades\": 1591,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8554368321810182\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 343,\u003cbr\u003e \"values\": [\u003cbr\u003e 43985.22999999973\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 210.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 3244.4899999999543,\u003cbr\u003e \"max_equity_dd_pct\": 0.06727159104386204,\u003cbr\u003e \"net_profit\": 47229.71999999968,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 210.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.764334018049907,\u003cbr\u003e \"sharpe\": 0.39394392086392926,\u003cbr\u003e \"total_trades\": 1767,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8477645727221279\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 344,\u003cbr\u003e \"values\": [\u003cbr\u003e 53346.589999999924\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 195,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 190.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 5972.290000000066,\u003cbr\u003e \"max_equity_dd_pct\": 0.09901195115028769,\u003cbr\u003e \"net_profit\": 59318.87999999999,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 195,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 190.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.8036867318461849,\u003cbr\u003e \"sharpe\": 0.38380804898686294,\u003cbr\u003e \"total_trades\": 1818,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8465346534653465\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 345,\u003cbr\u003e \"values\": [\u003cbr\u003e 27692.520000000306\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 165,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 190.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2459.4700000000194,\u003cbr\u003e \"max_equity_dd_pct\": 0.07895065451677387,\u003cbr\u003e \"net_profit\": 30151.990000000325,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 165,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 190.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.7873776674738469,\u003cbr\u003e \"sharpe\": 0.3760427600767544,\u003cbr\u003e \"total_trades\": 1574,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8487928843710292\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 346,\u003cbr\u003e \"values\": [\u003cbr\u003e 8021.286700000114\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 195,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 2.4000000000000004,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 190.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 505.48999999996795,\u003cbr\u003e \"max_equity_dd_pct\": 0.05305991899652309,\u003cbr\u003e \"net_profit\": 8526.776700000082,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 195,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 44.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 2.4000000000000004,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 190.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6881225651740916,\u003cbr\u003e \"sharpe\": 0.3376319166401825,\u003cbr\u003e \"total_trades\": 1718,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.9167636786961583\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 347,\u003cbr\u003e \"values\": [\u003cbr\u003e 56705.89000000034\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 5607.390000000109,\u003cbr\u003e \"max_equity_dd_pct\": 0.08856577956473062,\u003cbr\u003e \"net_profit\": 62313.28000000045,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 24,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.7652470613345674,\u003cbr\u003e \"sharpe\": 0.39725774839932737,\u003cbr\u003e \"total_trades\": 1658,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8492159227985525\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 348,\u003cbr\u003e \"values\": [\u003cbr\u003e 66935.46000000117\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 6433.559999999823,\u003cbr\u003e \"max_equity_dd_pct\": 0.08650860264125755,\u003cbr\u003e \"net_profit\": 73369.020000001,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.8219197510167335,\u003cbr\u003e \"sharpe\": 0.41009005775151564,\u003cbr\u003e \"total_trades\": 1655,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8495468277945619\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 349,\u003cbr\u003e \"values\": [\u003cbr\u003e 66935.46000000117\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 6433.559999999823,\u003cbr\u003e \"max_equity_dd_pct\": 0.08650860264125755,\u003cbr\u003e \"net_profit\": 73369.020000001,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.8219197510167335,\u003cbr\u003e \"sharpe\": 0.41009005775151564,\u003cbr\u003e \"total_trades\": 1655,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8495468277945619\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 350,\u003cbr\u003e \"values\": [\u003cbr\u003e 66935.46000000117\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 6433.559999999823,\u003cbr\u003e \"max_equity_dd_pct\": 0.08650860264125755,\u003cbr\u003e \"net_profit\": 73369.020000001,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.8219197510167335,\u003cbr\u003e \"sharpe\": 0.41009005775151564,\u003cbr\u003e \"total_trades\": 1655,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8495468277945619\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 351,\u003cbr\u003e \"values\": [\u003cbr\u003e 31970.520000000382\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1883.2999999999156,\u003cbr\u003e \"max_equity_dd_pct\": 0.054034249330486575,\u003cbr\u003e \"net_profit\": 33853.8200000003,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.8153535055763041,\u003cbr\u003e \"sharpe\": 0.3900637506500682,\u003cbr\u003e \"total_trades\": 1660,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8566265060240964\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 352,\u003cbr\u003e \"values\": [\u003cbr\u003e 47798.96756000093\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2609.9399999998714,\u003cbr\u003e \"max_equity_dd_pct\": 0.05076824472400502,\u003cbr\u003e \"net_profit\": 50408.9075600008,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.9026723774959482,\u003cbr\u003e \"sharpe\": 0.3919993875466951,\u003cbr\u003e \"total_trades\": 1473,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8520027155465038\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 353,\u003cbr\u003e \"values\": [\u003cbr\u003e 59487.170000001126\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 5727.289999999841,\u003cbr\u003e \"max_equity_dd_pct\": 0.08649606143431146,\u003cbr\u003e \"net_profit\": 65214.46000000097,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.8075390083638723,\u003cbr\u003e \"sharpe\": 0.402337122460664,\u003cbr\u003e \"total_trades\": 1639,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.849908480780964\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 354,\u003cbr\u003e \"values\": [\u003cbr\u003e 41107.06000000045\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2693.25,\u003cbr\u003e \"max_equity_dd_pct\": 0.06011677151341082,\u003cbr\u003e \"net_profit\": 43800.31000000045,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.8023845307219624,\u003cbr\u003e \"sharpe\": 0.3877858084878411,\u003cbr\u003e \"total_trades\": 1626,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8597785977859779\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 355,\u003cbr\u003e \"values\": [\u003cbr\u003e 51138.550000001116\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 5070.260000000024,\u003cbr\u003e \"max_equity_dd_pct\": 0.08862725863376497,\u003cbr\u003e \"net_profit\": 56208.81000000114,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.7496581054547835,\u003cbr\u003e \"sharpe\": 0.39067186847091795,\u003cbr\u003e \"total_trades\": 1642,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8501827040194885\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 356,\u003cbr\u003e \"values\": [\u003cbr\u003e 26700.067360000965\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 200,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1563.4099999999416,\u003cbr\u003e \"max_equity_dd_pct\": 0.053425298052134626,\u003cbr\u003e \"net_profit\": 28263.477360000907,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 200,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.8104494085173621,\u003cbr\u003e \"sharpe\": 0.3486973886165517,\u003cbr\u003e \"total_trades\": 1612,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.857940446650124\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 357,\u003cbr\u003e \"values\": [\u003cbr\u003e 53892.160000000484\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 140.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 5043.559999999961,\u003cbr\u003e \"max_equity_dd_pct\": 0.08414948548211189,\u003cbr\u003e \"net_profit\": 58935.720000000445,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 140.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.7661981953123138,\u003cbr\u003e \"sharpe\": 0.4050901640165856,\u003cbr\u003e \"total_trades\": 1642,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8477466504263094\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 358,\u003cbr\u003e \"values\": [\u003cbr\u003e 59920.74000000116\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 175,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 5758.459999999839,\u003cbr\u003e \"max_equity_dd_pct\": 0.08636066419512757,\u003cbr\u003e \"net_profit\": 65679.200000001,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 175,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.8119992399159555,\u003cbr\u003e \"sharpe\": 0.40123585432101977,\u003cbr\u003e \"total_trades\": 1613,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8481091134531928\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 359,\u003cbr\u003e \"values\": [\u003cbr\u003e 56734.71000000145\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 175,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 150.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 4818.779999999868,\u003cbr\u003e \"max_equity_dd_pct\": 0.07703455075008234,\u003cbr\u003e \"net_profit\": 61553.490000001315,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 175,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 150.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.8880671747575517,\u003cbr\u003e \"sharpe\": 0.4152729246073018,\u003cbr\u003e \"total_trades\": 1513,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8506278916060807\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 360,\u003cbr\u003e \"values\": [\u003cbr\u003e 28269.2371600008\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 150.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1531.3299999999826,\u003cbr\u003e \"max_equity_dd_pct\": 0.04971759097957934,\u003cbr\u003e \"net_profit\": 29800.567160000784,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 150.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.9710038332403779,\u003cbr\u003e \"sharpe\": 0.3877358403363304,\u003cbr\u003e \"total_trades\": 1434,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8514644351464435\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 361,\u003cbr\u003e \"values\": [\u003cbr\u003e 56247.08000000151\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 3127.9499999996624,\u003cbr\u003e \"max_equity_dd_pct\": 0.05180866990872883,\u003cbr\u003e \"net_profit\": 59375.03000000117,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.9473813117303687,\u003cbr\u003e \"sharpe\": 0.4177906264548988,\u003cbr\u003e \"total_trades\": 1507,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8613138686131386\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 362,\u003cbr\u003e \"values\": [\u003cbr\u003e 22110.720000000543\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 170,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 2.5,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1613.2299999998177,\u003cbr\u003e \"max_equity_dd_pct\": 0.0647805485282822,\u003cbr\u003e \"net_profit\": 23723.95000000036,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 170,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 2.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.9077949459699577,\u003cbr\u003e \"sharpe\": 0.3732492634309232,\u003cbr\u003e \"total_trades\": 1186,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8650927487352446\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 363,\u003cbr\u003e \"values\": [\u003cbr\u003e 42727.01736000136\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 175,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 140.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2386.439999999733,\u003cbr\u003e \"max_equity_dd_pct\": 0.051751487236559625,\u003cbr\u003e \"net_profit\": 45113.45736000109,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 175,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 140.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.1458971737446104,\u003cbr\u003e \"sharpe\": 0.41993103937811316,\u003cbr\u003e \"total_trades\": 1407,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8670931058990761\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 364,\u003cbr\u003e \"values\": [\u003cbr\u003e 58660.630000001605\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 3247.3399999996473,\u003cbr\u003e \"max_equity_dd_pct\": 0.051620486243628305,\u003cbr\u003e \"net_profit\": 61907.97000000125,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.9343754428845161,\u003cbr\u003e \"sharpe\": 0.4204802653468436,\u003cbr\u003e \"total_trades\": 1519,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8610928242264648\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 365,\u003cbr\u003e \"values\": [\u003cbr\u003e 54156.12000000121\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 3033.5099999996673,\u003cbr\u003e \"max_equity_dd_pct\": 0.05213145366278529,\u003cbr\u003e \"net_profit\": 57189.63000000088,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.0139764409852923,\u003cbr\u003e \"sharpe\": 0.41617905246971415,\u003cbr\u003e \"total_trades\": 1490,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8624161073825504\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 366,\u003cbr\u003e \"values\": [\u003cbr\u003e 54756.950000001234\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 175,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 3066.749999999658,\u003cbr\u003e \"max_equity_dd_pct\": 0.05213459880965685,\u003cbr\u003e \"net_profit\": 57823.70000000089,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 175,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.0628219554452345,\u003cbr\u003e \"sharpe\": 0.4201776246191485,\u003cbr\u003e \"total_trades\": 1470,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.863265306122449\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 367,\u003cbr\u003e \"values\": [\u003cbr\u003e 54156.12000000121\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 3033.5099999996673,\u003cbr\u003e \"max_equity_dd_pct\": 0.05213145366278529,\u003cbr\u003e \"net_profit\": 57189.63000000088,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.0139764409852923,\u003cbr\u003e \"sharpe\": 0.41617905246971415,\u003cbr\u003e \"total_trades\": 1490,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8624161073825504\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 368,\u003cbr\u003e \"values\": [\u003cbr\u003e 44537.63140000116\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 175,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2485.869999999726,\u003cbr\u003e \"max_equity_dd_pct\": 0.05176361422075903,\u003cbr\u003e \"net_profit\": 47023.50140000089,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 175,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.166226204601375,\u003cbr\u003e \"sharpe\": 0.41139869574459836,\u003cbr\u003e \"total_trades\": 1401,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.867237687366167\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 369,\u003cbr\u003e \"values\": [\u003cbr\u003e 48641.93000000086\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 150,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2436.0999999998385,\u003cbr\u003e \"max_equity_dd_pct\": 0.046777883111166194,\u003cbr\u003e \"net_profit\": 51078.0300000007,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 150,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.1798328120741397,\u003cbr\u003e \"sharpe\": 0.42462872058531437,\u003cbr\u003e \"total_trades\": 1364,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8673020527859238\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 370,\u003cbr\u003e \"values\": [\u003cbr\u003e 47084.830000000926\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2642.2799999998097,\u003cbr\u003e \"max_equity_dd_pct\": 0.052088124081970597,\u003cbr\u003e \"net_profit\": 49727.110000000735,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.910799804898404,\u003cbr\u003e \"sharpe\": 0.40364386843523653,\u003cbr\u003e \"total_trades\": 1513,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8612029081295439\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 371,\u003cbr\u003e \"values\": [\u003cbr\u003e 43204.277360001586\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 175,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2420.6799999997384,\u003cbr\u003e \"max_equity_dd_pct\": 0.051918117185805614,\u003cbr\u003e \"net_profit\": 45624.957360001325,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 175,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 2.1479586678214315,\u003cbr\u003e \"sharpe\": 0.40574383212588905,\u003cbr\u003e \"total_trades\": 1401,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.867237687366167\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 372,\u003cbr\u003e \"values\": [\u003cbr\u003e 34125.63000000067\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1749.139999999803,\u003cbr\u003e \"max_equity_dd_pct\": 0.04743460094801352,\u003cbr\u003e \"net_profit\": 35874.77000000047,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 8,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.3,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.9617771879733723,\u003cbr\u003e \"sharpe\": 0.4063852031283691,\u003cbr\u003e \"total_trades\": 1495,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8615384615384616\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 373,\u003cbr\u003e \"values\": [\u003cbr\u003e 65139.77000000154\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 5621.679999999855,\u003cbr\u003e \"max_equity_dd_pct\": 0.07833843937099577,\u003cbr\u003e \"net_profit\": 70761.4500000014,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.8977772855075281,\u003cbr\u003e \"sharpe\": 0.4137648060899651,\u003cbr\u003e \"total_trades\": 1538,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8517555266579974\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 374,\u003cbr\u003e \"values\": [\u003cbr\u003e 68479.60000000102\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 170,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 5971.689999999871,\u003cbr\u003e \"max_equity_dd_pct\": 0.0791462942515602,\u003cbr\u003e \"net_profit\": 74451.2900000009,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 170,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.9499028997883363,\u003cbr\u003e \"sharpe\": 0.4241247636399588,\u003cbr\u003e \"total_trades\": 1475,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8535593220338983\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 375,\u003cbr\u003e \"values\": [\u003cbr\u003e 40387.62948000065\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2478.2599999999,\u003cbr\u003e \"max_equity_dd_pct\": 0.056496289699763086,\u003cbr\u003e \"net_profit\": 42865.88948000055,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.8722446334283318,\u003cbr\u003e \"sharpe\": 0.3811933083815113,\u003cbr\u003e \"total_trades\": 1455,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.852233676975945\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 376,\u003cbr\u003e \"values\": [\u003cbr\u003e 62908.36000000119\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 5435.199999999873,\u003cbr\u003e \"max_equity_dd_pct\": 0.07838074653219113,\u003cbr\u003e \"net_profit\": 68343.56000000106,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.8455641557870397,\u003cbr\u003e \"sharpe\": 0.41071491439529945,\u003cbr\u003e \"total_trades\": 1561,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8507367072389493\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 377,\u003cbr\u003e \"values\": [\u003cbr\u003e 58539.190000001676\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 170,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 5636.5400000000445,\u003cbr\u003e \"max_equity_dd_pct\": 0.0864821920675058,\u003cbr\u003e \"net_profit\": 64175.73000000172,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 170,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.7903398478106962,\u003cbr\u003e \"sharpe\": 0.3854304941667543,\u003cbr\u003e \"total_trades\": 1594,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.835633626097867\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 378,\u003cbr\u003e \"values\": [\u003cbr\u003e 65174.32000000146\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 210.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 6179.0499999998865,\u003cbr\u003e \"max_equity_dd_pct\": 0.08540099790790351,\u003cbr\u003e \"net_profit\": 71353.37000000135,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 210.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.7673666167946995,\u003cbr\u003e \"sharpe\": 0.38944646343251005,\u003cbr\u003e \"total_trades\": 1686,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.83570581257414\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 379,\u003cbr\u003e \"values\": [\u003cbr\u003e 29873.903520000702\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 210.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1541.199999999979,\u003cbr\u003e \"max_equity_dd_pct\": 0.04754573740753388,\u003cbr\u003e \"net_profit\": 31415.10352000068,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 210.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.7420509935970574,\u003cbr\u003e \"sharpe\": 0.35814601774153837,\u003cbr\u003e \"total_trades\": 1605,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8367601246105919\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 380,\u003cbr\u003e \"values\": [\u003cbr\u003e 59068.39000000144\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 170,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 5682.190000000039,\u003cbr\u003e \"max_equity_dd_pct\": 0.08642037834495012,\u003cbr\u003e \"net_profit\": 64750.58000000148,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 170,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.7919730005062764,\u003cbr\u003e \"sharpe\": 0.3860552591331509,\u003cbr\u003e \"total_trades\": 1594,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.835633626097867\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 381,\u003cbr\u003e \"values\": [\u003cbr\u003e 50967.030000001425\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 165,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 4922.420000000035,\u003cbr\u003e \"max_equity_dd_pct\": 0.08652606063162688,\u003cbr\u003e \"net_profit\": 55889.45000000146,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 165,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.7839134990840542,\u003cbr\u003e \"sharpe\": 0.37782529018581396,\u003cbr\u003e \"total_trades\": 1579,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8359721342621913\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 382,\u003cbr\u003e \"values\": [\u003cbr\u003e 59068.39000000144\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 170,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 5682.190000000039,\u003cbr\u003e \"max_equity_dd_pct\": 0.08642037834495012,\u003cbr\u003e \"net_profit\": 64750.58000000148,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 170,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.7919730005062764,\u003cbr\u003e \"sharpe\": 0.3860552591331509,\u003cbr\u003e \"total_trades\": 1594,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.835633626097867\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 383,\u003cbr\u003e \"values\": [\u003cbr\u003e 42864.790000001034\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 170,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 3763.6600000000253,\u003cbr\u003e \"max_equity_dd_pct\": 0.07902125725275419,\u003cbr\u003e \"net_profit\": 46628.45000000106,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 170,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.7799080771758615,\u003cbr\u003e \"sharpe\": 0.3882328072691491,\u003cbr\u003e \"total_trades\": 1599,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8355222013758599\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 384,\u003cbr\u003e \"values\": [\u003cbr\u003e -997534.9510799998\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 170,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 290.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 210.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1205.6237000000513,\u003cbr\u003e \"max_equity_dd_pct\": 0.24978153764622346,\u003cbr\u003e \"net_profit\": 3670.672620000213,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 170,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 290.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 210.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.116034946761043,\u003cbr\u003e \"sharpe\": 0.11915611351590195,\u003cbr\u003e \"total_trades\": 1220,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.12 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.5385245901639344\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 385,\u003cbr\u003e \"values\": [\u003cbr\u003e 48073.50000000084\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 4514.810000000034,\u003cbr\u003e \"max_equity_dd_pct\": 0.0842499045034255,\u003cbr\u003e \"net_profit\": 52588.31000000087,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6477378822687976,\u003cbr\u003e \"sharpe\": 0.33890717788098323,\u003cbr\u003e \"total_trades\": 1661,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8121613485851896\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 386,\u003cbr\u003e \"values\": [\u003cbr\u003e -999622.37\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 28,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 215.27999999999247,\u003cbr\u003e \"max_equity_dd_pct\": 0.13514887846770254,\u003cbr\u003e \"net_profit\": 592.9100000000326,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 28,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.2121559099578283,\u003cbr\u003e \"sharpe\": 0.08864799231799372,\u003cbr\u003e \"total_trades\": 492,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.21 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.8191056910569106\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 387,\u003cbr\u003e \"values\": [\u003cbr\u003e 58539.190000001676\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 170,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 5636.5400000000445,\u003cbr\u003e \"max_equity_dd_pct\": 0.0864821920675058,\u003cbr\u003e \"net_profit\": 64175.73000000172,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 170,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.7903398478106962,\u003cbr\u003e \"sharpe\": 0.3854304941667543,\u003cbr\u003e \"total_trades\": 1594,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.835633626097867\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 388,\u003cbr\u003e \"values\": [\u003cbr\u003e 38000.230000000745\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 160,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 170.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 3524.720000000023,\u003cbr\u003e \"max_equity_dd_pct\": 0.08288592931913993,\u003cbr\u003e \"net_profit\": 41524.95000000077,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 160,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 170.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.7345267616591105,\u003cbr\u003e \"sharpe\": 0.336822473673701,\u003cbr\u003e \"total_trades\": 1534,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8109517601043025\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 389,\u003cbr\u003e \"values\": [\u003cbr\u003e 55286.52000000159\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 170,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 5330.72000000003,\u003cbr\u003e \"max_equity_dd_pct\": 0.08651344980722751,\u003cbr\u003e \"net_profit\": 60617.24000000162,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 170,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.7849728989429254,\u003cbr\u003e \"sharpe\": 0.38295643592930656,\u003cbr\u003e \"total_trades\": 1590,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8358490566037736\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 390,\u003cbr\u003e \"values\": [\u003cbr\u003e 49367.38000000097\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 165,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 4830.329999999929,\u003cbr\u003e \"max_equity_dd_pct\": 0.08750960864137025,\u003cbr\u003e \"net_profit\": 54197.7100000009,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 165,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.8060779956544446,\u003cbr\u003e \"sharpe\": 0.3897227365402296,\u003cbr\u003e \"total_trades\": 1569,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8495857233906947\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 391,\u003cbr\u003e \"values\": [\u003cbr\u003e -999853.9299999999\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 170,\u003cbr\u003e \"InpRsiPeriod\": 27,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 371.74999999998045,\u003cbr\u003e \"max_equity_dd_pct\": 0.24492364048436063,\u003cbr\u003e \"net_profit\": 517.8200000000334,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 170,\u003cbr\u003e \"InpRsiPeriod\": 27,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.1631854279591702,\u003cbr\u003e \"sharpe\": 0.07744268257398897,\u003cbr\u003e \"total_trades\": 469,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.16 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7995735607675906\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 392,\u003cbr\u003e \"values\": [\u003cbr\u003e 37324.34332000107\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 175,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.5,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1956.8699999998407,\u003cbr\u003e \"max_equity_dd_pct\": 0.04858021491195232,\u003cbr\u003e \"net_profit\": 39281.21332000091,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 175,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.5,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.8938307937495407,\u003cbr\u003e \"sharpe\": 0.3800077585944883,\u003cbr\u003e \"total_trades\": 1446,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8360995850622407\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 393,\u003cbr\u003e \"values\": [\u003cbr\u003e -997388.8988399999\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 180.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1092.8495000001003,\u003cbr\u003e \"max_equity_dd_pct\": 0.2323258849828283,\u003cbr\u003e \"net_profit\": 3703.950660000174,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 180.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.12146557713479,\u003cbr\u003e \"sharpe\": 0.12135721771416376,\u003cbr\u003e \"total_trades\": 1419,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.12 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.6300211416490487\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 394,\u003cbr\u003e \"values\": [\u003cbr\u003e 44248.88724000058\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 200.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 4189.18000000008,\u003cbr\u003e \"max_equity_dd_pct\": 0.08473591776279205,\u003cbr\u003e \"net_profit\": 48438.06724000066,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 200.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6753199635837053,\u003cbr\u003e \"sharpe\": 0.32941708406952674,\u003cbr\u003e \"total_trades\": 1614,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8060718711276332\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 395,\u003cbr\u003e \"values\": [\u003cbr\u003e 39967.40000000065\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 160,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 130.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 5132.699999999924,\u003cbr\u003e \"max_equity_dd_pct\": 0.10484183950682616,\u003cbr\u003e \"net_profit\": 45100.10000000057,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 160,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 130.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.8394767632974987,\u003cbr\u003e \"sharpe\": 0.41560980928864383,\u003cbr\u003e \"total_trades\": 1306,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8598774885145483\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 396,\u003cbr\u003e \"values\": [\u003cbr\u003e 26839.33999999968\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 195,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.5,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 160.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 4187.860000000292,\u003cbr\u003e \"max_equity_dd_pct\": 0.12070816672235128,\u003cbr\u003e \"net_profit\": 31027.19999999997,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 195,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.5,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 160.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5350862337463478,\u003cbr\u003e \"sharpe\": 0.32149832620084606,\u003cbr\u003e \"total_trades\": 1428,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8151260504201681\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 397,\u003cbr\u003e \"values\": [\u003cbr\u003e 5530.409180000061\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 140,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 2.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 180.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 302.7625600000006,\u003cbr\u003e \"max_equity_dd_pct\": 0.044307763878915454,\u003cbr\u003e \"net_profit\": 5833.171740000062,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 140,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 2.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 180.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.778221270052656,\u003cbr\u003e \"sharpe\": 0.33344075432977927,\u003cbr\u003e \"total_trades\": 1399,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.9120800571837027\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 398,\u003cbr\u003e \"values\": [\u003cbr\u003e 34331.64000000093\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 175,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2152.799999999934,\u003cbr\u003e \"max_equity_dd_pct\": 0.057431830380816264,\u003cbr\u003e \"net_profit\": 36484.44000000086,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 175,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.686390078355235,\u003cbr\u003e \"sharpe\": 0.3488841304297309,\u003cbr\u003e \"total_trades\": 1663,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8448586891160553\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 399,\u003cbr\u003e \"values\": [\u003cbr\u003e 38020.20000000073\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 3609.8999999998996,\u003cbr\u003e \"max_equity_dd_pct\": 0.08467960431713384,\u003cbr\u003e \"net_profit\": 41630.10000000063,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.665761927752784,\u003cbr\u003e \"sharpe\": 0.33766721110475123,\u003cbr\u003e \"total_trades\": 1617,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.826221397649969\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 400,\u003cbr\u003e \"values\": [\u003cbr\u003e 20593.71000000048\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 165,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 16,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2929.6899999998714,\u003cbr\u003e \"max_equity_dd_pct\": 0.11406189349540354,\u003cbr\u003e \"net_profit\": 23523.40000000035,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 165,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 16,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5759098341732143,\u003cbr\u003e \"sharpe\": 0.31330570103004574,\u003cbr\u003e \"total_trades\": 1437,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8295059151009047\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 401,\u003cbr\u003e \"values\": [\u003cbr\u003e 26825.645439999702\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 170,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1819.840000000033,\u003cbr\u003e \"max_equity_dd_pct\": 0.0606725669804568,\u003cbr\u003e \"net_profit\": 28645.485439999735,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 170,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.71916469206142,\u003cbr\u003e \"sharpe\": 0.3371106817919153,\u003cbr\u003e \"total_trades\": 1237,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8399353274050121\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 402,\u003cbr\u003e \"values\": [\u003cbr\u003e -998834.6\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 25,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 333.7799999999929,\u003cbr\u003e \"max_equity_dd_pct\": 0.13355580630446517,\u003cbr\u003e \"net_profit\": 1499.1799999999976,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 25,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.3876444442146034,\u003cbr\u003e \"sharpe\": 0.15505246110702103,\u003cbr\u003e \"total_trades\": 595,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.39 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.8369747899159664\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 403,\u003cbr\u003e \"values\": [\u003cbr\u003e 3203.8062000000946\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 9,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 2.8,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 387.78999999998405,\u003cbr\u003e \"max_equity_dd_pct\": 0.08445646853701495,\u003cbr\u003e \"net_profit\": 3591.5962000000786,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 9,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 2.8,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5863137675257406,\u003cbr\u003e \"sharpe\": 0.29121576510632774,\u003cbr\u003e \"total_trades\": 1422,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.9275668073136427\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 404,\u003cbr\u003e \"values\": [\u003cbr\u003e 47687.4047200003\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 195,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 150.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 4264.600000000224,\u003cbr\u003e \"max_equity_dd_pct\": 0.08053708301603624,\u003cbr\u003e \"net_profit\": 51952.00472000052,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 195,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 150.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.696114100958788,\u003cbr\u003e \"sharpe\": 0.3379097850347863,\u003cbr\u003e \"total_trades\": 1654,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8041112454655381\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 405,\u003cbr\u003e \"values\": [\u003cbr\u003e 24898.79524000022\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 175,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 210.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1505.7899999999136,\u003cbr\u003e \"max_equity_dd_pct\": 0.054946644395918114,\u003cbr\u003e \"net_profit\": 26404.585240000135,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 175,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 210.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.689417005399977,\u003cbr\u003e \"sharpe\": 0.3137648765401563,\u003cbr\u003e \"total_trades\": 1516,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8265171503957783\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 406,\u003cbr\u003e \"values\": [\u003cbr\u003e 32369.480000000796\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.5,\u003cbr\u003e \"InpAtrPeriod\": 13,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 4846.489999999758,\u003cbr\u003e \"max_equity_dd_pct\": 0.11881634017948979,\u003cbr\u003e \"net_profit\": 37215.970000000554,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 17,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.5,\u003cbr\u003e \"InpAtrPeriod\": 13,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 37.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.2,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6953516259388055,\u003cbr\u003e \"sharpe\": 0.3710783708496017,\u003cbr\u003e \"total_trades\": 1393,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8513998564249821\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 407,\u003cbr\u003e \"values\": [\u003cbr\u003e 71432.83000000138\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 155,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 6878.7100000000355,\u003cbr\u003e \"max_equity_dd_pct\": 0.08673025388234691,\u003cbr\u003e \"net_profit\": 78311.54000000142,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 155,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.9158111195129517,\u003cbr\u003e \"sharpe\": 0.4037849583754485,\u003cbr\u003e \"total_trades\": 1542,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8391699092088197\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 408,\u003cbr\u003e \"values\": [\u003cbr\u003e 64140.83076000022\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 170,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 5494.450000000048,\u003cbr\u003e \"max_equity_dd_pct\": 0.07778619892046183,\u003cbr\u003e \"net_profit\": 69635.28076000027,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 170,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.708226580332568,\u003cbr\u003e \"sharpe\": 0.3507160895415244,\u003cbr\u003e \"total_trades\": 1693,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8115770821027761\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 409,\u003cbr\u003e \"values\": [\u003cbr\u003e 35666.856120000804\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 165,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 8,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 5345.669999999693,\u003cbr\u003e \"max_equity_dd_pct\": 0.12666322048774517,\u003cbr\u003e \"net_profit\": 41012.5261200005,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 165,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 8,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5707441318634245,\u003cbr\u003e \"sharpe\": 0.3354150179209539,\u003cbr\u003e \"total_trades\": 1704,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8092723004694836\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 410,\u003cbr\u003e \"values\": [\u003cbr\u003e 34173.73000000068\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 145,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2017.4599999998627,\u003cbr\u003e \"max_equity_dd_pct\": 0.054155362265617256,\u003cbr\u003e \"net_profit\": 36191.19000000054,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 145,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.625076145726568,\u003cbr\u003e \"sharpe\": 0.31974898956596814,\u003cbr\u003e \"total_trades\": 1535,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8143322475570033\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 411,\u003cbr\u003e \"values\": [\u003cbr\u003e 56949.526320000536\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 155,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 5191.420000000049,\u003cbr\u003e \"max_equity_dd_pct\": 0.08221954694327424,\u003cbr\u003e \"net_profit\": 62140.946320000585,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 155,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 6.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6976645470217553,\u003cbr\u003e \"sharpe\": 0.34644482476448113,\u003cbr\u003e \"total_trades\": 1635,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8146788990825689\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 412,\u003cbr\u003e \"values\": [\u003cbr\u003e 53899.50564000105\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 170,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2980.3599999998623,\u003cbr\u003e \"max_equity_dd_pct\": 0.05149217205404376,\u003cbr\u003e \"net_profit\": 56879.86564000091,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 170,\u003cbr\u003e \"InpRsiPeriod\": 16,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.932942847629377,\u003cbr\u003e \"sharpe\": 0.37990150303376174,\u003cbr\u003e \"total_trades\": 1515,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8382838283828383\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 413,\u003cbr\u003e \"values\": [\u003cbr\u003e 82457.1942800007\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 9900.84000000007,\u003cbr\u003e \"max_equity_dd_pct\": 0.10605236149580156,\u003cbr\u003e \"net_profit\": 92358.03428000076,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.7081271377483906,\u003cbr\u003e \"sharpe\": 0.3909320230880019,\u003cbr\u003e \"total_trades\": 1820,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.832967032967033\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 414,\u003cbr\u003e \"values\": [\u003cbr\u003e -996866.0615199999\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 23,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 527.8999999999396,\u003cbr\u003e \"max_equity_dd_pct\": 0.11323858650717075,\u003cbr\u003e \"net_profit\": 3661.838480000019,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 9,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 23,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.8000000000000003,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 280.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4628774984327266,\u003cbr\u003e \"sharpe\": 0.2102430841177053,\u003cbr\u003e \"total_trades\": 919,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.46 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.8182807399347116\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 415,\u003cbr\u003e \"values\": [\u003cbr\u003e 49677.632920000935\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 390.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 6133.169999999998,\u003cbr\u003e \"max_equity_dd_pct\": 0.10795781233080834,\u003cbr\u003e \"net_profit\": 55810.80292000093,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 10,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.7,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 390.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.7242559974413127,\u003cbr\u003e \"sharpe\": 0.3483664441266303,\u003cbr\u003e \"total_trades\": 1896,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8285864978902954\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 416,\u003cbr\u003e \"values\": [\u003cbr\u003e 97737.0435600008\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 11708.540000000095,\u003cbr\u003e \"max_equity_dd_pct\": 0.10601184422769873,\u003cbr\u003e \"net_profit\": 109445.5835600009,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 56.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.7364110269233966,\u003cbr\u003e \"sharpe\": 0.4060389544953515,\u003cbr\u003e \"total_trades\": 1800,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8355555555555556\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 417,\u003cbr\u003e \"values\": [\u003cbr\u003e -1998867.48334\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 220.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1193.85920000004,\u003cbr\u003e \"max_equity_dd_pct\": 0.30793494984477965,\u003cbr\u003e \"net_profit\": 2326.375860000059,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.7,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 220.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.0802792714318827,\u003cbr\u003e \"sharpe\": 0.10007663677188684,\u003cbr\u003e \"total_trades\": 1321,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.08 \u003c 1.5)\",\u003cbr\u003e \"DD% over cap (30.79% \u003e 25.00%)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.5738077214231643\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 418,\u003cbr\u003e \"values\": [\u003cbr\u003e 82937.02000000325\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 12805.18999999913,\u003cbr\u003e \"max_equity_dd_pct\": 0.12435345417790318,\u003cbr\u003e \"net_profit\": 95742.21000000238,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 15,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6244863711637454,\u003cbr\u003e \"sharpe\": 0.3822589149850411,\u003cbr\u003e \"total_trades\": 1749,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8227558604917096\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 419,\u003cbr\u003e \"values\": [\u003cbr\u003e 55668.300000002244\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 195,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 200.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 8072.44999999916,\u003cbr\u003e \"max_equity_dd_pct\": 0.12010570855663988,\u003cbr\u003e \"net_profit\": 63740.750000001404,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 195,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 200.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5500598638277188,\u003cbr\u003e \"sharpe\": 0.32686971357070227,\u003cbr\u003e \"total_trades\": 1786,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7961926091825308\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 420,\u003cbr\u003e \"values\": [\u003cbr\u003e 104494.67000000273\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 20888.599999999526,\u003cbr\u003e \"max_equity_dd_pct\": 0.1517361662221625,\u003cbr\u003e \"net_profit\": 125383.27000000226,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.75,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 270.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6080353328273953,\u003cbr\u003e \"sharpe\": 0.38586290720708283,\u003cbr\u003e \"total_trades\": 1885,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8201591511936339\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 421,\u003cbr\u003e \"values\": [\u003cbr\u003e 68492.8800000023\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 12278.019999999786,\u003cbr\u003e \"max_equity_dd_pct\": 0.13881695988187004,\u003cbr\u003e \"net_profit\": 80770.90000000209,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6023280761026601,\u003cbr\u003e \"sharpe\": 0.3799879601583708,\u003cbr\u003e \"total_trades\": 1919,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8202188639916623\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 422,\u003cbr\u003e \"values\": [\u003cbr\u003e 65717.11000000229\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 11710.14999999982,\u003cbr\u003e \"max_equity_dd_pct\": 0.13880579942403695,\u003cbr\u003e \"net_profit\": 77427.2600000021,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.594981202447102,\u003cbr\u003e \"sharpe\": 0.37666978006057605,\u003cbr\u003e \"total_trades\": 1923,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8200728029121165\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 423,\u003cbr\u003e \"values\": [\u003cbr\u003e 19004.3600000001\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 5,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2403.4800000001123,\u003cbr\u003e \"max_equity_dd_pct\": 0.10457988429326748,\u003cbr\u003e \"net_profit\": 21407.84000000021,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 5,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.7414758902505043,\u003cbr\u003e \"sharpe\": 0.32685954742125595,\u003cbr\u003e \"total_trades\": 1171,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.816396242527754\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 424,\u003cbr\u003e \"values\": [\u003cbr\u003e 61772.30412000258\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 8720.48999999999,\u003cbr\u003e \"max_equity_dd_pct\": 0.11654821630857948,\u003cbr\u003e \"net_profit\": 70492.79412000257,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.633309135444755,\u003cbr\u003e \"sharpe\": 0.37359069371657516,\u003cbr\u003e \"total_trades\": 1873,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8211425520555259\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 425,\u003cbr\u003e \"values\": [\u003cbr\u003e -1998954.54722\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 200.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1313.5407400000272,\u003cbr\u003e \"max_equity_dd_pct\": 0.36222880948044917,\u003cbr\u003e \"net_profit\": 2358.9935199998945,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 35.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 200.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.0847798679578242,\u003cbr\u003e \"sharpe\": 0.09990276701780845,\u003cbr\u003e \"total_trades\": 1548,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.08 \u003c 1.5)\",\u003cbr\u003e \"DD% over cap (36.22% \u003e 25.00%)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.5755813953488372\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 426,\u003cbr\u003e \"values\": [\u003cbr\u003e 58258.88008000269\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 195,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 8234.41000000001,\u003cbr\u003e \"max_equity_dd_pct\": 0.11657357559356173,\u003cbr\u003e \"net_profit\": 66493.2900800027,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 195,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6273376909707342,\u003cbr\u003e \"sharpe\": 0.36756564823956495,\u003cbr\u003e \"total_trades\": 1891,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8207297726070862\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 427,\u003cbr\u003e \"values\": [\u003cbr\u003e 59692.74220000213\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 8426.43999999993,\u003cbr\u003e \"max_equity_dd_pct\": 0.1165404014723615,\u003cbr\u003e \"net_profit\": 68119.18220000206,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6275648925155008,\u003cbr\u003e \"sharpe\": 0.3701379308486395,\u003cbr\u003e \"total_trades\": 1873,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8200747463961559\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 428,\u003cbr\u003e \"values\": [\u003cbr\u003e -972719.758399999\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.1,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 4209.719999999907,\u003cbr\u003e \"max_equity_dd_pct\": 0.1244168804730181,\u003cbr\u003e \"net_profit\": 31489.96160000087,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 43.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.1,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4590433573863402,\u003cbr\u003e \"sharpe\": 0.29519259836478096,\u003cbr\u003e \"total_trades\": 1809,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.46 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7960199004975125\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 429,\u003cbr\u003e \"values\": [\u003cbr\u003e 73877.71000000286\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 10080.90999999913,\u003cbr\u003e \"max_equity_dd_pct\": 0.11365406667260114,\u003cbr\u003e \"net_profit\": 83958.62000000199,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6560318376015004,\u003cbr\u003e \"sharpe\": 0.39222381323167727,\u003cbr\u003e \"total_trades\": 1785,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8224089635854341\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 430,\u003cbr\u003e \"values\": [\u003cbr\u003e -1999584.70264\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 260.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1116.6575200000543,\u003cbr\u003e \"max_equity_dd_pct\": 0.3934088451509377,\u003cbr\u003e \"net_profit\": 1531.9548800001203,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 260.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.0686922259505718,\u003cbr\u003e \"sharpe\": 0.0842946126381188,\u003cbr\u003e \"total_trades\": 1386,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.07 \u003c 1.5)\",\u003cbr\u003e \"DD% over cap (39.34% \u003e 25.00%)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.5187590187590188\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 431,\u003cbr\u003e \"values\": [\u003cbr\u003e 55807.97028000252\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 195,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 5421.01999999956,\u003cbr\u003e \"max_equity_dd_pct\": 0.08622929138036739,\u003cbr\u003e \"net_profit\": 61228.99028000208,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 195,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 25,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 50.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6643071276036867,\u003cbr\u003e \"sharpe\": 0.37019314053944685,\u003cbr\u003e \"total_trades\": 1774,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8213077790304397\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 432,\u003cbr\u003e \"values\": [\u003cbr\u003e 78334.40000000334\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 13815.58999999892,\u003cbr\u003e \"max_equity_dd_pct\": 0.13627012586322954,\u003cbr\u003e \"net_profit\": 92149.99000000226,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5934763704926451,\u003cbr\u003e \"sharpe\": 0.3770379803010506,\u003cbr\u003e \"total_trades\": 1707,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8025776215582894\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 433,\u003cbr\u003e \"values\": [\u003cbr\u003e 67615.20776000402\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 200,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 8801.749999998865,\u003cbr\u003e \"max_equity_dd_pct\": 0.10774238582761382,\u003cbr\u003e \"net_profit\": 76416.95776000289,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 200,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5976597866945625,\u003cbr\u003e \"sharpe\": 0.36616222565053774,\u003cbr\u003e \"total_trades\": 1672,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8032296650717703\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 434,\u003cbr\u003e \"values\": [\u003cbr\u003e 66486.57180000385\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 195,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 9035.589999998905,\u003cbr\u003e \"max_equity_dd_pct\": 0.11143238677796977,\u003cbr\u003e \"net_profit\": 75522.16180000275,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 195,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6121053671451209,\u003cbr\u003e \"sharpe\": 0.366301065539896,\u003cbr\u003e \"total_trades\": 1662,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8038507821901324\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 435,\u003cbr\u003e \"values\": [\u003cbr\u003e 6597.940000000224\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 200,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 3,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 882.7299999999832,\u003cbr\u003e \"max_equity_dd_pct\": 0.09771738528809053,\u003cbr\u003e \"net_profit\": 7480.670000000207,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 200,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 3,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6755781410441335,\u003cbr\u003e \"sharpe\": 0.2566088175350818,\u003cbr\u003e \"total_trades\": 722,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7894736842105263\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 436,\u003cbr\u003e \"values\": [\u003cbr\u003e -944072.3024399962\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 200,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 9545.15999999884,\u003cbr\u003e \"max_equity_dd_pct\": 0.1286688065808116,\u003cbr\u003e \"net_profit\": 65472.85756000267,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 200,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4889403345083099,\u003cbr\u003e \"sharpe\": 0.3428059084229014,\u003cbr\u003e \"total_trades\": 1816,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.49 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7979074889867841\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 437,\u003cbr\u003e \"values\": [\u003cbr\u003e -956838.534439998\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 195,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 7731.369999999399,\u003cbr\u003e \"max_equity_dd_pct\": 0.1362193550621933,\u003cbr\u003e \"net_profit\": 50892.83556000141,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 195,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.428268807897025,\u003cbr\u003e \"sharpe\": 0.31577982830733553,\u003cbr\u003e \"total_trades\": 1712,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.43 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7827102803738317\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 438,\u003cbr\u003e \"values\": [\u003cbr\u003e 29481.877360000795\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 3.5,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2811.6299999996772,\u003cbr\u003e \"max_equity_dd_pct\": 0.0805350099138715,\u003cbr\u003e \"net_profit\": 32293.507360000473,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 3.5,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5302714472474925,\u003cbr\u003e \"sharpe\": 0.3432713902805668,\u003cbr\u003e \"total_trades\": 1499,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8038692461641094\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 439,\u003cbr\u003e \"values\": [\u003cbr\u003e 78741.42000000377\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 195,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 13890.399999998903,\u003cbr\u003e \"max_equity_dd_pct\": 0.13629676554225278,\u003cbr\u003e \"net_profit\": 92631.82000000267,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 195,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5860263518783064,\u003cbr\u003e \"sharpe\": 0.37636784785792315,\u003cbr\u003e \"total_trades\": 1723,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8032501450957632\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 440,\u003cbr\u003e \"values\": [\u003cbr\u003e -964908.0430399973\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 195,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.9,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 360.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 7284.799999999341,\u003cbr\u003e \"max_equity_dd_pct\": 0.14742685926201654,\u003cbr\u003e \"net_profit\": 42376.75696000198,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 195,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.9,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 360.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.3880723523734355,\u003cbr\u003e \"sharpe\": 0.29838190135837217,\u003cbr\u003e \"total_trades\": 1836,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.39 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7799564270152506\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 441,\u003cbr\u003e \"values\": [\u003cbr\u003e 66594.85180000358\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 9050.439999998896,\u003cbr\u003e \"max_equity_dd_pct\": 0.11144017294928586,\u003cbr\u003e \"net_profit\": 75645.29180000248,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6159045330940038,\u003cbr\u003e \"sharpe\": 0.36790598194443225,\u003cbr\u003e \"total_trades\": 1637,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8032987171655467\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 442,\u003cbr\u003e \"values\": [\u003cbr\u003e -966244.1053199997\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 200,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 4478.19999999967,\u003cbr\u003e \"max_equity_dd_pct\": 0.10764188472677551,\u003cbr\u003e \"net_profit\": 38234.09467999989,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 200,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4112188347009427,\u003cbr\u003e \"sharpe\": 0.30096724122163027,\u003cbr\u003e \"total_trades\": 1649,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.41 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7804730139478472\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 443,\u003cbr\u003e \"values\": [\u003cbr\u003e -944072.3024399962\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 200,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 9545.15999999884,\u003cbr\u003e \"max_equity_dd_pct\": 0.1286688065808116,\u003cbr\u003e \"net_profit\": 65472.85756000267,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 200,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4889403345083099,\u003cbr\u003e \"sharpe\": 0.3428059084229014,\u003cbr\u003e \"total_trades\": 1816,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.49 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7979074889867841\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 444,\u003cbr\u003e \"values\": [\u003cbr\u003e -969775.0604199994\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2808.0899999999965,\u003cbr\u003e \"max_equity_dd_pct\": 0.08251072662805678,\u003cbr\u003e \"net_profit\": 33033.02958000057,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4840526115121122,\u003cbr\u003e \"sharpe\": 0.3196319139851674,\u003cbr\u003e \"total_trades\": 1614,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.48 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.781908302354399\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 445,\u003cbr\u003e \"values\": [\u003cbr\u003e 59008.72776000141\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 195,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 5144.820000000043,\u003cbr\u003e \"max_equity_dd_pct\": 0.07896454110145192,\u003cbr\u003e \"net_profit\": 64153.54776000146,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 195,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6862789222600743,\u003cbr\u003e \"sharpe\": 0.36233949906377,\u003cbr\u003e \"total_trades\": 1590,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8106918238993711\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 446,\u003cbr\u003e \"values\": [\u003cbr\u003e 81498.48564000156\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 10320.379999999786,\u003cbr\u003e \"max_equity_dd_pct\": 0.10745264338327248,\u003cbr\u003e \"net_profit\": 91818.86564000134,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6976041625488365,\u003cbr\u003e \"sharpe\": 0.387127239371869,\u003cbr\u003e \"total_trades\": 1607,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.805849408836341\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 447,\u003cbr\u003e \"values\": [\u003cbr\u003e -960167.8211999993\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 195,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 7294.619999999537,\u003cbr\u003e \"max_equity_dd_pct\": 0.1398410879265497,\u003cbr\u003e \"net_profit\": 47126.79880000025,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 195,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4216233819630189,\u003cbr\u003e \"sharpe\": 0.31531512316647187,\u003cbr\u003e \"total_trades\": 1729,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.42 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7813765182186235\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 448,\u003cbr\u003e \"values\": [\u003cbr\u003e 83131.61000000148\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 13428.759999999558,\u003cbr\u003e \"max_equity_dd_pct\": 0.12948498881630058,\u003cbr\u003e \"net_profit\": 96560.37000000104,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.636587642243604,\u003cbr\u003e \"sharpe\": 0.3857051128545924,\u003cbr\u003e \"total_trades\": 1681,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8036882807852469\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 449,\u003cbr\u003e \"values\": [\u003cbr\u003e -955256.3875800001\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 7347.709999999759,\u003cbr\u003e \"max_equity_dd_pct\": 0.1295462139557189,\u003cbr\u003e \"net_profit\": 52091.3224199997,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4656787425687894,\u003cbr\u003e \"sharpe\": 0.3222294037014097,\u003cbr\u003e \"total_trades\": 1661,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.47 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7820590006020469\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 450,\u003cbr\u003e \"values\": [\u003cbr\u003e -965837.2430399999\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 5074.379999999641,\u003cbr\u003e \"max_equity_dd_pct\": 0.11613922005022755,\u003cbr\u003e \"net_profit\": 39237.13695999978,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.438912152497834,\u003cbr\u003e \"sharpe\": 0.2982866745604976,\u003cbr\u003e \"total_trades\": 1797,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.44 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7796327212020033\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 451,\u003cbr\u003e \"values\": [\u003cbr\u003e 49873.11000000007\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 11419.359999999724,\u003cbr\u003e \"max_equity_dd_pct\": 0.16674549312924578,\u003cbr\u003e \"net_profit\": 61292.4699999998,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5631350575713239,\u003cbr\u003e \"sharpe\": 0.3580550079775127,\u003cbr\u003e \"total_trades\": 1559,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.804361770365619\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 452,\u003cbr\u003e \"values\": [\u003cbr\u003e 58671.690000000744\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 6929.829999999813,\u003cbr\u003e \"max_equity_dd_pct\": 0.10404912680671179,\u003cbr\u003e \"net_profit\": 65601.52000000056,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6554876635283977,\u003cbr\u003e \"sharpe\": 0.3848829355971094,\u003cbr\u003e \"total_trades\": 1717,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.801980198019802\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 453,\u003cbr\u003e \"values\": [\u003cbr\u003e 73316.54968000071\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 13653.949999999546,\u003cbr\u003e \"max_equity_dd_pct\": 0.14424968964819837,\u003cbr\u003e \"net_profit\": 86970.49968000026,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5117577877518156,\u003cbr\u003e \"sharpe\": 0.3775775531576694,\u003cbr\u003e \"total_trades\": 1669,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.805272618334332\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 454,\u003cbr\u003e \"values\": [\u003cbr\u003e -990021.96688\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 1.0,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2134.3299999999745,\u003cbr\u003e \"max_equity_dd_pct\": 0.15235503698017208,\u003cbr\u003e \"net_profit\": 12112.36311999999,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 1.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.3514371023068137,\u003cbr\u003e \"sharpe\": 0.26988273606169816,\u003cbr\u003e \"total_trades\": 1475,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.35 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7857627118644068\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 455,\u003cbr\u003e \"values\": [\u003cbr\u003e 35444.61564000025\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 195,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 3568.8600000002552,\u003cbr\u003e \"max_equity_dd_pct\": 0.08741297870510108,\u003cbr\u003e \"net_profit\": 39013.475640000506,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 195,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5925386736375546,\u003cbr\u003e \"sharpe\": 0.33350674690949733,\u003cbr\u003e \"total_trades\": 1462,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.811217510259918\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 456,\u003cbr\u003e \"values\": [\u003cbr\u003e -961067.86436\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 29,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 6732.669999999482,\u003cbr\u003e \"max_equity_dd_pct\": 0.12863422970625285,\u003cbr\u003e \"net_profit\": 45664.805639999475,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 29,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.35494812994396,\u003cbr\u003e \"sharpe\": 0.3034854693622588,\u003cbr\u003e \"total_trades\": 1802,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.35 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7802441731409545\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 457,\u003cbr\u003e \"values\": [\u003cbr\u003e 43715.59140000105\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 4106.439999999988,\u003cbr\u003e \"max_equity_dd_pct\": 0.0821904240786407,\u003cbr\u003e \"net_profit\": 47822.03140000104,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.7018273805434407,\u003cbr\u003e \"sharpe\": 0.3608895241588517,\u003cbr\u003e \"total_trades\": 1697,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8049499116087213\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 458,\u003cbr\u003e \"values\": [\u003cbr\u003e -921436.342239996\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 200,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 15010.439999998736,\u003cbr\u003e \"max_equity_dd_pct\": 0.1450127167381599,\u003cbr\u003e \"net_profit\": 93574.09776000284,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 200,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4777958542671796,\u003cbr\u003e \"sharpe\": 0.37890827952778044,\u003cbr\u003e \"total_trades\": 1725,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.48 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.8046376811594202\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 459,\u003cbr\u003e \"values\": [\u003cbr\u003e 82422.63000000146\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 13318.649999999572,\u003cbr\u003e \"max_equity_dd_pct\": 0.12950245306591293,\u003cbr\u003e \"net_profit\": 95741.28000000103,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6344373194712392,\u003cbr\u003e \"sharpe\": 0.3853390813799243,\u003cbr\u003e \"total_trades\": 1678,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8039332538736591\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 460,\u003cbr\u003e \"values\": [\u003cbr\u003e 53425.35352000059\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 8760.68999999945,\u003cbr\u003e \"max_equity_dd_pct\": 0.12621529648926802,\u003cbr\u003e \"net_profit\": 62186.04352000004,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5021267012232244,\u003cbr\u003e \"sharpe\": 0.3432329992945774,\u003cbr\u003e \"total_trades\": 1757,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7990893568582812\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 461,\u003cbr\u003e \"values\": [\u003cbr\u003e -956386.5393999998\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 180\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 7702.3599999994985,\u003cbr\u003e \"max_equity_dd_pct\": 0.13507945006453706,\u003cbr\u003e \"net_profit\": 51315.820599999744,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 180,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4471924458408145,\u003cbr\u003e \"sharpe\": 0.31952288125025796,\u003cbr\u003e \"total_trades\": 1685,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.45 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7804154302670623\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 462,\u003cbr\u003e \"values\": [\u003cbr\u003e 46360.469999999994\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 27.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 10634.669999999729,\u003cbr\u003e \"max_equity_dd_pct\": 0.16679127388729614,\u003cbr\u003e \"net_profit\": 56995.13999999972,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 27.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5525417488157849,\u003cbr\u003e \"sharpe\": 0.35385629566325694,\u003cbr\u003e \"total_trades\": 1555,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8038585209003215\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 463,\u003cbr\u003e \"values\": [\u003cbr\u003e 10572.710000000181\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 195,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 4,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1287.529999999886,\u003cbr\u003e \"max_equity_dd_pct\": 0.09379079349168198,\u003cbr\u003e \"net_profit\": 11860.240000000067,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 195,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 4,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6347683303040705,\u003cbr\u003e \"sharpe\": 0.27415165719575296,\u003cbr\u003e \"total_trades\": 950,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7947368421052632\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 464,\u003cbr\u003e \"values\": [\u003cbr\u003e 81382.39000000051\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 13268.14999999966,\u003cbr\u003e \"max_equity_dd_pct\": 0.13001707312221109,\u003cbr\u003e \"net_profit\": 94650.54000000017,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.620870944789637,\u003cbr\u003e \"sharpe\": 0.37999734763172716,\u003cbr\u003e \"total_trades\": 1698,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8027090694935218\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 465,\u003cbr\u003e \"values\": [\u003cbr\u003e -969507.8600000003\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 7074.059999999823,\u003cbr\u003e \"max_equity_dd_pct\": 0.16683261741034713,\u003cbr\u003e \"net_profit\": 37566.19999999943,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4208686366028216,\u003cbr\u003e \"sharpe\": 0.3060131172596502,\u003cbr\u003e \"total_trades\": 1557,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.42 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7854849068721901\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 466,\u003cbr\u003e \"values\": [\u003cbr\u003e 49394.889480000886\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 4529.319999999774,\u003cbr\u003e \"max_equity_dd_pct\": 0.08246491015312687,\u003cbr\u003e \"net_profit\": 53924.20948000066,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.8000000000000003,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6651081358761226,\u003cbr\u003e \"sharpe\": 0.3718827649264487,\u003cbr\u003e \"total_trades\": 1651,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.803755299818292\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 467,\u003cbr\u003e \"values\": [\u003cbr\u003e 66049.15660000186\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 195,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 12077.509999999544,\u003cbr\u003e \"max_equity_dd_pct\": 0.14095881414331715,\u003cbr\u003e \"net_profit\": 78126.66660000141,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 195,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5412761273495112,\u003cbr\u003e \"sharpe\": 0.36467635662361286,\u003cbr\u003e \"total_trades\": 1755,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 468,\u003cbr\u003e \"values\": [\u003cbr\u003e -958958.6519600004\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 195,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 8526.499999999622,\u003cbr\u003e \"max_equity_dd_pct\": 0.1520331375345717,\u003cbr\u003e \"net_profit\": 49567.848039999226,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 195,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.350886665998678,\u003cbr\u003e \"sharpe\": 0.3172956628399871,\u003cbr\u003e \"total_trades\": 1677,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.35 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7829457364341085\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 469,\u003cbr\u003e \"values\": [\u003cbr\u003e 60798.86064000208\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 200,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.4,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 10749.859999999593,\u003cbr\u003e \"max_equity_dd_pct\": 0.1374035994084683,\u003cbr\u003e \"net_profit\": 71548.72064000167,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 200,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 1.4,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5192986523783378,\u003cbr\u003e \"sharpe\": 0.35948899401543427,\u003cbr\u003e \"total_trades\": 1762,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7996594778660613\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 470,\u003cbr\u003e \"values\": [\u003cbr\u003e -964836.280219999\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 195,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 7,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 6482.489999999874,\u003cbr\u003e \"max_equity_dd_pct\": 0.13573405234686378,\u003cbr\u003e \"net_profit\": 41646.20978000085,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 195,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 7,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.3762396012455003,\u003cbr\u003e \"sharpe\": 0.3016137797074917,\u003cbr\u003e \"total_trades\": 1725,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.38 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7791304347826087\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 471,\u003cbr\u003e \"values\": [\u003cbr\u003e -981407.6699999998\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 1.1,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 4307.739999999889,\u003cbr\u003e \"max_equity_dd_pct\": 0.16675847711054956,\u003cbr\u003e \"net_profit\": 22900.070000000058,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 1.1,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 250.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4603688930695005,\u003cbr\u003e \"sharpe\": 0.33075714285668845,\u003cbr\u003e \"total_trades\": 1559,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.46 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.8037203335471456\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 472,\u003cbr\u003e \"values\": [\u003cbr\u003e 65449.17584000126\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 7318.939999999944,\u003cbr\u003e \"max_equity_dd_pct\": 0.0982683523757563,\u003cbr\u003e \"net_profit\": 72768.1158400012,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 59.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6122460947180182,\u003cbr\u003e \"sharpe\": 0.3713219037193214,\u003cbr\u003e \"total_trades\": 1570,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8089171974522293\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 473,\u003cbr\u003e \"values\": [\u003cbr\u003e -972602.0756000004\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 195,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2608.499999999971,\u003cbr\u003e \"max_equity_dd_pct\": 0.08412772676877932,\u003cbr\u003e \"net_profit\": 30006.424399999516,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 195,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.4659824694252659,\u003cbr\u003e \"sharpe\": 0.31210998649352134,\u003cbr\u003e \"total_trades\": 1637,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.47 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7813072693952352\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 474,\u003cbr\u003e \"values\": [\u003cbr\u003e 78334.40000000334\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 13815.58999999892,\u003cbr\u003e \"max_equity_dd_pct\": 0.13627012586322954,\u003cbr\u003e \"net_profit\": 92149.99000000226,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 12,\u003cbr\u003e \"InpSlowEmaPeriod\": 190,\u003cbr\u003e \"InpRsiPeriod\": 14,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5934763704926451,\u003cbr\u003e \"sharpe\": 0.3770379803010506,\u003cbr\u003e \"total_trades\": 1707,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8025776215582894\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 475,\u003cbr\u003e \"values\": [\u003cbr\u003e -956492.1862799977\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 200,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 7388.469999999143,\u003cbr\u003e \"max_equity_dd_pct\": 0.12729542371124816,\u003cbr\u003e \"net_profit\": 50896.283720001455,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 200,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 58.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 32.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 260.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.3988339602500943,\u003cbr\u003e \"sharpe\": 0.3141834254448265,\u003cbr\u003e \"total_trades\": 1787,\u003cbr\u003e \"violations\": [\u003cbr\u003e \"PF too low (1.40 \u003c 1.5)\"\u003cbr\u003e ],\u003cbr\u003e \"win_rate\": 0.7806379406827084\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 476,\u003cbr\u003e \"values\": [\u003cbr\u003e 85671.4269600015\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 32,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 7,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 19087.309999999678,\u003cbr\u003e \"max_equity_dd_pct\": 0.16091928368093397,\u003cbr\u003e \"net_profit\": 104758.73696000117,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 32,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 7,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.749290091149418,\u003cbr\u003e \"sharpe\": 0.401483165052566,\u003cbr\u003e \"total_trades\": 1539,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8070175438596491\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 477,\u003cbr\u003e \"values\": [\u003cbr\u003e 93087.36504000462\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 18232.14999999835,\u003cbr\u003e \"max_equity_dd_pct\": 0.14786562322518618,\u003cbr\u003e \"net_profit\": 111319.51504000297,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6720818945310898,\u003cbr\u003e \"sharpe\": 0.3764760272744486,\u003cbr\u003e \"total_trades\": 1981,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8001009591115599\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 478,\u003cbr\u003e \"values\": [\u003cbr\u003e 12272.800000000048\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 27.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 4,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1536.7099999998845,\u003cbr\u003e \"max_equity_dd_pct\": 0.09742315621837465,\u003cbr\u003e \"net_profit\": 13809.509999999933,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 13,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 27.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 4,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.808261415414868,\u003cbr\u003e \"sharpe\": 0.2874741688740954,\u003cbr\u003e \"total_trades\": 968,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7975206611570248\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 479,\u003cbr\u003e \"values\": [\u003cbr\u003e 52497.5382400016\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 230.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 7017.899999999652,\u003cbr\u003e \"max_equity_dd_pct\": 0.1159687544881854,\u003cbr\u003e \"net_profit\": 59515.438240001255,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 26,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 230.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5598316840579318,\u003cbr\u003e \"sharpe\": 0.3562701583099277,\u003cbr\u003e \"total_trades\": 1854,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7885652642934197\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 480,\u003cbr\u003e \"values\": [\u003cbr\u003e 83814.61504000124\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 32,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 18594.579999999332,\u003cbr\u003e \"max_equity_dd_pct\": 0.16128955445517038,\u003cbr\u003e \"net_profit\": 102409.19504000057,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 32,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.649498889472352,\u003cbr\u003e \"sharpe\": 0.3684925162205822,\u003cbr\u003e \"total_trades\": 2038,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7993130520117763\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 481,\u003cbr\u003e \"values\": [\u003cbr\u003e 63200.88696000114\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 32,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 7,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 11519.93999999913,\u003cbr\u003e \"max_equity_dd_pct\": 0.13566967951211256,\u003cbr\u003e \"net_profit\": 74720.82696000027,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 32,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 13,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 7,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.7055127947396929,\u003cbr\u003e \"sharpe\": 0.37937966362399156,\u003cbr\u003e \"total_trades\": 1521,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8034188034188035\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 482,\u003cbr\u003e \"values\": [\u003cbr\u003e 5026.2768000000515\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 31,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 2.6,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 407.6700000000028,\u003cbr\u003e \"max_equity_dd_pct\": 0.06336235170610972,\u003cbr\u003e \"net_profit\": 5433.946800000054,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 31,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 41.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 2.6,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5937171065047118,\u003cbr\u003e \"sharpe\": 0.2805724846433523,\u003cbr\u003e \"total_trades\": 1901,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.9084692267227775\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 483,\u003cbr\u003e \"values\": [\u003cbr\u003e 21971.099999999948\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 33,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 7,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 2631.0299999998824,\u003cbr\u003e \"max_equity_dd_pct\": 0.09846938183565257,\u003cbr\u003e \"net_profit\": 24602.12999999983,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 33,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 42.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.1,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 240.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 7,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6061775976157093,\u003cbr\u003e \"sharpe\": 0.2833959668024573,\u003cbr\u003e \"total_trades\": 1651,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7886129618413082\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 484,\u003cbr\u003e \"values\": [\u003cbr\u003e 91919.74696000176\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 230.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 16374.399999999616,\u003cbr\u003e \"max_equity_dd_pct\": 0.13980316040138732,\u003cbr\u003e \"net_profit\": 108294.14696000138,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 230.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6557413224416746,\u003cbr\u003e \"sharpe\": 0.38534854665617685,\u003cbr\u003e \"total_trades\": 1855,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8037735849056604\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 485,\u003cbr\u003e \"values\": [\u003cbr\u003e 53291.47291999973\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 32,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 230.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 6,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 7475.529999999759,\u003cbr\u003e \"max_equity_dd_pct\": 0.11478088254240768,\u003cbr\u003e \"net_profit\": 60767.00291999949,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 32,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 30.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 230.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 6,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.674452141720286,\u003cbr\u003e \"sharpe\": 0.3646581426079037,\u003cbr\u003e \"total_trades\": 1380,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7934782608695652\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 486,\u003cbr\u003e \"values\": [\u003cbr\u003e 38354.41999999929\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 33,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 27.5,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 230.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 6,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 5887.889999999905,\u003cbr\u003e \"max_equity_dd_pct\": 0.12460865949010673,\u003cbr\u003e \"net_profit\": 44242.3099999992,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 33,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 27.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 230.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 6,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.7121544444551609,\u003cbr\u003e \"sharpe\": 0.3589024700505416,\u003cbr\u003e \"total_trades\": 1429,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.787963610916725\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 487,\u003cbr\u003e \"values\": [\u003cbr\u003e 75305.65696000164\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 27.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 230.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 19668.999999999825,\u003cbr\u003e \"max_equity_dd_pct\": 0.17844871055848374,\u003cbr\u003e \"net_profit\": 94974.65696000146,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 11,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 27.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 230.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6171549963279261,\u003cbr\u003e \"sharpe\": 0.3830129627302872,\u003cbr\u003e \"total_trades\": 1773,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8042865200225606\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 488,\u003cbr\u003e \"values\": [\u003cbr\u003e 9583.11999999993\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 32,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 27.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 230.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 5,\u003cbr\u003e \"InpDailyLossLimit\": 2.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1645.6799999999675,\u003cbr\u003e \"max_equity_dd_pct\": 0.11953455263884147,\u003cbr\u003e \"net_profit\": 11228.799999999897,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 32,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 27.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 230.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 5,\u003cbr\u003e \"InpDailyLossLimit\": 2.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5269105010454822,\u003cbr\u003e \"sharpe\": 0.26954961470778815,\u003cbr\u003e \"total_trades\": 878,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.785876993166287\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 489,\u003cbr\u003e \"values\": [\u003cbr\u003e 63591.1848399993\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 31,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 27.5,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 220.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 8618.340000000433,\u003cbr\u003e \"max_equity_dd_pct\": 0.10955220577013763,\u003cbr\u003e \"net_profit\": 72209.52483999974,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 31,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 27.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.25,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 3.9000000000000004,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 220.0,\u003cbr\u003e \"InpTrailStepPoints\": 220.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6257523234154692,\u003cbr\u003e \"sharpe\": 0.39307102362033386,\u003cbr\u003e \"total_trades\": 1841,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8044541010320478\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 490,\u003cbr\u003e \"values\": [\u003cbr\u003e 95812.25696000225\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 33,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 27.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 220.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 22926.399999999237,\u003cbr\u003e \"max_equity_dd_pct\": 0.17058519027496963,\u003cbr\u003e \"net_profit\": 118738.65696000149,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 33,\u003cbr\u003e \"InpSlowEmaPeriod\": 185,\u003cbr\u003e \"InpRsiPeriod\": 12,\u003cbr\u003e \"InpRsiBuyLevel\": 40.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 27.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 220.0,\u003cbr\u003e \"InpTrailStepPoints\": 230.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6403795023020702,\u003cbr\u003e \"sharpe\": 0.3875998551788146,\u003cbr\u003e \"total_trades\": 1926,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.8037383177570093\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 491,\u003cbr\u003e \"values\": [\u003cbr\u003e 186075.40000000165\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 33,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 25.0,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 220.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 24600.269999999524,\u003cbr\u003e \"max_equity_dd_pct\": 0.11621680469937522,\u003cbr\u003e \"net_profit\": 210675.67000000118,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 33,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 3.9000000000000004,\u003cbr\u003e \"InpAtrPeriod\": 27,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 25.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 60.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 220.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.846199888748217,\u003cbr\u003e \"sharpe\": 0.4108636618874538,\u003cbr\u003e \"total_trades\": 2000,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.808\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 492,\u003cbr\u003e \"values\": [\u003cbr\u003e 129574.89606000154\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 34,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 25.0,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 220.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 12390.989999999525,\u003cbr\u003e \"max_equity_dd_pct\": 0.08667095585865271,\u003cbr\u003e \"net_profit\": 141965.88606000107,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 34,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 25.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 220.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.7036514758894192,\u003cbr\u003e \"sharpe\": 0.3704861515759317,\u003cbr\u003e \"total_trades\": 1984,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7933467741935484\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 493,\u003cbr\u003e \"values\": [\u003cbr\u003e 129574.89606000154\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 34,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 25.0,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 220.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 12390.989999999525,\u003cbr\u003e \"max_equity_dd_pct\": 0.08667095585865271,\u003cbr\u003e \"net_profit\": 141965.88606000107,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 34,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 25.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 220.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.7036514758894192,\u003cbr\u003e \"sharpe\": 0.3704861515759317,\u003cbr\u003e \"total_trades\": 1984,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7933467741935484\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 494,\u003cbr\u003e \"values\": [\u003cbr\u003e 132794.58854000163\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 34,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 27.5,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 220.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 12700.669999999489,\u003cbr\u003e \"max_equity_dd_pct\": 0.0866967991085631,\u003cbr\u003e \"net_profit\": 145495.25854000112,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 34,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 39.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 27.5,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 220.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.7038470901142369,\u003cbr\u003e \"sharpe\": 0.37208455340567875,\u003cbr\u003e \"total_trades\": 1987,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.793658782083543\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 495,\u003cbr\u003e \"values\": [\u003cbr\u003e 91790.32928000047\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 34,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 38.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 25.0,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 220.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 11386.56999999976,\u003cbr\u003e \"max_equity_dd_pct\": 0.10930033509056207,\u003cbr\u003e \"net_profit\": 103176.89928000023,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 34,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 38.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 25.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 220.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6310727548811148,\u003cbr\u003e \"sharpe\": 0.3533381722682167,\u003cbr\u003e \"total_trades\": 1876,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7878464818763327\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 496,\u003cbr\u003e \"values\": [\u003cbr\u003e 42974.67999999944\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 34,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 38.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 25.0,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 220.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 6,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 8121.480000000171,\u003cbr\u003e \"max_equity_dd_pct\": 0.14255963769769903,\u003cbr\u003e \"net_profit\": 51096.15999999961,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 34,\u003cbr\u003e \"InpSlowEmaPeriod\": 180,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 38.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 25.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 220.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 6,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5956456777295986,\u003cbr\u003e \"sharpe\": 0.34210595688758877,\u003cbr\u003e \"total_trades\": 1367,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7878566203365033\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 497,\u003cbr\u003e \"values\": [\u003cbr\u003e 85082.85746000038\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 33,\u003cbr\u003e \"InpSlowEmaPeriod\": 175,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 38.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 25.0,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 220.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 10559.1599999998,\u003cbr\u003e \"max_equity_dd_pct\": 0.10926055019878078,\u003cbr\u003e \"net_profit\": 95642.01746000018,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 33,\u003cbr\u003e \"InpSlowEmaPeriod\": 175,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 38.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 25.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 220.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6278354566205318,\u003cbr\u003e \"sharpe\": 0.34854983414268786,\u003cbr\u003e \"total_trades\": 1867,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7873594001071237\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 498,\u003cbr\u003e \"values\": [\u003cbr\u003e 88773.27680000043\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 34,\u003cbr\u003e \"InpSlowEmaPeriod\": 175,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 38.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 25.0,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 220.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 11011.139999999781,\u003cbr\u003e \"max_equity_dd_pct\": 0.10925439020846489,\u003cbr\u003e \"net_profit\": 99784.41680000021,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 34,\u003cbr\u003e \"InpSlowEmaPeriod\": 175,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 38.0,\u003cbr\u003e \"InpRsiSellLevel\": 57.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 25.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 220.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.6285095302404713,\u003cbr\u003e \"sharpe\": 0.3518510245328159,\u003cbr\u003e \"total_trades\": 1864,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7880901287553648\u003cbr\u003e }\u003cbr\u003e}","{\u003cbr\u003e \"number\": 499,\u003cbr\u003e \"values\": [\u003cbr\u003e 11776.848559999895\u003cbr\u003e ],\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpFastEmaPeriod\": 34,\u003cbr\u003e \"InpSlowEmaPeriod\": 175,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 38.0,\u003cbr\u003e \"InpRsiSellLevel\": 70.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 25.0,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpTrailStartPoints\": 230.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30\u003cbr\u003e },\u003cbr\u003e \"user_attrs\": {\u003cbr\u003e \"max_equity_dd\": 1197.8800000000429,\u003cbr\u003e \"max_equity_dd_pct\": 0.08571758620262228,\u003cbr\u003e \"net_profit\": 12974.728559999938,\u003cbr\u003e \"params\": {\u003cbr\u003e \"InpTimeframe\": 5,\u003cbr\u003e \"InpFastEmaPeriod\": 34,\u003cbr\u003e \"InpSlowEmaPeriod\": 175,\u003cbr\u003e \"InpRsiPeriod\": 11,\u003cbr\u003e \"InpRsiBuyLevel\": 38.0,\u003cbr\u003e \"InpRsiSellLevel\": 70.0,\u003cbr\u003e \"InpPullbackAtrMult\": 4.0,\u003cbr\u003e \"InpAtrPeriod\": 28,\u003cbr\u003e \"InpMinAtrPoints\": 0,\u003cbr\u003e \"InpMaxSpreadAtrPct\": 25.0,\u003cbr\u003e \"InpSizingMode\": 1,\u003cbr\u003e \"InpFixedLots\": 0.01,\u003cbr\u003e \"InpRiskPercent\": 2.5,\u003cbr\u003e \"InpStopMode\": 0,\u003cbr\u003e \"InpAtrSLMult\": 1.0,\u003cbr\u003e \"InpAtrTPMult\": 4.0,\u003cbr\u003e \"InpStopLossPoints\": 200,\u003cbr\u003e \"InpTakeProfitPoints\": 300,\u003cbr\u003e \"InpUseBreakEven\": true,\u003cbr\u003e \"InpBreakEvenPoints\": 70.0,\u003cbr\u003e \"InpBreakEvenLock\": 50,\u003cbr\u003e \"InpUseTrailing\": true,\u003cbr\u003e \"InpTrailStartPoints\": 230.0,\u003cbr\u003e \"InpTrailStepPoints\": 240.0,\u003cbr\u003e \"InpMaxPositions\": 1,\u003cbr\u003e \"InpMaxTradesPerDay\": 12,\u003cbr\u003e \"InpDailyLossLimit\": 7.0,\u003cbr\u003e \"InpDailyProfitTarget\": 0.0,\u003cbr\u003e \"InpMinSecondsBetween\": 30,\u003cbr\u003e \"InpUseSession\": false,\u003cbr\u003e \"InpSessionStartHour\": 7,\u003cbr\u003e \"InpSessionEndHour\": 20,\u003cbr\u003e \"InpMagicNumber\": 20240530,\u003cbr\u003e \"InpComment\": \"GoldScalperPro\"\u003cbr\u003e },\u003cbr\u003e \"profit_factor\": 1.5016681249101176,\u003cbr\u003e \"sharpe\": 0.26461762436056196,\u003cbr\u003e \"total_trades\": 1064,\u003cbr\u003e \"violations\": [],\u003cbr\u003e \"win_rate\": 0.7772556390977443\u003cbr\u003e }\u003cbr\u003e}"],"textposition":"none","x":[1552.223,1613.796,1638.444,1593.451,1578.036,1387.886,1505.666,1619.0739999999998,1526.182,1559.321,1464.397,1527.011,1524.839,1444.901,1671.403,1433.425,1520.77,1567.9129999999998,1716.068,1846.954,2037.153,2029.263,2122.485,1983.077,2096.946,2004.642,2079.231,1967.9759999999999,1961.651,2116.2839999999997,2040.723,2161.7419999999997,2022.166,1926.48,1961.248,1901.532,2072.6200000000003,1871.004,1981.223,2183.111,2175.078,1965.155,1936.1699999999998,1927.179,1984.128,2018.061,1917.1560000000002,1984.105,2009.1160000000002,2084.77,1833.673,1973.492,1951.773,1922.325,1935.562,1860.9370000000001,1962.2440000000001,1949.874,1923.978,1900.892,1913.7379999999998,1978.866,1896.615,1961.74,2008.671,1999.8400000000001,2002.459,2161.1099999999997,1990.499,2093.648,2057.229,2151.073,2054.494,2047.914,2012.0770000000002,1944.686,1985.368,1992.692,2007.6999999999998,1833.176,2087.501,1922.385,1998.1960000000001,1956.127,1983.922,1992.392,2035.845,1908.598,1998.549,1973.435,2020.454,1946.164,2069.263,2000.174,1984.357,1945.651,2006.182,2044.671,1899.968,1958.913,1953.238,2000.263,2000.175,1955.917,2001.669,2000.714,2089.8889999999997,2148.011,2017.22,2070.192,1923.908,1964.5710000000001,1997.317,1953.465,2016.731,1979.911,2006.4560000000001,1983.253,1995.741,2077.6240000000003,1997.5179999999998,1943.027,2090.3999999999996,1946.644,2326.336,3807.043,3628.221,2480.8940000000002,2400.809,2177.879,2031.3439999999998,2092.061,2014.412,2157.722,2017.471,2109.93,1995.8700000000001,2120.23,1999.5,2106.594,1996.869,2028.89,1973.3220000000001,1978.682,2071.153,1993.768,2050.818,1996.98,2047.0049999999999,2082.357,2007.214,1999.3600000000001,2070.459,1995.787,2160.442,2008.3139999999999,1994.491,2053.5679999999998,2036.747,2067.633,2009.168,2026.6700000000003,1956.887,1968.479,2029.9109999999998,2069.137,1976.595,2022.878,1963.054,2044.6149999999998,2053.331,1899.7630000000001,2036.841,1989.722,2046.3110000000001,2003.582,2040.3319999999999,2014.7369999999999,2018.818,1965.812,2052.483,1971.798,2035.5349999999999,1995.9199999999998,2082.52,2029.4629999999997,2036.1699999999998,2014.7590000000002,2089.964,2018.7930000000001,1962.928,2071.894,1997.874,2109.537,1937.019,1981.7450000000001,2037.2309999999998,1969.528,1954.6200000000001,2048.947,1981.087,2110.1009999999997,1976.9099999999999,1993.565,2011.1200000000001,1978.989,2028.8529999999998,2041.313,2063.116,1951.457,2040.4189999999999,2056.466,2083.2830000000004,2001.2880000000002,2077.682,2013.7079999999999,2146.976,1999.861,2100.8810000000003,2015.203,2050.096,2073.681,2085.935,2027.427,2072.4049999999997,2050.8289999999997,2167.299,2040.1729999999998,2041.9779999999998,2073.2050000000004,2029.9070000000002,2084.777,2064.99,2118.086,2070.906,2116.468,2096.5009999999997,2102.948,2127.569,2154.953,2018.085,2177.9579999999996,2038.462,2155.007,2021.0159999999998,2192.799,2060.547,2144.5989999999997,2654.112,2351.919,2173.149,2323.347,2756.5409999999997,2340.821,2264.019,2220.5080000000003,2366.24,2582.085,2292.7019999999998,2342.87,2341.658,2399.808,2276.394,2154.926,2155.635,2252.237,2115.824,2188.025,2265.5029999999997,2461.8869999999997,2361.467,2326.211,2340.3230000000003,2312.647,2409.763,2158.055,2243.259,2138.704,2206.317,2254.305,2213.529,2176.538,2218.708,2217.171,2278.015,2186.0,2187.56,2179.4539999999997,2355.5350000000003,2414.809,2242.7690000000002,2138.072,2395.608,2601.213,2165.68,2078.822,2070.752,2251.3179999999998,2176.8540000000003,2180.8390000000004,2320.547,2251.865,2401.965,2339.537,2324.358,2408.7070000000003,2397.03,2330.451,2372.159,2168.026,2243.6639999999998,2230.746,2183.451,2231.929,2167.17,2268.2859999999996,2175.68,2328.19,2182.385,2251.169,2164.103,2168.411,2129.74,1948.1219999999998,2145.2580000000003,2022.5140000000001,2072.824,1975.423,2067.872,2102.688,2146.718,2010.9819999999997,2097.362,2091.54,2099.02,2014.58,2071.972,2026.5049999999999,2092.339,2051.11,2154.4379999999996,2044.759,2043.3729999999998,2028.959,2311.025,2142.328,2205.326,2423.2,2087.703,2244.4320000000002,2136.188,2202.688,2060.436,2173.2619999999997,2084.235,2064.752,2109.2749999999996,2072.165,2050.725,2102.274,2026.3819999999998,2091.834,1999.181,2080.433,2118.1040000000003,2131.193,2033.4599999999998,2150.929,2093.621,2083.249,2050.966,2080.0930000000003,2070.666,2116.244,2098.111,2069.372,2061.019,2027.1789999999999,2132.9069999999997,2057.086,2033.607,2043.114,2085.658,2072.797,2188.284,2034.059,2012.0459999999998,2031.3129999999999,2084.3050000000003,2067.8990000000003,2073.9700000000003,1975.1399999999999,2004.6770000000001,2166.537,2102.875,2054.0820000000003,2034.256,2099.161,2010.1740000000002,2212.363,1982.691,2055.4519999999998,1974.021,2138.776,1924.694,2007.1889999999999,1924.077,2034.5249999999999,1978.0279999999998,2043.761,2009.607,2004.0490000000002,2085.395,2234.466,2013.132,2140.0640000000003,2099.934,2123.603,2190.5389999999998,2029.8509999999999,2173.588,2117.614,2173.976,2182.601,2243.199,2221.285,2186.411,2123.9750000000004,2267.821,2116.9139999999998,2329.085,2122.274,2147.2509999999997,1993.2289999999998,2122.051,1900.399,2015.9410000000003,2033.188,2025.332,2004.9679999999998,2014.109,2087.165,1987.734,2036.7989999999998,2015.864,2032.368,1982.009,2098.16,2066.42,2106.164,2007.7289999999998,2058.679,2070.993,2057.938,1996.734,2153.555,2067.146,2118.502,2028.553,2135.048,2098.305,2073.625,2030.8120000000001,1997.587,2009.82,2000.858,2016.659,2089.879,2072.222,2013.4669999999999,2077.373,1918.245,2078.424,2020.4650000000001,2099.274,1969.8139999999999,2032.466,2009.0,2023.5210000000002,2049.149,2114.166,1971.609,2148.94,2003.5400000000002,2060.173,2031.4329999999998,2091.7799999999997,2006.062,2019.78,2021.003,2013.8229999999999,2028.592,1997.089,2128.749,2009.922,2065.3450000000003,2008.442,2072.0860000000002,2096.614,2037.048],"y":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499],"type":"bar"}], {"template":{"data":{"barpolar":[{"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"type":"carpet"}],"choropleth":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"choropleth"}],"contourcarpet":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"contourcarpet"}],"contour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"contour"}],"heatmap":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmap"}],"histogram2dcontour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2dcontour"}],"histogram2d":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2d"}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"mesh3d":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"mesh3d"}],"parcoords":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"parcoords"}],"pie":[{"automargin":true,"type":"pie"}],"scatter3d":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatter3d"}],"scattercarpet":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattercarpet"}],"scattergeo":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergeo"}],"scattergl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergl"}],"scattermapbox":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermapbox"}],"scattermap":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermap"}],"scatterpolargl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolargl"}],"scatterpolar":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolar"}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"scatterternary":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterternary"}],"surface":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"surface"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}]},"layout":{"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"autotypenumbers":"strict","coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]],"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]},"colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"geo":{"bgcolor":"white","lakecolor":"white","landcolor":"white","showlakes":true,"showland":true,"subunitcolor":"#C8D4E3"},"hoverlabel":{"align":"left"},"hovermode":"closest","mapbox":{"style":"light"},"paper_bgcolor":"white","plot_bgcolor":"white","polar":{"angularaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""},"bgcolor":"white","radialaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""}},"scene":{"xaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"yaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"zaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"ternary":{"aaxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"baxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"bgcolor":"white","caxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""}},"title":{"x":0.05},"xaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2},"yaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2}}},"xaxis":{"type":"date","title":{"text":"试验序号 Trial"}},"title":{"text":"时间线 — 试验耗时与状态"},"yaxis":{"title":{"text":"耗时 (秒) Elapsed (s)"}},"showlegend":true,"font":{"family":"Microsoft YaHei, Arial, sans-serif","size":12,"color":"#222"},"height":520,"width":1100}, {"responsive": true} ) }; </script> </div></section>
<h2 class="section-title">参数切片图(单参数影响)</h2><p class="section-desc">每参数独立小图,避免 19 参数挤在 5400px 宽的复合图里导致标签重叠。</p><section class="chart"><h2>切片 — InpFastEmaPeriod</h2><div style="height:420px; width:900px;"> <div id="slice-InpFastEmaPeriod" class="plotly-graph-div" style="height:100%; width:100%;"></div> <script> window.PLOTLYENV=window.PLOTLYENV || {}; if (document.getElementById("slice-InpFastEmaPeriod")) { Plotly.newPlot( "slice-InpFastEmaPeriod", [{"marker":{"color":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499],"colorbar":{"title":{"text":"Trial"},"x":1.0,"xpad":40},"colorscale":[[0.0,"rgb(247,251,255)"],[0.125,"rgb(222,235,247)"],[0.25,"rgb(198,219,239)"],[0.375,"rgb(158,202,225)"],[0.5,"rgb(107,174,214)"],[0.625,"rgb(66,146,198)"],[0.75,"rgb(33,113,181)"],[0.875,"rgb(8,81,156)"],[1.0,"rgb(8,48,107)"]],"line":{"color":"Grey","width":0.5}},"mode":"markers","name":"Feasible Trial","showlegend":false,"x":[18,19,16,24,8,11,14,30,15,25,33,23,22,27,19,21,27,19,19,12,17,24,21,26,29,30,30,34,13,18,10,21,19,16,28,24,29,23,31,32,25,34,33,32,15,15,9,17,20,18,17,14,13,12,14,14,13,14,11,16,14,17,17,13,15,12,18,16,20,20,20,17,17,17,17,19,18,22,19,16,21,18,17,17,17,19,20,22,22,23,20,21,21,21,21,22,23,22,24,25,24,24,24,26,25,23,23,26,23,24,22,21,21,21,21,21,21,21,21,22,23,23,21,21,22,20,21,22,20,23,21,21,21,20,20,19,19,22,21,22,23,20,19,20,21,20,19,22,21,21,22,20,20,19,21,20,22,23,18,20,21,20,19,19,18,19,19,18,20,19,18,19,19,19,19,19,19,18,19,19,18,18,18,18,18,18,18,18,18,18,17,16,16,16,17,17,17,16,16,16,16,15,15,15,15,15,15,15,15,15,15,15,15,15,15,14,14,14,14,14,14,14,14,14,14,14,13,13,13,13,13,13,13,12,12,13,13,13,13,13,13,13,12,12,12,13,13,13,11,11,13,12,13,13,12,13,12,12,12,12,11,10,10,11,10,10,10,10,10,10,10,10,9,9,9,9,9,9,9,9,9,8,8,8,9,9,9,9,9,9,9,8,9,9,8,8,8,9,9,8,9,8,8,8,8,8,9,8,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,10,11,10,11,11,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,9,9,9,9,10,10,10,8,9,9,9,10,8,8,8,8,8,8,8,8,9,9,9,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,9,10,10,9,9,10,9,10,9,10,9,10,10,9,10,9,10,10,10,10,9,10,11,9,10,11,11,11,12,11,11,12,12,12,12,12,12,12,12,12,12,12,12,12,11,12,12,12,12,12,12,12,12,11,12,11,11,11,11,11,11,12,11,11,12,29,11,12,11,11,12,11,12,11,11,12,11,11,11,12,11,12,11,12,11,32,13,13,11,32,32,31,33,11,32,33,11,32,31,33,33,34,34,34,34,34,33,34,34],"y":[-999772.99364,120.66211999998848,-999894.24364,-996305.5361800002,-999554.45256,-1000089.7,-999961.28,-2000248.34,-999900.51172,-1999158.24,-2000022.6,-999558.3398,-998972.8517199999,-1000295.4196,-1000041.37636,-1000048.41,-1999996.24,-991035.5641399997,-999436.3909,-2000024.65,-999729.09876,-2000874.72456,-998734.21154,-999698.6964799999,-994324.0484199999,-1998179.9629000002,-1997594.1113000005,-997988.68772,-999972.42576,-1999576.24192,-1000105.72644,-2000051.5431,-2000934.31648,-2000685.913,-999550.5288,-998508.39,-1999728.1076,-999957.58,-998932.3328399999,-1999914.2200000002,-998637.4424,-998778.8672,-997962.3037599999,-2000187.3154799999,-997650.8213199999,-998805.0593999999,-1000189.8041599999,1495.5280799999778,-999326.55664,-999467.94274,-2000045.54,360.05404000001175,245.54211999999222,-999842.60788,109.06807999999901,64.53403999999405,-1000000.65596,-999937.79596,-2000011.9,-999981.29596,-1000002.32,444.2461600000009,-999881.92,-999968.33596,-999172.79576,-999857.36172,-999959.6578800001,221.5040400000102,786.496159999989,-999286.84576,-999685.87416,763.6361600000075,953.4165200000093,979.9407600000084,-998595.16766,1221.8767600000142,-997786.94504,-997207.0707800001,-999440.80698,-1000011.6799999999,-999050.31,-999804.61788,651.7240400000255,863.5380800000083,-999649.60768,-999219.14712,736.354040000007,1214.8800000000979,-997290.5800000001,-996503.3343999998,-997829.5796,2060.664959999975,4474.108059999959,3810.77627999991,-997678.3581800001,5462.288019999857,-996708.8433000001,-996939.0805800001,1428.262520000003,-998988.84344,3051.954620000012,4025.7082000000546,-995257.2328199998,-999269.2572799999,-993551.5135800001,2535.104200000029,-997107.9996799999,-999302.46636,-999440.47112,-998000.53556,-999220.30496,8977.090659999933,6591.239200000074,6312.940379999856,-994146.83702,4544.199720000042,-995169.1599200001,8243.505999999841,9798.099919999984,-987165.9990600003,9073.770619999965,9687.737479999963,6103.548560000041,7688.22447999997,-996013.25708,-992859.5243599998,-994980.63506,1866.8567400000038,-991101.3715200002,-996386.5503799999,5511.553920000145,6449.1191800002525,6177.401020000168,5124.449300000169,5075.939300000187,7939.5333800001345,-995733.4409199998,-995207.6809200001,-996262.86842,-994346.9171999998,-996647.02012,5140.43930000016,-998064.1443599999,3164.564680000096,-994463.8610199998,11910.18978000021,-996784.31216,-992547.4903599998,-998485.6600000003,-994698.4584199999,-999177.60536,8101.07890000027,-995568.25416,-997251.87102,-991846.7616600002,1281.456360000026,784.7499999999454,-995430.5769399999,-996146.8150399999,-995765.0461399999,-996771.0501199999,5981.250480000143,5616.017380000034,8332.524299999988,-999247.42634,8356.085799999913,2981.4740000000443,-996164.0568600001,8313.936780000064,13607.423999999737,-991548.63618,13693.588020000247,13491.088020000188,18638.696079999987,18432.201100000282,14770.817979999261,-989472.3957600005,-989546.3174400004,10720.230280000023,8701.344120000258,13374.547520000104,8901.539220000086,18501.74850000046,13574.369300000191,17449.33706000096,11222.07312000004,15462.26673999952,-988180.9771400001,-989761.2452000002,11222.07312000004,13260.25791999994,-991801.3619200003,11996.065739999709,-989209.2094600005,-994533.5639599999,24932.331079999898,24932.331079999898,19986.753639999755,17320.199139999124,23396.827619998432,17547.686679999126,16172.2548399992,17265.60907999953,17265.60907999953,14066.280739999233,14918.471139999252,15128.756419999072,13963.59237999911,26453.604359998353,26038.72621999852,26038.72621999852,26038.72621999852,25094.19587999843,21417.425959998596,21417.425959998596,20854.090199998504,20578.790199998493,21218.568339998415,21218.568339998415,21218.568339998415,16497.601999998573,21520.367999998576,22808.46279999812,32627.72227999797,32627.72227999797,-988589.1495200008,26371.872519998095,24130.15847999824,24130.15847999824,27391.961559998093,24130.15847999824,24130.15847999824,23295.190599998747,25038.00237999858,-984654.6660000011,23374.57359999834,25812.177839998432,22943.027839998646,22943.027839998646,22943.027839998646,22201.267839998687,22201.267839998687,26144.850759998746,-978784.6617600016,16348.25259999864,-972706.8717800028,-982567.8286000015,16547.077359998962,-987679.5108800017,-984075.4225600014,-973828.7344000015,-988660.1210400007,23643.887639998517,-980121.2740800016,-983396.1200400011,17065.48983999902,37624.13903999691,34694.95883999797,41137.099639997774,48215.05823999618,53276.437359997515,43573.079199997876,19102.200779999137,51474.10139999761,30770.414719998633,34034.426219998415,34211.0555799987,34034.426219998415,34034.426219998415,34034.426219998415,34211.0555799987,34211.0555799987,37004.7145799985,37004.7145799985,37004.7145799985,37004.7145799985,17307.37903999914,35515.46499999828,35702.75061999829,35702.75061999829,35702.75061999829,47087.16001999752,47087.16001999752,24860.45777999874,53462.731019997205,53462.731019997205,35629.12061999849,33338.59677999853,54062.29215999761,34731.86841999884,29586.232199998645,30618.45525999887,56623.50671999702,28741.22823999854,56721.50595999797,54950.43691999758,28103.525119998874,68772.15725999736,40897.57839999809,29836.169459998688,70222.87073999735,59307.101099998064,29803.602939998986,37995.60440000078,25092.625320000603,29273.991239999566,46451.968159998345,23656.28151999946,35728.00813999874,59056.0534399989,58148.52021999891,48415.335639998855,49406.48707999885,47199.29989999859,42149.92569999851,48391.81288000059,42149.92569999851,32164.158639999056,47199.29989999859,47199.29989999859,47199.29989999859,47199.29989999859,38475.565919999055,47199.29989999859,32103.55843999908,47690.63359999859,47690.63359999859,47690.63359999859,32999.151999999034,47690.63359999859,52018.75308000069,30975.665239999977,50805.54712000068,45313.66887999927,48754.165000000576,50744.832880000526,59950.94172000034,52044.53940000033,28821.001079999758,63911.45160000029,51306.50728000032,61450.29999999992,59369.02999999963,43985.22999999973,53346.589999999924,27692.520000000306,8021.286700000114,56705.89000000034,66935.46000000117,66935.46000000117,66935.46000000117,31970.520000000382,47798.96756000093,59487.170000001126,41107.06000000045,51138.550000001116,26700.067360000965,53892.160000000484,59920.74000000116,56734.71000000145,28269.2371600008,56247.08000000151,22110.720000000543,42727.01736000136,58660.630000001605,54156.12000000121,54756.950000001234,54156.12000000121,44537.63140000116,48641.93000000086,47084.830000000926,43204.277360001586,34125.63000000067,65139.77000000154,68479.60000000102,40387.62948000065,62908.36000000119,58539.190000001676,65174.32000000146,29873.903520000702,59068.39000000144,50967.030000001425,59068.39000000144,42864.790000001034,-997534.9510799998,48073.50000000084,-999622.37,58539.190000001676,38000.230000000745,55286.52000000159,49367.38000000097,-999853.9299999999,37324.34332000107,-997388.8988399999,44248.88724000058,39967.40000000065,26839.33999999968,5530.409180000061,34331.64000000093,38020.20000000073,20593.71000000048,26825.645439999702,-998834.6,3203.8062000000946,47687.4047200003,24898.79524000022,32369.480000000796,71432.83000000138,64140.83076000022,35666.856120000804,34173.73000000068,56949.526320000536,53899.50564000105,82457.1942800007,-996866.0615199999,49677.632920000935,97737.0435600008,-1998867.48334,82937.02000000325,55668.300000002244,104494.67000000273,68492.8800000023,65717.11000000229,19004.3600000001,61772.30412000258,-1998954.54722,58258.88008000269,59692.74220000213,-972719.758399999,73877.71000000286,-1999584.70264,55807.97028000252,78334.40000000334,67615.20776000402,66486.57180000385,6597.940000000224,-944072.3024399962,-956838.534439998,29481.877360000795,78741.42000000377,-964908.0430399973,66594.85180000358,-966244.1053199997,-944072.3024399962,-969775.0604199994,59008.72776000141,81498.48564000156,-960167.8211999993,83131.61000000148,-955256.3875800001,-965837.2430399999,49873.11000000007,58671.690000000744,73316.54968000071,-990021.96688,35444.61564000025,-961067.86436,43715.59140000105,-921436.342239996,82422.63000000146,53425.35352000059,-956386.5393999998,46360.469999999994,10572.710000000181,81382.39000000051,-969507.8600000003,49394.889480000886,66049.15660000186,-958958.6519600004,60798.86064000208,-964836.280219999,-981407.6699999998,65449.17584000126,-972602.0756000004,78334.40000000334,-956492.1862799977,85671.4269600015,93087.36504000462,12272.800000000048,52497.5382400016,83814.61504000124,63200.88696000114,5026.2768000000515,21971.099999999948,91919.74696000176,53291.47291999973,38354.41999999929,75305.65696000164,9583.11999999993,63591.1848399993,95812.25696000225,186075.40000000165,129574.89606000154,129574.89606000154,132794.58854000163,91790.32928000047,42974.67999999944,85082.85746000038,88773.27680000043,11776.848559999895],"type":"scatter"}], {"title":{"text":"参数切片 — InpFastEmaPeriod"},"template":{"data":{"barpolar":[{"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"type":"carpet"}],"choropleth":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"choropleth"}],"contourcarpet":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"contourcarpet"}],"contour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"contour"}],"heatmap":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmap"}],"histogram2dcontour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2dcontour"}],"histogram2d":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2d"}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"mesh3d":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"mesh3d"}],"parcoords":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"parcoords"}],"pie":[{"automargin":true,"type":"pie"}],"scatter3d":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatter3d"}],"scattercarpet":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattercarpet"}],"scattergeo":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergeo"}],"scattergl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergl"}],"scattermapbox":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermapbox"}],"scattermap":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermap"}],"scatterpolargl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolargl"}],"scatterpolar":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolar"}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"scatterternary":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterternary"}],"surface":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"surface"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}]},"layout":{"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"autotypenumbers":"strict","coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]],"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]},"colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"geo":{"bgcolor":"white","lakecolor":"white","landcolor":"white","showlakes":true,"showland":true,"subunitcolor":"#C8D4E3"},"hoverlabel":{"align":"left"},"hovermode":"closest","mapbox":{"style":"light"},"paper_bgcolor":"white","plot_bgcolor":"white","polar":{"angularaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""},"bgcolor":"white","radialaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""}},"scene":{"xaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"yaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"zaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"ternary":{"aaxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"baxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"bgcolor":"white","caxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""}},"title":{"x":0.05},"xaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2},"yaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2}}},"xaxis":{"title":{"text":"InpFastEmaPeriod"}},"yaxis":{"title":{"text":"目标值 Objective (score)"}},"font":{"family":"Microsoft YaHei, Arial, sans-serif","size":12,"color":"#222"},"margin":{"l":60,"r":40,"t":60,"b":60},"height":420,"width":900}, {"responsive": true} ) }; </script> </div></section>
<section class="chart"><h2>切片 — InpSlowEmaPeriod</h2><div style="height:420px; width:900px;"> <div id="slice-InpSlowEmaPeriod" class="plotly-graph-div" style="height:100%; width:100%;"></div> <script> window.PLOTLYENV=window.PLOTLYENV || {}; if (document.getElementById("slice-InpSlowEmaPeriod")) { Plotly.newPlot( "slice-InpSlowEmaPeriod", [{"marker":{"color":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499],"colorbar":{"title":{"text":"Trial"},"x":1.0,"xpad":40},"colorscale":[[0.0,"rgb(247,251,255)"],[0.125,"rgb(222,235,247)"],[0.25,"rgb(198,219,239)"],[0.375,"rgb(158,202,225)"],[0.5,"rgb(107,174,214)"],[0.625,"rgb(66,146,198)"],[0.75,"rgb(33,113,181)"],[0.875,"rgb(8,81,156)"],[1.0,"rgb(8,48,107)"]],"line":{"color":"Grey","width":0.5}},"mode":"markers","name":"Feasible Trial","showlegend":false,"x":[195,95,65,190,175,160,60,180,55,130,105,105,135,90,150,200,85,125,120,80,110,145,175,70,95,95,120,75,95,115,135,160,190,100,50,85,125,65,165,190,145,70,75,60,80,100,110,90,90,105,90,85,100,100,110,115,110,115,85,105,120,130,130,115,135,95,125,100,80,75,80,90,85,90,85,90,90,70,80,60,90,85,75,75,75,65,70,55,50,55,70,80,65,80,55,65,65,60,55,50,65,65,65,60,55,65,65,55,60,70,50,60,60,65,65,60,60,65,65,65,70,70,70,70,70,70,60,75,70,60,70,75,75,75,75,70,70,70,75,80,70,75,70,75,80,70,65,70,60,65,55,75,70,80,75,60,65,70,75,65,70,75,80,85,85,80,85,75,80,80,80,85,85,85,95,85,95,85,95,95,95,90,95,95,95,95,100,100,105,95,95,95,95,95,100,105,105,95,105,105,105,105,110,110,105,110,105,105,105,110,110,110,110,110,110,110,110,115,115,115,115,115,115,120,120,115,120,120,120,125,120,120,120,120,120,125,125,125,125,125,125,125,125,120,130,125,120,125,120,130,120,125,120,130,125,130,120,120,120,120,120,120,120,120,120,115,115,115,115,115,115,115,115,115,115,115,115,115,115,115,115,115,115,115,115,115,115,115,115,115,115,115,115,115,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,105,105,105,105,100,105,105,105,105,100,105,100,105,105,105,100,105,105,100,105,105,105,100,105,100,100,100,100,180,140,180,195,165,195,185,185,185,185,190,185,185,185,185,200,180,175,175,180,180,170,175,180,180,175,180,175,150,185,175,180,185,170,185,190,170,190,190,170,165,170,170,170,190,190,170,160,170,165,170,175,190,185,160,195,140,175,185,165,170,190,180,195,175,185,155,170,165,145,155,170,190,190,180,185,185,190,195,185,190,190,190,190,190,195,190,190,185,185,195,190,200,195,200,200,195,190,195,195,190,200,200,190,195,185,195,185,185,185,185,190,185,185,195,190,185,200,185,185,190,185,195,190,190,190,195,195,200,195,185,180,195,190,200,180,180,180,180,185,180,185,185,180,180,180,185,180,185,185,180,180,180,180,180,180,175,175,175],"y":[-999772.99364,120.66211999998848,-999894.24364,-996305.5361800002,-999554.45256,-1000089.7,-999961.28,-2000248.34,-999900.51172,-1999158.24,-2000022.6,-999558.3398,-998972.8517199999,-1000295.4196,-1000041.37636,-1000048.41,-1999996.24,-991035.5641399997,-999436.3909,-2000024.65,-999729.09876,-2000874.72456,-998734.21154,-999698.6964799999,-994324.0484199999,-1998179.9629000002,-1997594.1113000005,-997988.68772,-999972.42576,-1999576.24192,-1000105.72644,-2000051.5431,-2000934.31648,-2000685.913,-999550.5288,-998508.39,-1999728.1076,-999957.58,-998932.3328399999,-1999914.2200000002,-998637.4424,-998778.8672,-997962.3037599999,-2000187.3154799999,-997650.8213199999,-998805.0593999999,-1000189.8041599999,1495.5280799999778,-999326.55664,-999467.94274,-2000045.54,360.05404000001175,245.54211999999222,-999842.60788,109.06807999999901,64.53403999999405,-1000000.65596,-999937.79596,-2000011.9,-999981.29596,-1000002.32,444.2461600000009,-999881.92,-999968.33596,-999172.79576,-999857.36172,-999959.6578800001,221.5040400000102,786.496159999989,-999286.84576,-999685.87416,763.6361600000075,953.4165200000093,979.9407600000084,-998595.16766,1221.8767600000142,-997786.94504,-997207.0707800001,-999440.80698,-1000011.6799999999,-999050.31,-999804.61788,651.7240400000255,863.5380800000083,-999649.60768,-999219.14712,736.354040000007,1214.8800000000979,-997290.5800000001,-996503.3343999998,-997829.5796,2060.664959999975,4474.108059999959,3810.77627999991,-997678.3581800001,5462.288019999857,-996708.8433000001,-996939.0805800001,1428.262520000003,-998988.84344,3051.954620000012,4025.7082000000546,-995257.2328199998,-999269.2572799999,-993551.5135800001,2535.104200000029,-997107.9996799999,-999302.46636,-999440.47112,-998000.53556,-999220.30496,8977.090659999933,6591.239200000074,6312.940379999856,-994146.83702,4544.199720000042,-995169.1599200001,8243.505999999841,9798.099919999984,-987165.9990600003,9073.770619999965,9687.737479999963,6103.548560000041,7688.22447999997,-996013.25708,-992859.5243599998,-994980.63506,1866.8567400000038,-991101.3715200002,-996386.5503799999,5511.553920000145,6449.1191800002525,6177.401020000168,5124.449300000169,5075.939300000187,7939.5333800001345,-995733.4409199998,-995207.6809200001,-996262.86842,-994346.9171999998,-996647.02012,5140.43930000016,-998064.1443599999,3164.564680000096,-994463.8610199998,11910.18978000021,-996784.31216,-992547.4903599998,-998485.6600000003,-994698.4584199999,-999177.60536,8101.07890000027,-995568.25416,-997251.87102,-991846.7616600002,1281.456360000026,784.7499999999454,-995430.5769399999,-996146.8150399999,-995765.0461399999,-996771.0501199999,5981.250480000143,5616.017380000034,8332.524299999988,-999247.42634,8356.085799999913,2981.4740000000443,-996164.0568600001,8313.936780000064,13607.423999999737,-991548.63618,13693.588020000247,13491.088020000188,18638.696079999987,18432.201100000282,14770.817979999261,-989472.3957600005,-989546.3174400004,10720.230280000023,8701.344120000258,13374.547520000104,8901.539220000086,18501.74850000046,13574.369300000191,17449.33706000096,11222.07312000004,15462.26673999952,-988180.9771400001,-989761.2452000002,11222.07312000004,13260.25791999994,-991801.3619200003,11996.065739999709,-989209.2094600005,-994533.5639599999,24932.331079999898,24932.331079999898,19986.753639999755,17320.199139999124,23396.827619998432,17547.686679999126,16172.2548399992,17265.60907999953,17265.60907999953,14066.280739999233,14918.471139999252,15128.756419999072,13963.59237999911,26453.604359998353,26038.72621999852,26038.72621999852,26038.72621999852,25094.19587999843,21417.425959998596,21417.425959998596,20854.090199998504,20578.790199998493,21218.568339998415,21218.568339998415,21218.568339998415,16497.601999998573,21520.367999998576,22808.46279999812,32627.72227999797,32627.72227999797,-988589.1495200008,26371.872519998095,24130.15847999824,24130.15847999824,27391.961559998093,24130.15847999824,24130.15847999824,23295.190599998747,25038.00237999858,-984654.6660000011,23374.57359999834,25812.177839998432,22943.027839998646,22943.027839998646,22943.027839998646,22201.267839998687,22201.267839998687,26144.850759998746,-978784.6617600016,16348.25259999864,-972706.8717800028,-982567.8286000015,16547.077359998962,-987679.5108800017,-984075.4225600014,-973828.7344000015,-988660.1210400007,23643.887639998517,-980121.2740800016,-983396.1200400011,17065.48983999902,37624.13903999691,34694.95883999797,41137.099639997774,48215.05823999618,53276.437359997515,43573.079199997876,19102.200779999137,51474.10139999761,30770.414719998633,34034.426219998415,34211.0555799987,34034.426219998415,34034.426219998415,34034.426219998415,34211.0555799987,34211.0555799987,37004.7145799985,37004.7145799985,37004.7145799985,37004.7145799985,17307.37903999914,35515.46499999828,35702.75061999829,35702.75061999829,35702.75061999829,47087.16001999752,47087.16001999752,24860.45777999874,53462.731019997205,53462.731019997205,35629.12061999849,33338.59677999853,54062.29215999761,34731.86841999884,29586.232199998645,30618.45525999887,56623.50671999702,28741.22823999854,56721.50595999797,54950.43691999758,28103.525119998874,68772.15725999736,40897.57839999809,29836.169459998688,70222.87073999735,59307.101099998064,29803.602939998986,37995.60440000078,25092.625320000603,29273.991239999566,46451.968159998345,23656.28151999946,35728.00813999874,59056.0534399989,58148.52021999891,48415.335639998855,49406.48707999885,47199.29989999859,42149.92569999851,48391.81288000059,42149.92569999851,32164.158639999056,47199.29989999859,47199.29989999859,47199.29989999859,47199.29989999859,38475.565919999055,47199.29989999859,32103.55843999908,47690.63359999859,47690.63359999859,47690.63359999859,32999.151999999034,47690.63359999859,52018.75308000069,30975.665239999977,50805.54712000068,45313.66887999927,48754.165000000576,50744.832880000526,59950.94172000034,52044.53940000033,28821.001079999758,63911.45160000029,51306.50728000032,61450.29999999992,59369.02999999963,43985.22999999973,53346.589999999924,27692.520000000306,8021.286700000114,56705.89000000034,66935.46000000117,66935.46000000117,66935.46000000117,31970.520000000382,47798.96756000093,59487.170000001126,41107.06000000045,51138.550000001116,26700.067360000965,53892.160000000484,59920.74000000116,56734.71000000145,28269.2371600008,56247.08000000151,22110.720000000543,42727.01736000136,58660.630000001605,54156.12000000121,54756.950000001234,54156.12000000121,44537.63140000116,48641.93000000086,47084.830000000926,43204.277360001586,34125.63000000067,65139.77000000154,68479.60000000102,40387.62948000065,62908.36000000119,58539.190000001676,65174.32000000146,29873.903520000702,59068.39000000144,50967.030000001425,59068.39000000144,42864.790000001034,-997534.9510799998,48073.50000000084,-999622.37,58539.190000001676,38000.230000000745,55286.52000000159,49367.38000000097,-999853.9299999999,37324.34332000107,-997388.8988399999,44248.88724000058,39967.40000000065,26839.33999999968,5530.409180000061,34331.64000000093,38020.20000000073,20593.71000000048,26825.645439999702,-998834.6,3203.8062000000946,47687.4047200003,24898.79524000022,32369.480000000796,71432.83000000138,64140.83076000022,35666.856120000804,34173.73000000068,56949.526320000536,53899.50564000105,82457.1942800007,-996866.0615199999,49677.632920000935,97737.0435600008,-1998867.48334,82937.02000000325,55668.300000002244,104494.67000000273,68492.8800000023,65717.11000000229,19004.3600000001,61772.30412000258,-1998954.54722,58258.88008000269,59692.74220000213,-972719.758399999,73877.71000000286,-1999584.70264,55807.97028000252,78334.40000000334,67615.20776000402,66486.57180000385,6597.940000000224,-944072.3024399962,-956838.534439998,29481.877360000795,78741.42000000377,-964908.0430399973,66594.85180000358,-966244.1053199997,-944072.3024399962,-969775.0604199994,59008.72776000141,81498.48564000156,-960167.8211999993,83131.61000000148,-955256.3875800001,-965837.2430399999,49873.11000000007,58671.690000000744,73316.54968000071,-990021.96688,35444.61564000025,-961067.86436,43715.59140000105,-921436.342239996,82422.63000000146,53425.35352000059,-956386.5393999998,46360.469999999994,10572.710000000181,81382.39000000051,-969507.8600000003,49394.889480000886,66049.15660000186,-958958.6519600004,60798.86064000208,-964836.280219999,-981407.6699999998,65449.17584000126,-972602.0756000004,78334.40000000334,-956492.1862799977,85671.4269600015,93087.36504000462,12272.800000000048,52497.5382400016,83814.61504000124,63200.88696000114,5026.2768000000515,21971.099999999948,91919.74696000176,53291.47291999973,38354.41999999929,75305.65696000164,9583.11999999993,63591.1848399993,95812.25696000225,186075.40000000165,129574.89606000154,129574.89606000154,132794.58854000163,91790.32928000047,42974.67999999944,85082.85746000038,88773.27680000043,11776.848559999895],"type":"scatter"}], {"title":{"text":"参数切片 — InpSlowEmaPeriod"},"template":{"data":{"barpolar":[{"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"type":"carpet"}],"choropleth":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"choropleth"}],"contourcarpet":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"contourcarpet"}],"contour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"contour"}],"heatmap":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmap"}],"histogram2dcontour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2dcontour"}],"histogram2d":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2d"}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"mesh3d":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"mesh3d"}],"parcoords":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"parcoords"}],"pie":[{"automargin":true,"type":"pie"}],"scatter3d":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatter3d"}],"scattercarpet":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattercarpet"}],"scattergeo":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergeo"}],"scattergl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergl"}],"scattermapbox":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermapbox"}],"scattermap":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermap"}],"scatterpolargl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolargl"}],"scatterpolar":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolar"}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"scatterternary":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterternary"}],"surface":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"surface"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}]},"layout":{"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"autotypenumbers":"strict","coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]],"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]},"colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"geo":{"bgcolor":"white","lakecolor":"white","landcolor":"white","showlakes":true,"showland":true,"subunitcolor":"#C8D4E3"},"hoverlabel":{"align":"left"},"hovermode":"closest","mapbox":{"style":"light"},"paper_bgcolor":"white","plot_bgcolor":"white","polar":{"angularaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""},"bgcolor":"white","radialaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""}},"scene":{"xaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"yaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"zaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"ternary":{"aaxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"baxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"bgcolor":"white","caxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""}},"title":{"x":0.05},"xaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2},"yaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2}}},"xaxis":{"title":{"text":"InpSlowEmaPeriod"}},"yaxis":{"title":{"text":"目标值 Objective (score)"}},"font":{"family":"Microsoft YaHei, Arial, sans-serif","size":12,"color":"#222"},"margin":{"l":60,"r":40,"t":60,"b":60},"height":420,"width":900}, {"responsive": true} ) }; </script> </div></section>
<section class="chart"><h2>切片 — InpRsiPeriod</h2><div style="height:420px; width:900px;"> <div id="slice-InpRsiPeriod" class="plotly-graph-div" style="height:100%; width:100%;"></div> <script> window.PLOTLYENV=window.PLOTLYENV || {}; if (document.getElementById("slice-InpRsiPeriod")) { Plotly.newPlot( "slice-InpRsiPeriod", [{"marker":{"color":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499],"colorbar":{"title":{"text":"Trial"},"x":1.0,"xpad":40},"colorscale":[[0.0,"rgb(247,251,255)"],[0.125,"rgb(222,235,247)"],[0.25,"rgb(198,219,239)"],[0.375,"rgb(158,202,225)"],[0.5,"rgb(107,174,214)"],[0.625,"rgb(66,146,198)"],[0.75,"rgb(33,113,181)"],[0.875,"rgb(8,81,156)"],[1.0,"rgb(8,48,107)"]],"line":{"color":"Grey","width":0.5}},"mode":"markers","name":"Feasible Trial","showlegend":false,"x":[23,20,22,8,22,23,13,7,20,8,28,14,14,17,11,28,18,10,11,26,17,9,10,13,7,7,15,11,19,9,24,7,10,9,21,8,12,16,24,8,7,11,12,13,9,8,10,9,7,8,21,9,10,10,12,12,14,12,15,12,27,10,13,11,9,10,11,9,9,9,9,8,8,8,8,10,7,8,7,10,8,10,9,9,11,8,9,9,7,8,9,9,8,8,7,8,8,7,11,11,11,11,11,13,10,10,10,11,12,10,11,9,9,10,11,10,9,10,10,10,10,10,12,12,13,12,12,14,10,12,13,13,13,15,15,14,14,13,14,13,16,15,14,16,13,13,14,13,12,13,12,14,13,14,14,15,14,12,13,13,12,16,17,18,18,18,19,19,18,18,18,20,20,19,20,20,21,20,20,20,20,20,20,20,20,20,20,20,21,20,21,21,19,19,22,20,20,20,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,18,18,17,18,18,18,18,18,18,18,18,17,18,18,18,18,18,18,18,18,17,18,18,18,17,18,18,17,18,18,18,17,18,18,17,17,17,17,17,16,17,17,17,17,17,17,17,17,17,17,17,17,17,16,17,17,17,17,17,17,16,17,17,17,16,17,17,16,17,17,16,17,17,16,17,16,16,17,17,16,16,16,16,17,17,16,16,16,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,14,15,15,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,28,16,16,16,16,27,16,16,15,16,17,16,15,16,17,16,25,17,15,16,17,16,15,15,15,15,16,15,23,14,15,15,15,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,13,14,14,14,13,14,14,13,14,14,14,13,14,14,13,14,14,13,14,14,13,13,13,14,13,14,14,13,14,14,14,13,13,13,14,14,13,14,14,13,12,12,12,12,12,13,12,11,12,12,11,12,12,12,12,11,11,11,11,11,11,11,11,11],"y":[-999772.99364,120.66211999998848,-999894.24364,-996305.5361800002,-999554.45256,-1000089.7,-999961.28,-2000248.34,-999900.51172,-1999158.24,-2000022.6,-999558.3398,-998972.8517199999,-1000295.4196,-1000041.37636,-1000048.41,-1999996.24,-991035.5641399997,-999436.3909,-2000024.65,-999729.09876,-2000874.72456,-998734.21154,-999698.6964799999,-994324.0484199999,-1998179.9629000002,-1997594.1113000005,-997988.68772,-999972.42576,-1999576.24192,-1000105.72644,-2000051.5431,-2000934.31648,-2000685.913,-999550.5288,-998508.39,-1999728.1076,-999957.58,-998932.3328399999,-1999914.2200000002,-998637.4424,-998778.8672,-997962.3037599999,-2000187.3154799999,-997650.8213199999,-998805.0593999999,-1000189.8041599999,1495.5280799999778,-999326.55664,-999467.94274,-2000045.54,360.05404000001175,245.54211999999222,-999842.60788,109.06807999999901,64.53403999999405,-1000000.65596,-999937.79596,-2000011.9,-999981.29596,-1000002.32,444.2461600000009,-999881.92,-999968.33596,-999172.79576,-999857.36172,-999959.6578800001,221.5040400000102,786.496159999989,-999286.84576,-999685.87416,763.6361600000075,953.4165200000093,979.9407600000084,-998595.16766,1221.8767600000142,-997786.94504,-997207.0707800001,-999440.80698,-1000011.6799999999,-999050.31,-999804.61788,651.7240400000255,863.5380800000083,-999649.60768,-999219.14712,736.354040000007,1214.8800000000979,-997290.5800000001,-996503.3343999998,-997829.5796,2060.664959999975,4474.108059999959,3810.77627999991,-997678.3581800001,5462.288019999857,-996708.8433000001,-996939.0805800001,1428.262520000003,-998988.84344,3051.954620000012,4025.7082000000546,-995257.2328199998,-999269.2572799999,-993551.5135800001,2535.104200000029,-997107.9996799999,-999302.46636,-999440.47112,-998000.53556,-999220.30496,8977.090659999933,6591.239200000074,6312.940379999856,-994146.83702,4544.199720000042,-995169.1599200001,8243.505999999841,9798.099919999984,-987165.9990600003,9073.770619999965,9687.737479999963,6103.548560000041,7688.22447999997,-996013.25708,-992859.5243599998,-994980.63506,1866.8567400000038,-991101.3715200002,-996386.5503799999,5511.553920000145,6449.1191800002525,6177.401020000168,5124.449300000169,5075.939300000187,7939.5333800001345,-995733.4409199998,-995207.6809200001,-996262.86842,-994346.9171999998,-996647.02012,5140.43930000016,-998064.1443599999,3164.564680000096,-994463.8610199998,11910.18978000021,-996784.31216,-992547.4903599998,-998485.6600000003,-994698.4584199999,-999177.60536,8101.07890000027,-995568.25416,-997251.87102,-991846.7616600002,1281.456360000026,784.7499999999454,-995430.5769399999,-996146.8150399999,-995765.0461399999,-996771.0501199999,5981.250480000143,5616.017380000034,8332.524299999988,-999247.42634,8356.085799999913,2981.4740000000443,-996164.0568600001,8313.936780000064,13607.423999999737,-991548.63618,13693.588020000247,13491.088020000188,18638.696079999987,18432.201100000282,14770.817979999261,-989472.3957600005,-989546.3174400004,10720.230280000023,8701.344120000258,13374.547520000104,8901.539220000086,18501.74850000046,13574.369300000191,17449.33706000096,11222.07312000004,15462.26673999952,-988180.9771400001,-989761.2452000002,11222.07312000004,13260.25791999994,-991801.3619200003,11996.065739999709,-989209.2094600005,-994533.5639599999,24932.331079999898,24932.331079999898,19986.753639999755,17320.199139999124,23396.827619998432,17547.686679999126,16172.2548399992,17265.60907999953,17265.60907999953,14066.280739999233,14918.471139999252,15128.756419999072,13963.59237999911,26453.604359998353,26038.72621999852,26038.72621999852,26038.72621999852,25094.19587999843,21417.425959998596,21417.425959998596,20854.090199998504,20578.790199998493,21218.568339998415,21218.568339998415,21218.568339998415,16497.601999998573,21520.367999998576,22808.46279999812,32627.72227999797,32627.72227999797,-988589.1495200008,26371.872519998095,24130.15847999824,24130.15847999824,27391.961559998093,24130.15847999824,24130.15847999824,23295.190599998747,25038.00237999858,-984654.6660000011,23374.57359999834,25812.177839998432,22943.027839998646,22943.027839998646,22943.027839998646,22201.267839998687,22201.267839998687,26144.850759998746,-978784.6617600016,16348.25259999864,-972706.8717800028,-982567.8286000015,16547.077359998962,-987679.5108800017,-984075.4225600014,-973828.7344000015,-988660.1210400007,23643.887639998517,-980121.2740800016,-983396.1200400011,17065.48983999902,37624.13903999691,34694.95883999797,41137.099639997774,48215.05823999618,53276.437359997515,43573.079199997876,19102.200779999137,51474.10139999761,30770.414719998633,34034.426219998415,34211.0555799987,34034.426219998415,34034.426219998415,34034.426219998415,34211.0555799987,34211.0555799987,37004.7145799985,37004.7145799985,37004.7145799985,37004.7145799985,17307.37903999914,35515.46499999828,35702.75061999829,35702.75061999829,35702.75061999829,47087.16001999752,47087.16001999752,24860.45777999874,53462.731019997205,53462.731019997205,35629.12061999849,33338.59677999853,54062.29215999761,34731.86841999884,29586.232199998645,30618.45525999887,56623.50671999702,28741.22823999854,56721.50595999797,54950.43691999758,28103.525119998874,68772.15725999736,40897.57839999809,29836.169459998688,70222.87073999735,59307.101099998064,29803.602939998986,37995.60440000078,25092.625320000603,29273.991239999566,46451.968159998345,23656.28151999946,35728.00813999874,59056.0534399989,58148.52021999891,48415.335639998855,49406.48707999885,47199.29989999859,42149.92569999851,48391.81288000059,42149.92569999851,32164.158639999056,47199.29989999859,47199.29989999859,47199.29989999859,47199.29989999859,38475.565919999055,47199.29989999859,32103.55843999908,47690.63359999859,47690.63359999859,47690.63359999859,32999.151999999034,47690.63359999859,52018.75308000069,30975.665239999977,50805.54712000068,45313.66887999927,48754.165000000576,50744.832880000526,59950.94172000034,52044.53940000033,28821.001079999758,63911.45160000029,51306.50728000032,61450.29999999992,59369.02999999963,43985.22999999973,53346.589999999924,27692.520000000306,8021.286700000114,56705.89000000034,66935.46000000117,66935.46000000117,66935.46000000117,31970.520000000382,47798.96756000093,59487.170000001126,41107.06000000045,51138.550000001116,26700.067360000965,53892.160000000484,59920.74000000116,56734.71000000145,28269.2371600008,56247.08000000151,22110.720000000543,42727.01736000136,58660.630000001605,54156.12000000121,54756.950000001234,54156.12000000121,44537.63140000116,48641.93000000086,47084.830000000926,43204.277360001586,34125.63000000067,65139.77000000154,68479.60000000102,40387.62948000065,62908.36000000119,58539.190000001676,65174.32000000146,29873.903520000702,59068.39000000144,50967.030000001425,59068.39000000144,42864.790000001034,-997534.9510799998,48073.50000000084,-999622.37,58539.190000001676,38000.230000000745,55286.52000000159,49367.38000000097,-999853.9299999999,37324.34332000107,-997388.8988399999,44248.88724000058,39967.40000000065,26839.33999999968,5530.409180000061,34331.64000000093,38020.20000000073,20593.71000000048,26825.645439999702,-998834.6,3203.8062000000946,47687.4047200003,24898.79524000022,32369.480000000796,71432.83000000138,64140.83076000022,35666.856120000804,34173.73000000068,56949.526320000536,53899.50564000105,82457.1942800007,-996866.0615199999,49677.632920000935,97737.0435600008,-1998867.48334,82937.02000000325,55668.300000002244,104494.67000000273,68492.8800000023,65717.11000000229,19004.3600000001,61772.30412000258,-1998954.54722,58258.88008000269,59692.74220000213,-972719.758399999,73877.71000000286,-1999584.70264,55807.97028000252,78334.40000000334,67615.20776000402,66486.57180000385,6597.940000000224,-944072.3024399962,-956838.534439998,29481.877360000795,78741.42000000377,-964908.0430399973,66594.85180000358,-966244.1053199997,-944072.3024399962,-969775.0604199994,59008.72776000141,81498.48564000156,-960167.8211999993,83131.61000000148,-955256.3875800001,-965837.2430399999,49873.11000000007,58671.690000000744,73316.54968000071,-990021.96688,35444.61564000025,-961067.86436,43715.59140000105,-921436.342239996,82422.63000000146,53425.35352000059,-956386.5393999998,46360.469999999994,10572.710000000181,81382.39000000051,-969507.8600000003,49394.889480000886,66049.15660000186,-958958.6519600004,60798.86064000208,-964836.280219999,-981407.6699999998,65449.17584000126,-972602.0756000004,78334.40000000334,-956492.1862799977,85671.4269600015,93087.36504000462,12272.800000000048,52497.5382400016,83814.61504000124,63200.88696000114,5026.2768000000515,21971.099999999948,91919.74696000176,53291.47291999973,38354.41999999929,75305.65696000164,9583.11999999993,63591.1848399993,95812.25696000225,186075.40000000165,129574.89606000154,129574.89606000154,132794.58854000163,91790.32928000047,42974.67999999944,85082.85746000038,88773.27680000043,11776.848559999895],"type":"scatter"}], {"title":{"text":"参数切片 — InpRsiPeriod"},"template":{"data":{"barpolar":[{"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"type":"carpet"}],"choropleth":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"choropleth"}],"contourcarpet":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"contourcarpet"}],"contour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"contour"}],"heatmap":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmap"}],"histogram2dcontour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2dcontour"}],"histogram2d":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2d"}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"mesh3d":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"mesh3d"}],"parcoords":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"parcoords"}],"pie":[{"automargin":true,"type":"pie"}],"scatter3d":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatter3d"}],"scattercarpet":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattercarpet"}],"scattergeo":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergeo"}],"scattergl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergl"}],"scattermapbox":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermapbox"}],"scattermap":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermap"}],"scatterpolargl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolargl"}],"scatterpolar":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolar"}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"scatterternary":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterternary"}],"surface":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"surface"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}]},"layout":{"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"autotypenumbers":"strict","coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]],"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]},"colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"geo":{"bgcolor":"white","lakecolor":"white","landcolor":"white","showlakes":true,"showland":true,"subunitcolor":"#C8D4E3"},"hoverlabel":{"align":"left"},"hovermode":"closest","mapbox":{"style":"light"},"paper_bgcolor":"white","plot_bgcolor":"white","polar":{"angularaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""},"bgcolor":"white","radialaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""}},"scene":{"xaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"yaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"zaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"ternary":{"aaxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"baxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"bgcolor":"white","caxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""}},"title":{"x":0.05},"xaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2},"yaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2}}},"xaxis":{"title":{"text":"InpRsiPeriod"}},"yaxis":{"title":{"text":"目标值 Objective (score)"}},"font":{"family":"Microsoft YaHei, Arial, sans-serif","size":12,"color":"#222"},"margin":{"l":60,"r":40,"t":60,"b":60},"height":420,"width":900}, {"responsive": true} ) }; </script> </div></section>
<section class="chart"><h2>切片 — InpRsiBuyLevel</h2><div style="height:420px; width:900px;"> <div id="slice-InpRsiBuyLevel" class="plotly-graph-div" style="height:100%; width:100%;"></div> <script> window.PLOTLYENV=window.PLOTLYENV || {}; if (document.getElementById("slice-InpRsiBuyLevel")) { Plotly.newPlot( "slice-InpRsiBuyLevel", [{"marker":{"color":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499],"colorbar":{"title":{"text":"Trial"},"x":1.0,"xpad":40},"colorscale":[[0.0,"rgb(247,251,255)"],[0.125,"rgb(222,235,247)"],[0.25,"rgb(198,219,239)"],[0.375,"rgb(158,202,225)"],[0.5,"rgb(107,174,214)"],[0.625,"rgb(66,146,198)"],[0.75,"rgb(33,113,181)"],[0.875,"rgb(8,81,156)"],[1.0,"rgb(8,48,107)"]],"line":{"color":"Grey","width":0.5}},"mode":"markers","name":"Feasible Trial","showlegend":false,"x":[42.0,32.0,39.0,34.0,45.0,41.0,33.0,40.0,40.0,47.0,30.0,35.0,35.0,30.0,34.0,32.0,36.0,37.0,37.0,37.0,43.0,32.0,38.0,32.0,34.0,30.0,49.0,36.0,33.0,43.0,38.0,34.0,34.0,31.0,36.0,33.0,39.0,35.0,31.0,41.0,38.0,36.0,34.0,34.0,33.0,31.0,33.0,35.0,35.0,35.0,37.0,33.0,32.0,32.0,31.0,30.0,30.0,31.0,30.0,32.0,31.0,32.0,32.0,30.0,33.0,31.0,32.0,33.0,33.0,33.0,35.0,33.0,33.0,33.0,34.0,35.0,35.0,36.0,34.0,33.0,50.0,32.0,34.0,34.0,36.0,35.0,34.0,34.0,35.0,37.0,34.0,36.0,36.0,36.0,36.0,37.0,39.0,38.0,37.0,37.0,38.0,38.0,39.0,38.0,40.0,37.0,37.0,38.0,37.0,36.0,40.0,38.0,38.0,39.0,39.0,38.0,38.0,39.0,39.0,41.0,39.0,39.0,40.0,41.0,41.0,39.0,40.0,39.0,43.0,42.0,40.0,40.0,40.0,40.0,40.0,42.0,41.0,42.0,41.0,40.0,42.0,40.0,39.0,40.0,39.0,41.0,42.0,41.0,43.0,41.0,39.0,40.0,39.0,40.0,44.0,40.0,39.0,41.0,40.0,47.0,39.0,41.0,41.0,42.0,41.0,42.0,41.0,42.0,42.0,43.0,44.0,43.0,43.0,43.0,43.0,44.0,44.0,43.0,43.0,43.0,43.0,43.0,43.0,43.0,43.0,43.0,44.0,45.0,44.0,43.0,44.0,45.0,44.0,45.0,44.0,43.0,43.0,43.0,43.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,45.0,45.0,46.0,46.0,46.0,46.0,46.0,46.0,46.0,46.0,46.0,46.0,46.0,46.0,46.0,46.0,47.0,47.0,47.0,47.0,46.0,46.0,46.0,46.0,46.0,46.0,46.0,46.0,47.0,47.0,48.0,48.0,48.0,48.0,48.0,48.0,48.0,48.0,47.0,49.0,48.0,47.0,49.0,47.0,48.0,47.0,48.0,49.0,48.0,46.0,46.0,46.0,46.0,46.0,46.0,45.0,45.0,46.0,46.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,44.0,45.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,44.0,43.0,44.0,43.0,43.0,43.0,43.0,43.0,42.0,43.0,43.0,43.0,43.0,43.0,43.0,42.0,42.0,42.0,42.0,42.0,42.0,42.0,42.0,42.0,42.0,42.0,42.0,42.0,42.0,42.0,42.0,42.0,42.0,43.0,43.0,43.0,43.0,43.0,43.0,43.0,43.0,43.0,43.0,43.0,43.0,43.0,43.0,43.0,42.0,43.0,42.0,41.0,42.0,43.0,43.0,43.0,43.0,41.0,42.0,43.0,42.0,43.0,42.0,43.0,43.0,43.0,43.0,43.0,43.0,43.0,43.0,43.0,43.0,42.0,43.0,42.0,43.0,43.0,43.0,43.0,43.0,43.0,43.0,43.0,43.0,42.0,42.0,42.0,41.0,41.0,41.0,41.0,41.0,41.0,41.0,41.0,41.0,41.0,41.0,41.0,41.0,41.0,41.0,40.0,41.0,41.0,41.0,40.0,41.0,40.0,40.0,40.0,41.0,41.0,40.0,41.0,41.0,41.0,40.0,41.0,41.0,40.0,41.0,40.0,40.0,40.0,41.0,40.0,40.0,41.0,41.0,41.0,40.0,41.0,41.0,40.0,41.0,41.0,41.0,42.0,40.0,40.0,40.0,39.0,39.0,39.0,40.0,39.0,39.0,39.0,39.0,38.0,38.0,38.0,38.0,38.0],"y":[-999772.99364,120.66211999998848,-999894.24364,-996305.5361800002,-999554.45256,-1000089.7,-999961.28,-2000248.34,-999900.51172,-1999158.24,-2000022.6,-999558.3398,-998972.8517199999,-1000295.4196,-1000041.37636,-1000048.41,-1999996.24,-991035.5641399997,-999436.3909,-2000024.65,-999729.09876,-2000874.72456,-998734.21154,-999698.6964799999,-994324.0484199999,-1998179.9629000002,-1997594.1113000005,-997988.68772,-999972.42576,-1999576.24192,-1000105.72644,-2000051.5431,-2000934.31648,-2000685.913,-999550.5288,-998508.39,-1999728.1076,-999957.58,-998932.3328399999,-1999914.2200000002,-998637.4424,-998778.8672,-997962.3037599999,-2000187.3154799999,-997650.8213199999,-998805.0593999999,-1000189.8041599999,1495.5280799999778,-999326.55664,-999467.94274,-2000045.54,360.05404000001175,245.54211999999222,-999842.60788,109.06807999999901,64.53403999999405,-1000000.65596,-999937.79596,-2000011.9,-999981.29596,-1000002.32,444.2461600000009,-999881.92,-999968.33596,-999172.79576,-999857.36172,-999959.6578800001,221.5040400000102,786.496159999989,-999286.84576,-999685.87416,763.6361600000075,953.4165200000093,979.9407600000084,-998595.16766,1221.8767600000142,-997786.94504,-997207.0707800001,-999440.80698,-1000011.6799999999,-999050.31,-999804.61788,651.7240400000255,863.5380800000083,-999649.60768,-999219.14712,736.354040000007,1214.8800000000979,-997290.5800000001,-996503.3343999998,-997829.5796,2060.664959999975,4474.108059999959,3810.77627999991,-997678.3581800001,5462.288019999857,-996708.8433000001,-996939.0805800001,1428.262520000003,-998988.84344,3051.954620000012,4025.7082000000546,-995257.2328199998,-999269.2572799999,-993551.5135800001,2535.104200000029,-997107.9996799999,-999302.46636,-999440.47112,-998000.53556,-999220.30496,8977.090659999933,6591.239200000074,6312.940379999856,-994146.83702,4544.199720000042,-995169.1599200001,8243.505999999841,9798.099919999984,-987165.9990600003,9073.770619999965,9687.737479999963,6103.548560000041,7688.22447999997,-996013.25708,-992859.5243599998,-994980.63506,1866.8567400000038,-991101.3715200002,-996386.5503799999,5511.553920000145,6449.1191800002525,6177.401020000168,5124.449300000169,5075.939300000187,7939.5333800001345,-995733.4409199998,-995207.6809200001,-996262.86842,-994346.9171999998,-996647.02012,5140.43930000016,-998064.1443599999,3164.564680000096,-994463.8610199998,11910.18978000021,-996784.31216,-992547.4903599998,-998485.6600000003,-994698.4584199999,-999177.60536,8101.07890000027,-995568.25416,-997251.87102,-991846.7616600002,1281.456360000026,784.7499999999454,-995430.5769399999,-996146.8150399999,-995765.0461399999,-996771.0501199999,5981.250480000143,5616.017380000034,8332.524299999988,-999247.42634,8356.085799999913,2981.4740000000443,-996164.0568600001,8313.936780000064,13607.423999999737,-991548.63618,13693.588020000247,13491.088020000188,18638.696079999987,18432.201100000282,14770.817979999261,-989472.3957600005,-989546.3174400004,10720.230280000023,8701.344120000258,13374.547520000104,8901.539220000086,18501.74850000046,13574.369300000191,17449.33706000096,11222.07312000004,15462.26673999952,-988180.9771400001,-989761.2452000002,11222.07312000004,13260.25791999994,-991801.3619200003,11996.065739999709,-989209.2094600005,-994533.5639599999,24932.331079999898,24932.331079999898,19986.753639999755,17320.199139999124,23396.827619998432,17547.686679999126,16172.2548399992,17265.60907999953,17265.60907999953,14066.280739999233,14918.471139999252,15128.756419999072,13963.59237999911,26453.604359998353,26038.72621999852,26038.72621999852,26038.72621999852,25094.19587999843,21417.425959998596,21417.425959998596,20854.090199998504,20578.790199998493,21218.568339998415,21218.568339998415,21218.568339998415,16497.601999998573,21520.367999998576,22808.46279999812,32627.72227999797,32627.72227999797,-988589.1495200008,26371.872519998095,24130.15847999824,24130.15847999824,27391.961559998093,24130.15847999824,24130.15847999824,23295.190599998747,25038.00237999858,-984654.6660000011,23374.57359999834,25812.177839998432,22943.027839998646,22943.027839998646,22943.027839998646,22201.267839998687,22201.267839998687,26144.850759998746,-978784.6617600016,16348.25259999864,-972706.8717800028,-982567.8286000015,16547.077359998962,-987679.5108800017,-984075.4225600014,-973828.7344000015,-988660.1210400007,23643.887639998517,-980121.2740800016,-983396.1200400011,17065.48983999902,37624.13903999691,34694.95883999797,41137.099639997774,48215.05823999618,53276.437359997515,43573.079199997876,19102.200779999137,51474.10139999761,30770.414719998633,34034.426219998415,34211.0555799987,34034.426219998415,34034.426219998415,34034.426219998415,34211.0555799987,34211.0555799987,37004.7145799985,37004.7145799985,37004.7145799985,37004.7145799985,17307.37903999914,35515.46499999828,35702.75061999829,35702.75061999829,35702.75061999829,47087.16001999752,47087.16001999752,24860.45777999874,53462.731019997205,53462.731019997205,35629.12061999849,33338.59677999853,54062.29215999761,34731.86841999884,29586.232199998645,30618.45525999887,56623.50671999702,28741.22823999854,56721.50595999797,54950.43691999758,28103.525119998874,68772.15725999736,40897.57839999809,29836.169459998688,70222.87073999735,59307.101099998064,29803.602939998986,37995.60440000078,25092.625320000603,29273.991239999566,46451.968159998345,23656.28151999946,35728.00813999874,59056.0534399989,58148.52021999891,48415.335639998855,49406.48707999885,47199.29989999859,42149.92569999851,48391.81288000059,42149.92569999851,32164.158639999056,47199.29989999859,47199.29989999859,47199.29989999859,47199.29989999859,38475.565919999055,47199.29989999859,32103.55843999908,47690.63359999859,47690.63359999859,47690.63359999859,32999.151999999034,47690.63359999859,52018.75308000069,30975.665239999977,50805.54712000068,45313.66887999927,48754.165000000576,50744.832880000526,59950.94172000034,52044.53940000033,28821.001079999758,63911.45160000029,51306.50728000032,61450.29999999992,59369.02999999963,43985.22999999973,53346.589999999924,27692.520000000306,8021.286700000114,56705.89000000034,66935.46000000117,66935.46000000117,66935.46000000117,31970.520000000382,47798.96756000093,59487.170000001126,41107.06000000045,51138.550000001116,26700.067360000965,53892.160000000484,59920.74000000116,56734.71000000145,28269.2371600008,56247.08000000151,22110.720000000543,42727.01736000136,58660.630000001605,54156.12000000121,54756.950000001234,54156.12000000121,44537.63140000116,48641.93000000086,47084.830000000926,43204.277360001586,34125.63000000067,65139.77000000154,68479.60000000102,40387.62948000065,62908.36000000119,58539.190000001676,65174.32000000146,29873.903520000702,59068.39000000144,50967.030000001425,59068.39000000144,42864.790000001034,-997534.9510799998,48073.50000000084,-999622.37,58539.190000001676,38000.230000000745,55286.52000000159,49367.38000000097,-999853.9299999999,37324.34332000107,-997388.8988399999,44248.88724000058,39967.40000000065,26839.33999999968,5530.409180000061,34331.64000000093,38020.20000000073,20593.71000000048,26825.645439999702,-998834.6,3203.8062000000946,47687.4047200003,24898.79524000022,32369.480000000796,71432.83000000138,64140.83076000022,35666.856120000804,34173.73000000068,56949.526320000536,53899.50564000105,82457.1942800007,-996866.0615199999,49677.632920000935,97737.0435600008,-1998867.48334,82937.02000000325,55668.300000002244,104494.67000000273,68492.8800000023,65717.11000000229,19004.3600000001,61772.30412000258,-1998954.54722,58258.88008000269,59692.74220000213,-972719.758399999,73877.71000000286,-1999584.70264,55807.97028000252,78334.40000000334,67615.20776000402,66486.57180000385,6597.940000000224,-944072.3024399962,-956838.534439998,29481.877360000795,78741.42000000377,-964908.0430399973,66594.85180000358,-966244.1053199997,-944072.3024399962,-969775.0604199994,59008.72776000141,81498.48564000156,-960167.8211999993,83131.61000000148,-955256.3875800001,-965837.2430399999,49873.11000000007,58671.690000000744,73316.54968000071,-990021.96688,35444.61564000025,-961067.86436,43715.59140000105,-921436.342239996,82422.63000000146,53425.35352000059,-956386.5393999998,46360.469999999994,10572.710000000181,81382.39000000051,-969507.8600000003,49394.889480000886,66049.15660000186,-958958.6519600004,60798.86064000208,-964836.280219999,-981407.6699999998,65449.17584000126,-972602.0756000004,78334.40000000334,-956492.1862799977,85671.4269600015,93087.36504000462,12272.800000000048,52497.5382400016,83814.61504000124,63200.88696000114,5026.2768000000515,21971.099999999948,91919.74696000176,53291.47291999973,38354.41999999929,75305.65696000164,9583.11999999993,63591.1848399993,95812.25696000225,186075.40000000165,129574.89606000154,129574.89606000154,132794.58854000163,91790.32928000047,42974.67999999944,85082.85746000038,88773.27680000043,11776.848559999895],"type":"scatter"}], {"title":{"text":"参数切片 — InpRsiBuyLevel"},"template":{"data":{"barpolar":[{"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"type":"carpet"}],"choropleth":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"choropleth"}],"contourcarpet":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"contourcarpet"}],"contour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"contour"}],"heatmap":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmap"}],"histogram2dcontour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2dcontour"}],"histogram2d":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2d"}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"mesh3d":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"mesh3d"}],"parcoords":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"parcoords"}],"pie":[{"automargin":true,"type":"pie"}],"scatter3d":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatter3d"}],"scattercarpet":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattercarpet"}],"scattergeo":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergeo"}],"scattergl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergl"}],"scattermapbox":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermapbox"}],"scattermap":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermap"}],"scatterpolargl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolargl"}],"scatterpolar":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolar"}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"scatterternary":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterternary"}],"surface":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"surface"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}]},"layout":{"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"autotypenumbers":"strict","coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]],"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]},"colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"geo":{"bgcolor":"white","lakecolor":"white","landcolor":"white","showlakes":true,"showland":true,"subunitcolor":"#C8D4E3"},"hoverlabel":{"align":"left"},"hovermode":"closest","mapbox":{"style":"light"},"paper_bgcolor":"white","plot_bgcolor":"white","polar":{"angularaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""},"bgcolor":"white","radialaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""}},"scene":{"xaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"yaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"zaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"ternary":{"aaxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"baxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"bgcolor":"white","caxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""}},"title":{"x":0.05},"xaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2},"yaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2}}},"xaxis":{"title":{"text":"InpRsiBuyLevel"}},"yaxis":{"title":{"text":"目标值 Objective (score)"}},"font":{"family":"Microsoft YaHei, Arial, sans-serif","size":12,"color":"#222"},"margin":{"l":60,"r":40,"t":60,"b":60},"height":420,"width":900}, {"responsive": true} ) }; </script> </div></section>
<section class="chart"><h2>切片 — InpRsiSellLevel</h2><div style="height:420px; width:900px;"> <div id="slice-InpRsiSellLevel" class="plotly-graph-div" style="height:100%; width:100%;"></div> <script> window.PLOTLYENV=window.PLOTLYENV || {}; if (document.getElementById("slice-InpRsiSellLevel")) { Plotly.newPlot( "slice-InpRsiSellLevel", [{"marker":{"color":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499],"colorbar":{"title":{"text":"Trial"},"x":1.0,"xpad":40},"colorscale":[[0.0,"rgb(247,251,255)"],[0.125,"rgb(222,235,247)"],[0.25,"rgb(198,219,239)"],[0.375,"rgb(158,202,225)"],[0.5,"rgb(107,174,214)"],[0.625,"rgb(66,146,198)"],[0.75,"rgb(33,113,181)"],[0.875,"rgb(8,81,156)"],[1.0,"rgb(8,48,107)"]],"line":{"color":"Grey","width":0.5}},"mode":"markers","name":"Feasible Trial","showlegend":false,"x":[53.0,56.0,52.0,50.0,66.0,66.0,69.0,58.0,51.0,56.0,61.0,57.0,50.0,61.0,54.0,60.0,55.0,59.0,63.0,59.0,64.0,56.0,53.0,50.0,58.0,58.0,62.0,59.0,55.0,57.0,53.0,60.0,54.0,64.0,52.0,70.0,58.0,67.0,51.0,56.0,59.0,59.0,57.0,57.0,61.0,61.0,62.0,60.0,60.0,55.0,64.0,62.0,62.0,63.0,62.0,65.0,67.0,63.0,65.0,65.0,62.0,60.0,62.0,66.0,60.0,63.0,61.0,65.0,62.0,60.0,64.0,62.0,61.0,61.0,61.0,61.0,61.0,60.0,59.0,63.0,60.0,62.0,61.0,61.0,61.0,59.0,61.0,61.0,61.0,63.0,58.0,61.0,61.0,62.0,60.0,63.0,64.0,63.0,59.0,58.0,59.0,59.0,59.0,58.0,59.0,60.0,57.0,60.0,59.0,58.0,60.0,59.0,59.0,59.0,57.0,59.0,58.0,59.0,59.0,59.0,58.0,58.0,57.0,57.0,57.0,56.0,56.0,58.0,57.0,58.0,56.0,55.0,56.0,55.0,55.0,54.0,54.0,54.0,56.0,57.0,53.0,55.0,56.0,55.0,55.0,56.0,56.0,57.0,53.0,56.0,54.0,54.0,54.0,58.0,52.0,56.0,69.0,57.0,55.0,57.0,58.0,55.0,55.0,55.0,54.0,54.0,54.0,53.0,55.0,54.0,53.0,54.0,54.0,54.0,54.0,52.0,52.0,51.0,54.0,54.0,53.0,53.0,53.0,53.0,52.0,52.0,52.0,52.0,51.0,52.0,52.0,51.0,52.0,52.0,52.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,52.0,52.0,52.0,52.0,52.0,52.0,52.0,51.0,51.0,50.0,52.0,51.0,52.0,52.0,52.0,52.0,51.0,52.0,50.0,51.0,52.0,52.0,53.0,53.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,55.0,55.0,54.0,55.0,55.0,55.0,54.0,55.0,54.0,54.0,55.0,54.0,55.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,55.0,55.0,55.0,55.0,55.0,55.0,55.0,55.0,55.0,55.0,55.0,56.0,55.0,55.0,55.0,55.0,55.0,55.0,56.0,55.0,55.0,55.0,56.0,55.0,55.0,56.0,55.0,56.0,55.0,55.0,55.0,55.0,56.0,55.0,55.0,56.0,56.0,56.0,56.0,56.0,56.0,56.0,56.0,56.0,56.0,56.0,57.0,56.0,56.0,56.0,57.0,56.0,56.0,56.0,57.0,56.0,56.0,57.0,56.0,56.0,56.0,56.0,57.0,56.0,56.0,57.0,56.0,56.0,56.0,57.0,56.0,56.0,56.0,57.0,56.0,56.0,56.0,56.0,57.0,56.0,57.0,56.0,56.0,56.0,56.0,57.0,57.0,56.0,56.0,56.0,56.0,56.0,57.0,56.0,56.0,57.0,57.0,56.0,56.0,57.0,56.0,56.0,56.0,56.0,57.0,56.0,57.0,56.0,56.0,56.0,56.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,58.0,58.0,58.0,58.0,58.0,57.0,58.0,58.0,57.0,58.0,58.0,58.0,58.0,57.0,58.0,57.0,57.0,58.0,58.0,58.0,58.0,59.0,58.0,57.0,57.0,57.0,57.0,57.0,57.0,58.0,58.0,59.0,58.0,59.0,58.0,57.0,58.0,57.0,57.0,58.0,57.0,57.0,58.0,57.0,58.0,57.0,57.0,57.0,59.0,58.0,57.0,58.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,70.0],"y":[-999772.99364,120.66211999998848,-999894.24364,-996305.5361800002,-999554.45256,-1000089.7,-999961.28,-2000248.34,-999900.51172,-1999158.24,-2000022.6,-999558.3398,-998972.8517199999,-1000295.4196,-1000041.37636,-1000048.41,-1999996.24,-991035.5641399997,-999436.3909,-2000024.65,-999729.09876,-2000874.72456,-998734.21154,-999698.6964799999,-994324.0484199999,-1998179.9629000002,-1997594.1113000005,-997988.68772,-999972.42576,-1999576.24192,-1000105.72644,-2000051.5431,-2000934.31648,-2000685.913,-999550.5288,-998508.39,-1999728.1076,-999957.58,-998932.3328399999,-1999914.2200000002,-998637.4424,-998778.8672,-997962.3037599999,-2000187.3154799999,-997650.8213199999,-998805.0593999999,-1000189.8041599999,1495.5280799999778,-999326.55664,-999467.94274,-2000045.54,360.05404000001175,245.54211999999222,-999842.60788,109.06807999999901,64.53403999999405,-1000000.65596,-999937.79596,-2000011.9,-999981.29596,-1000002.32,444.2461600000009,-999881.92,-999968.33596,-999172.79576,-999857.36172,-999959.6578800001,221.5040400000102,786.496159999989,-999286.84576,-999685.87416,763.6361600000075,953.4165200000093,979.9407600000084,-998595.16766,1221.8767600000142,-997786.94504,-997207.0707800001,-999440.80698,-1000011.6799999999,-999050.31,-999804.61788,651.7240400000255,863.5380800000083,-999649.60768,-999219.14712,736.354040000007,1214.8800000000979,-997290.5800000001,-996503.3343999998,-997829.5796,2060.664959999975,4474.108059999959,3810.77627999991,-997678.3581800001,5462.288019999857,-996708.8433000001,-996939.0805800001,1428.262520000003,-998988.84344,3051.954620000012,4025.7082000000546,-995257.2328199998,-999269.2572799999,-993551.5135800001,2535.104200000029,-997107.9996799999,-999302.46636,-999440.47112,-998000.53556,-999220.30496,8977.090659999933,6591.239200000074,6312.940379999856,-994146.83702,4544.199720000042,-995169.1599200001,8243.505999999841,9798.099919999984,-987165.9990600003,9073.770619999965,9687.737479999963,6103.548560000041,7688.22447999997,-996013.25708,-992859.5243599998,-994980.63506,1866.8567400000038,-991101.3715200002,-996386.5503799999,5511.553920000145,6449.1191800002525,6177.401020000168,5124.449300000169,5075.939300000187,7939.5333800001345,-995733.4409199998,-995207.6809200001,-996262.86842,-994346.9171999998,-996647.02012,5140.43930000016,-998064.1443599999,3164.564680000096,-994463.8610199998,11910.18978000021,-996784.31216,-992547.4903599998,-998485.6600000003,-994698.4584199999,-999177.60536,8101.07890000027,-995568.25416,-997251.87102,-991846.7616600002,1281.456360000026,784.7499999999454,-995430.5769399999,-996146.8150399999,-995765.0461399999,-996771.0501199999,5981.250480000143,5616.017380000034,8332.524299999988,-999247.42634,8356.085799999913,2981.4740000000443,-996164.0568600001,8313.936780000064,13607.423999999737,-991548.63618,13693.588020000247,13491.088020000188,18638.696079999987,18432.201100000282,14770.817979999261,-989472.3957600005,-989546.3174400004,10720.230280000023,8701.344120000258,13374.547520000104,8901.539220000086,18501.74850000046,13574.369300000191,17449.33706000096,11222.07312000004,15462.26673999952,-988180.9771400001,-989761.2452000002,11222.07312000004,13260.25791999994,-991801.3619200003,11996.065739999709,-989209.2094600005,-994533.5639599999,24932.331079999898,24932.331079999898,19986.753639999755,17320.199139999124,23396.827619998432,17547.686679999126,16172.2548399992,17265.60907999953,17265.60907999953,14066.280739999233,14918.471139999252,15128.756419999072,13963.59237999911,26453.604359998353,26038.72621999852,26038.72621999852,26038.72621999852,25094.19587999843,21417.425959998596,21417.425959998596,20854.090199998504,20578.790199998493,21218.568339998415,21218.568339998415,21218.568339998415,16497.601999998573,21520.367999998576,22808.46279999812,32627.72227999797,32627.72227999797,-988589.1495200008,26371.872519998095,24130.15847999824,24130.15847999824,27391.961559998093,24130.15847999824,24130.15847999824,23295.190599998747,25038.00237999858,-984654.6660000011,23374.57359999834,25812.177839998432,22943.027839998646,22943.027839998646,22943.027839998646,22201.267839998687,22201.267839998687,26144.850759998746,-978784.6617600016,16348.25259999864,-972706.8717800028,-982567.8286000015,16547.077359998962,-987679.5108800017,-984075.4225600014,-973828.7344000015,-988660.1210400007,23643.887639998517,-980121.2740800016,-983396.1200400011,17065.48983999902,37624.13903999691,34694.95883999797,41137.099639997774,48215.05823999618,53276.437359997515,43573.079199997876,19102.200779999137,51474.10139999761,30770.414719998633,34034.426219998415,34211.0555799987,34034.426219998415,34034.426219998415,34034.426219998415,34211.0555799987,34211.0555799987,37004.7145799985,37004.7145799985,37004.7145799985,37004.7145799985,17307.37903999914,35515.46499999828,35702.75061999829,35702.75061999829,35702.75061999829,47087.16001999752,47087.16001999752,24860.45777999874,53462.731019997205,53462.731019997205,35629.12061999849,33338.59677999853,54062.29215999761,34731.86841999884,29586.232199998645,30618.45525999887,56623.50671999702,28741.22823999854,56721.50595999797,54950.43691999758,28103.525119998874,68772.15725999736,40897.57839999809,29836.169459998688,70222.87073999735,59307.101099998064,29803.602939998986,37995.60440000078,25092.625320000603,29273.991239999566,46451.968159998345,23656.28151999946,35728.00813999874,59056.0534399989,58148.52021999891,48415.335639998855,49406.48707999885,47199.29989999859,42149.92569999851,48391.81288000059,42149.92569999851,32164.158639999056,47199.29989999859,47199.29989999859,47199.29989999859,47199.29989999859,38475.565919999055,47199.29989999859,32103.55843999908,47690.63359999859,47690.63359999859,47690.63359999859,32999.151999999034,47690.63359999859,52018.75308000069,30975.665239999977,50805.54712000068,45313.66887999927,48754.165000000576,50744.832880000526,59950.94172000034,52044.53940000033,28821.001079999758,63911.45160000029,51306.50728000032,61450.29999999992,59369.02999999963,43985.22999999973,53346.589999999924,27692.520000000306,8021.286700000114,56705.89000000034,66935.46000000117,66935.46000000117,66935.46000000117,31970.520000000382,47798.96756000093,59487.170000001126,41107.06000000045,51138.550000001116,26700.067360000965,53892.160000000484,59920.74000000116,56734.71000000145,28269.2371600008,56247.08000000151,22110.720000000543,42727.01736000136,58660.630000001605,54156.12000000121,54756.950000001234,54156.12000000121,44537.63140000116,48641.93000000086,47084.830000000926,43204.277360001586,34125.63000000067,65139.77000000154,68479.60000000102,40387.62948000065,62908.36000000119,58539.190000001676,65174.32000000146,29873.903520000702,59068.39000000144,50967.030000001425,59068.39000000144,42864.790000001034,-997534.9510799998,48073.50000000084,-999622.37,58539.190000001676,38000.230000000745,55286.52000000159,49367.38000000097,-999853.9299999999,37324.34332000107,-997388.8988399999,44248.88724000058,39967.40000000065,26839.33999999968,5530.409180000061,34331.64000000093,38020.20000000073,20593.71000000048,26825.645439999702,-998834.6,3203.8062000000946,47687.4047200003,24898.79524000022,32369.480000000796,71432.83000000138,64140.83076000022,35666.856120000804,34173.73000000068,56949.526320000536,53899.50564000105,82457.1942800007,-996866.0615199999,49677.632920000935,97737.0435600008,-1998867.48334,82937.02000000325,55668.300000002244,104494.67000000273,68492.8800000023,65717.11000000229,19004.3600000001,61772.30412000258,-1998954.54722,58258.88008000269,59692.74220000213,-972719.758399999,73877.71000000286,-1999584.70264,55807.97028000252,78334.40000000334,67615.20776000402,66486.57180000385,6597.940000000224,-944072.3024399962,-956838.534439998,29481.877360000795,78741.42000000377,-964908.0430399973,66594.85180000358,-966244.1053199997,-944072.3024399962,-969775.0604199994,59008.72776000141,81498.48564000156,-960167.8211999993,83131.61000000148,-955256.3875800001,-965837.2430399999,49873.11000000007,58671.690000000744,73316.54968000071,-990021.96688,35444.61564000025,-961067.86436,43715.59140000105,-921436.342239996,82422.63000000146,53425.35352000059,-956386.5393999998,46360.469999999994,10572.710000000181,81382.39000000051,-969507.8600000003,49394.889480000886,66049.15660000186,-958958.6519600004,60798.86064000208,-964836.280219999,-981407.6699999998,65449.17584000126,-972602.0756000004,78334.40000000334,-956492.1862799977,85671.4269600015,93087.36504000462,12272.800000000048,52497.5382400016,83814.61504000124,63200.88696000114,5026.2768000000515,21971.099999999948,91919.74696000176,53291.47291999973,38354.41999999929,75305.65696000164,9583.11999999993,63591.1848399993,95812.25696000225,186075.40000000165,129574.89606000154,129574.89606000154,132794.58854000163,91790.32928000047,42974.67999999944,85082.85746000038,88773.27680000043,11776.848559999895],"type":"scatter"}], {"title":{"text":"参数切片 — InpRsiSellLevel"},"template":{"data":{"barpolar":[{"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"type":"carpet"}],"choropleth":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"choropleth"}],"contourcarpet":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"contourcarpet"}],"contour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"contour"}],"heatmap":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmap"}],"histogram2dcontour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2dcontour"}],"histogram2d":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2d"}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"mesh3d":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"mesh3d"}],"parcoords":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"parcoords"}],"pie":[{"automargin":true,"type":"pie"}],"scatter3d":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatter3d"}],"scattercarpet":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattercarpet"}],"scattergeo":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergeo"}],"scattergl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergl"}],"scattermapbox":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermapbox"}],"scattermap":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermap"}],"scatterpolargl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolargl"}],"scatterpolar":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolar"}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"scatterternary":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterternary"}],"surface":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"surface"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}]},"layout":{"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"autotypenumbers":"strict","coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]],"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]},"colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"geo":{"bgcolor":"white","lakecolor":"white","landcolor":"white","showlakes":true,"showland":true,"subunitcolor":"#C8D4E3"},"hoverlabel":{"align":"left"},"hovermode":"closest","mapbox":{"style":"light"},"paper_bgcolor":"white","plot_bgcolor":"white","polar":{"angularaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""},"bgcolor":"white","radialaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""}},"scene":{"xaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"yaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"zaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"ternary":{"aaxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"baxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"bgcolor":"white","caxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""}},"title":{"x":0.05},"xaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2},"yaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2}}},"xaxis":{"title":{"text":"InpRsiSellLevel"}},"yaxis":{"title":{"text":"目标值 Objective (score)"}},"font":{"family":"Microsoft YaHei, Arial, sans-serif","size":12,"color":"#222"},"margin":{"l":60,"r":40,"t":60,"b":60},"height":420,"width":900}, {"responsive": true} ) }; </script> </div></section>
<section class="chart"><h2>切片 — InpPullbackAtrMult</h2><div style="height:420px; width:900px;"> <div id="slice-InpPullbackAtrMult" class="plotly-graph-div" style="height:100%; width:100%;"></div> <script> window.PLOTLYENV=window.PLOTLYENV || {}; if (document.getElementById("slice-InpPullbackAtrMult")) { Plotly.newPlot( "slice-InpPullbackAtrMult", [{"marker":{"color":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499],"colorbar":{"title":{"text":"Trial"},"x":1.0,"xpad":40},"colorscale":[[0.0,"rgb(247,251,255)"],[0.125,"rgb(222,235,247)"],[0.25,"rgb(198,219,239)"],[0.375,"rgb(158,202,225)"],[0.5,"rgb(107,174,214)"],[0.625,"rgb(66,146,198)"],[0.75,"rgb(33,113,181)"],[0.875,"rgb(8,81,156)"],[1.0,"rgb(8,48,107)"]],"line":{"color":"Grey","width":0.5}},"mode":"markers","name":"Feasible Trial","showlegend":false,"x":[1.4,2.1,2.5,2.0,1.2,2.5,3.5,1.6,1.8,1.5,3.8000000000000003,2.3,3.0,2.1,3.0,2.0,2.9000000000000004,1.0,1.1,1.0,3.3000000000000003,1.8,2.6,2.0,1.7000000000000002,1.4,1.7000000000000002,1.3,1.0,2.3,1.3,2.1,2.3,2.7,1.8,1.5,2.0,1.6,2.4000000000000004,1.2,1.9,1.3,1.6,1.7000000000000002,2.2,2.1,2.2,2.7,4.0,2.5,3.2,2.6,2.8,2.8,3.1,3.2,3.2,3.0,3.3000000000000003,3.7,2.7,3.5,3.5,2.9000000000000004,3.5,3.1,3.4000000000000004,2.7,2.6,2.6,2.6,2.8,2.8,2.8,2.8,2.4000000000000004,2.4000000000000004,2.5,2.4000000000000004,2.9000000000000004,2.6,2.8,2.7,2.9000000000000004,2.7,3.0,2.9000000000000004,2.9000000000000004,2.9000000000000004,3.1,3.0,2.8,2.8,2.8,2.5,2.7,2.9000000000000004,2.7,2.8,2.4000000000000004,2.8,2.8,3.0,2.8,2.5,3.1,3.1,2.7,3.0,3.3000000000000003,2.3,2.8,2.7,2.6,2.7,2.6,2.6,2.5,2.5,2.5,2.5,2.5,2.3,2.5,2.2,2.5,2.3,2.2,2.4000000000000004,2.6,2.4000000000000004,2.4000000000000004,2.4000000000000004,2.4000000000000004,2.3,2.4000000000000004,2.3,2.5,2.1,2.5,2.4000000000000004,2.4000000000000004,2.3,2.5,2.4000000000000004,2.3,2.2,2.3,2.6,2.5,2.1,2.4000000000000004,2.4000000000000004,2.5,2.6,2.3,2.2,2.4000000000000004,2.6,2.3,2.5,2.4000000000000004,2.4000000000000004,2.4000000000000004,2.3,2.5,2.5,2.6,2.5,2.5,2.5,2.5,2.6,2.6,2.7,2.7,2.6,2.7,2.6,2.6,2.6,2.6,2.7,2.7,2.7,2.7,2.7,2.7,2.7,2.7,2.7,2.7,2.7,2.7,2.7,2.6,2.6,2.7,2.7,2.7,2.8,2.8,2.8,2.9000000000000004,2.8,2.9000000000000004,2.9000000000000004,2.9000000000000004,2.9000000000000004,2.9000000000000004,2.9000000000000004,2.9000000000000004,2.9000000000000004,2.9000000000000004,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.1,3.1,3.1,3.0,3.1,3.0,3.0,3.2,3.2,3.2,3.2,3.2,3.2,3.2,3.3000000000000003,3.3000000000000003,3.3000000000000003,3.3000000000000003,3.3000000000000003,3.4000000000000004,3.4000000000000004,3.3000000000000003,3.2,3.3000000000000003,3.3000000000000003,3.2,3.3000000000000003,3.2,3.4000000000000004,3.2,3.3000000000000003,3.2,3.3000000000000003,3.2,3.2,3.3000000000000003,3.4000000000000004,3.4000000000000004,3.5,3.6,3.5,3.7,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.7,3.7,3.7,3.7,3.5,3.5,3.8000000000000003,3.5,3.7,3.8000000000000003,3.5,3.7,3.7,3.5,3.8000000000000003,3.7,3.7,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.5,3.8000000000000003,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.5,3.5,4.0,4.0,4.0,4.0,4.0,3.9000000000000004,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,3.9000000000000004,4.0,3.9000000000000004,4.0,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.7,3.7,3.8000000000000003,3.8000000000000003,3.7,3.7,3.8000000000000003,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.8000000000000003,3.7,3.7,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.7,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.7,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.8000000000000003,3.7,3.8000000000000003,3.9000000000000004,3.8000000000000003,3.8000000000000003,3.9000000000000004,3.5,3.8000000000000003,3.7,3.9000000000000004,3.5,3.7,3.8000000000000003,3.7,3.8000000000000003,3.9000000000000004,3.7,3.8000000000000003,3.7,3.9000000000000004,3.5,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.9000000000000004,3.7,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.7,3.8000000000000003,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.8000000000000003,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.8000000000000003,1.1,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,4.0,3.9000000000000004,1.9,3.9000000000000004,3.9000000000000004,3.9000000000000004,4.0,3.9000000000000004,4.0,4.0,4.0,4.0,4.0,4.0,4.0,3.9000000000000004,3.9000000000000004,4.0,3.9000000000000004,3.9000000000000004,4.0,3.8000000000000003,3.9000000000000004,3.9000000000000004,4.0,3.8000000000000003,3.8000000000000003,3.9000000000000004,3.8000000000000003,4.0,4.0,1.4,4.0,3.9000000000000004,4.0,3.9000000000000004,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,3.9000000000000004,3.9000000000000004,4.0,3.9000000000000004,3.9000000000000004,4.0,3.9000000000000004,3.9000000000000004,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0],"y":[-999772.99364,120.66211999998848,-999894.24364,-996305.5361800002,-999554.45256,-1000089.7,-999961.28,-2000248.34,-999900.51172,-1999158.24,-2000022.6,-999558.3398,-998972.8517199999,-1000295.4196,-1000041.37636,-1000048.41,-1999996.24,-991035.5641399997,-999436.3909,-2000024.65,-999729.09876,-2000874.72456,-998734.21154,-999698.6964799999,-994324.0484199999,-1998179.9629000002,-1997594.1113000005,-997988.68772,-999972.42576,-1999576.24192,-1000105.72644,-2000051.5431,-2000934.31648,-2000685.913,-999550.5288,-998508.39,-1999728.1076,-999957.58,-998932.3328399999,-1999914.2200000002,-998637.4424,-998778.8672,-997962.3037599999,-2000187.3154799999,-997650.8213199999,-998805.0593999999,-1000189.8041599999,1495.5280799999778,-999326.55664,-999467.94274,-2000045.54,360.05404000001175,245.54211999999222,-999842.60788,109.06807999999901,64.53403999999405,-1000000.65596,-999937.79596,-2000011.9,-999981.29596,-1000002.32,444.2461600000009,-999881.92,-999968.33596,-999172.79576,-999857.36172,-999959.6578800001,221.5040400000102,786.496159999989,-999286.84576,-999685.87416,763.6361600000075,953.4165200000093,979.9407600000084,-998595.16766,1221.8767600000142,-997786.94504,-997207.0707800001,-999440.80698,-1000011.6799999999,-999050.31,-999804.61788,651.7240400000255,863.5380800000083,-999649.60768,-999219.14712,736.354040000007,1214.8800000000979,-997290.5800000001,-996503.3343999998,-997829.5796,2060.664959999975,4474.108059999959,3810.77627999991,-997678.3581800001,5462.288019999857,-996708.8433000001,-996939.0805800001,1428.262520000003,-998988.84344,3051.954620000012,4025.7082000000546,-995257.2328199998,-999269.2572799999,-993551.5135800001,2535.104200000029,-997107.9996799999,-999302.46636,-999440.47112,-998000.53556,-999220.30496,8977.090659999933,6591.239200000074,6312.940379999856,-994146.83702,4544.199720000042,-995169.1599200001,8243.505999999841,9798.099919999984,-987165.9990600003,9073.770619999965,9687.737479999963,6103.548560000041,7688.22447999997,-996013.25708,-992859.5243599998,-994980.63506,1866.8567400000038,-991101.3715200002,-996386.5503799999,5511.553920000145,6449.1191800002525,6177.401020000168,5124.449300000169,5075.939300000187,7939.5333800001345,-995733.4409199998,-995207.6809200001,-996262.86842,-994346.9171999998,-996647.02012,5140.43930000016,-998064.1443599999,3164.564680000096,-994463.8610199998,11910.18978000021,-996784.31216,-992547.4903599998,-998485.6600000003,-994698.4584199999,-999177.60536,8101.07890000027,-995568.25416,-997251.87102,-991846.7616600002,1281.456360000026,784.7499999999454,-995430.5769399999,-996146.8150399999,-995765.0461399999,-996771.0501199999,5981.250480000143,5616.017380000034,8332.524299999988,-999247.42634,8356.085799999913,2981.4740000000443,-996164.0568600001,8313.936780000064,13607.423999999737,-991548.63618,13693.588020000247,13491.088020000188,18638.696079999987,18432.201100000282,14770.817979999261,-989472.3957600005,-989546.3174400004,10720.230280000023,8701.344120000258,13374.547520000104,8901.539220000086,18501.74850000046,13574.369300000191,17449.33706000096,11222.07312000004,15462.26673999952,-988180.9771400001,-989761.2452000002,11222.07312000004,13260.25791999994,-991801.3619200003,11996.065739999709,-989209.2094600005,-994533.5639599999,24932.331079999898,24932.331079999898,19986.753639999755,17320.199139999124,23396.827619998432,17547.686679999126,16172.2548399992,17265.60907999953,17265.60907999953,14066.280739999233,14918.471139999252,15128.756419999072,13963.59237999911,26453.604359998353,26038.72621999852,26038.72621999852,26038.72621999852,25094.19587999843,21417.425959998596,21417.425959998596,20854.090199998504,20578.790199998493,21218.568339998415,21218.568339998415,21218.568339998415,16497.601999998573,21520.367999998576,22808.46279999812,32627.72227999797,32627.72227999797,-988589.1495200008,26371.872519998095,24130.15847999824,24130.15847999824,27391.961559998093,24130.15847999824,24130.15847999824,23295.190599998747,25038.00237999858,-984654.6660000011,23374.57359999834,25812.177839998432,22943.027839998646,22943.027839998646,22943.027839998646,22201.267839998687,22201.267839998687,26144.850759998746,-978784.6617600016,16348.25259999864,-972706.8717800028,-982567.8286000015,16547.077359998962,-987679.5108800017,-984075.4225600014,-973828.7344000015,-988660.1210400007,23643.887639998517,-980121.2740800016,-983396.1200400011,17065.48983999902,37624.13903999691,34694.95883999797,41137.099639997774,48215.05823999618,53276.437359997515,43573.079199997876,19102.200779999137,51474.10139999761,30770.414719998633,34034.426219998415,34211.0555799987,34034.426219998415,34034.426219998415,34034.426219998415,34211.0555799987,34211.0555799987,37004.7145799985,37004.7145799985,37004.7145799985,37004.7145799985,17307.37903999914,35515.46499999828,35702.75061999829,35702.75061999829,35702.75061999829,47087.16001999752,47087.16001999752,24860.45777999874,53462.731019997205,53462.731019997205,35629.12061999849,33338.59677999853,54062.29215999761,34731.86841999884,29586.232199998645,30618.45525999887,56623.50671999702,28741.22823999854,56721.50595999797,54950.43691999758,28103.525119998874,68772.15725999736,40897.57839999809,29836.169459998688,70222.87073999735,59307.101099998064,29803.602939998986,37995.60440000078,25092.625320000603,29273.991239999566,46451.968159998345,23656.28151999946,35728.00813999874,59056.0534399989,58148.52021999891,48415.335639998855,49406.48707999885,47199.29989999859,42149.92569999851,48391.81288000059,42149.92569999851,32164.158639999056,47199.29989999859,47199.29989999859,47199.29989999859,47199.29989999859,38475.565919999055,47199.29989999859,32103.55843999908,47690.63359999859,47690.63359999859,47690.63359999859,32999.151999999034,47690.63359999859,52018.75308000069,30975.665239999977,50805.54712000068,45313.66887999927,48754.165000000576,50744.832880000526,59950.94172000034,52044.53940000033,28821.001079999758,63911.45160000029,51306.50728000032,61450.29999999992,59369.02999999963,43985.22999999973,53346.589999999924,27692.520000000306,8021.286700000114,56705.89000000034,66935.46000000117,66935.46000000117,66935.46000000117,31970.520000000382,47798.96756000093,59487.170000001126,41107.06000000045,51138.550000001116,26700.067360000965,53892.160000000484,59920.74000000116,56734.71000000145,28269.2371600008,56247.08000000151,22110.720000000543,42727.01736000136,58660.630000001605,54156.12000000121,54756.950000001234,54156.12000000121,44537.63140000116,48641.93000000086,47084.830000000926,43204.277360001586,34125.63000000067,65139.77000000154,68479.60000000102,40387.62948000065,62908.36000000119,58539.190000001676,65174.32000000146,29873.903520000702,59068.39000000144,50967.030000001425,59068.39000000144,42864.790000001034,-997534.9510799998,48073.50000000084,-999622.37,58539.190000001676,38000.230000000745,55286.52000000159,49367.38000000097,-999853.9299999999,37324.34332000107,-997388.8988399999,44248.88724000058,39967.40000000065,26839.33999999968,5530.409180000061,34331.64000000093,38020.20000000073,20593.71000000048,26825.645439999702,-998834.6,3203.8062000000946,47687.4047200003,24898.79524000022,32369.480000000796,71432.83000000138,64140.83076000022,35666.856120000804,34173.73000000068,56949.526320000536,53899.50564000105,82457.1942800007,-996866.0615199999,49677.632920000935,97737.0435600008,-1998867.48334,82937.02000000325,55668.300000002244,104494.67000000273,68492.8800000023,65717.11000000229,19004.3600000001,61772.30412000258,-1998954.54722,58258.88008000269,59692.74220000213,-972719.758399999,73877.71000000286,-1999584.70264,55807.97028000252,78334.40000000334,67615.20776000402,66486.57180000385,6597.940000000224,-944072.3024399962,-956838.534439998,29481.877360000795,78741.42000000377,-964908.0430399973,66594.85180000358,-966244.1053199997,-944072.3024399962,-969775.0604199994,59008.72776000141,81498.48564000156,-960167.8211999993,83131.61000000148,-955256.3875800001,-965837.2430399999,49873.11000000007,58671.690000000744,73316.54968000071,-990021.96688,35444.61564000025,-961067.86436,43715.59140000105,-921436.342239996,82422.63000000146,53425.35352000059,-956386.5393999998,46360.469999999994,10572.710000000181,81382.39000000051,-969507.8600000003,49394.889480000886,66049.15660000186,-958958.6519600004,60798.86064000208,-964836.280219999,-981407.6699999998,65449.17584000126,-972602.0756000004,78334.40000000334,-956492.1862799977,85671.4269600015,93087.36504000462,12272.800000000048,52497.5382400016,83814.61504000124,63200.88696000114,5026.2768000000515,21971.099999999948,91919.74696000176,53291.47291999973,38354.41999999929,75305.65696000164,9583.11999999993,63591.1848399993,95812.25696000225,186075.40000000165,129574.89606000154,129574.89606000154,132794.58854000163,91790.32928000047,42974.67999999944,85082.85746000038,88773.27680000043,11776.848559999895],"type":"scatter"}], {"title":{"text":"参数切片 — InpPullbackAtrMult"},"template":{"data":{"barpolar":[{"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"type":"carpet"}],"choropleth":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"choropleth"}],"contourcarpet":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"contourcarpet"}],"contour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"contour"}],"heatmap":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmap"}],"histogram2dcontour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2dcontour"}],"histogram2d":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2d"}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"mesh3d":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"mesh3d"}],"parcoords":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"parcoords"}],"pie":[{"automargin":true,"type":"pie"}],"scatter3d":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatter3d"}],"scattercarpet":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattercarpet"}],"scattergeo":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergeo"}],"scattergl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergl"}],"scattermapbox":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermapbox"}],"scattermap":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermap"}],"scatterpolargl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolargl"}],"scatterpolar":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolar"}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"scatterternary":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterternary"}],"surface":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"surface"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}]},"layout":{"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"autotypenumbers":"strict","coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]],"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]},"colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"geo":{"bgcolor":"white","lakecolor":"white","landcolor":"white","showlakes":true,"showland":true,"subunitcolor":"#C8D4E3"},"hoverlabel":{"align":"left"},"hovermode":"closest","mapbox":{"style":"light"},"paper_bgcolor":"white","plot_bgcolor":"white","polar":{"angularaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""},"bgcolor":"white","radialaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""}},"scene":{"xaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"yaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"zaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"ternary":{"aaxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"baxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"bgcolor":"white","caxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""}},"title":{"x":0.05},"xaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2},"yaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2}}},"xaxis":{"title":{"text":"InpPullbackAtrMult"}},"yaxis":{"title":{"text":"目标值 Objective (score)"}},"font":{"family":"Microsoft YaHei, Arial, sans-serif","size":12,"color":"#222"},"margin":{"l":60,"r":40,"t":60,"b":60},"height":420,"width":900}, {"responsive": true} ) }; </script> </div></section>
<section class="chart"><h2>切片 — InpAtrPeriod</h2><div style="height:420px; width:900px;"> <div id="slice-InpAtrPeriod" class="plotly-graph-div" style="height:100%; width:100%;"></div> <script> window.PLOTLYENV=window.PLOTLYENV || {}; if (document.getElementById("slice-InpAtrPeriod")) { Plotly.newPlot( "slice-InpAtrPeriod", [{"marker":{"color":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499],"colorbar":{"title":{"text":"Trial"},"x":1.0,"xpad":40},"colorscale":[[0.0,"rgb(247,251,255)"],[0.125,"rgb(222,235,247)"],[0.25,"rgb(198,219,239)"],[0.375,"rgb(158,202,225)"],[0.5,"rgb(107,174,214)"],[0.625,"rgb(66,146,198)"],[0.75,"rgb(33,113,181)"],[0.875,"rgb(8,81,156)"],[1.0,"rgb(8,48,107)"]],"line":{"color":"Grey","width":0.5}},"mode":"markers","name":"Feasible Trial","showlegend":false,"x":[8,17,7,15,14,18,20,9,26,7,28,15,21,13,17,23,11,17,18,23,20,16,12,15,10,10,12,23,17,9,19,14,16,13,15,21,17,19,7,10,14,25,23,27,25,21,8,25,18,11,19,25,28,28,27,26,26,27,25,24,27,26,26,28,24,27,22,26,24,24,25,26,26,26,24,28,25,26,22,24,28,28,27,26,27,26,27,27,25,27,25,27,28,28,28,28,28,28,27,27,28,28,28,28,27,27,28,27,28,27,28,27,27,27,27,27,26,28,28,28,28,28,28,28,28,28,27,28,27,26,28,28,28,27,28,27,26,27,28,28,26,27,27,28,27,28,28,28,28,27,26,27,28,27,28,27,28,26,27,28,27,27,28,27,26,27,27,26,27,27,26,27,27,27,26,26,25,26,26,25,25,25,25,25,25,25,25,24,25,25,24,24,25,24,23,25,25,25,25,25,25,25,24,24,23,23,23,23,23,23,23,23,22,22,22,22,22,22,22,22,22,21,21,21,21,21,22,22,22,22,22,22,21,21,21,20,20,20,20,20,20,20,20,20,19,21,21,20,19,20,21,21,20,20,19,20,21,21,21,21,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,24,23,24,24,24,24,24,23,23,24,23,23,23,23,23,23,23,24,22,23,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,25,24,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,26,26,25,25,25,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,25,26,25,25,25,16,26,25,9,25,26,13,25,25,8,26,25,25,26,26,26,26,25,26,25,25,26,26,26,26,26,26,25,25,25,25,25,26,26,26,27,26,26,27,26,26,26,27,26,26,26,27,27,27,27,27,27,27,27,27,27,27,26,26,27,27,27,27,26,27,27,27,27,27,27,7,27,27,27,26,26,27,26,26,26,27,27,27,28,27,28,27,27,27,28,27,27,28,28,28,28,28,28,28,28],"y":[-999772.99364,120.66211999998848,-999894.24364,-996305.5361800002,-999554.45256,-1000089.7,-999961.28,-2000248.34,-999900.51172,-1999158.24,-2000022.6,-999558.3398,-998972.8517199999,-1000295.4196,-1000041.37636,-1000048.41,-1999996.24,-991035.5641399997,-999436.3909,-2000024.65,-999729.09876,-2000874.72456,-998734.21154,-999698.6964799999,-994324.0484199999,-1998179.9629000002,-1997594.1113000005,-997988.68772,-999972.42576,-1999576.24192,-1000105.72644,-2000051.5431,-2000934.31648,-2000685.913,-999550.5288,-998508.39,-1999728.1076,-999957.58,-998932.3328399999,-1999914.2200000002,-998637.4424,-998778.8672,-997962.3037599999,-2000187.3154799999,-997650.8213199999,-998805.0593999999,-1000189.8041599999,1495.5280799999778,-999326.55664,-999467.94274,-2000045.54,360.05404000001175,245.54211999999222,-999842.60788,109.06807999999901,64.53403999999405,-1000000.65596,-999937.79596,-2000011.9,-999981.29596,-1000002.32,444.2461600000009,-999881.92,-999968.33596,-999172.79576,-999857.36172,-999959.6578800001,221.5040400000102,786.496159999989,-999286.84576,-999685.87416,763.6361600000075,953.4165200000093,979.9407600000084,-998595.16766,1221.8767600000142,-997786.94504,-997207.0707800001,-999440.80698,-1000011.6799999999,-999050.31,-999804.61788,651.7240400000255,863.5380800000083,-999649.60768,-999219.14712,736.354040000007,1214.8800000000979,-997290.5800000001,-996503.3343999998,-997829.5796,2060.664959999975,4474.108059999959,3810.77627999991,-997678.3581800001,5462.288019999857,-996708.8433000001,-996939.0805800001,1428.262520000003,-998988.84344,3051.954620000012,4025.7082000000546,-995257.2328199998,-999269.2572799999,-993551.5135800001,2535.104200000029,-997107.9996799999,-999302.46636,-999440.47112,-998000.53556,-999220.30496,8977.090659999933,6591.239200000074,6312.940379999856,-994146.83702,4544.199720000042,-995169.1599200001,8243.505999999841,9798.099919999984,-987165.9990600003,9073.770619999965,9687.737479999963,6103.548560000041,7688.22447999997,-996013.25708,-992859.5243599998,-994980.63506,1866.8567400000038,-991101.3715200002,-996386.5503799999,5511.553920000145,6449.1191800002525,6177.401020000168,5124.449300000169,5075.939300000187,7939.5333800001345,-995733.4409199998,-995207.6809200001,-996262.86842,-994346.9171999998,-996647.02012,5140.43930000016,-998064.1443599999,3164.564680000096,-994463.8610199998,11910.18978000021,-996784.31216,-992547.4903599998,-998485.6600000003,-994698.4584199999,-999177.60536,8101.07890000027,-995568.25416,-997251.87102,-991846.7616600002,1281.456360000026,784.7499999999454,-995430.5769399999,-996146.8150399999,-995765.0461399999,-996771.0501199999,5981.250480000143,5616.017380000034,8332.524299999988,-999247.42634,8356.085799999913,2981.4740000000443,-996164.0568600001,8313.936780000064,13607.423999999737,-991548.63618,13693.588020000247,13491.088020000188,18638.696079999987,18432.201100000282,14770.817979999261,-989472.3957600005,-989546.3174400004,10720.230280000023,8701.344120000258,13374.547520000104,8901.539220000086,18501.74850000046,13574.369300000191,17449.33706000096,11222.07312000004,15462.26673999952,-988180.9771400001,-989761.2452000002,11222.07312000004,13260.25791999994,-991801.3619200003,11996.065739999709,-989209.2094600005,-994533.5639599999,24932.331079999898,24932.331079999898,19986.753639999755,17320.199139999124,23396.827619998432,17547.686679999126,16172.2548399992,17265.60907999953,17265.60907999953,14066.280739999233,14918.471139999252,15128.756419999072,13963.59237999911,26453.604359998353,26038.72621999852,26038.72621999852,26038.72621999852,25094.19587999843,21417.425959998596,21417.425959998596,20854.090199998504,20578.790199998493,21218.568339998415,21218.568339998415,21218.568339998415,16497.601999998573,21520.367999998576,22808.46279999812,32627.72227999797,32627.72227999797,-988589.1495200008,26371.872519998095,24130.15847999824,24130.15847999824,27391.961559998093,24130.15847999824,24130.15847999824,23295.190599998747,25038.00237999858,-984654.6660000011,23374.57359999834,25812.177839998432,22943.027839998646,22943.027839998646,22943.027839998646,22201.267839998687,22201.267839998687,26144.850759998746,-978784.6617600016,16348.25259999864,-972706.8717800028,-982567.8286000015,16547.077359998962,-987679.5108800017,-984075.4225600014,-973828.7344000015,-988660.1210400007,23643.887639998517,-980121.2740800016,-983396.1200400011,17065.48983999902,37624.13903999691,34694.95883999797,41137.099639997774,48215.05823999618,53276.437359997515,43573.079199997876,19102.200779999137,51474.10139999761,30770.414719998633,34034.426219998415,34211.0555799987,34034.426219998415,34034.426219998415,34034.426219998415,34211.0555799987,34211.0555799987,37004.7145799985,37004.7145799985,37004.7145799985,37004.7145799985,17307.37903999914,35515.46499999828,35702.75061999829,35702.75061999829,35702.75061999829,47087.16001999752,47087.16001999752,24860.45777999874,53462.731019997205,53462.731019997205,35629.12061999849,33338.59677999853,54062.29215999761,34731.86841999884,29586.232199998645,30618.45525999887,56623.50671999702,28741.22823999854,56721.50595999797,54950.43691999758,28103.525119998874,68772.15725999736,40897.57839999809,29836.169459998688,70222.87073999735,59307.101099998064,29803.602939998986,37995.60440000078,25092.625320000603,29273.991239999566,46451.968159998345,23656.28151999946,35728.00813999874,59056.0534399989,58148.52021999891,48415.335639998855,49406.48707999885,47199.29989999859,42149.92569999851,48391.81288000059,42149.92569999851,32164.158639999056,47199.29989999859,47199.29989999859,47199.29989999859,47199.29989999859,38475.565919999055,47199.29989999859,32103.55843999908,47690.63359999859,47690.63359999859,47690.63359999859,32999.151999999034,47690.63359999859,52018.75308000069,30975.665239999977,50805.54712000068,45313.66887999927,48754.165000000576,50744.832880000526,59950.94172000034,52044.53940000033,28821.001079999758,63911.45160000029,51306.50728000032,61450.29999999992,59369.02999999963,43985.22999999973,53346.589999999924,27692.520000000306,8021.286700000114,56705.89000000034,66935.46000000117,66935.46000000117,66935.46000000117,31970.520000000382,47798.96756000093,59487.170000001126,41107.06000000045,51138.550000001116,26700.067360000965,53892.160000000484,59920.74000000116,56734.71000000145,28269.2371600008,56247.08000000151,22110.720000000543,42727.01736000136,58660.630000001605,54156.12000000121,54756.950000001234,54156.12000000121,44537.63140000116,48641.93000000086,47084.830000000926,43204.277360001586,34125.63000000067,65139.77000000154,68479.60000000102,40387.62948000065,62908.36000000119,58539.190000001676,65174.32000000146,29873.903520000702,59068.39000000144,50967.030000001425,59068.39000000144,42864.790000001034,-997534.9510799998,48073.50000000084,-999622.37,58539.190000001676,38000.230000000745,55286.52000000159,49367.38000000097,-999853.9299999999,37324.34332000107,-997388.8988399999,44248.88724000058,39967.40000000065,26839.33999999968,5530.409180000061,34331.64000000093,38020.20000000073,20593.71000000048,26825.645439999702,-998834.6,3203.8062000000946,47687.4047200003,24898.79524000022,32369.480000000796,71432.83000000138,64140.83076000022,35666.856120000804,34173.73000000068,56949.526320000536,53899.50564000105,82457.1942800007,-996866.0615199999,49677.632920000935,97737.0435600008,-1998867.48334,82937.02000000325,55668.300000002244,104494.67000000273,68492.8800000023,65717.11000000229,19004.3600000001,61772.30412000258,-1998954.54722,58258.88008000269,59692.74220000213,-972719.758399999,73877.71000000286,-1999584.70264,55807.97028000252,78334.40000000334,67615.20776000402,66486.57180000385,6597.940000000224,-944072.3024399962,-956838.534439998,29481.877360000795,78741.42000000377,-964908.0430399973,66594.85180000358,-966244.1053199997,-944072.3024399962,-969775.0604199994,59008.72776000141,81498.48564000156,-960167.8211999993,83131.61000000148,-955256.3875800001,-965837.2430399999,49873.11000000007,58671.690000000744,73316.54968000071,-990021.96688,35444.61564000025,-961067.86436,43715.59140000105,-921436.342239996,82422.63000000146,53425.35352000059,-956386.5393999998,46360.469999999994,10572.710000000181,81382.39000000051,-969507.8600000003,49394.889480000886,66049.15660000186,-958958.6519600004,60798.86064000208,-964836.280219999,-981407.6699999998,65449.17584000126,-972602.0756000004,78334.40000000334,-956492.1862799977,85671.4269600015,93087.36504000462,12272.800000000048,52497.5382400016,83814.61504000124,63200.88696000114,5026.2768000000515,21971.099999999948,91919.74696000176,53291.47291999973,38354.41999999929,75305.65696000164,9583.11999999993,63591.1848399993,95812.25696000225,186075.40000000165,129574.89606000154,129574.89606000154,132794.58854000163,91790.32928000047,42974.67999999944,85082.85746000038,88773.27680000043,11776.848559999895],"type":"scatter"}], {"title":{"text":"参数切片 — InpAtrPeriod"},"template":{"data":{"barpolar":[{"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"type":"carpet"}],"choropleth":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"choropleth"}],"contourcarpet":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"contourcarpet"}],"contour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"contour"}],"heatmap":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmap"}],"histogram2dcontour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2dcontour"}],"histogram2d":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2d"}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"mesh3d":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"mesh3d"}],"parcoords":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"parcoords"}],"pie":[{"automargin":true,"type":"pie"}],"scatter3d":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatter3d"}],"scattercarpet":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattercarpet"}],"scattergeo":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergeo"}],"scattergl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergl"}],"scattermapbox":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermapbox"}],"scattermap":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermap"}],"scatterpolargl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolargl"}],"scatterpolar":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolar"}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"scatterternary":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterternary"}],"surface":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"surface"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}]},"layout":{"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"autotypenumbers":"strict","coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]],"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]},"colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"geo":{"bgcolor":"white","lakecolor":"white","landcolor":"white","showlakes":true,"showland":true,"subunitcolor":"#C8D4E3"},"hoverlabel":{"align":"left"},"hovermode":"closest","mapbox":{"style":"light"},"paper_bgcolor":"white","plot_bgcolor":"white","polar":{"angularaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""},"bgcolor":"white","radialaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""}},"scene":{"xaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"yaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"zaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"ternary":{"aaxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"baxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"bgcolor":"white","caxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""}},"title":{"x":0.05},"xaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2},"yaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2}}},"xaxis":{"title":{"text":"InpAtrPeriod"}},"yaxis":{"title":{"text":"目标值 Objective (score)"}},"font":{"family":"Microsoft YaHei, Arial, sans-serif","size":12,"color":"#222"},"margin":{"l":60,"r":40,"t":60,"b":60},"height":420,"width":900}, {"responsive": true} ) }; </script> </div></section>
<section class="chart"><h2>切片 — InpMaxSpreadAtrPct</h2><div style="height:420px; width:900px;"> <div id="slice-InpMaxSpreadAtrPct" class="plotly-graph-div" style="height:100%; width:100%;"></div> <script> window.PLOTLYENV=window.PLOTLYENV || {}; if (document.getElementById("slice-InpMaxSpreadAtrPct")) { Plotly.newPlot( "slice-InpMaxSpreadAtrPct", [{"marker":{"color":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499],"colorbar":{"title":{"text":"Trial"},"x":1.0,"xpad":40},"colorscale":[[0.0,"rgb(247,251,255)"],[0.125,"rgb(222,235,247)"],[0.25,"rgb(198,219,239)"],[0.375,"rgb(158,202,225)"],[0.5,"rgb(107,174,214)"],[0.625,"rgb(66,146,198)"],[0.75,"rgb(33,113,181)"],[0.875,"rgb(8,81,156)"],[1.0,"rgb(8,48,107)"]],"line":{"color":"Grey","width":0.5}},"mode":"markers","name":"Feasible Trial","showlegend":false,"x":[45.0,42.5,47.5,20.0,12.5,27.5,45.0,22.5,20.0,35.0,35.0,10.0,35.0,17.5,27.5,50.0,40.0,27.5,27.5,37.5,30.0,15.0,22.5,22.5,40.0,42.5,40.0,32.5,40.0,45.0,50.0,17.5,45.0,25.0,30.0,47.5,42.5,12.5,20.0,32.5,37.5,32.5,25.0,25.0,20.0,17.5,20.0,15.0,10.0,15.0,47.5,15.0,12.5,12.5,12.5,15.0,15.0,10.0,12.5,15.0,10.0,17.5,17.5,12.5,15.0,17.5,12.5,10.0,10.0,10.0,10.0,12.5,12.5,12.5,15.0,17.5,17.5,20.0,17.5,15.0,12.5,12.5,15.0,17.5,22.5,17.5,17.5,20.0,20.0,22.5,20.0,15.0,17.5,15.0,20.0,15.0,15.0,17.5,22.5,22.5,25.0,22.5,25.0,25.0,27.5,22.5,22.5,22.5,25.0,27.5,20.0,22.5,22.5,22.5,22.5,27.5,25.0,27.5,30.0,30.0,27.5,30.0,30.0,30.0,30.0,32.5,30.0,27.5,27.5,30.0,32.5,32.5,32.5,35.0,35.0,32.5,32.5,32.5,30.0,32.5,37.5,35.0,32.5,30.0,35.0,35.0,32.5,30.0,32.5,35.0,30.0,37.5,37.5,35.0,37.5,27.5,32.5,27.5,30.0,32.5,37.5,40.0,40.0,42.5,42.5,42.5,42.5,42.5,40.0,45.0,45.0,47.5,47.5,47.5,47.5,47.5,47.5,50.0,47.5,47.5,47.5,47.5,47.5,47.5,47.5,47.5,47.5,47.5,50.0,47.5,47.5,47.5,45.0,45.0,47.5,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,45.0,42.5,42.5,42.5,42.5,42.5,42.5,42.5,42.5,42.5,42.5,42.5,42.5,42.5,42.5,42.5,42.5,42.5,42.5,42.5,42.5,42.5,42.5,42.5,40.0,42.5,42.5,40.0,42.5,42.5,42.5,42.5,40.0,42.5,42.5,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,40.0,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,35.0,35.0,35.0,35.0,35.0,35.0,35.0,35.0,35.0,35.0,35.0,35.0,35.0,35.0,35.0,35.0,35.0,35.0,35.0,35.0,37.5,35.0,35.0,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,37.5,35.0,37.5,37.5,35.0,37.5,37.5,35.0,35.0,35.0,35.0,35.0,35.0,35.0,35.0,35.0,35.0,35.0,35.0,32.5,35.0,35.0,32.5,32.5,32.5,35.0,32.5,32.5,32.5,32.5,32.5,32.5,32.5,32.5,32.5,32.5,32.5,32.5,32.5,30.0,30.0,30.0,30.0,32.5,30.0,30.0,32.5,30.0,32.5,32.5,32.5,32.5,30.0,32.5,32.5,32.5,30.0,32.5,32.5,30.0,30.0,30.0,27.5,30.0,32.5,32.5,32.5,32.5,32.5,32.5,32.5,30.0,32.5,30.0,32.5,32.5,30.0,30.0,27.5,30.0,30.0,30.0,30.0,30.0,30.0,30.0,27.5,27.5,27.5,27.5,27.5,25.0,25.0,25.0,27.5,25.0,25.0,25.0,25.0,25.0],"y":[-999772.99364,120.66211999998848,-999894.24364,-996305.5361800002,-999554.45256,-1000089.7,-999961.28,-2000248.34,-999900.51172,-1999158.24,-2000022.6,-999558.3398,-998972.8517199999,-1000295.4196,-1000041.37636,-1000048.41,-1999996.24,-991035.5641399997,-999436.3909,-2000024.65,-999729.09876,-2000874.72456,-998734.21154,-999698.6964799999,-994324.0484199999,-1998179.9629000002,-1997594.1113000005,-997988.68772,-999972.42576,-1999576.24192,-1000105.72644,-2000051.5431,-2000934.31648,-2000685.913,-999550.5288,-998508.39,-1999728.1076,-999957.58,-998932.3328399999,-1999914.2200000002,-998637.4424,-998778.8672,-997962.3037599999,-2000187.3154799999,-997650.8213199999,-998805.0593999999,-1000189.8041599999,1495.5280799999778,-999326.55664,-999467.94274,-2000045.54,360.05404000001175,245.54211999999222,-999842.60788,109.06807999999901,64.53403999999405,-1000000.65596,-999937.79596,-2000011.9,-999981.29596,-1000002.32,444.2461600000009,-999881.92,-999968.33596,-999172.79576,-999857.36172,-999959.6578800001,221.5040400000102,786.496159999989,-999286.84576,-999685.87416,763.6361600000075,953.4165200000093,979.9407600000084,-998595.16766,1221.8767600000142,-997786.94504,-997207.0707800001,-999440.80698,-1000011.6799999999,-999050.31,-999804.61788,651.7240400000255,863.5380800000083,-999649.60768,-999219.14712,736.354040000007,1214.8800000000979,-997290.5800000001,-996503.3343999998,-997829.5796,2060.664959999975,4474.108059999959,3810.77627999991,-997678.3581800001,5462.288019999857,-996708.8433000001,-996939.0805800001,1428.262520000003,-998988.84344,3051.954620000012,4025.7082000000546,-995257.2328199998,-999269.2572799999,-993551.5135800001,2535.104200000029,-997107.9996799999,-999302.46636,-999440.47112,-998000.53556,-999220.30496,8977.090659999933,6591.239200000074,6312.940379999856,-994146.83702,4544.199720000042,-995169.1599200001,8243.505999999841,9798.099919999984,-987165.9990600003,9073.770619999965,9687.737479999963,6103.548560000041,7688.22447999997,-996013.25708,-992859.5243599998,-994980.63506,1866.8567400000038,-991101.3715200002,-996386.5503799999,5511.553920000145,6449.1191800002525,6177.401020000168,5124.449300000169,5075.939300000187,7939.5333800001345,-995733.4409199998,-995207.6809200001,-996262.86842,-994346.9171999998,-996647.02012,5140.43930000016,-998064.1443599999,3164.564680000096,-994463.8610199998,11910.18978000021,-996784.31216,-992547.4903599998,-998485.6600000003,-994698.4584199999,-999177.60536,8101.07890000027,-995568.25416,-997251.87102,-991846.7616600002,1281.456360000026,784.7499999999454,-995430.5769399999,-996146.8150399999,-995765.0461399999,-996771.0501199999,5981.250480000143,5616.017380000034,8332.524299999988,-999247.42634,8356.085799999913,2981.4740000000443,-996164.0568600001,8313.936780000064,13607.423999999737,-991548.63618,13693.588020000247,13491.088020000188,18638.696079999987,18432.201100000282,14770.817979999261,-989472.3957600005,-989546.3174400004,10720.230280000023,8701.344120000258,13374.547520000104,8901.539220000086,18501.74850000046,13574.369300000191,17449.33706000096,11222.07312000004,15462.26673999952,-988180.9771400001,-989761.2452000002,11222.07312000004,13260.25791999994,-991801.3619200003,11996.065739999709,-989209.2094600005,-994533.5639599999,24932.331079999898,24932.331079999898,19986.753639999755,17320.199139999124,23396.827619998432,17547.686679999126,16172.2548399992,17265.60907999953,17265.60907999953,14066.280739999233,14918.471139999252,15128.756419999072,13963.59237999911,26453.604359998353,26038.72621999852,26038.72621999852,26038.72621999852,25094.19587999843,21417.425959998596,21417.425959998596,20854.090199998504,20578.790199998493,21218.568339998415,21218.568339998415,21218.568339998415,16497.601999998573,21520.367999998576,22808.46279999812,32627.72227999797,32627.72227999797,-988589.1495200008,26371.872519998095,24130.15847999824,24130.15847999824,27391.961559998093,24130.15847999824,24130.15847999824,23295.190599998747,25038.00237999858,-984654.6660000011,23374.57359999834,25812.177839998432,22943.027839998646,22943.027839998646,22943.027839998646,22201.267839998687,22201.267839998687,26144.850759998746,-978784.6617600016,16348.25259999864,-972706.8717800028,-982567.8286000015,16547.077359998962,-987679.5108800017,-984075.4225600014,-973828.7344000015,-988660.1210400007,23643.887639998517,-980121.2740800016,-983396.1200400011,17065.48983999902,37624.13903999691,34694.95883999797,41137.099639997774,48215.05823999618,53276.437359997515,43573.079199997876,19102.200779999137,51474.10139999761,30770.414719998633,34034.426219998415,34211.0555799987,34034.426219998415,34034.426219998415,34034.426219998415,34211.0555799987,34211.0555799987,37004.7145799985,37004.7145799985,37004.7145799985,37004.7145799985,17307.37903999914,35515.46499999828,35702.75061999829,35702.75061999829,35702.75061999829,47087.16001999752,47087.16001999752,24860.45777999874,53462.731019997205,53462.731019997205,35629.12061999849,33338.59677999853,54062.29215999761,34731.86841999884,29586.232199998645,30618.45525999887,56623.50671999702,28741.22823999854,56721.50595999797,54950.43691999758,28103.525119998874,68772.15725999736,40897.57839999809,29836.169459998688,70222.87073999735,59307.101099998064,29803.602939998986,37995.60440000078,25092.625320000603,29273.991239999566,46451.968159998345,23656.28151999946,35728.00813999874,59056.0534399989,58148.52021999891,48415.335639998855,49406.48707999885,47199.29989999859,42149.92569999851,48391.81288000059,42149.92569999851,32164.158639999056,47199.29989999859,47199.29989999859,47199.29989999859,47199.29989999859,38475.565919999055,47199.29989999859,32103.55843999908,47690.63359999859,47690.63359999859,47690.63359999859,32999.151999999034,47690.63359999859,52018.75308000069,30975.665239999977,50805.54712000068,45313.66887999927,48754.165000000576,50744.832880000526,59950.94172000034,52044.53940000033,28821.001079999758,63911.45160000029,51306.50728000032,61450.29999999992,59369.02999999963,43985.22999999973,53346.589999999924,27692.520000000306,8021.286700000114,56705.89000000034,66935.46000000117,66935.46000000117,66935.46000000117,31970.520000000382,47798.96756000093,59487.170000001126,41107.06000000045,51138.550000001116,26700.067360000965,53892.160000000484,59920.74000000116,56734.71000000145,28269.2371600008,56247.08000000151,22110.720000000543,42727.01736000136,58660.630000001605,54156.12000000121,54756.950000001234,54156.12000000121,44537.63140000116,48641.93000000086,47084.830000000926,43204.277360001586,34125.63000000067,65139.77000000154,68479.60000000102,40387.62948000065,62908.36000000119,58539.190000001676,65174.32000000146,29873.903520000702,59068.39000000144,50967.030000001425,59068.39000000144,42864.790000001034,-997534.9510799998,48073.50000000084,-999622.37,58539.190000001676,38000.230000000745,55286.52000000159,49367.38000000097,-999853.9299999999,37324.34332000107,-997388.8988399999,44248.88724000058,39967.40000000065,26839.33999999968,5530.409180000061,34331.64000000093,38020.20000000073,20593.71000000048,26825.645439999702,-998834.6,3203.8062000000946,47687.4047200003,24898.79524000022,32369.480000000796,71432.83000000138,64140.83076000022,35666.856120000804,34173.73000000068,56949.526320000536,53899.50564000105,82457.1942800007,-996866.0615199999,49677.632920000935,97737.0435600008,-1998867.48334,82937.02000000325,55668.300000002244,104494.67000000273,68492.8800000023,65717.11000000229,19004.3600000001,61772.30412000258,-1998954.54722,58258.88008000269,59692.74220000213,-972719.758399999,73877.71000000286,-1999584.70264,55807.97028000252,78334.40000000334,67615.20776000402,66486.57180000385,6597.940000000224,-944072.3024399962,-956838.534439998,29481.877360000795,78741.42000000377,-964908.0430399973,66594.85180000358,-966244.1053199997,-944072.3024399962,-969775.0604199994,59008.72776000141,81498.48564000156,-960167.8211999993,83131.61000000148,-955256.3875800001,-965837.2430399999,49873.11000000007,58671.690000000744,73316.54968000071,-990021.96688,35444.61564000025,-961067.86436,43715.59140000105,-921436.342239996,82422.63000000146,53425.35352000059,-956386.5393999998,46360.469999999994,10572.710000000181,81382.39000000051,-969507.8600000003,49394.889480000886,66049.15660000186,-958958.6519600004,60798.86064000208,-964836.280219999,-981407.6699999998,65449.17584000126,-972602.0756000004,78334.40000000334,-956492.1862799977,85671.4269600015,93087.36504000462,12272.800000000048,52497.5382400016,83814.61504000124,63200.88696000114,5026.2768000000515,21971.099999999948,91919.74696000176,53291.47291999973,38354.41999999929,75305.65696000164,9583.11999999993,63591.1848399993,95812.25696000225,186075.40000000165,129574.89606000154,129574.89606000154,132794.58854000163,91790.32928000047,42974.67999999944,85082.85746000038,88773.27680000043,11776.848559999895],"type":"scatter"}], {"title":{"text":"参数切片 — InpMaxSpreadAtrPct"},"template":{"data":{"barpolar":[{"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"type":"carpet"}],"choropleth":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"choropleth"}],"contourcarpet":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"contourcarpet"}],"contour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"contour"}],"heatmap":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmap"}],"histogram2dcontour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2dcontour"}],"histogram2d":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2d"}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"mesh3d":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"mesh3d"}],"parcoords":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"parcoords"}],"pie":[{"automargin":true,"type":"pie"}],"scatter3d":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatter3d"}],"scattercarpet":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattercarpet"}],"scattergeo":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergeo"}],"scattergl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergl"}],"scattermapbox":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermapbox"}],"scattermap":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermap"}],"scatterpolargl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolargl"}],"scatterpolar":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolar"}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"scatterternary":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterternary"}],"surface":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"surface"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}]},"layout":{"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"autotypenumbers":"strict","coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]],"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]},"colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"geo":{"bgcolor":"white","lakecolor":"white","landcolor":"white","showlakes":true,"showland":true,"subunitcolor":"#C8D4E3"},"hoverlabel":{"align":"left"},"hovermode":"closest","mapbox":{"style":"light"},"paper_bgcolor":"white","plot_bgcolor":"white","polar":{"angularaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""},"bgcolor":"white","radialaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""}},"scene":{"xaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"yaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"zaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"ternary":{"aaxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"baxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"bgcolor":"white","caxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""}},"title":{"x":0.05},"xaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2},"yaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2}}},"xaxis":{"title":{"text":"InpMaxSpreadAtrPct"}},"yaxis":{"title":{"text":"目标值 Objective (score)"}},"font":{"family":"Microsoft YaHei, Arial, sans-serif","size":12,"color":"#222"},"margin":{"l":60,"r":40,"t":60,"b":60},"height":420,"width":900}, {"responsive": true} ) }; </script> </div></section>
<section class="chart"><h2>切片 — InpRiskPercent</h2><div style="height:420px; width:900px;"> <div id="slice-InpRiskPercent" class="plotly-graph-div" style="height:100%; width:100%;"></div> <script> window.PLOTLYENV=window.PLOTLYENV || {}; if (document.getElementById("slice-InpRiskPercent")) { Plotly.newPlot( "slice-InpRiskPercent", [{"marker":{"color":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499],"colorbar":{"title":{"text":"Trial"},"x":1.0,"xpad":40},"colorscale":[[0.0,"rgb(247,251,255)"],[0.125,"rgb(222,235,247)"],[0.25,"rgb(198,219,239)"],[0.375,"rgb(158,202,225)"],[0.5,"rgb(107,174,214)"],[0.625,"rgb(66,146,198)"],[0.75,"rgb(33,113,181)"],[0.875,"rgb(8,81,156)"],[1.0,"rgb(8,48,107)"]],"line":{"color":"Grey","width":0.5}},"mode":"markers","name":"Feasible Trial","showlegend":false,"x":[2.0,0.75,1.0,2.5,2.75,0.25,2.5,3.0,0.5,2.25,1.5,1.5,1.0,1.75,1.0,0.5,3.0,2.25,1.25,2.0,0.75,2.5,2.5,2.0,2.75,2.75,2.25,2.75,1.5,2.0,0.25,2.25,3.0,2.75,2.75,2.5,1.75,2.25,3.0,1.75,1.25,2.75,2.5,2.5,2.25,2.25,2.0,1.25,0.75,0.75,1.25,0.5,0.5,0.5,0.25,0.25,0.25,0.25,0.5,0.5,0.75,0.5,0.5,0.25,1.0,0.75,0.5,0.25,1.0,1.0,1.0,0.75,0.75,0.75,1.0,1.25,1.25,1.5,0.75,1.25,0.75,0.5,0.75,1.0,1.0,1.0,0.75,1.25,1.25,1.5,1.5,1.0,1.25,1.25,1.25,1.25,1.25,1.25,1.5,1.5,1.5,1.75,1.75,1.5,1.75,1.25,1.5,1.25,1.25,1.5,1.25,1.5,1.5,1.5,1.75,1.5,1.5,1.75,1.75,2.0,1.75,1.75,1.75,1.75,1.75,2.0,1.75,1.75,2.0,1.75,1.75,1.75,1.75,2.0,2.0,2.0,1.75,1.75,1.75,2.0,1.75,2.0,2.0,1.75,1.75,2.25,1.75,2.25,2.25,1.75,1.5,2.0,2.0,1.75,1.75,1.5,2.0,1.75,1.5,2.0,1.75,2.0,2.25,2.25,2.25,2.25,2.25,2.25,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.75,2.75,2.75,2.75,2.75,2.75,3.0,3.0,2.75,2.75,2.75,2.75,2.75,2.75,2.75,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.5,2.75,2.75,2.75,2.75,2.5,2.75,2.5,2.75,2.75,2.75,2.75,2.75,2.5,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.5,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.5,2.75,2.75,2.75,2.75,2.75,2.75,2.5,2.75,2.75,2.75,2.5,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.75,2.5,2.75,2.75,2.75,2.75,2.5,2.75,2.75,2.75,2.75,2.75,2.5,2.75,2.75,2.75,2.75,2.75,2.5,2.75,2.75,2.75,2.75,2.5,2.75,2.75,2.75,2.75,2.75,2.75,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.25,2.5,2.5,2.5,2.5,2.5,2.25,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.25,2.5,2.5,2.5,2.5,2.25,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.25,2.5,2.5,2.5,2.5,2.5,2.5,2.25,2.5,2.5,2.5,2.5,2.5,2.25,2.5,2.5,2.5,2.5,2.5,2.5,2.25,2.5,2.5,2.25,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5],"y":[-999772.99364,120.66211999998848,-999894.24364,-996305.5361800002,-999554.45256,-1000089.7,-999961.28,-2000248.34,-999900.51172,-1999158.24,-2000022.6,-999558.3398,-998972.8517199999,-1000295.4196,-1000041.37636,-1000048.41,-1999996.24,-991035.5641399997,-999436.3909,-2000024.65,-999729.09876,-2000874.72456,-998734.21154,-999698.6964799999,-994324.0484199999,-1998179.9629000002,-1997594.1113000005,-997988.68772,-999972.42576,-1999576.24192,-1000105.72644,-2000051.5431,-2000934.31648,-2000685.913,-999550.5288,-998508.39,-1999728.1076,-999957.58,-998932.3328399999,-1999914.2200000002,-998637.4424,-998778.8672,-997962.3037599999,-2000187.3154799999,-997650.8213199999,-998805.0593999999,-1000189.8041599999,1495.5280799999778,-999326.55664,-999467.94274,-2000045.54,360.05404000001175,245.54211999999222,-999842.60788,109.06807999999901,64.53403999999405,-1000000.65596,-999937.79596,-2000011.9,-999981.29596,-1000002.32,444.2461600000009,-999881.92,-999968.33596,-999172.79576,-999857.36172,-999959.6578800001,221.5040400000102,786.496159999989,-999286.84576,-999685.87416,763.6361600000075,953.4165200000093,979.9407600000084,-998595.16766,1221.8767600000142,-997786.94504,-997207.0707800001,-999440.80698,-1000011.6799999999,-999050.31,-999804.61788,651.7240400000255,863.5380800000083,-999649.60768,-999219.14712,736.354040000007,1214.8800000000979,-997290.5800000001,-996503.3343999998,-997829.5796,2060.664959999975,4474.108059999959,3810.77627999991,-997678.3581800001,5462.288019999857,-996708.8433000001,-996939.0805800001,1428.262520000003,-998988.84344,3051.954620000012,4025.7082000000546,-995257.2328199998,-999269.2572799999,-993551.5135800001,2535.104200000029,-997107.9996799999,-999302.46636,-999440.47112,-998000.53556,-999220.30496,8977.090659999933,6591.239200000074,6312.940379999856,-994146.83702,4544.199720000042,-995169.1599200001,8243.505999999841,9798.099919999984,-987165.9990600003,9073.770619999965,9687.737479999963,6103.548560000041,7688.22447999997,-996013.25708,-992859.5243599998,-994980.63506,1866.8567400000038,-991101.3715200002,-996386.5503799999,5511.553920000145,6449.1191800002525,6177.401020000168,5124.449300000169,5075.939300000187,7939.5333800001345,-995733.4409199998,-995207.6809200001,-996262.86842,-994346.9171999998,-996647.02012,5140.43930000016,-998064.1443599999,3164.564680000096,-994463.8610199998,11910.18978000021,-996784.31216,-992547.4903599998,-998485.6600000003,-994698.4584199999,-999177.60536,8101.07890000027,-995568.25416,-997251.87102,-991846.7616600002,1281.456360000026,784.7499999999454,-995430.5769399999,-996146.8150399999,-995765.0461399999,-996771.0501199999,5981.250480000143,5616.017380000034,8332.524299999988,-999247.42634,8356.085799999913,2981.4740000000443,-996164.0568600001,8313.936780000064,13607.423999999737,-991548.63618,13693.588020000247,13491.088020000188,18638.696079999987,18432.201100000282,14770.817979999261,-989472.3957600005,-989546.3174400004,10720.230280000023,8701.344120000258,13374.547520000104,8901.539220000086,18501.74850000046,13574.369300000191,17449.33706000096,11222.07312000004,15462.26673999952,-988180.9771400001,-989761.2452000002,11222.07312000004,13260.25791999994,-991801.3619200003,11996.065739999709,-989209.2094600005,-994533.5639599999,24932.331079999898,24932.331079999898,19986.753639999755,17320.199139999124,23396.827619998432,17547.686679999126,16172.2548399992,17265.60907999953,17265.60907999953,14066.280739999233,14918.471139999252,15128.756419999072,13963.59237999911,26453.604359998353,26038.72621999852,26038.72621999852,26038.72621999852,25094.19587999843,21417.425959998596,21417.425959998596,20854.090199998504,20578.790199998493,21218.568339998415,21218.568339998415,21218.568339998415,16497.601999998573,21520.367999998576,22808.46279999812,32627.72227999797,32627.72227999797,-988589.1495200008,26371.872519998095,24130.15847999824,24130.15847999824,27391.961559998093,24130.15847999824,24130.15847999824,23295.190599998747,25038.00237999858,-984654.6660000011,23374.57359999834,25812.177839998432,22943.027839998646,22943.027839998646,22943.027839998646,22201.267839998687,22201.267839998687,26144.850759998746,-978784.6617600016,16348.25259999864,-972706.8717800028,-982567.8286000015,16547.077359998962,-987679.5108800017,-984075.4225600014,-973828.7344000015,-988660.1210400007,23643.887639998517,-980121.2740800016,-983396.1200400011,17065.48983999902,37624.13903999691,34694.95883999797,41137.099639997774,48215.05823999618,53276.437359997515,43573.079199997876,19102.200779999137,51474.10139999761,30770.414719998633,34034.426219998415,34211.0555799987,34034.426219998415,34034.426219998415,34034.426219998415,34211.0555799987,34211.0555799987,37004.7145799985,37004.7145799985,37004.7145799985,37004.7145799985,17307.37903999914,35515.46499999828,35702.75061999829,35702.75061999829,35702.75061999829,47087.16001999752,47087.16001999752,24860.45777999874,53462.731019997205,53462.731019997205,35629.12061999849,33338.59677999853,54062.29215999761,34731.86841999884,29586.232199998645,30618.45525999887,56623.50671999702,28741.22823999854,56721.50595999797,54950.43691999758,28103.525119998874,68772.15725999736,40897.57839999809,29836.169459998688,70222.87073999735,59307.101099998064,29803.602939998986,37995.60440000078,25092.625320000603,29273.991239999566,46451.968159998345,23656.28151999946,35728.00813999874,59056.0534399989,58148.52021999891,48415.335639998855,49406.48707999885,47199.29989999859,42149.92569999851,48391.81288000059,42149.92569999851,32164.158639999056,47199.29989999859,47199.29989999859,47199.29989999859,47199.29989999859,38475.565919999055,47199.29989999859,32103.55843999908,47690.63359999859,47690.63359999859,47690.63359999859,32999.151999999034,47690.63359999859,52018.75308000069,30975.665239999977,50805.54712000068,45313.66887999927,48754.165000000576,50744.832880000526,59950.94172000034,52044.53940000033,28821.001079999758,63911.45160000029,51306.50728000032,61450.29999999992,59369.02999999963,43985.22999999973,53346.589999999924,27692.520000000306,8021.286700000114,56705.89000000034,66935.46000000117,66935.46000000117,66935.46000000117,31970.520000000382,47798.96756000093,59487.170000001126,41107.06000000045,51138.550000001116,26700.067360000965,53892.160000000484,59920.74000000116,56734.71000000145,28269.2371600008,56247.08000000151,22110.720000000543,42727.01736000136,58660.630000001605,54156.12000000121,54756.950000001234,54156.12000000121,44537.63140000116,48641.93000000086,47084.830000000926,43204.277360001586,34125.63000000067,65139.77000000154,68479.60000000102,40387.62948000065,62908.36000000119,58539.190000001676,65174.32000000146,29873.903520000702,59068.39000000144,50967.030000001425,59068.39000000144,42864.790000001034,-997534.9510799998,48073.50000000084,-999622.37,58539.190000001676,38000.230000000745,55286.52000000159,49367.38000000097,-999853.9299999999,37324.34332000107,-997388.8988399999,44248.88724000058,39967.40000000065,26839.33999999968,5530.409180000061,34331.64000000093,38020.20000000073,20593.71000000048,26825.645439999702,-998834.6,3203.8062000000946,47687.4047200003,24898.79524000022,32369.480000000796,71432.83000000138,64140.83076000022,35666.856120000804,34173.73000000068,56949.526320000536,53899.50564000105,82457.1942800007,-996866.0615199999,49677.632920000935,97737.0435600008,-1998867.48334,82937.02000000325,55668.300000002244,104494.67000000273,68492.8800000023,65717.11000000229,19004.3600000001,61772.30412000258,-1998954.54722,58258.88008000269,59692.74220000213,-972719.758399999,73877.71000000286,-1999584.70264,55807.97028000252,78334.40000000334,67615.20776000402,66486.57180000385,6597.940000000224,-944072.3024399962,-956838.534439998,29481.877360000795,78741.42000000377,-964908.0430399973,66594.85180000358,-966244.1053199997,-944072.3024399962,-969775.0604199994,59008.72776000141,81498.48564000156,-960167.8211999993,83131.61000000148,-955256.3875800001,-965837.2430399999,49873.11000000007,58671.690000000744,73316.54968000071,-990021.96688,35444.61564000025,-961067.86436,43715.59140000105,-921436.342239996,82422.63000000146,53425.35352000059,-956386.5393999998,46360.469999999994,10572.710000000181,81382.39000000051,-969507.8600000003,49394.889480000886,66049.15660000186,-958958.6519600004,60798.86064000208,-964836.280219999,-981407.6699999998,65449.17584000126,-972602.0756000004,78334.40000000334,-956492.1862799977,85671.4269600015,93087.36504000462,12272.800000000048,52497.5382400016,83814.61504000124,63200.88696000114,5026.2768000000515,21971.099999999948,91919.74696000176,53291.47291999973,38354.41999999929,75305.65696000164,9583.11999999993,63591.1848399993,95812.25696000225,186075.40000000165,129574.89606000154,129574.89606000154,132794.58854000163,91790.32928000047,42974.67999999944,85082.85746000038,88773.27680000043,11776.848559999895],"type":"scatter"}], {"title":{"text":"参数切片 — InpRiskPercent"},"template":{"data":{"barpolar":[{"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"type":"carpet"}],"choropleth":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"choropleth"}],"contourcarpet":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"contourcarpet"}],"contour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"contour"}],"heatmap":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmap"}],"histogram2dcontour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2dcontour"}],"histogram2d":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2d"}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"mesh3d":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"mesh3d"}],"parcoords":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"parcoords"}],"pie":[{"automargin":true,"type":"pie"}],"scatter3d":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatter3d"}],"scattercarpet":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattercarpet"}],"scattergeo":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergeo"}],"scattergl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergl"}],"scattermapbox":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermapbox"}],"scattermap":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermap"}],"scatterpolargl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolargl"}],"scatterpolar":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolar"}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"scatterternary":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterternary"}],"surface":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"surface"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}]},"layout":{"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"autotypenumbers":"strict","coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]],"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]},"colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"geo":{"bgcolor":"white","lakecolor":"white","landcolor":"white","showlakes":true,"showland":true,"subunitcolor":"#C8D4E3"},"hoverlabel":{"align":"left"},"hovermode":"closest","mapbox":{"style":"light"},"paper_bgcolor":"white","plot_bgcolor":"white","polar":{"angularaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""},"bgcolor":"white","radialaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""}},"scene":{"xaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"yaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"zaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"ternary":{"aaxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"baxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"bgcolor":"white","caxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""}},"title":{"x":0.05},"xaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2},"yaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2}}},"xaxis":{"title":{"text":"InpRiskPercent"}},"yaxis":{"title":{"text":"目标值 Objective (score)"}},"font":{"family":"Microsoft YaHei, Arial, sans-serif","size":12,"color":"#222"},"margin":{"l":60,"r":40,"t":60,"b":60},"height":420,"width":900}, {"responsive": true} ) }; </script> </div></section>
<section class="chart"><h2>切片 — InpAtrSLMult</h2><div style="height:420px; width:900px;"> <div id="slice-InpAtrSLMult" class="plotly-graph-div" style="height:100%; width:100%;"></div> <script> window.PLOTLYENV=window.PLOTLYENV || {}; if (document.getElementById("slice-InpAtrSLMult")) { Plotly.newPlot( "slice-InpAtrSLMult", [{"marker":{"color":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499],"colorbar":{"title":{"text":"Trial"},"x":1.0,"xpad":40},"colorscale":[[0.0,"rgb(247,251,255)"],[0.125,"rgb(222,235,247)"],[0.25,"rgb(198,219,239)"],[0.375,"rgb(158,202,225)"],[0.5,"rgb(107,174,214)"],[0.625,"rgb(66,146,198)"],[0.75,"rgb(33,113,181)"],[0.875,"rgb(8,81,156)"],[1.0,"rgb(8,48,107)"]],"line":{"color":"Grey","width":0.5}},"mode":"markers","name":"Feasible Trial","showlegend":false,"x":[2.4000000000000004,2.0,2.3,1.7000000000000002,2.3,1.2,1.3,1.6,2.0,1.0,3.0,1.7000000000000002,1.8,2.0,2.7,1.5,2.0,1.4,1.4,1.0,2.6,1.8,2.1,1.6,1.2,1.2,1.1,1.3,1.4,2.5,3.0,1.8,1.5,2.3,2.1,1.2,1.7000000000000002,1.4,1.9,1.6,2.2,1.3,1.3,1.1,1.5,1.5,1.7000000000000002,1.6,1.9,1.7000000000000002,1.1,1.5,1.4,1.6,1.4,1.4,1.5,1.4,1.6,1.3,1.9,1.4,1.4,1.2,1.6,1.8,1.3,1.5,1.5,1.5,2.7,1.5,1.5,1.5,1.7000000000000002,1.5,1.6,1.5,1.7000000000000002,1.6,1.3,1.5,1.4,1.6,1.6,1.8,1.3,1.2,1.0,1.3,1.1,1.2,1.2,1.2,1.2,1.0,1.0,1.1,1.0,1.0,1.1,1.1,1.1,1.2,1.0,1.2,1.2,1.1,1.0,1.2,1.1,1.1,1.1,1.0,1.0,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.0,1.0,1.1,1.0,1.1,1.0,1.1,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.1,1.0,1.0,1.0,1.0,1.1,1.1,1.0,1.1,1.0,1.1,1.2,1.0,1.0,1.0,1.1,1.0,1.1,1.0,1.2,1.1,1.2,1.0,1.0,1.1,1.1,2.9000000000000004,1.1,1.2,1.1,1.1,1.1,1.2,1.1,1.1,1.1,1.1,1.1,1.2,1.1,1.2,1.3,1.3,1.3,1.2,1.3,1.2,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.4,1.3,1.3,1.3,1.3,1.3,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.5,1.4,1.4,1.4,1.4,1.5,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.5,1.5,1.5,1.5,1.5,1.5,1.5,1.5,1.5,1.5,1.5,1.5,1.5,1.6,1.5,1.5,1.4,1.6,1.5,1.5,1.5,1.6,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.2,2.4000000000000004,1.2,1.2,1.2,1.2,1.3,1.2,1.2,1.3,1.2,1.3,1.2,1.2,1.2,1.2,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.3,1.2,1.2,1.2,1.2,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.2,1.1,1.1,1.1,1.1,1.2,1.1,2.2,1.2,1.2,1.1,1.2,1.2,2.8,1.1,1.2,1.2,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,2.6,1.1,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0],"y":[-999772.99364,120.66211999998848,-999894.24364,-996305.5361800002,-999554.45256,-1000089.7,-999961.28,-2000248.34,-999900.51172,-1999158.24,-2000022.6,-999558.3398,-998972.8517199999,-1000295.4196,-1000041.37636,-1000048.41,-1999996.24,-991035.5641399997,-999436.3909,-2000024.65,-999729.09876,-2000874.72456,-998734.21154,-999698.6964799999,-994324.0484199999,-1998179.9629000002,-1997594.1113000005,-997988.68772,-999972.42576,-1999576.24192,-1000105.72644,-2000051.5431,-2000934.31648,-2000685.913,-999550.5288,-998508.39,-1999728.1076,-999957.58,-998932.3328399999,-1999914.2200000002,-998637.4424,-998778.8672,-997962.3037599999,-2000187.3154799999,-997650.8213199999,-998805.0593999999,-1000189.8041599999,1495.5280799999778,-999326.55664,-999467.94274,-2000045.54,360.05404000001175,245.54211999999222,-999842.60788,109.06807999999901,64.53403999999405,-1000000.65596,-999937.79596,-2000011.9,-999981.29596,-1000002.32,444.2461600000009,-999881.92,-999968.33596,-999172.79576,-999857.36172,-999959.6578800001,221.5040400000102,786.496159999989,-999286.84576,-999685.87416,763.6361600000075,953.4165200000093,979.9407600000084,-998595.16766,1221.8767600000142,-997786.94504,-997207.0707800001,-999440.80698,-1000011.6799999999,-999050.31,-999804.61788,651.7240400000255,863.5380800000083,-999649.60768,-999219.14712,736.354040000007,1214.8800000000979,-997290.5800000001,-996503.3343999998,-997829.5796,2060.664959999975,4474.108059999959,3810.77627999991,-997678.3581800001,5462.288019999857,-996708.8433000001,-996939.0805800001,1428.262520000003,-998988.84344,3051.954620000012,4025.7082000000546,-995257.2328199998,-999269.2572799999,-993551.5135800001,2535.104200000029,-997107.9996799999,-999302.46636,-999440.47112,-998000.53556,-999220.30496,8977.090659999933,6591.239200000074,6312.940379999856,-994146.83702,4544.199720000042,-995169.1599200001,8243.505999999841,9798.099919999984,-987165.9990600003,9073.770619999965,9687.737479999963,6103.548560000041,7688.22447999997,-996013.25708,-992859.5243599998,-994980.63506,1866.8567400000038,-991101.3715200002,-996386.5503799999,5511.553920000145,6449.1191800002525,6177.401020000168,5124.449300000169,5075.939300000187,7939.5333800001345,-995733.4409199998,-995207.6809200001,-996262.86842,-994346.9171999998,-996647.02012,5140.43930000016,-998064.1443599999,3164.564680000096,-994463.8610199998,11910.18978000021,-996784.31216,-992547.4903599998,-998485.6600000003,-994698.4584199999,-999177.60536,8101.07890000027,-995568.25416,-997251.87102,-991846.7616600002,1281.456360000026,784.7499999999454,-995430.5769399999,-996146.8150399999,-995765.0461399999,-996771.0501199999,5981.250480000143,5616.017380000034,8332.524299999988,-999247.42634,8356.085799999913,2981.4740000000443,-996164.0568600001,8313.936780000064,13607.423999999737,-991548.63618,13693.588020000247,13491.088020000188,18638.696079999987,18432.201100000282,14770.817979999261,-989472.3957600005,-989546.3174400004,10720.230280000023,8701.344120000258,13374.547520000104,8901.539220000086,18501.74850000046,13574.369300000191,17449.33706000096,11222.07312000004,15462.26673999952,-988180.9771400001,-989761.2452000002,11222.07312000004,13260.25791999994,-991801.3619200003,11996.065739999709,-989209.2094600005,-994533.5639599999,24932.331079999898,24932.331079999898,19986.753639999755,17320.199139999124,23396.827619998432,17547.686679999126,16172.2548399992,17265.60907999953,17265.60907999953,14066.280739999233,14918.471139999252,15128.756419999072,13963.59237999911,26453.604359998353,26038.72621999852,26038.72621999852,26038.72621999852,25094.19587999843,21417.425959998596,21417.425959998596,20854.090199998504,20578.790199998493,21218.568339998415,21218.568339998415,21218.568339998415,16497.601999998573,21520.367999998576,22808.46279999812,32627.72227999797,32627.72227999797,-988589.1495200008,26371.872519998095,24130.15847999824,24130.15847999824,27391.961559998093,24130.15847999824,24130.15847999824,23295.190599998747,25038.00237999858,-984654.6660000011,23374.57359999834,25812.177839998432,22943.027839998646,22943.027839998646,22943.027839998646,22201.267839998687,22201.267839998687,26144.850759998746,-978784.6617600016,16348.25259999864,-972706.8717800028,-982567.8286000015,16547.077359998962,-987679.5108800017,-984075.4225600014,-973828.7344000015,-988660.1210400007,23643.887639998517,-980121.2740800016,-983396.1200400011,17065.48983999902,37624.13903999691,34694.95883999797,41137.099639997774,48215.05823999618,53276.437359997515,43573.079199997876,19102.200779999137,51474.10139999761,30770.414719998633,34034.426219998415,34211.0555799987,34034.426219998415,34034.426219998415,34034.426219998415,34211.0555799987,34211.0555799987,37004.7145799985,37004.7145799985,37004.7145799985,37004.7145799985,17307.37903999914,35515.46499999828,35702.75061999829,35702.75061999829,35702.75061999829,47087.16001999752,47087.16001999752,24860.45777999874,53462.731019997205,53462.731019997205,35629.12061999849,33338.59677999853,54062.29215999761,34731.86841999884,29586.232199998645,30618.45525999887,56623.50671999702,28741.22823999854,56721.50595999797,54950.43691999758,28103.525119998874,68772.15725999736,40897.57839999809,29836.169459998688,70222.87073999735,59307.101099998064,29803.602939998986,37995.60440000078,25092.625320000603,29273.991239999566,46451.968159998345,23656.28151999946,35728.00813999874,59056.0534399989,58148.52021999891,48415.335639998855,49406.48707999885,47199.29989999859,42149.92569999851,48391.81288000059,42149.92569999851,32164.158639999056,47199.29989999859,47199.29989999859,47199.29989999859,47199.29989999859,38475.565919999055,47199.29989999859,32103.55843999908,47690.63359999859,47690.63359999859,47690.63359999859,32999.151999999034,47690.63359999859,52018.75308000069,30975.665239999977,50805.54712000068,45313.66887999927,48754.165000000576,50744.832880000526,59950.94172000034,52044.53940000033,28821.001079999758,63911.45160000029,51306.50728000032,61450.29999999992,59369.02999999963,43985.22999999973,53346.589999999924,27692.520000000306,8021.286700000114,56705.89000000034,66935.46000000117,66935.46000000117,66935.46000000117,31970.520000000382,47798.96756000093,59487.170000001126,41107.06000000045,51138.550000001116,26700.067360000965,53892.160000000484,59920.74000000116,56734.71000000145,28269.2371600008,56247.08000000151,22110.720000000543,42727.01736000136,58660.630000001605,54156.12000000121,54756.950000001234,54156.12000000121,44537.63140000116,48641.93000000086,47084.830000000926,43204.277360001586,34125.63000000067,65139.77000000154,68479.60000000102,40387.62948000065,62908.36000000119,58539.190000001676,65174.32000000146,29873.903520000702,59068.39000000144,50967.030000001425,59068.39000000144,42864.790000001034,-997534.9510799998,48073.50000000084,-999622.37,58539.190000001676,38000.230000000745,55286.52000000159,49367.38000000097,-999853.9299999999,37324.34332000107,-997388.8988399999,44248.88724000058,39967.40000000065,26839.33999999968,5530.409180000061,34331.64000000093,38020.20000000073,20593.71000000048,26825.645439999702,-998834.6,3203.8062000000946,47687.4047200003,24898.79524000022,32369.480000000796,71432.83000000138,64140.83076000022,35666.856120000804,34173.73000000068,56949.526320000536,53899.50564000105,82457.1942800007,-996866.0615199999,49677.632920000935,97737.0435600008,-1998867.48334,82937.02000000325,55668.300000002244,104494.67000000273,68492.8800000023,65717.11000000229,19004.3600000001,61772.30412000258,-1998954.54722,58258.88008000269,59692.74220000213,-972719.758399999,73877.71000000286,-1999584.70264,55807.97028000252,78334.40000000334,67615.20776000402,66486.57180000385,6597.940000000224,-944072.3024399962,-956838.534439998,29481.877360000795,78741.42000000377,-964908.0430399973,66594.85180000358,-966244.1053199997,-944072.3024399962,-969775.0604199994,59008.72776000141,81498.48564000156,-960167.8211999993,83131.61000000148,-955256.3875800001,-965837.2430399999,49873.11000000007,58671.690000000744,73316.54968000071,-990021.96688,35444.61564000025,-961067.86436,43715.59140000105,-921436.342239996,82422.63000000146,53425.35352000059,-956386.5393999998,46360.469999999994,10572.710000000181,81382.39000000051,-969507.8600000003,49394.889480000886,66049.15660000186,-958958.6519600004,60798.86064000208,-964836.280219999,-981407.6699999998,65449.17584000126,-972602.0756000004,78334.40000000334,-956492.1862799977,85671.4269600015,93087.36504000462,12272.800000000048,52497.5382400016,83814.61504000124,63200.88696000114,5026.2768000000515,21971.099999999948,91919.74696000176,53291.47291999973,38354.41999999929,75305.65696000164,9583.11999999993,63591.1848399993,95812.25696000225,186075.40000000165,129574.89606000154,129574.89606000154,132794.58854000163,91790.32928000047,42974.67999999944,85082.85746000038,88773.27680000043,11776.848559999895],"type":"scatter"}], {"title":{"text":"参数切片 — InpAtrSLMult"},"template":{"data":{"barpolar":[{"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"type":"carpet"}],"choropleth":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"choropleth"}],"contourcarpet":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"contourcarpet"}],"contour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"contour"}],"heatmap":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmap"}],"histogram2dcontour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2dcontour"}],"histogram2d":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2d"}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"mesh3d":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"mesh3d"}],"parcoords":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"parcoords"}],"pie":[{"automargin":true,"type":"pie"}],"scatter3d":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatter3d"}],"scattercarpet":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattercarpet"}],"scattergeo":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergeo"}],"scattergl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergl"}],"scattermapbox":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermapbox"}],"scattermap":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermap"}],"scatterpolargl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolargl"}],"scatterpolar":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolar"}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"scatterternary":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterternary"}],"surface":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"surface"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}]},"layout":{"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"autotypenumbers":"strict","coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]],"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]},"colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"geo":{"bgcolor":"white","lakecolor":"white","landcolor":"white","showlakes":true,"showland":true,"subunitcolor":"#C8D4E3"},"hoverlabel":{"align":"left"},"hovermode":"closest","mapbox":{"style":"light"},"paper_bgcolor":"white","plot_bgcolor":"white","polar":{"angularaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""},"bgcolor":"white","radialaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""}},"scene":{"xaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"yaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"zaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"ternary":{"aaxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"baxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"bgcolor":"white","caxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""}},"title":{"x":0.05},"xaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2},"yaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2}}},"xaxis":{"title":{"text":"InpAtrSLMult"}},"yaxis":{"title":{"text":"目标值 Objective (score)"}},"font":{"family":"Microsoft YaHei, Arial, sans-serif","size":12,"color":"#222"},"margin":{"l":60,"r":40,"t":60,"b":60},"height":420,"width":900}, {"responsive": true} ) }; </script> </div></section>
<section class="chart"><h2>切片 — InpAtrTPMult</h2><div style="height:420px; width:900px;"> <div id="slice-InpAtrTPMult" class="plotly-graph-div" style="height:100%; width:100%;"></div> <script> window.PLOTLYENV=window.PLOTLYENV || {}; if (document.getElementById("slice-InpAtrTPMult")) { Plotly.newPlot( "slice-InpAtrTPMult", [{"marker":{"color":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499],"colorbar":{"title":{"text":"Trial"},"x":1.0,"xpad":40},"colorscale":[[0.0,"rgb(247,251,255)"],[0.125,"rgb(222,235,247)"],[0.25,"rgb(198,219,239)"],[0.375,"rgb(158,202,225)"],[0.5,"rgb(107,174,214)"],[0.625,"rgb(66,146,198)"],[0.75,"rgb(33,113,181)"],[0.875,"rgb(8,81,156)"],[1.0,"rgb(8,48,107)"]],"line":{"color":"Grey","width":0.5}},"mode":"markers","name":"Feasible Trial","showlegend":false,"x":[1.0,2.8,1.9,1.8,2.0,1.0,3.7,2.6,4.0,2.5,3.2,1.7000000000000002,2.9000000000000004,1.6,2.3,3.2,1.4,2.2,2.2,2.9000000000000004,3.4000000000000004,2.7,2.2,1.3,1.9,2.4000000000000004,2.1,2.8,3.1,1.5,2.4000000000000004,2.0,1.8,1.2,1.9,1.8,2.0,1.1,1.6,2.6,3.5,2.8,2.5,2.5,2.1,1.8,2.2,2.1,1.6,1.9,2.3,2.1,1.7000000000000002,3.9000000000000004,1.7000000000000002,1.4,1.3,1.4,1.7000000000000002,1.5,1.0,1.7000000000000002,1.7000000000000002,1.5,1.4,1.3,1.7000000000000002,2.0,2.1,2.1,2.3,2.0,2.0,2.0,1.9,2.1,2.1,2.3,2.0,2.1,2.4000000000000004,1.9,2.2,2.2,2.2,2.2,2.4000000000000004,2.4000000000000004,2.6,2.6,2.4000000000000004,2.3,2.3,2.0,2.3,2.5,2.5,2.3,2.7,2.7,2.7,2.9000000000000004,2.9000000000000004,3.0,2.8,2.7,2.7,3.0,2.5,2.7,2.8,2.6,2.6,2.6,2.6,2.9000000000000004,3.2,2.9000000000000004,2.9000000000000004,2.9000000000000004,3.0,3.1,3.0,3.3000000000000003,3.3000000000000003,3.1,3.0,3.5,3.1,3.3000000000000003,3.0,3.0,3.2,3.2,3.2,3.3000000000000003,3.4000000000000004,3.0,3.3000000000000003,3.1,3.1,3.2,3.4000000000000004,3.0,3.2,2.8,2.8,3.0,3.6,2.8,2.9000000000000004,3.3000000000000003,3.3000000000000003,3.1,3.0,3.3000000000000003,3.4000000000000004,2.6,2.9000000000000004,2.9000000000000004,3.1,3.2,3.2,3.4000000000000004,3.5,3.4000000000000004,3.6,3.4000000000000004,3.3000000000000003,3.4000000000000004,3.4000000000000004,3.5,3.6,3.8000000000000003,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.8000000000000003,4.0,4.0,3.9000000000000004,4.0,3.9000000000000004,4.0,4.0,4.0,3.9000000000000004,3.8000000000000003,4.0,4.0,4.0,3.8000000000000003,3.8000000000000003,4.0,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.6,3.5,3.6,3.5,3.6,3.5,3.6,3.5,3.5,3.5,3.6,3.5,3.6,3.6,3.6,3.7,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.7,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,4.0,4.0,4.0,3.9000000000000004,4.0,3.9000000000000004,3.9000000000000004,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.9000000000000004,4.0,3.8000000000000003,3.9000000000000004,4.0,3.8000000000000003,3.9000000000000004,4.0,4.0,4.0,4.0,4.0,4.0,4.0,3.8000000000000003,3.7,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,1.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,1.1,4.0,3.9000000000000004,4.0,3.9000000000000004,4.0,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,4.0,3.9000000000000004,4.0,3.9000000000000004,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0],"y":[-999772.99364,120.66211999998848,-999894.24364,-996305.5361800002,-999554.45256,-1000089.7,-999961.28,-2000248.34,-999900.51172,-1999158.24,-2000022.6,-999558.3398,-998972.8517199999,-1000295.4196,-1000041.37636,-1000048.41,-1999996.24,-991035.5641399997,-999436.3909,-2000024.65,-999729.09876,-2000874.72456,-998734.21154,-999698.6964799999,-994324.0484199999,-1998179.9629000002,-1997594.1113000005,-997988.68772,-999972.42576,-1999576.24192,-1000105.72644,-2000051.5431,-2000934.31648,-2000685.913,-999550.5288,-998508.39,-1999728.1076,-999957.58,-998932.3328399999,-1999914.2200000002,-998637.4424,-998778.8672,-997962.3037599999,-2000187.3154799999,-997650.8213199999,-998805.0593999999,-1000189.8041599999,1495.5280799999778,-999326.55664,-999467.94274,-2000045.54,360.05404000001175,245.54211999999222,-999842.60788,109.06807999999901,64.53403999999405,-1000000.65596,-999937.79596,-2000011.9,-999981.29596,-1000002.32,444.2461600000009,-999881.92,-999968.33596,-999172.79576,-999857.36172,-999959.6578800001,221.5040400000102,786.496159999989,-999286.84576,-999685.87416,763.6361600000075,953.4165200000093,979.9407600000084,-998595.16766,1221.8767600000142,-997786.94504,-997207.0707800001,-999440.80698,-1000011.6799999999,-999050.31,-999804.61788,651.7240400000255,863.5380800000083,-999649.60768,-999219.14712,736.354040000007,1214.8800000000979,-997290.5800000001,-996503.3343999998,-997829.5796,2060.664959999975,4474.108059999959,3810.77627999991,-997678.3581800001,5462.288019999857,-996708.8433000001,-996939.0805800001,1428.262520000003,-998988.84344,3051.954620000012,4025.7082000000546,-995257.2328199998,-999269.2572799999,-993551.5135800001,2535.104200000029,-997107.9996799999,-999302.46636,-999440.47112,-998000.53556,-999220.30496,8977.090659999933,6591.239200000074,6312.940379999856,-994146.83702,4544.199720000042,-995169.1599200001,8243.505999999841,9798.099919999984,-987165.9990600003,9073.770619999965,9687.737479999963,6103.548560000041,7688.22447999997,-996013.25708,-992859.5243599998,-994980.63506,1866.8567400000038,-991101.3715200002,-996386.5503799999,5511.553920000145,6449.1191800002525,6177.401020000168,5124.449300000169,5075.939300000187,7939.5333800001345,-995733.4409199998,-995207.6809200001,-996262.86842,-994346.9171999998,-996647.02012,5140.43930000016,-998064.1443599999,3164.564680000096,-994463.8610199998,11910.18978000021,-996784.31216,-992547.4903599998,-998485.6600000003,-994698.4584199999,-999177.60536,8101.07890000027,-995568.25416,-997251.87102,-991846.7616600002,1281.456360000026,784.7499999999454,-995430.5769399999,-996146.8150399999,-995765.0461399999,-996771.0501199999,5981.250480000143,5616.017380000034,8332.524299999988,-999247.42634,8356.085799999913,2981.4740000000443,-996164.0568600001,8313.936780000064,13607.423999999737,-991548.63618,13693.588020000247,13491.088020000188,18638.696079999987,18432.201100000282,14770.817979999261,-989472.3957600005,-989546.3174400004,10720.230280000023,8701.344120000258,13374.547520000104,8901.539220000086,18501.74850000046,13574.369300000191,17449.33706000096,11222.07312000004,15462.26673999952,-988180.9771400001,-989761.2452000002,11222.07312000004,13260.25791999994,-991801.3619200003,11996.065739999709,-989209.2094600005,-994533.5639599999,24932.331079999898,24932.331079999898,19986.753639999755,17320.199139999124,23396.827619998432,17547.686679999126,16172.2548399992,17265.60907999953,17265.60907999953,14066.280739999233,14918.471139999252,15128.756419999072,13963.59237999911,26453.604359998353,26038.72621999852,26038.72621999852,26038.72621999852,25094.19587999843,21417.425959998596,21417.425959998596,20854.090199998504,20578.790199998493,21218.568339998415,21218.568339998415,21218.568339998415,16497.601999998573,21520.367999998576,22808.46279999812,32627.72227999797,32627.72227999797,-988589.1495200008,26371.872519998095,24130.15847999824,24130.15847999824,27391.961559998093,24130.15847999824,24130.15847999824,23295.190599998747,25038.00237999858,-984654.6660000011,23374.57359999834,25812.177839998432,22943.027839998646,22943.027839998646,22943.027839998646,22201.267839998687,22201.267839998687,26144.850759998746,-978784.6617600016,16348.25259999864,-972706.8717800028,-982567.8286000015,16547.077359998962,-987679.5108800017,-984075.4225600014,-973828.7344000015,-988660.1210400007,23643.887639998517,-980121.2740800016,-983396.1200400011,17065.48983999902,37624.13903999691,34694.95883999797,41137.099639997774,48215.05823999618,53276.437359997515,43573.079199997876,19102.200779999137,51474.10139999761,30770.414719998633,34034.426219998415,34211.0555799987,34034.426219998415,34034.426219998415,34034.426219998415,34211.0555799987,34211.0555799987,37004.7145799985,37004.7145799985,37004.7145799985,37004.7145799985,17307.37903999914,35515.46499999828,35702.75061999829,35702.75061999829,35702.75061999829,47087.16001999752,47087.16001999752,24860.45777999874,53462.731019997205,53462.731019997205,35629.12061999849,33338.59677999853,54062.29215999761,34731.86841999884,29586.232199998645,30618.45525999887,56623.50671999702,28741.22823999854,56721.50595999797,54950.43691999758,28103.525119998874,68772.15725999736,40897.57839999809,29836.169459998688,70222.87073999735,59307.101099998064,29803.602939998986,37995.60440000078,25092.625320000603,29273.991239999566,46451.968159998345,23656.28151999946,35728.00813999874,59056.0534399989,58148.52021999891,48415.335639998855,49406.48707999885,47199.29989999859,42149.92569999851,48391.81288000059,42149.92569999851,32164.158639999056,47199.29989999859,47199.29989999859,47199.29989999859,47199.29989999859,38475.565919999055,47199.29989999859,32103.55843999908,47690.63359999859,47690.63359999859,47690.63359999859,32999.151999999034,47690.63359999859,52018.75308000069,30975.665239999977,50805.54712000068,45313.66887999927,48754.165000000576,50744.832880000526,59950.94172000034,52044.53940000033,28821.001079999758,63911.45160000029,51306.50728000032,61450.29999999992,59369.02999999963,43985.22999999973,53346.589999999924,27692.520000000306,8021.286700000114,56705.89000000034,66935.46000000117,66935.46000000117,66935.46000000117,31970.520000000382,47798.96756000093,59487.170000001126,41107.06000000045,51138.550000001116,26700.067360000965,53892.160000000484,59920.74000000116,56734.71000000145,28269.2371600008,56247.08000000151,22110.720000000543,42727.01736000136,58660.630000001605,54156.12000000121,54756.950000001234,54156.12000000121,44537.63140000116,48641.93000000086,47084.830000000926,43204.277360001586,34125.63000000067,65139.77000000154,68479.60000000102,40387.62948000065,62908.36000000119,58539.190000001676,65174.32000000146,29873.903520000702,59068.39000000144,50967.030000001425,59068.39000000144,42864.790000001034,-997534.9510799998,48073.50000000084,-999622.37,58539.190000001676,38000.230000000745,55286.52000000159,49367.38000000097,-999853.9299999999,37324.34332000107,-997388.8988399999,44248.88724000058,39967.40000000065,26839.33999999968,5530.409180000061,34331.64000000093,38020.20000000073,20593.71000000048,26825.645439999702,-998834.6,3203.8062000000946,47687.4047200003,24898.79524000022,32369.480000000796,71432.83000000138,64140.83076000022,35666.856120000804,34173.73000000068,56949.526320000536,53899.50564000105,82457.1942800007,-996866.0615199999,49677.632920000935,97737.0435600008,-1998867.48334,82937.02000000325,55668.300000002244,104494.67000000273,68492.8800000023,65717.11000000229,19004.3600000001,61772.30412000258,-1998954.54722,58258.88008000269,59692.74220000213,-972719.758399999,73877.71000000286,-1999584.70264,55807.97028000252,78334.40000000334,67615.20776000402,66486.57180000385,6597.940000000224,-944072.3024399962,-956838.534439998,29481.877360000795,78741.42000000377,-964908.0430399973,66594.85180000358,-966244.1053199997,-944072.3024399962,-969775.0604199994,59008.72776000141,81498.48564000156,-960167.8211999993,83131.61000000148,-955256.3875800001,-965837.2430399999,49873.11000000007,58671.690000000744,73316.54968000071,-990021.96688,35444.61564000025,-961067.86436,43715.59140000105,-921436.342239996,82422.63000000146,53425.35352000059,-956386.5393999998,46360.469999999994,10572.710000000181,81382.39000000051,-969507.8600000003,49394.889480000886,66049.15660000186,-958958.6519600004,60798.86064000208,-964836.280219999,-981407.6699999998,65449.17584000126,-972602.0756000004,78334.40000000334,-956492.1862799977,85671.4269600015,93087.36504000462,12272.800000000048,52497.5382400016,83814.61504000124,63200.88696000114,5026.2768000000515,21971.099999999948,91919.74696000176,53291.47291999973,38354.41999999929,75305.65696000164,9583.11999999993,63591.1848399993,95812.25696000225,186075.40000000165,129574.89606000154,129574.89606000154,132794.58854000163,91790.32928000047,42974.67999999944,85082.85746000038,88773.27680000043,11776.848559999895],"type":"scatter"}], {"title":{"text":"参数切片 — InpAtrTPMult"},"template":{"data":{"barpolar":[{"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"type":"carpet"}],"choropleth":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"choropleth"}],"contourcarpet":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"contourcarpet"}],"contour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"contour"}],"heatmap":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmap"}],"histogram2dcontour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2dcontour"}],"histogram2d":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2d"}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"mesh3d":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"mesh3d"}],"parcoords":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"parcoords"}],"pie":[{"automargin":true,"type":"pie"}],"scatter3d":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatter3d"}],"scattercarpet":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattercarpet"}],"scattergeo":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergeo"}],"scattergl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergl"}],"scattermapbox":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermapbox"}],"scattermap":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermap"}],"scatterpolargl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolargl"}],"scatterpolar":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolar"}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"scatterternary":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterternary"}],"surface":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"surface"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}]},"layout":{"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"autotypenumbers":"strict","coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]],"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]},"colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"geo":{"bgcolor":"white","lakecolor":"white","landcolor":"white","showlakes":true,"showland":true,"subunitcolor":"#C8D4E3"},"hoverlabel":{"align":"left"},"hovermode":"closest","mapbox":{"style":"light"},"paper_bgcolor":"white","plot_bgcolor":"white","polar":{"angularaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""},"bgcolor":"white","radialaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""}},"scene":{"xaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"yaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"zaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"ternary":{"aaxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"baxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"bgcolor":"white","caxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""}},"title":{"x":0.05},"xaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2},"yaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2}}},"xaxis":{"title":{"text":"InpAtrTPMult"}},"yaxis":{"title":{"text":"目标值 Objective (score)"}},"font":{"family":"Microsoft YaHei, Arial, sans-serif","size":12,"color":"#222"},"margin":{"l":60,"r":40,"t":60,"b":60},"height":420,"width":900}, {"responsive": true} ) }; </script> </div></section>
<section class="chart"><h2>切片 — InpBreakEvenPoints</h2><div style="height:420px; width:900px;"> <div id="slice-InpBreakEvenPoints" class="plotly-graph-div" style="height:100%; width:100%;"></div> <script> window.PLOTLYENV=window.PLOTLYENV || {}; if (document.getElementById("slice-InpBreakEvenPoints")) { Plotly.newPlot( "slice-InpBreakEvenPoints", [{"marker":{"color":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499],"colorbar":{"title":{"text":"Trial"},"x":1.0,"xpad":40},"colorscale":[[0.0,"rgb(247,251,255)"],[0.125,"rgb(222,235,247)"],[0.25,"rgb(198,219,239)"],[0.375,"rgb(158,202,225)"],[0.5,"rgb(107,174,214)"],[0.625,"rgb(66,146,198)"],[0.75,"rgb(33,113,181)"],[0.875,"rgb(8,81,156)"],[1.0,"rgb(8,48,107)"]],"line":{"color":"Grey","width":0.5}},"mode":"markers","name":"Feasible Trial","showlegend":false,"x":[300.0,60.0,180.0,190.0,60.0,210.0,190.0,230.0,110.0,100.0,290.0,140.0,50.0,250.0,150.0,90.0,150.0,270.0,260.0,260.0,120.0,180.0,220.0,80.0,240.0,280.0,240.0,270.0,300.0,210.0,300.0,200.0,240.0,160.0,270.0,70.0,230.0,170.0,130.0,190.0,280.0,270.0,250.0,250.0,220.0,210.0,230.0,50.0,50.0,100.0,70.0,60.0,50.0,60.0,50.0,50.0,50.0,80.0,60.0,70.0,90.0,50.0,50.0,60.0,80.0,60.0,90.0,50.0,70.0,70.0,110.0,50.0,60.0,70.0,80.0,70.0,70.0,100.0,90.0,60.0,80.0,70.0,60.0,60.0,70.0,80.0,60.0,60.0,60.0,110.0,90.0,60.0,70.0,70.0,70.0,80.0,100.0,80.0,80.0,80.0,90.0,90.0,120.0,90.0,100.0,90.0,90.0,120.0,90.0,110.0,80.0,70.0,80.0,100.0,100.0,100.0,100.0,90.0,120.0,130.0,110.0,110.0,120.0,130.0,140.0,130.0,120.0,120.0,140.0,110.0,130.0,130.0,130.0,150.0,150.0,130.0,140.0,130.0,130.0,160.0,120.0,110.0,110.0,120.0,140.0,130.0,130.0,130.0,120.0,140.0,110.0,110.0,130.0,120.0,120.0,110.0,130.0,140.0,110.0,100.0,150.0,110.0,120.0,120.0,120.0,110.0,100.0,110.0,110.0,100.0,100.0,110.0,110.0,110.0,110.0,110.0,110.0,110.0,110.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,90.0,90.0,100.0,100.0,100.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,80.0,80.0,70.0,80.0,70.0,60.0,70.0,70.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,60.0,60.0,60.0,50.0,60.0,50.0,50.0,60.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,60.0,50.0,50.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,290.0,60.0,50.0,50.0,60.0,50.0,50.0,60.0,50.0,180.0,60.0,50.0,60.0,50.0,50.0,60.0,50.0,60.0,50.0,50.0,60.0,60.0,50.0,50.0,60.0,60.0,60.0,60.0,50.0,50.0,50.0,50.0,50.0,220.0,50.0,60.0,50.0,50.0,50.0,50.0,50.0,200.0,50.0,50.0,60.0,50.0,260.0,50.0,60.0,60.0,60.0,60.0,60.0,70.0,60.0,60.0,70.0,60.0,70.0,60.0,70.0,60.0,60.0,70.0,60.0,70.0,70.0,60.0,60.0,60.0,70.0,60.0,70.0,60.0,60.0,60.0,60.0,70.0,60.0,60.0,60.0,70.0,60.0,60.0,70.0,60.0,70.0,60.0,60.0,70.0,60.0,70.0,60.0,60.0,60.0,70.0,60.0,60.0,60.0,70.0,60.0,70.0,70.0,60.0,70.0,60.0,60.0,60.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0],"y":[-999772.99364,120.66211999998848,-999894.24364,-996305.5361800002,-999554.45256,-1000089.7,-999961.28,-2000248.34,-999900.51172,-1999158.24,-2000022.6,-999558.3398,-998972.8517199999,-1000295.4196,-1000041.37636,-1000048.41,-1999996.24,-991035.5641399997,-999436.3909,-2000024.65,-999729.09876,-2000874.72456,-998734.21154,-999698.6964799999,-994324.0484199999,-1998179.9629000002,-1997594.1113000005,-997988.68772,-999972.42576,-1999576.24192,-1000105.72644,-2000051.5431,-2000934.31648,-2000685.913,-999550.5288,-998508.39,-1999728.1076,-999957.58,-998932.3328399999,-1999914.2200000002,-998637.4424,-998778.8672,-997962.3037599999,-2000187.3154799999,-997650.8213199999,-998805.0593999999,-1000189.8041599999,1495.5280799999778,-999326.55664,-999467.94274,-2000045.54,360.05404000001175,245.54211999999222,-999842.60788,109.06807999999901,64.53403999999405,-1000000.65596,-999937.79596,-2000011.9,-999981.29596,-1000002.32,444.2461600000009,-999881.92,-999968.33596,-999172.79576,-999857.36172,-999959.6578800001,221.5040400000102,786.496159999989,-999286.84576,-999685.87416,763.6361600000075,953.4165200000093,979.9407600000084,-998595.16766,1221.8767600000142,-997786.94504,-997207.0707800001,-999440.80698,-1000011.6799999999,-999050.31,-999804.61788,651.7240400000255,863.5380800000083,-999649.60768,-999219.14712,736.354040000007,1214.8800000000979,-997290.5800000001,-996503.3343999998,-997829.5796,2060.664959999975,4474.108059999959,3810.77627999991,-997678.3581800001,5462.288019999857,-996708.8433000001,-996939.0805800001,1428.262520000003,-998988.84344,3051.954620000012,4025.7082000000546,-995257.2328199998,-999269.2572799999,-993551.5135800001,2535.104200000029,-997107.9996799999,-999302.46636,-999440.47112,-998000.53556,-999220.30496,8977.090659999933,6591.239200000074,6312.940379999856,-994146.83702,4544.199720000042,-995169.1599200001,8243.505999999841,9798.099919999984,-987165.9990600003,9073.770619999965,9687.737479999963,6103.548560000041,7688.22447999997,-996013.25708,-992859.5243599998,-994980.63506,1866.8567400000038,-991101.3715200002,-996386.5503799999,5511.553920000145,6449.1191800002525,6177.401020000168,5124.449300000169,5075.939300000187,7939.5333800001345,-995733.4409199998,-995207.6809200001,-996262.86842,-994346.9171999998,-996647.02012,5140.43930000016,-998064.1443599999,3164.564680000096,-994463.8610199998,11910.18978000021,-996784.31216,-992547.4903599998,-998485.6600000003,-994698.4584199999,-999177.60536,8101.07890000027,-995568.25416,-997251.87102,-991846.7616600002,1281.456360000026,784.7499999999454,-995430.5769399999,-996146.8150399999,-995765.0461399999,-996771.0501199999,5981.250480000143,5616.017380000034,8332.524299999988,-999247.42634,8356.085799999913,2981.4740000000443,-996164.0568600001,8313.936780000064,13607.423999999737,-991548.63618,13693.588020000247,13491.088020000188,18638.696079999987,18432.201100000282,14770.817979999261,-989472.3957600005,-989546.3174400004,10720.230280000023,8701.344120000258,13374.547520000104,8901.539220000086,18501.74850000046,13574.369300000191,17449.33706000096,11222.07312000004,15462.26673999952,-988180.9771400001,-989761.2452000002,11222.07312000004,13260.25791999994,-991801.3619200003,11996.065739999709,-989209.2094600005,-994533.5639599999,24932.331079999898,24932.331079999898,19986.753639999755,17320.199139999124,23396.827619998432,17547.686679999126,16172.2548399992,17265.60907999953,17265.60907999953,14066.280739999233,14918.471139999252,15128.756419999072,13963.59237999911,26453.604359998353,26038.72621999852,26038.72621999852,26038.72621999852,25094.19587999843,21417.425959998596,21417.425959998596,20854.090199998504,20578.790199998493,21218.568339998415,21218.568339998415,21218.568339998415,16497.601999998573,21520.367999998576,22808.46279999812,32627.72227999797,32627.72227999797,-988589.1495200008,26371.872519998095,24130.15847999824,24130.15847999824,27391.961559998093,24130.15847999824,24130.15847999824,23295.190599998747,25038.00237999858,-984654.6660000011,23374.57359999834,25812.177839998432,22943.027839998646,22943.027839998646,22943.027839998646,22201.267839998687,22201.267839998687,26144.850759998746,-978784.6617600016,16348.25259999864,-972706.8717800028,-982567.8286000015,16547.077359998962,-987679.5108800017,-984075.4225600014,-973828.7344000015,-988660.1210400007,23643.887639998517,-980121.2740800016,-983396.1200400011,17065.48983999902,37624.13903999691,34694.95883999797,41137.099639997774,48215.05823999618,53276.437359997515,43573.079199997876,19102.200779999137,51474.10139999761,30770.414719998633,34034.426219998415,34211.0555799987,34034.426219998415,34034.426219998415,34034.426219998415,34211.0555799987,34211.0555799987,37004.7145799985,37004.7145799985,37004.7145799985,37004.7145799985,17307.37903999914,35515.46499999828,35702.75061999829,35702.75061999829,35702.75061999829,47087.16001999752,47087.16001999752,24860.45777999874,53462.731019997205,53462.731019997205,35629.12061999849,33338.59677999853,54062.29215999761,34731.86841999884,29586.232199998645,30618.45525999887,56623.50671999702,28741.22823999854,56721.50595999797,54950.43691999758,28103.525119998874,68772.15725999736,40897.57839999809,29836.169459998688,70222.87073999735,59307.101099998064,29803.602939998986,37995.60440000078,25092.625320000603,29273.991239999566,46451.968159998345,23656.28151999946,35728.00813999874,59056.0534399989,58148.52021999891,48415.335639998855,49406.48707999885,47199.29989999859,42149.92569999851,48391.81288000059,42149.92569999851,32164.158639999056,47199.29989999859,47199.29989999859,47199.29989999859,47199.29989999859,38475.565919999055,47199.29989999859,32103.55843999908,47690.63359999859,47690.63359999859,47690.63359999859,32999.151999999034,47690.63359999859,52018.75308000069,30975.665239999977,50805.54712000068,45313.66887999927,48754.165000000576,50744.832880000526,59950.94172000034,52044.53940000033,28821.001079999758,63911.45160000029,51306.50728000032,61450.29999999992,59369.02999999963,43985.22999999973,53346.589999999924,27692.520000000306,8021.286700000114,56705.89000000034,66935.46000000117,66935.46000000117,66935.46000000117,31970.520000000382,47798.96756000093,59487.170000001126,41107.06000000045,51138.550000001116,26700.067360000965,53892.160000000484,59920.74000000116,56734.71000000145,28269.2371600008,56247.08000000151,22110.720000000543,42727.01736000136,58660.630000001605,54156.12000000121,54756.950000001234,54156.12000000121,44537.63140000116,48641.93000000086,47084.830000000926,43204.277360001586,34125.63000000067,65139.77000000154,68479.60000000102,40387.62948000065,62908.36000000119,58539.190000001676,65174.32000000146,29873.903520000702,59068.39000000144,50967.030000001425,59068.39000000144,42864.790000001034,-997534.9510799998,48073.50000000084,-999622.37,58539.190000001676,38000.230000000745,55286.52000000159,49367.38000000097,-999853.9299999999,37324.34332000107,-997388.8988399999,44248.88724000058,39967.40000000065,26839.33999999968,5530.409180000061,34331.64000000093,38020.20000000073,20593.71000000048,26825.645439999702,-998834.6,3203.8062000000946,47687.4047200003,24898.79524000022,32369.480000000796,71432.83000000138,64140.83076000022,35666.856120000804,34173.73000000068,56949.526320000536,53899.50564000105,82457.1942800007,-996866.0615199999,49677.632920000935,97737.0435600008,-1998867.48334,82937.02000000325,55668.300000002244,104494.67000000273,68492.8800000023,65717.11000000229,19004.3600000001,61772.30412000258,-1998954.54722,58258.88008000269,59692.74220000213,-972719.758399999,73877.71000000286,-1999584.70264,55807.97028000252,78334.40000000334,67615.20776000402,66486.57180000385,6597.940000000224,-944072.3024399962,-956838.534439998,29481.877360000795,78741.42000000377,-964908.0430399973,66594.85180000358,-966244.1053199997,-944072.3024399962,-969775.0604199994,59008.72776000141,81498.48564000156,-960167.8211999993,83131.61000000148,-955256.3875800001,-965837.2430399999,49873.11000000007,58671.690000000744,73316.54968000071,-990021.96688,35444.61564000025,-961067.86436,43715.59140000105,-921436.342239996,82422.63000000146,53425.35352000059,-956386.5393999998,46360.469999999994,10572.710000000181,81382.39000000051,-969507.8600000003,49394.889480000886,66049.15660000186,-958958.6519600004,60798.86064000208,-964836.280219999,-981407.6699999998,65449.17584000126,-972602.0756000004,78334.40000000334,-956492.1862799977,85671.4269600015,93087.36504000462,12272.800000000048,52497.5382400016,83814.61504000124,63200.88696000114,5026.2768000000515,21971.099999999948,91919.74696000176,53291.47291999973,38354.41999999929,75305.65696000164,9583.11999999993,63591.1848399993,95812.25696000225,186075.40000000165,129574.89606000154,129574.89606000154,132794.58854000163,91790.32928000047,42974.67999999944,85082.85746000038,88773.27680000043,11776.848559999895],"type":"scatter"}], {"title":{"text":"参数切片 — InpBreakEvenPoints"},"template":{"data":{"barpolar":[{"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"type":"carpet"}],"choropleth":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"choropleth"}],"contourcarpet":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"contourcarpet"}],"contour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"contour"}],"heatmap":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmap"}],"histogram2dcontour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2dcontour"}],"histogram2d":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2d"}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"mesh3d":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"mesh3d"}],"parcoords":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"parcoords"}],"pie":[{"automargin":true,"type":"pie"}],"scatter3d":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatter3d"}],"scattercarpet":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattercarpet"}],"scattergeo":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergeo"}],"scattergl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergl"}],"scattermapbox":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermapbox"}],"scattermap":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermap"}],"scatterpolargl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolargl"}],"scatterpolar":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolar"}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"scatterternary":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterternary"}],"surface":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"surface"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}]},"layout":{"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"autotypenumbers":"strict","coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]],"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]},"colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"geo":{"bgcolor":"white","lakecolor":"white","landcolor":"white","showlakes":true,"showland":true,"subunitcolor":"#C8D4E3"},"hoverlabel":{"align":"left"},"hovermode":"closest","mapbox":{"style":"light"},"paper_bgcolor":"white","plot_bgcolor":"white","polar":{"angularaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""},"bgcolor":"white","radialaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""}},"scene":{"xaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"yaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"zaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"ternary":{"aaxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"baxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"bgcolor":"white","caxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""}},"title":{"x":0.05},"xaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2},"yaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2}}},"xaxis":{"title":{"text":"InpBreakEvenPoints"}},"yaxis":{"title":{"text":"目标值 Objective (score)"}},"font":{"family":"Microsoft YaHei, Arial, sans-serif","size":12,"color":"#222"},"margin":{"l":60,"r":40,"t":60,"b":60},"height":420,"width":900}, {"responsive": true} ) }; </script> </div></section>
<section class="chart"><h2>切片 — InpBreakEvenLock</h2><div style="height:420px; width:900px;"> <div id="slice-InpBreakEvenLock" class="plotly-graph-div" style="height:100%; width:100%;"></div> <script> window.PLOTLYENV=window.PLOTLYENV || {}; if (document.getElementById("slice-InpBreakEvenLock")) { Plotly.newPlot( "slice-InpBreakEvenLock", [{"marker":{"color":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499],"colorbar":{"title":{"text":"Trial"},"x":1.0,"xpad":40},"colorscale":[[0.0,"rgb(247,251,255)"],[0.125,"rgb(222,235,247)"],[0.25,"rgb(198,219,239)"],[0.375,"rgb(158,202,225)"],[0.5,"rgb(107,174,214)"],[0.625,"rgb(66,146,198)"],[0.75,"rgb(33,113,181)"],[0.875,"rgb(8,81,156)"],[1.0,"rgb(8,48,107)"]],"line":{"color":"Grey","width":0.5}},"mode":"markers","name":"Feasible Trial","showlegend":false,"x":[45,35,30,15,20,20,45,25,40,35,10,10,50,20,30,15,40,30,30,35,35,25,15,25,40,45,40,35,50,45,40,30,35,15,25,45,30,40,30,20,35,35,40,40,45,50,45,10,15,10,10,10,10,10,10,10,10,10,15,20,10,15,15,10,15,10,10,15,20,20,15,15,15,15,20,15,20,15,20,15,15,15,15,20,25,20,20,20,25,20,25,20,20,20,20,20,20,25,20,25,20,20,20,20,25,20,20,20,25,20,25,20,20,20,20,20,20,20,20,20,20,20,20,20,25,20,20,20,20,20,25,25,25,25,25,30,25,30,30,30,25,25,25,25,25,30,30,35,30,30,30,25,25,20,25,20,30,20,20,25,20,25,25,25,25,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,40,35,35,40,40,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,40,35,35,35,35,35,35,35,35,35,35,35,35,35,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,45,45,45,45,45,45,45,45,45,50,50,45,45,45,45,45,45,45,45,45,45,50,45,45,45,45,45,45,45,45,45,45,45,45,45,45,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50],"y":[-999772.99364,120.66211999998848,-999894.24364,-996305.5361800002,-999554.45256,-1000089.7,-999961.28,-2000248.34,-999900.51172,-1999158.24,-2000022.6,-999558.3398,-998972.8517199999,-1000295.4196,-1000041.37636,-1000048.41,-1999996.24,-991035.5641399997,-999436.3909,-2000024.65,-999729.09876,-2000874.72456,-998734.21154,-999698.6964799999,-994324.0484199999,-1998179.9629000002,-1997594.1113000005,-997988.68772,-999972.42576,-1999576.24192,-1000105.72644,-2000051.5431,-2000934.31648,-2000685.913,-999550.5288,-998508.39,-1999728.1076,-999957.58,-998932.3328399999,-1999914.2200000002,-998637.4424,-998778.8672,-997962.3037599999,-2000187.3154799999,-997650.8213199999,-998805.0593999999,-1000189.8041599999,1495.5280799999778,-999326.55664,-999467.94274,-2000045.54,360.05404000001175,245.54211999999222,-999842.60788,109.06807999999901,64.53403999999405,-1000000.65596,-999937.79596,-2000011.9,-999981.29596,-1000002.32,444.2461600000009,-999881.92,-999968.33596,-999172.79576,-999857.36172,-999959.6578800001,221.5040400000102,786.496159999989,-999286.84576,-999685.87416,763.6361600000075,953.4165200000093,979.9407600000084,-998595.16766,1221.8767600000142,-997786.94504,-997207.0707800001,-999440.80698,-1000011.6799999999,-999050.31,-999804.61788,651.7240400000255,863.5380800000083,-999649.60768,-999219.14712,736.354040000007,1214.8800000000979,-997290.5800000001,-996503.3343999998,-997829.5796,2060.664959999975,4474.108059999959,3810.77627999991,-997678.3581800001,5462.288019999857,-996708.8433000001,-996939.0805800001,1428.262520000003,-998988.84344,3051.954620000012,4025.7082000000546,-995257.2328199998,-999269.2572799999,-993551.5135800001,2535.104200000029,-997107.9996799999,-999302.46636,-999440.47112,-998000.53556,-999220.30496,8977.090659999933,6591.239200000074,6312.940379999856,-994146.83702,4544.199720000042,-995169.1599200001,8243.505999999841,9798.099919999984,-987165.9990600003,9073.770619999965,9687.737479999963,6103.548560000041,7688.22447999997,-996013.25708,-992859.5243599998,-994980.63506,1866.8567400000038,-991101.3715200002,-996386.5503799999,5511.553920000145,6449.1191800002525,6177.401020000168,5124.449300000169,5075.939300000187,7939.5333800001345,-995733.4409199998,-995207.6809200001,-996262.86842,-994346.9171999998,-996647.02012,5140.43930000016,-998064.1443599999,3164.564680000096,-994463.8610199998,11910.18978000021,-996784.31216,-992547.4903599998,-998485.6600000003,-994698.4584199999,-999177.60536,8101.07890000027,-995568.25416,-997251.87102,-991846.7616600002,1281.456360000026,784.7499999999454,-995430.5769399999,-996146.8150399999,-995765.0461399999,-996771.0501199999,5981.250480000143,5616.017380000034,8332.524299999988,-999247.42634,8356.085799999913,2981.4740000000443,-996164.0568600001,8313.936780000064,13607.423999999737,-991548.63618,13693.588020000247,13491.088020000188,18638.696079999987,18432.201100000282,14770.817979999261,-989472.3957600005,-989546.3174400004,10720.230280000023,8701.344120000258,13374.547520000104,8901.539220000086,18501.74850000046,13574.369300000191,17449.33706000096,11222.07312000004,15462.26673999952,-988180.9771400001,-989761.2452000002,11222.07312000004,13260.25791999994,-991801.3619200003,11996.065739999709,-989209.2094600005,-994533.5639599999,24932.331079999898,24932.331079999898,19986.753639999755,17320.199139999124,23396.827619998432,17547.686679999126,16172.2548399992,17265.60907999953,17265.60907999953,14066.280739999233,14918.471139999252,15128.756419999072,13963.59237999911,26453.604359998353,26038.72621999852,26038.72621999852,26038.72621999852,25094.19587999843,21417.425959998596,21417.425959998596,20854.090199998504,20578.790199998493,21218.568339998415,21218.568339998415,21218.568339998415,16497.601999998573,21520.367999998576,22808.46279999812,32627.72227999797,32627.72227999797,-988589.1495200008,26371.872519998095,24130.15847999824,24130.15847999824,27391.961559998093,24130.15847999824,24130.15847999824,23295.190599998747,25038.00237999858,-984654.6660000011,23374.57359999834,25812.177839998432,22943.027839998646,22943.027839998646,22943.027839998646,22201.267839998687,22201.267839998687,26144.850759998746,-978784.6617600016,16348.25259999864,-972706.8717800028,-982567.8286000015,16547.077359998962,-987679.5108800017,-984075.4225600014,-973828.7344000015,-988660.1210400007,23643.887639998517,-980121.2740800016,-983396.1200400011,17065.48983999902,37624.13903999691,34694.95883999797,41137.099639997774,48215.05823999618,53276.437359997515,43573.079199997876,19102.200779999137,51474.10139999761,30770.414719998633,34034.426219998415,34211.0555799987,34034.426219998415,34034.426219998415,34034.426219998415,34211.0555799987,34211.0555799987,37004.7145799985,37004.7145799985,37004.7145799985,37004.7145799985,17307.37903999914,35515.46499999828,35702.75061999829,35702.75061999829,35702.75061999829,47087.16001999752,47087.16001999752,24860.45777999874,53462.731019997205,53462.731019997205,35629.12061999849,33338.59677999853,54062.29215999761,34731.86841999884,29586.232199998645,30618.45525999887,56623.50671999702,28741.22823999854,56721.50595999797,54950.43691999758,28103.525119998874,68772.15725999736,40897.57839999809,29836.169459998688,70222.87073999735,59307.101099998064,29803.602939998986,37995.60440000078,25092.625320000603,29273.991239999566,46451.968159998345,23656.28151999946,35728.00813999874,59056.0534399989,58148.52021999891,48415.335639998855,49406.48707999885,47199.29989999859,42149.92569999851,48391.81288000059,42149.92569999851,32164.158639999056,47199.29989999859,47199.29989999859,47199.29989999859,47199.29989999859,38475.565919999055,47199.29989999859,32103.55843999908,47690.63359999859,47690.63359999859,47690.63359999859,32999.151999999034,47690.63359999859,52018.75308000069,30975.665239999977,50805.54712000068,45313.66887999927,48754.165000000576,50744.832880000526,59950.94172000034,52044.53940000033,28821.001079999758,63911.45160000029,51306.50728000032,61450.29999999992,59369.02999999963,43985.22999999973,53346.589999999924,27692.520000000306,8021.286700000114,56705.89000000034,66935.46000000117,66935.46000000117,66935.46000000117,31970.520000000382,47798.96756000093,59487.170000001126,41107.06000000045,51138.550000001116,26700.067360000965,53892.160000000484,59920.74000000116,56734.71000000145,28269.2371600008,56247.08000000151,22110.720000000543,42727.01736000136,58660.630000001605,54156.12000000121,54756.950000001234,54156.12000000121,44537.63140000116,48641.93000000086,47084.830000000926,43204.277360001586,34125.63000000067,65139.77000000154,68479.60000000102,40387.62948000065,62908.36000000119,58539.190000001676,65174.32000000146,29873.903520000702,59068.39000000144,50967.030000001425,59068.39000000144,42864.790000001034,-997534.9510799998,48073.50000000084,-999622.37,58539.190000001676,38000.230000000745,55286.52000000159,49367.38000000097,-999853.9299999999,37324.34332000107,-997388.8988399999,44248.88724000058,39967.40000000065,26839.33999999968,5530.409180000061,34331.64000000093,38020.20000000073,20593.71000000048,26825.645439999702,-998834.6,3203.8062000000946,47687.4047200003,24898.79524000022,32369.480000000796,71432.83000000138,64140.83076000022,35666.856120000804,34173.73000000068,56949.526320000536,53899.50564000105,82457.1942800007,-996866.0615199999,49677.632920000935,97737.0435600008,-1998867.48334,82937.02000000325,55668.300000002244,104494.67000000273,68492.8800000023,65717.11000000229,19004.3600000001,61772.30412000258,-1998954.54722,58258.88008000269,59692.74220000213,-972719.758399999,73877.71000000286,-1999584.70264,55807.97028000252,78334.40000000334,67615.20776000402,66486.57180000385,6597.940000000224,-944072.3024399962,-956838.534439998,29481.877360000795,78741.42000000377,-964908.0430399973,66594.85180000358,-966244.1053199997,-944072.3024399962,-969775.0604199994,59008.72776000141,81498.48564000156,-960167.8211999993,83131.61000000148,-955256.3875800001,-965837.2430399999,49873.11000000007,58671.690000000744,73316.54968000071,-990021.96688,35444.61564000025,-961067.86436,43715.59140000105,-921436.342239996,82422.63000000146,53425.35352000059,-956386.5393999998,46360.469999999994,10572.710000000181,81382.39000000051,-969507.8600000003,49394.889480000886,66049.15660000186,-958958.6519600004,60798.86064000208,-964836.280219999,-981407.6699999998,65449.17584000126,-972602.0756000004,78334.40000000334,-956492.1862799977,85671.4269600015,93087.36504000462,12272.800000000048,52497.5382400016,83814.61504000124,63200.88696000114,5026.2768000000515,21971.099999999948,91919.74696000176,53291.47291999973,38354.41999999929,75305.65696000164,9583.11999999993,63591.1848399993,95812.25696000225,186075.40000000165,129574.89606000154,129574.89606000154,132794.58854000163,91790.32928000047,42974.67999999944,85082.85746000038,88773.27680000043,11776.848559999895],"type":"scatter"}], {"title":{"text":"参数切片 — InpBreakEvenLock"},"template":{"data":{"barpolar":[{"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"type":"carpet"}],"choropleth":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"choropleth"}],"contourcarpet":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"contourcarpet"}],"contour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"contour"}],"heatmap":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmap"}],"histogram2dcontour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2dcontour"}],"histogram2d":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2d"}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"mesh3d":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"mesh3d"}],"parcoords":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"parcoords"}],"pie":[{"automargin":true,"type":"pie"}],"scatter3d":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatter3d"}],"scattercarpet":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattercarpet"}],"scattergeo":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergeo"}],"scattergl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergl"}],"scattermapbox":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermapbox"}],"scattermap":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermap"}],"scatterpolargl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolargl"}],"scatterpolar":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolar"}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"scatterternary":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterternary"}],"surface":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"surface"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}]},"layout":{"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"autotypenumbers":"strict","coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]],"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]},"colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"geo":{"bgcolor":"white","lakecolor":"white","landcolor":"white","showlakes":true,"showland":true,"subunitcolor":"#C8D4E3"},"hoverlabel":{"align":"left"},"hovermode":"closest","mapbox":{"style":"light"},"paper_bgcolor":"white","plot_bgcolor":"white","polar":{"angularaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""},"bgcolor":"white","radialaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""}},"scene":{"xaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"yaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"zaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"ternary":{"aaxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"baxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"bgcolor":"white","caxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""}},"title":{"x":0.05},"xaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2},"yaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2}}},"xaxis":{"title":{"text":"InpBreakEvenLock"}},"yaxis":{"title":{"text":"目标值 Objective (score)"}},"font":{"family":"Microsoft YaHei, Arial, sans-serif","size":12,"color":"#222"},"margin":{"l":60,"r":40,"t":60,"b":60},"height":420,"width":900}, {"responsive": true} ) }; </script> </div></section>
<section class="chart"><h2>切片 — InpTrailStartPoints</h2><div style="height:420px; width:900px;"> <div id="slice-InpTrailStartPoints" class="plotly-graph-div" style="height:100%; width:100%;"></div> <script> window.PLOTLYENV=window.PLOTLYENV || {}; if (document.getElementById("slice-InpTrailStartPoints")) { Plotly.newPlot( "slice-InpTrailStartPoints", [{"marker":{"color":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499],"colorbar":{"title":{"text":"Trial"},"x":1.0,"xpad":40},"colorscale":[[0.0,"rgb(247,251,255)"],[0.125,"rgb(222,235,247)"],[0.25,"rgb(198,219,239)"],[0.375,"rgb(158,202,225)"],[0.5,"rgb(107,174,214)"],[0.625,"rgb(66,146,198)"],[0.75,"rgb(33,113,181)"],[0.875,"rgb(8,81,156)"],[1.0,"rgb(8,48,107)"]],"line":{"color":"Grey","width":0.5}},"mode":"markers","name":"Feasible Trial","showlegend":false,"x":[160.0,150.0,150.0,340.0,200.0,250.0,370.0,400.0,330.0,150.0,260.0,100.0,300.0,230.0,320.0,100.0,200.0,290.0,290.0,190.0,270.0,340.0,360.0,400.0,300.0,230.0,300.0,130.0,240.0,180.0,280.0,370.0,320.0,350.0,310.0,380.0,340.0,220.0,170.0,130.0,270.0,130.0,120.0,120.0,150.0,150.0,200.0,160.0,250.0,170.0,380.0,150.0,160.0,210.0,160.0,160.0,170.0,140.0,160.0,110.0,190.0,140.0,160.0,140.0,180.0,150.0,180.0,140.0,140.0,110.0,140.0,140.0,120.0,120.0,100.0,120.0,120.0,110.0,130.0,100.0,120.0,130.0,140.0,140.0,140.0,110.0,130.0,130.0,120.0,130.0,100.0,150.0,120.0,120.0,120.0,110.0,110.0,100.0,110.0,110.0,120.0,120.0,130.0,110.0,120.0,150.0,150.0,100.0,150.0,170.0,130.0,120.0,110.0,110.0,110.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,110.0,100.0,110.0,110.0,100.0,100.0,100.0,100.0,100.0,110.0,110.0,110.0,100.0,110.0,100.0,100.0,110.0,100.0,110.0,100.0,120.0,110.0,100.0,110.0,120.0,100.0,100.0,110.0,100.0,120.0,100.0,110.0,100.0,120.0,110.0,100.0,100.0,100.0,100.0,110.0,120.0,110.0,130.0,130.0,130.0,130.0,130.0,130.0,130.0,130.0,130.0,140.0,130.0,130.0,130.0,130.0,130.0,130.0,130.0,140.0,140.0,140.0,140.0,140.0,140.0,140.0,150.0,150.0,140.0,150.0,150.0,160.0,160.0,160.0,160.0,160.0,160.0,160.0,170.0,170.0,170.0,170.0,170.0,170.0,170.0,170.0,180.0,180.0,180.0,190.0,190.0,190.0,190.0,190.0,190.0,190.0,190.0,190.0,190.0,190.0,200.0,200.0,200.0,200.0,200.0,200.0,210.0,200.0,210.0,200.0,200.0,210.0,210.0,210.0,210.0,210.0,200.0,200.0,220.0,200.0,220.0,200.0,210.0,200.0,210.0,200.0,180.0,220.0,180.0,200.0,210.0,220.0,230.0,230.0,240.0,240.0,240.0,240.0,230.0,240.0,250.0,240.0,240.0,240.0,250.0,250.0,250.0,250.0,250.0,250.0,250.0,240.0,240.0,240.0,240.0,240.0,240.0,260.0,240.0,240.0,240.0,260.0,250.0,250.0,250.0,250.0,230.0,230.0,260.0,230.0,230.0,270.0,260.0,260.0,280.0,270.0,280.0,270.0,270.0,270.0,280.0,280.0,280.0,270.0,270.0,290.0,290.0,290.0,300.0,310.0,300.0,310.0,290.0,290.0,290.0,290.0,290.0,290.0,290.0,290.0,290.0,290.0,310.0,290.0,290.0,300.0,280.0,280.0,270.0,270.0,270.0,270.0,270.0,270.0,270.0,270.0,270.0,270.0,270.0,270.0,260.0,270.0,260.0,260.0,260.0,260.0,260.0,270.0,260.0,280.0,270.0,260.0,260.0,260.0,260.0,260.0,260.0,260.0,270.0,260.0,260.0,260.0,270.0,270.0,260.0,260.0,280.0,270.0,280.0,280.0,270.0,280.0,280.0,280.0,270.0,280.0,270.0,270.0,270.0,270.0,280.0,280.0,280.0,280.0,270.0,270.0,280.0,270.0,280.0,270.0,270.0,280.0,260.0,280.0,270.0,270.0,260.0,280.0,260.0,270.0,270.0,280.0,280.0,280.0,280.0,280.0,280.0,270.0,280.0,390.0,270.0,270.0,270.0,270.0,270.0,260.0,260.0,260.0,260.0,260.0,250.0,260.0,250.0,260.0,260.0,250.0,260.0,250.0,250.0,250.0,250.0,250.0,260.0,250.0,360.0,250.0,250.0,250.0,250.0,250.0,260.0,260.0,250.0,250.0,250.0,260.0,250.0,260.0,260.0,250.0,260.0,250.0,260.0,260.0,260.0,250.0,260.0,250.0,260.0,260.0,250.0,260.0,260.0,250.0,260.0,250.0,260.0,240.0,260.0,260.0,240.0,240.0,240.0,230.0,240.0,240.0,240.0,240.0,230.0,230.0,230.0,230.0,230.0,220.0,220.0,220.0,220.0,220.0,220.0,220.0,220.0,220.0,220.0,230.0],"y":[-999772.99364,120.66211999998848,-999894.24364,-996305.5361800002,-999554.45256,-1000089.7,-999961.28,-2000248.34,-999900.51172,-1999158.24,-2000022.6,-999558.3398,-998972.8517199999,-1000295.4196,-1000041.37636,-1000048.41,-1999996.24,-991035.5641399997,-999436.3909,-2000024.65,-999729.09876,-2000874.72456,-998734.21154,-999698.6964799999,-994324.0484199999,-1998179.9629000002,-1997594.1113000005,-997988.68772,-999972.42576,-1999576.24192,-1000105.72644,-2000051.5431,-2000934.31648,-2000685.913,-999550.5288,-998508.39,-1999728.1076,-999957.58,-998932.3328399999,-1999914.2200000002,-998637.4424,-998778.8672,-997962.3037599999,-2000187.3154799999,-997650.8213199999,-998805.0593999999,-1000189.8041599999,1495.5280799999778,-999326.55664,-999467.94274,-2000045.54,360.05404000001175,245.54211999999222,-999842.60788,109.06807999999901,64.53403999999405,-1000000.65596,-999937.79596,-2000011.9,-999981.29596,-1000002.32,444.2461600000009,-999881.92,-999968.33596,-999172.79576,-999857.36172,-999959.6578800001,221.5040400000102,786.496159999989,-999286.84576,-999685.87416,763.6361600000075,953.4165200000093,979.9407600000084,-998595.16766,1221.8767600000142,-997786.94504,-997207.0707800001,-999440.80698,-1000011.6799999999,-999050.31,-999804.61788,651.7240400000255,863.5380800000083,-999649.60768,-999219.14712,736.354040000007,1214.8800000000979,-997290.5800000001,-996503.3343999998,-997829.5796,2060.664959999975,4474.108059999959,3810.77627999991,-997678.3581800001,5462.288019999857,-996708.8433000001,-996939.0805800001,1428.262520000003,-998988.84344,3051.954620000012,4025.7082000000546,-995257.2328199998,-999269.2572799999,-993551.5135800001,2535.104200000029,-997107.9996799999,-999302.46636,-999440.47112,-998000.53556,-999220.30496,8977.090659999933,6591.239200000074,6312.940379999856,-994146.83702,4544.199720000042,-995169.1599200001,8243.505999999841,9798.099919999984,-987165.9990600003,9073.770619999965,9687.737479999963,6103.548560000041,7688.22447999997,-996013.25708,-992859.5243599998,-994980.63506,1866.8567400000038,-991101.3715200002,-996386.5503799999,5511.553920000145,6449.1191800002525,6177.401020000168,5124.449300000169,5075.939300000187,7939.5333800001345,-995733.4409199998,-995207.6809200001,-996262.86842,-994346.9171999998,-996647.02012,5140.43930000016,-998064.1443599999,3164.564680000096,-994463.8610199998,11910.18978000021,-996784.31216,-992547.4903599998,-998485.6600000003,-994698.4584199999,-999177.60536,8101.07890000027,-995568.25416,-997251.87102,-991846.7616600002,1281.456360000026,784.7499999999454,-995430.5769399999,-996146.8150399999,-995765.0461399999,-996771.0501199999,5981.250480000143,5616.017380000034,8332.524299999988,-999247.42634,8356.085799999913,2981.4740000000443,-996164.0568600001,8313.936780000064,13607.423999999737,-991548.63618,13693.588020000247,13491.088020000188,18638.696079999987,18432.201100000282,14770.817979999261,-989472.3957600005,-989546.3174400004,10720.230280000023,8701.344120000258,13374.547520000104,8901.539220000086,18501.74850000046,13574.369300000191,17449.33706000096,11222.07312000004,15462.26673999952,-988180.9771400001,-989761.2452000002,11222.07312000004,13260.25791999994,-991801.3619200003,11996.065739999709,-989209.2094600005,-994533.5639599999,24932.331079999898,24932.331079999898,19986.753639999755,17320.199139999124,23396.827619998432,17547.686679999126,16172.2548399992,17265.60907999953,17265.60907999953,14066.280739999233,14918.471139999252,15128.756419999072,13963.59237999911,26453.604359998353,26038.72621999852,26038.72621999852,26038.72621999852,25094.19587999843,21417.425959998596,21417.425959998596,20854.090199998504,20578.790199998493,21218.568339998415,21218.568339998415,21218.568339998415,16497.601999998573,21520.367999998576,22808.46279999812,32627.72227999797,32627.72227999797,-988589.1495200008,26371.872519998095,24130.15847999824,24130.15847999824,27391.961559998093,24130.15847999824,24130.15847999824,23295.190599998747,25038.00237999858,-984654.6660000011,23374.57359999834,25812.177839998432,22943.027839998646,22943.027839998646,22943.027839998646,22201.267839998687,22201.267839998687,26144.850759998746,-978784.6617600016,16348.25259999864,-972706.8717800028,-982567.8286000015,16547.077359998962,-987679.5108800017,-984075.4225600014,-973828.7344000015,-988660.1210400007,23643.887639998517,-980121.2740800016,-983396.1200400011,17065.48983999902,37624.13903999691,34694.95883999797,41137.099639997774,48215.05823999618,53276.437359997515,43573.079199997876,19102.200779999137,51474.10139999761,30770.414719998633,34034.426219998415,34211.0555799987,34034.426219998415,34034.426219998415,34034.426219998415,34211.0555799987,34211.0555799987,37004.7145799985,37004.7145799985,37004.7145799985,37004.7145799985,17307.37903999914,35515.46499999828,35702.75061999829,35702.75061999829,35702.75061999829,47087.16001999752,47087.16001999752,24860.45777999874,53462.731019997205,53462.731019997205,35629.12061999849,33338.59677999853,54062.29215999761,34731.86841999884,29586.232199998645,30618.45525999887,56623.50671999702,28741.22823999854,56721.50595999797,54950.43691999758,28103.525119998874,68772.15725999736,40897.57839999809,29836.169459998688,70222.87073999735,59307.101099998064,29803.602939998986,37995.60440000078,25092.625320000603,29273.991239999566,46451.968159998345,23656.28151999946,35728.00813999874,59056.0534399989,58148.52021999891,48415.335639998855,49406.48707999885,47199.29989999859,42149.92569999851,48391.81288000059,42149.92569999851,32164.158639999056,47199.29989999859,47199.29989999859,47199.29989999859,47199.29989999859,38475.565919999055,47199.29989999859,32103.55843999908,47690.63359999859,47690.63359999859,47690.63359999859,32999.151999999034,47690.63359999859,52018.75308000069,30975.665239999977,50805.54712000068,45313.66887999927,48754.165000000576,50744.832880000526,59950.94172000034,52044.53940000033,28821.001079999758,63911.45160000029,51306.50728000032,61450.29999999992,59369.02999999963,43985.22999999973,53346.589999999924,27692.520000000306,8021.286700000114,56705.89000000034,66935.46000000117,66935.46000000117,66935.46000000117,31970.520000000382,47798.96756000093,59487.170000001126,41107.06000000045,51138.550000001116,26700.067360000965,53892.160000000484,59920.74000000116,56734.71000000145,28269.2371600008,56247.08000000151,22110.720000000543,42727.01736000136,58660.630000001605,54156.12000000121,54756.950000001234,54156.12000000121,44537.63140000116,48641.93000000086,47084.830000000926,43204.277360001586,34125.63000000067,65139.77000000154,68479.60000000102,40387.62948000065,62908.36000000119,58539.190000001676,65174.32000000146,29873.903520000702,59068.39000000144,50967.030000001425,59068.39000000144,42864.790000001034,-997534.9510799998,48073.50000000084,-999622.37,58539.190000001676,38000.230000000745,55286.52000000159,49367.38000000097,-999853.9299999999,37324.34332000107,-997388.8988399999,44248.88724000058,39967.40000000065,26839.33999999968,5530.409180000061,34331.64000000093,38020.20000000073,20593.71000000048,26825.645439999702,-998834.6,3203.8062000000946,47687.4047200003,24898.79524000022,32369.480000000796,71432.83000000138,64140.83076000022,35666.856120000804,34173.73000000068,56949.526320000536,53899.50564000105,82457.1942800007,-996866.0615199999,49677.632920000935,97737.0435600008,-1998867.48334,82937.02000000325,55668.300000002244,104494.67000000273,68492.8800000023,65717.11000000229,19004.3600000001,61772.30412000258,-1998954.54722,58258.88008000269,59692.74220000213,-972719.758399999,73877.71000000286,-1999584.70264,55807.97028000252,78334.40000000334,67615.20776000402,66486.57180000385,6597.940000000224,-944072.3024399962,-956838.534439998,29481.877360000795,78741.42000000377,-964908.0430399973,66594.85180000358,-966244.1053199997,-944072.3024399962,-969775.0604199994,59008.72776000141,81498.48564000156,-960167.8211999993,83131.61000000148,-955256.3875800001,-965837.2430399999,49873.11000000007,58671.690000000744,73316.54968000071,-990021.96688,35444.61564000025,-961067.86436,43715.59140000105,-921436.342239996,82422.63000000146,53425.35352000059,-956386.5393999998,46360.469999999994,10572.710000000181,81382.39000000051,-969507.8600000003,49394.889480000886,66049.15660000186,-958958.6519600004,60798.86064000208,-964836.280219999,-981407.6699999998,65449.17584000126,-972602.0756000004,78334.40000000334,-956492.1862799977,85671.4269600015,93087.36504000462,12272.800000000048,52497.5382400016,83814.61504000124,63200.88696000114,5026.2768000000515,21971.099999999948,91919.74696000176,53291.47291999973,38354.41999999929,75305.65696000164,9583.11999999993,63591.1848399993,95812.25696000225,186075.40000000165,129574.89606000154,129574.89606000154,132794.58854000163,91790.32928000047,42974.67999999944,85082.85746000038,88773.27680000043,11776.848559999895],"type":"scatter"}], {"title":{"text":"参数切片 — InpTrailStartPoints"},"template":{"data":{"barpolar":[{"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"type":"carpet"}],"choropleth":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"choropleth"}],"contourcarpet":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"contourcarpet"}],"contour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"contour"}],"heatmap":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmap"}],"histogram2dcontour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2dcontour"}],"histogram2d":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2d"}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"mesh3d":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"mesh3d"}],"parcoords":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"parcoords"}],"pie":[{"automargin":true,"type":"pie"}],"scatter3d":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatter3d"}],"scattercarpet":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattercarpet"}],"scattergeo":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergeo"}],"scattergl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergl"}],"scattermapbox":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermapbox"}],"scattermap":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermap"}],"scatterpolargl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolargl"}],"scatterpolar":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolar"}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"scatterternary":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterternary"}],"surface":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"surface"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}]},"layout":{"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"autotypenumbers":"strict","coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]],"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]},"colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"geo":{"bgcolor":"white","lakecolor":"white","landcolor":"white","showlakes":true,"showland":true,"subunitcolor":"#C8D4E3"},"hoverlabel":{"align":"left"},"hovermode":"closest","mapbox":{"style":"light"},"paper_bgcolor":"white","plot_bgcolor":"white","polar":{"angularaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""},"bgcolor":"white","radialaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""}},"scene":{"xaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"yaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"zaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"ternary":{"aaxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"baxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"bgcolor":"white","caxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""}},"title":{"x":0.05},"xaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2},"yaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2}}},"xaxis":{"title":{"text":"InpTrailStartPoints"}},"yaxis":{"title":{"text":"目标值 Objective (score)"}},"font":{"family":"Microsoft YaHei, Arial, sans-serif","size":12,"color":"#222"},"margin":{"l":60,"r":40,"t":60,"b":60},"height":420,"width":900}, {"responsive": true} ) }; </script> </div></section>
<section class="chart"><h2>切片 — InpTrailStepPoints</h2><div style="height:420px; width:900px;"> <div id="slice-InpTrailStepPoints" class="plotly-graph-div" style="height:100%; width:100%;"></div> <script> window.PLOTLYENV=window.PLOTLYENV || {}; if (document.getElementById("slice-InpTrailStepPoints")) { Plotly.newPlot( "slice-InpTrailStepPoints", [{"marker":{"color":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499],"colorbar":{"title":{"text":"Trial"},"x":1.0,"xpad":40},"colorscale":[[0.0,"rgb(247,251,255)"],[0.125,"rgb(222,235,247)"],[0.25,"rgb(198,219,239)"],[0.375,"rgb(158,202,225)"],[0.5,"rgb(107,174,214)"],[0.625,"rgb(66,146,198)"],[0.75,"rgb(33,113,181)"],[0.875,"rgb(8,81,156)"],[1.0,"rgb(8,48,107)"]],"line":{"color":"Grey","width":0.5}},"mode":"markers","name":"Feasible Trial","showlegend":false,"x":[90.0,70.0,240.0,70.0,190.0,230.0,120.0,240.0,100.0,190.0,140.0,60.0,60.0,90.0,60.0,130.0,80.0,110.0,150.0,110.0,160.0,80.0,80.0,110.0,70.0,100.0,120.0,170.0,70.0,90.0,100.0,70.0,70.0,80.0,90.0,60.0,220.0,120.0,70.0,110.0,130.0,170.0,210.0,200.0,220.0,230.0,180.0,60.0,60.0,90.0,100.0,70.0,70.0,70.0,60.0,60.0,60.0,80.0,60.0,80.0,60.0,70.0,70.0,90.0,80.0,60.0,70.0,70.0,90.0,90.0,80.0,70.0,80.0,80.0,100.0,80.0,80.0,90.0,80.0,100.0,90.0,70.0,80.0,80.0,80.0,100.0,90.0,90.0,110.0,90.0,110.0,90.0,90.0,100.0,100.0,100.0,120.0,110.0,100.0,120.0,100.0,100.0,100.0,100.0,110.0,100.0,130.0,100.0,110.0,120.0,100.0,90.0,90.0,110.0,110.0,100.0,110.0,100.0,90.0,120.0,100.0,100.0,100.0,90.0,90.0,90.0,110.0,90.0,100.0,110.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,100.0,90.0,80.0,90.0,100.0,90.0,90.0,100.0,100.0,100.0,110.0,110.0,80.0,90.0,100.0,90.0,100.0,80.0,90.0,100.0,90.0,80.0,110.0,90.0,100.0,90.0,100.0,80.0,80.0,80.0,90.0,90.0,80.0,90.0,90.0,90.0,90.0,80.0,80.0,80.0,90.0,80.0,80.0,80.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,60.0,60.0,60.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,60.0,60.0,70.0,60.0,60.0,70.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,80.0,70.0,70.0,70.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,240.0,80.0,80.0,80.0,190.0,160.0,230.0,190.0,150.0,170.0,210.0,190.0,190.0,190.0,220.0,230.0,230.0,230.0,230.0,230.0,230.0,220.0,220.0,240.0,140.0,230.0,150.0,150.0,230.0,230.0,140.0,230.0,230.0,230.0,230.0,230.0,230.0,230.0,240.0,220.0,230.0,230.0,230.0,230.0,220.0,210.0,210.0,220.0,220.0,220.0,220.0,210.0,220.0,240.0,220.0,170.0,220.0,240.0,220.0,230.0,230.0,200.0,130.0,160.0,180.0,240.0,230.0,220.0,230.0,220.0,230.0,150.0,210.0,240.0,230.0,230.0,230.0,230.0,240.0,230.0,220.0,220.0,220.0,220.0,230.0,230.0,200.0,230.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0,230.0,240.0,230.0,230.0,230.0,230.0,230.0,240.0,230.0,240.0,240.0,240.0,240.0,230.0,240.0,230.0,240.0,230.0,240.0,230.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0,230.0,240.0,230.0,240.0,230.0,230.0,230.0,230.0,230.0,230.0,230.0,230.0,230.0,220.0,230.0,230.0,220.0,230.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0,240.0],"y":[-999772.99364,120.66211999998848,-999894.24364,-996305.5361800002,-999554.45256,-1000089.7,-999961.28,-2000248.34,-999900.51172,-1999158.24,-2000022.6,-999558.3398,-998972.8517199999,-1000295.4196,-1000041.37636,-1000048.41,-1999996.24,-991035.5641399997,-999436.3909,-2000024.65,-999729.09876,-2000874.72456,-998734.21154,-999698.6964799999,-994324.0484199999,-1998179.9629000002,-1997594.1113000005,-997988.68772,-999972.42576,-1999576.24192,-1000105.72644,-2000051.5431,-2000934.31648,-2000685.913,-999550.5288,-998508.39,-1999728.1076,-999957.58,-998932.3328399999,-1999914.2200000002,-998637.4424,-998778.8672,-997962.3037599999,-2000187.3154799999,-997650.8213199999,-998805.0593999999,-1000189.8041599999,1495.5280799999778,-999326.55664,-999467.94274,-2000045.54,360.05404000001175,245.54211999999222,-999842.60788,109.06807999999901,64.53403999999405,-1000000.65596,-999937.79596,-2000011.9,-999981.29596,-1000002.32,444.2461600000009,-999881.92,-999968.33596,-999172.79576,-999857.36172,-999959.6578800001,221.5040400000102,786.496159999989,-999286.84576,-999685.87416,763.6361600000075,953.4165200000093,979.9407600000084,-998595.16766,1221.8767600000142,-997786.94504,-997207.0707800001,-999440.80698,-1000011.6799999999,-999050.31,-999804.61788,651.7240400000255,863.5380800000083,-999649.60768,-999219.14712,736.354040000007,1214.8800000000979,-997290.5800000001,-996503.3343999998,-997829.5796,2060.664959999975,4474.108059999959,3810.77627999991,-997678.3581800001,5462.288019999857,-996708.8433000001,-996939.0805800001,1428.262520000003,-998988.84344,3051.954620000012,4025.7082000000546,-995257.2328199998,-999269.2572799999,-993551.5135800001,2535.104200000029,-997107.9996799999,-999302.46636,-999440.47112,-998000.53556,-999220.30496,8977.090659999933,6591.239200000074,6312.940379999856,-994146.83702,4544.199720000042,-995169.1599200001,8243.505999999841,9798.099919999984,-987165.9990600003,9073.770619999965,9687.737479999963,6103.548560000041,7688.22447999997,-996013.25708,-992859.5243599998,-994980.63506,1866.8567400000038,-991101.3715200002,-996386.5503799999,5511.553920000145,6449.1191800002525,6177.401020000168,5124.449300000169,5075.939300000187,7939.5333800001345,-995733.4409199998,-995207.6809200001,-996262.86842,-994346.9171999998,-996647.02012,5140.43930000016,-998064.1443599999,3164.564680000096,-994463.8610199998,11910.18978000021,-996784.31216,-992547.4903599998,-998485.6600000003,-994698.4584199999,-999177.60536,8101.07890000027,-995568.25416,-997251.87102,-991846.7616600002,1281.456360000026,784.7499999999454,-995430.5769399999,-996146.8150399999,-995765.0461399999,-996771.0501199999,5981.250480000143,5616.017380000034,8332.524299999988,-999247.42634,8356.085799999913,2981.4740000000443,-996164.0568600001,8313.936780000064,13607.423999999737,-991548.63618,13693.588020000247,13491.088020000188,18638.696079999987,18432.201100000282,14770.817979999261,-989472.3957600005,-989546.3174400004,10720.230280000023,8701.344120000258,13374.547520000104,8901.539220000086,18501.74850000046,13574.369300000191,17449.33706000096,11222.07312000004,15462.26673999952,-988180.9771400001,-989761.2452000002,11222.07312000004,13260.25791999994,-991801.3619200003,11996.065739999709,-989209.2094600005,-994533.5639599999,24932.331079999898,24932.331079999898,19986.753639999755,17320.199139999124,23396.827619998432,17547.686679999126,16172.2548399992,17265.60907999953,17265.60907999953,14066.280739999233,14918.471139999252,15128.756419999072,13963.59237999911,26453.604359998353,26038.72621999852,26038.72621999852,26038.72621999852,25094.19587999843,21417.425959998596,21417.425959998596,20854.090199998504,20578.790199998493,21218.568339998415,21218.568339998415,21218.568339998415,16497.601999998573,21520.367999998576,22808.46279999812,32627.72227999797,32627.72227999797,-988589.1495200008,26371.872519998095,24130.15847999824,24130.15847999824,27391.961559998093,24130.15847999824,24130.15847999824,23295.190599998747,25038.00237999858,-984654.6660000011,23374.57359999834,25812.177839998432,22943.027839998646,22943.027839998646,22943.027839998646,22201.267839998687,22201.267839998687,26144.850759998746,-978784.6617600016,16348.25259999864,-972706.8717800028,-982567.8286000015,16547.077359998962,-987679.5108800017,-984075.4225600014,-973828.7344000015,-988660.1210400007,23643.887639998517,-980121.2740800016,-983396.1200400011,17065.48983999902,37624.13903999691,34694.95883999797,41137.099639997774,48215.05823999618,53276.437359997515,43573.079199997876,19102.200779999137,51474.10139999761,30770.414719998633,34034.426219998415,34211.0555799987,34034.426219998415,34034.426219998415,34034.426219998415,34211.0555799987,34211.0555799987,37004.7145799985,37004.7145799985,37004.7145799985,37004.7145799985,17307.37903999914,35515.46499999828,35702.75061999829,35702.75061999829,35702.75061999829,47087.16001999752,47087.16001999752,24860.45777999874,53462.731019997205,53462.731019997205,35629.12061999849,33338.59677999853,54062.29215999761,34731.86841999884,29586.232199998645,30618.45525999887,56623.50671999702,28741.22823999854,56721.50595999797,54950.43691999758,28103.525119998874,68772.15725999736,40897.57839999809,29836.169459998688,70222.87073999735,59307.101099998064,29803.602939998986,37995.60440000078,25092.625320000603,29273.991239999566,46451.968159998345,23656.28151999946,35728.00813999874,59056.0534399989,58148.52021999891,48415.335639998855,49406.48707999885,47199.29989999859,42149.92569999851,48391.81288000059,42149.92569999851,32164.158639999056,47199.29989999859,47199.29989999859,47199.29989999859,47199.29989999859,38475.565919999055,47199.29989999859,32103.55843999908,47690.63359999859,47690.63359999859,47690.63359999859,32999.151999999034,47690.63359999859,52018.75308000069,30975.665239999977,50805.54712000068,45313.66887999927,48754.165000000576,50744.832880000526,59950.94172000034,52044.53940000033,28821.001079999758,63911.45160000029,51306.50728000032,61450.29999999992,59369.02999999963,43985.22999999973,53346.589999999924,27692.520000000306,8021.286700000114,56705.89000000034,66935.46000000117,66935.46000000117,66935.46000000117,31970.520000000382,47798.96756000093,59487.170000001126,41107.06000000045,51138.550000001116,26700.067360000965,53892.160000000484,59920.74000000116,56734.71000000145,28269.2371600008,56247.08000000151,22110.720000000543,42727.01736000136,58660.630000001605,54156.12000000121,54756.950000001234,54156.12000000121,44537.63140000116,48641.93000000086,47084.830000000926,43204.277360001586,34125.63000000067,65139.77000000154,68479.60000000102,40387.62948000065,62908.36000000119,58539.190000001676,65174.32000000146,29873.903520000702,59068.39000000144,50967.030000001425,59068.39000000144,42864.790000001034,-997534.9510799998,48073.50000000084,-999622.37,58539.190000001676,38000.230000000745,55286.52000000159,49367.38000000097,-999853.9299999999,37324.34332000107,-997388.8988399999,44248.88724000058,39967.40000000065,26839.33999999968,5530.409180000061,34331.64000000093,38020.20000000073,20593.71000000048,26825.645439999702,-998834.6,3203.8062000000946,47687.4047200003,24898.79524000022,32369.480000000796,71432.83000000138,64140.83076000022,35666.856120000804,34173.73000000068,56949.526320000536,53899.50564000105,82457.1942800007,-996866.0615199999,49677.632920000935,97737.0435600008,-1998867.48334,82937.02000000325,55668.300000002244,104494.67000000273,68492.8800000023,65717.11000000229,19004.3600000001,61772.30412000258,-1998954.54722,58258.88008000269,59692.74220000213,-972719.758399999,73877.71000000286,-1999584.70264,55807.97028000252,78334.40000000334,67615.20776000402,66486.57180000385,6597.940000000224,-944072.3024399962,-956838.534439998,29481.877360000795,78741.42000000377,-964908.0430399973,66594.85180000358,-966244.1053199997,-944072.3024399962,-969775.0604199994,59008.72776000141,81498.48564000156,-960167.8211999993,83131.61000000148,-955256.3875800001,-965837.2430399999,49873.11000000007,58671.690000000744,73316.54968000071,-990021.96688,35444.61564000025,-961067.86436,43715.59140000105,-921436.342239996,82422.63000000146,53425.35352000059,-956386.5393999998,46360.469999999994,10572.710000000181,81382.39000000051,-969507.8600000003,49394.889480000886,66049.15660000186,-958958.6519600004,60798.86064000208,-964836.280219999,-981407.6699999998,65449.17584000126,-972602.0756000004,78334.40000000334,-956492.1862799977,85671.4269600015,93087.36504000462,12272.800000000048,52497.5382400016,83814.61504000124,63200.88696000114,5026.2768000000515,21971.099999999948,91919.74696000176,53291.47291999973,38354.41999999929,75305.65696000164,9583.11999999993,63591.1848399993,95812.25696000225,186075.40000000165,129574.89606000154,129574.89606000154,132794.58854000163,91790.32928000047,42974.67999999944,85082.85746000038,88773.27680000043,11776.848559999895],"type":"scatter"}], {"title":{"text":"参数切片 — InpTrailStepPoints"},"template":{"data":{"barpolar":[{"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"type":"carpet"}],"choropleth":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"choropleth"}],"contourcarpet":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"contourcarpet"}],"contour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"contour"}],"heatmap":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmap"}],"histogram2dcontour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2dcontour"}],"histogram2d":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2d"}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"mesh3d":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"mesh3d"}],"parcoords":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"parcoords"}],"pie":[{"automargin":true,"type":"pie"}],"scatter3d":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatter3d"}],"scattercarpet":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattercarpet"}],"scattergeo":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergeo"}],"scattergl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergl"}],"scattermapbox":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermapbox"}],"scattermap":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermap"}],"scatterpolargl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolargl"}],"scatterpolar":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolar"}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"scatterternary":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterternary"}],"surface":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"surface"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}]},"layout":{"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"autotypenumbers":"strict","coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]],"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]},"colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"geo":{"bgcolor":"white","lakecolor":"white","landcolor":"white","showlakes":true,"showland":true,"subunitcolor":"#C8D4E3"},"hoverlabel":{"align":"left"},"hovermode":"closest","mapbox":{"style":"light"},"paper_bgcolor":"white","plot_bgcolor":"white","polar":{"angularaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""},"bgcolor":"white","radialaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""}},"scene":{"xaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"yaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"zaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"ternary":{"aaxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"baxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"bgcolor":"white","caxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""}},"title":{"x":0.05},"xaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2},"yaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2}}},"xaxis":{"title":{"text":"InpTrailStepPoints"}},"yaxis":{"title":{"text":"目标值 Objective (score)"}},"font":{"family":"Microsoft YaHei, Arial, sans-serif","size":12,"color":"#222"},"margin":{"l":60,"r":40,"t":60,"b":60},"height":420,"width":900}, {"responsive": true} ) }; </script> </div></section>
<section class="chart"><h2>切片 — InpMaxTradesPerDay</h2><div style="height:420px; width:900px;"> <div id="slice-InpMaxTradesPerDay" class="plotly-graph-div" style="height:100%; width:100%;"></div> <script> window.PLOTLYENV=window.PLOTLYENV || {}; if (document.getElementById("slice-InpMaxTradesPerDay")) { Plotly.newPlot( "slice-InpMaxTradesPerDay", [{"marker":{"color":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499],"colorbar":{"title":{"text":"Trial"},"x":1.0,"xpad":40},"colorscale":[[0.0,"rgb(247,251,255)"],[0.125,"rgb(222,235,247)"],[0.25,"rgb(198,219,239)"],[0.375,"rgb(158,202,225)"],[0.5,"rgb(107,174,214)"],[0.625,"rgb(66,146,198)"],[0.75,"rgb(33,113,181)"],[0.875,"rgb(8,81,156)"],[1.0,"rgb(8,48,107)"]],"line":{"color":"Grey","width":0.5}},"mode":"markers","name":"Feasible Trial","showlegend":false,"x":[4,12,10,12,9,5,4,5,10,6,7,12,12,12,10,11,8,11,9,11,11,12,11,9,11,10,11,8,10,11,8,12,12,11,10,3,9,12,11,10,12,6,8,5,7,7,4,12,12,12,11,12,12,11,12,12,12,12,12,12,11,12,12,12,12,11,12,11,11,11,10,11,11,10,10,9,9,9,10,9,10,11,11,10,10,9,10,10,10,10,9,10,10,10,10,9,9,8,9,8,9,9,9,9,8,9,9,8,9,9,8,9,9,9,9,9,8,9,9,9,9,9,9,9,9,8,9,9,8,9,9,9,9,9,9,9,9,8,9,9,9,9,9,9,9,8,7,8,3,8,8,9,9,9,9,9,9,9,9,9,6,9,9,9,9,9,8,9,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,12,11,11,11,11,11,11,12,12,12,11,11,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,5,12,12,12,12,12,12,12,12,12,12,12,3,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,4,12,12,12,12,12,12,12,12,12,12,12,12,7,12,4,12,12,7,12,7,12,6,6,12,5,12,12,12,12,12,12,12,6,12,12,12],"y":[-999772.99364,120.66211999998848,-999894.24364,-996305.5361800002,-999554.45256,-1000089.7,-999961.28,-2000248.34,-999900.51172,-1999158.24,-2000022.6,-999558.3398,-998972.8517199999,-1000295.4196,-1000041.37636,-1000048.41,-1999996.24,-991035.5641399997,-999436.3909,-2000024.65,-999729.09876,-2000874.72456,-998734.21154,-999698.6964799999,-994324.0484199999,-1998179.9629000002,-1997594.1113000005,-997988.68772,-999972.42576,-1999576.24192,-1000105.72644,-2000051.5431,-2000934.31648,-2000685.913,-999550.5288,-998508.39,-1999728.1076,-999957.58,-998932.3328399999,-1999914.2200000002,-998637.4424,-998778.8672,-997962.3037599999,-2000187.3154799999,-997650.8213199999,-998805.0593999999,-1000189.8041599999,1495.5280799999778,-999326.55664,-999467.94274,-2000045.54,360.05404000001175,245.54211999999222,-999842.60788,109.06807999999901,64.53403999999405,-1000000.65596,-999937.79596,-2000011.9,-999981.29596,-1000002.32,444.2461600000009,-999881.92,-999968.33596,-999172.79576,-999857.36172,-999959.6578800001,221.5040400000102,786.496159999989,-999286.84576,-999685.87416,763.6361600000075,953.4165200000093,979.9407600000084,-998595.16766,1221.8767600000142,-997786.94504,-997207.0707800001,-999440.80698,-1000011.6799999999,-999050.31,-999804.61788,651.7240400000255,863.5380800000083,-999649.60768,-999219.14712,736.354040000007,1214.8800000000979,-997290.5800000001,-996503.3343999998,-997829.5796,2060.664959999975,4474.108059999959,3810.77627999991,-997678.3581800001,5462.288019999857,-996708.8433000001,-996939.0805800001,1428.262520000003,-998988.84344,3051.954620000012,4025.7082000000546,-995257.2328199998,-999269.2572799999,-993551.5135800001,2535.104200000029,-997107.9996799999,-999302.46636,-999440.47112,-998000.53556,-999220.30496,8977.090659999933,6591.239200000074,6312.940379999856,-994146.83702,4544.199720000042,-995169.1599200001,8243.505999999841,9798.099919999984,-987165.9990600003,9073.770619999965,9687.737479999963,6103.548560000041,7688.22447999997,-996013.25708,-992859.5243599998,-994980.63506,1866.8567400000038,-991101.3715200002,-996386.5503799999,5511.553920000145,6449.1191800002525,6177.401020000168,5124.449300000169,5075.939300000187,7939.5333800001345,-995733.4409199998,-995207.6809200001,-996262.86842,-994346.9171999998,-996647.02012,5140.43930000016,-998064.1443599999,3164.564680000096,-994463.8610199998,11910.18978000021,-996784.31216,-992547.4903599998,-998485.6600000003,-994698.4584199999,-999177.60536,8101.07890000027,-995568.25416,-997251.87102,-991846.7616600002,1281.456360000026,784.7499999999454,-995430.5769399999,-996146.8150399999,-995765.0461399999,-996771.0501199999,5981.250480000143,5616.017380000034,8332.524299999988,-999247.42634,8356.085799999913,2981.4740000000443,-996164.0568600001,8313.936780000064,13607.423999999737,-991548.63618,13693.588020000247,13491.088020000188,18638.696079999987,18432.201100000282,14770.817979999261,-989472.3957600005,-989546.3174400004,10720.230280000023,8701.344120000258,13374.547520000104,8901.539220000086,18501.74850000046,13574.369300000191,17449.33706000096,11222.07312000004,15462.26673999952,-988180.9771400001,-989761.2452000002,11222.07312000004,13260.25791999994,-991801.3619200003,11996.065739999709,-989209.2094600005,-994533.5639599999,24932.331079999898,24932.331079999898,19986.753639999755,17320.199139999124,23396.827619998432,17547.686679999126,16172.2548399992,17265.60907999953,17265.60907999953,14066.280739999233,14918.471139999252,15128.756419999072,13963.59237999911,26453.604359998353,26038.72621999852,26038.72621999852,26038.72621999852,25094.19587999843,21417.425959998596,21417.425959998596,20854.090199998504,20578.790199998493,21218.568339998415,21218.568339998415,21218.568339998415,16497.601999998573,21520.367999998576,22808.46279999812,32627.72227999797,32627.72227999797,-988589.1495200008,26371.872519998095,24130.15847999824,24130.15847999824,27391.961559998093,24130.15847999824,24130.15847999824,23295.190599998747,25038.00237999858,-984654.6660000011,23374.57359999834,25812.177839998432,22943.027839998646,22943.027839998646,22943.027839998646,22201.267839998687,22201.267839998687,26144.850759998746,-978784.6617600016,16348.25259999864,-972706.8717800028,-982567.8286000015,16547.077359998962,-987679.5108800017,-984075.4225600014,-973828.7344000015,-988660.1210400007,23643.887639998517,-980121.2740800016,-983396.1200400011,17065.48983999902,37624.13903999691,34694.95883999797,41137.099639997774,48215.05823999618,53276.437359997515,43573.079199997876,19102.200779999137,51474.10139999761,30770.414719998633,34034.426219998415,34211.0555799987,34034.426219998415,34034.426219998415,34034.426219998415,34211.0555799987,34211.0555799987,37004.7145799985,37004.7145799985,37004.7145799985,37004.7145799985,17307.37903999914,35515.46499999828,35702.75061999829,35702.75061999829,35702.75061999829,47087.16001999752,47087.16001999752,24860.45777999874,53462.731019997205,53462.731019997205,35629.12061999849,33338.59677999853,54062.29215999761,34731.86841999884,29586.232199998645,30618.45525999887,56623.50671999702,28741.22823999854,56721.50595999797,54950.43691999758,28103.525119998874,68772.15725999736,40897.57839999809,29836.169459998688,70222.87073999735,59307.101099998064,29803.602939998986,37995.60440000078,25092.625320000603,29273.991239999566,46451.968159998345,23656.28151999946,35728.00813999874,59056.0534399989,58148.52021999891,48415.335639998855,49406.48707999885,47199.29989999859,42149.92569999851,48391.81288000059,42149.92569999851,32164.158639999056,47199.29989999859,47199.29989999859,47199.29989999859,47199.29989999859,38475.565919999055,47199.29989999859,32103.55843999908,47690.63359999859,47690.63359999859,47690.63359999859,32999.151999999034,47690.63359999859,52018.75308000069,30975.665239999977,50805.54712000068,45313.66887999927,48754.165000000576,50744.832880000526,59950.94172000034,52044.53940000033,28821.001079999758,63911.45160000029,51306.50728000032,61450.29999999992,59369.02999999963,43985.22999999973,53346.589999999924,27692.520000000306,8021.286700000114,56705.89000000034,66935.46000000117,66935.46000000117,66935.46000000117,31970.520000000382,47798.96756000093,59487.170000001126,41107.06000000045,51138.550000001116,26700.067360000965,53892.160000000484,59920.74000000116,56734.71000000145,28269.2371600008,56247.08000000151,22110.720000000543,42727.01736000136,58660.630000001605,54156.12000000121,54756.950000001234,54156.12000000121,44537.63140000116,48641.93000000086,47084.830000000926,43204.277360001586,34125.63000000067,65139.77000000154,68479.60000000102,40387.62948000065,62908.36000000119,58539.190000001676,65174.32000000146,29873.903520000702,59068.39000000144,50967.030000001425,59068.39000000144,42864.790000001034,-997534.9510799998,48073.50000000084,-999622.37,58539.190000001676,38000.230000000745,55286.52000000159,49367.38000000097,-999853.9299999999,37324.34332000107,-997388.8988399999,44248.88724000058,39967.40000000065,26839.33999999968,5530.409180000061,34331.64000000093,38020.20000000073,20593.71000000048,26825.645439999702,-998834.6,3203.8062000000946,47687.4047200003,24898.79524000022,32369.480000000796,71432.83000000138,64140.83076000022,35666.856120000804,34173.73000000068,56949.526320000536,53899.50564000105,82457.1942800007,-996866.0615199999,49677.632920000935,97737.0435600008,-1998867.48334,82937.02000000325,55668.300000002244,104494.67000000273,68492.8800000023,65717.11000000229,19004.3600000001,61772.30412000258,-1998954.54722,58258.88008000269,59692.74220000213,-972719.758399999,73877.71000000286,-1999584.70264,55807.97028000252,78334.40000000334,67615.20776000402,66486.57180000385,6597.940000000224,-944072.3024399962,-956838.534439998,29481.877360000795,78741.42000000377,-964908.0430399973,66594.85180000358,-966244.1053199997,-944072.3024399962,-969775.0604199994,59008.72776000141,81498.48564000156,-960167.8211999993,83131.61000000148,-955256.3875800001,-965837.2430399999,49873.11000000007,58671.690000000744,73316.54968000071,-990021.96688,35444.61564000025,-961067.86436,43715.59140000105,-921436.342239996,82422.63000000146,53425.35352000059,-956386.5393999998,46360.469999999994,10572.710000000181,81382.39000000051,-969507.8600000003,49394.889480000886,66049.15660000186,-958958.6519600004,60798.86064000208,-964836.280219999,-981407.6699999998,65449.17584000126,-972602.0756000004,78334.40000000334,-956492.1862799977,85671.4269600015,93087.36504000462,12272.800000000048,52497.5382400016,83814.61504000124,63200.88696000114,5026.2768000000515,21971.099999999948,91919.74696000176,53291.47291999973,38354.41999999929,75305.65696000164,9583.11999999993,63591.1848399993,95812.25696000225,186075.40000000165,129574.89606000154,129574.89606000154,132794.58854000163,91790.32928000047,42974.67999999944,85082.85746000038,88773.27680000043,11776.848559999895],"type":"scatter"}], {"title":{"text":"参数切片 — InpMaxTradesPerDay"},"template":{"data":{"barpolar":[{"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"type":"carpet"}],"choropleth":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"choropleth"}],"contourcarpet":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"contourcarpet"}],"contour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"contour"}],"heatmap":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmap"}],"histogram2dcontour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2dcontour"}],"histogram2d":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2d"}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"mesh3d":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"mesh3d"}],"parcoords":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"parcoords"}],"pie":[{"automargin":true,"type":"pie"}],"scatter3d":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatter3d"}],"scattercarpet":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattercarpet"}],"scattergeo":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergeo"}],"scattergl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergl"}],"scattermapbox":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermapbox"}],"scattermap":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermap"}],"scatterpolargl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolargl"}],"scatterpolar":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolar"}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"scatterternary":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterternary"}],"surface":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"surface"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}]},"layout":{"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"autotypenumbers":"strict","coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]],"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]},"colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"geo":{"bgcolor":"white","lakecolor":"white","landcolor":"white","showlakes":true,"showland":true,"subunitcolor":"#C8D4E3"},"hoverlabel":{"align":"left"},"hovermode":"closest","mapbox":{"style":"light"},"paper_bgcolor":"white","plot_bgcolor":"white","polar":{"angularaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""},"bgcolor":"white","radialaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""}},"scene":{"xaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"yaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"zaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"ternary":{"aaxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"baxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"bgcolor":"white","caxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""}},"title":{"x":0.05},"xaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2},"yaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2}}},"xaxis":{"title":{"text":"InpMaxTradesPerDay"}},"yaxis":{"title":{"text":"目标值 Objective (score)"}},"font":{"family":"Microsoft YaHei, Arial, sans-serif","size":12,"color":"#222"},"margin":{"l":60,"r":40,"t":60,"b":60},"height":420,"width":900}, {"responsive": true} ) }; </script> </div></section>
<section class="chart"><h2>切片 — InpDailyLossLimit</h2><div style="height:420px; width:900px;"> <div id="slice-InpDailyLossLimit" class="plotly-graph-div" style="height:100%; width:100%;"></div> <script> window.PLOTLYENV=window.PLOTLYENV || {}; if (document.getElementById("slice-InpDailyLossLimit")) { Plotly.newPlot( "slice-InpDailyLossLimit", [{"marker":{"color":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499],"colorbar":{"title":{"text":"Trial"},"x":1.0,"xpad":40},"colorscale":[[0.0,"rgb(247,251,255)"],[0.125,"rgb(222,235,247)"],[0.25,"rgb(198,219,239)"],[0.375,"rgb(158,202,225)"],[0.5,"rgb(107,174,214)"],[0.625,"rgb(66,146,198)"],[0.75,"rgb(33,113,181)"],[0.875,"rgb(8,81,156)"],[1.0,"rgb(8,48,107)"]],"line":{"color":"Grey","width":0.5}},"mode":"markers","name":"Feasible Trial","showlegend":false,"x":[3.5,8.0,8.0,7.0,7.5,4.5,3.0,5.0,4.0,8.0,2.0,6.5,6.5,6.5,5.5,7.0,7.0,5.5,5.5,5.5,2.0,7.5,6.0,7.5,8.0,8.0,3.0,4.5,6.0,8.0,3.5,7.0,7.5,8.0,7.5,7.0,6.0,7.5,8.0,5.0,6.5,4.5,4.0,4.0,3.0,3.5,2.5,7.0,7.0,6.5,8.0,5.0,5.0,5.0,4.5,4.5,4.5,5.0,4.0,4.5,5.0,4.5,4.5,5.5,4.0,5.5,4.5,5.0,5.0,5.0,6.0,5.0,5.0,5.0,5.5,5.0,5.5,5.0,6.0,5.5,4.0,5.0,5.0,5.0,5.5,5.0,4.5,5.5,5.5,6.0,4.5,5.0,5.0,5.5,5.5,6.0,6.0,5.5,6.5,6.5,7.0,7.0,7.0,7.0,6.5,7.0,7.5,6.5,7.0,7.0,7.5,7.0,7.0,7.0,7.0,6.5,7.5,7.0,6.5,6.5,7.0,7.0,6.5,6.5,6.5,6.5,7.5,7.0,6.5,7.0,7.5,7.5,7.5,7.5,7.5,7.5,7.5,8.0,7.5,7.5,8.0,7.5,7.5,7.0,7.5,7.0,7.0,7.0,6.0,6.5,7.0,8.0,7.0,8.0,8.0,6.5,7.0,7.5,6.5,6.0,7.5,7.5,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,7.5,8.0,8.0,8.0,7.5,8.0,8.0,8.0,8.0,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,2.5,6.5,7.0,7.0,7.0,7.0,7.0,6.5,7.0,7.0,7.0,7.0,7.0,7.0,6.5,6.5,6.5,6.5,6.5,6.5,6.5,6.5,6.5,6.5,6.5,6.5,6.5,6.0,6.5,6.5,6.5,6.5,6.5,6.5,6.0,6.5,6.5,6.5,6.5,6.0,6.5,7.0,6.5,7.0,7.0,7.0,7.0,7.0,7.0,6.5,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,3.5,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,2.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0,7.0],"y":[-999772.99364,120.66211999998848,-999894.24364,-996305.5361800002,-999554.45256,-1000089.7,-999961.28,-2000248.34,-999900.51172,-1999158.24,-2000022.6,-999558.3398,-998972.8517199999,-1000295.4196,-1000041.37636,-1000048.41,-1999996.24,-991035.5641399997,-999436.3909,-2000024.65,-999729.09876,-2000874.72456,-998734.21154,-999698.6964799999,-994324.0484199999,-1998179.9629000002,-1997594.1113000005,-997988.68772,-999972.42576,-1999576.24192,-1000105.72644,-2000051.5431,-2000934.31648,-2000685.913,-999550.5288,-998508.39,-1999728.1076,-999957.58,-998932.3328399999,-1999914.2200000002,-998637.4424,-998778.8672,-997962.3037599999,-2000187.3154799999,-997650.8213199999,-998805.0593999999,-1000189.8041599999,1495.5280799999778,-999326.55664,-999467.94274,-2000045.54,360.05404000001175,245.54211999999222,-999842.60788,109.06807999999901,64.53403999999405,-1000000.65596,-999937.79596,-2000011.9,-999981.29596,-1000002.32,444.2461600000009,-999881.92,-999968.33596,-999172.79576,-999857.36172,-999959.6578800001,221.5040400000102,786.496159999989,-999286.84576,-999685.87416,763.6361600000075,953.4165200000093,979.9407600000084,-998595.16766,1221.8767600000142,-997786.94504,-997207.0707800001,-999440.80698,-1000011.6799999999,-999050.31,-999804.61788,651.7240400000255,863.5380800000083,-999649.60768,-999219.14712,736.354040000007,1214.8800000000979,-997290.5800000001,-996503.3343999998,-997829.5796,2060.664959999975,4474.108059999959,3810.77627999991,-997678.3581800001,5462.288019999857,-996708.8433000001,-996939.0805800001,1428.262520000003,-998988.84344,3051.954620000012,4025.7082000000546,-995257.2328199998,-999269.2572799999,-993551.5135800001,2535.104200000029,-997107.9996799999,-999302.46636,-999440.47112,-998000.53556,-999220.30496,8977.090659999933,6591.239200000074,6312.940379999856,-994146.83702,4544.199720000042,-995169.1599200001,8243.505999999841,9798.099919999984,-987165.9990600003,9073.770619999965,9687.737479999963,6103.548560000041,7688.22447999997,-996013.25708,-992859.5243599998,-994980.63506,1866.8567400000038,-991101.3715200002,-996386.5503799999,5511.553920000145,6449.1191800002525,6177.401020000168,5124.449300000169,5075.939300000187,7939.5333800001345,-995733.4409199998,-995207.6809200001,-996262.86842,-994346.9171999998,-996647.02012,5140.43930000016,-998064.1443599999,3164.564680000096,-994463.8610199998,11910.18978000021,-996784.31216,-992547.4903599998,-998485.6600000003,-994698.4584199999,-999177.60536,8101.07890000027,-995568.25416,-997251.87102,-991846.7616600002,1281.456360000026,784.7499999999454,-995430.5769399999,-996146.8150399999,-995765.0461399999,-996771.0501199999,5981.250480000143,5616.017380000034,8332.524299999988,-999247.42634,8356.085799999913,2981.4740000000443,-996164.0568600001,8313.936780000064,13607.423999999737,-991548.63618,13693.588020000247,13491.088020000188,18638.696079999987,18432.201100000282,14770.817979999261,-989472.3957600005,-989546.3174400004,10720.230280000023,8701.344120000258,13374.547520000104,8901.539220000086,18501.74850000046,13574.369300000191,17449.33706000096,11222.07312000004,15462.26673999952,-988180.9771400001,-989761.2452000002,11222.07312000004,13260.25791999994,-991801.3619200003,11996.065739999709,-989209.2094600005,-994533.5639599999,24932.331079999898,24932.331079999898,19986.753639999755,17320.199139999124,23396.827619998432,17547.686679999126,16172.2548399992,17265.60907999953,17265.60907999953,14066.280739999233,14918.471139999252,15128.756419999072,13963.59237999911,26453.604359998353,26038.72621999852,26038.72621999852,26038.72621999852,25094.19587999843,21417.425959998596,21417.425959998596,20854.090199998504,20578.790199998493,21218.568339998415,21218.568339998415,21218.568339998415,16497.601999998573,21520.367999998576,22808.46279999812,32627.72227999797,32627.72227999797,-988589.1495200008,26371.872519998095,24130.15847999824,24130.15847999824,27391.961559998093,24130.15847999824,24130.15847999824,23295.190599998747,25038.00237999858,-984654.6660000011,23374.57359999834,25812.177839998432,22943.027839998646,22943.027839998646,22943.027839998646,22201.267839998687,22201.267839998687,26144.850759998746,-978784.6617600016,16348.25259999864,-972706.8717800028,-982567.8286000015,16547.077359998962,-987679.5108800017,-984075.4225600014,-973828.7344000015,-988660.1210400007,23643.887639998517,-980121.2740800016,-983396.1200400011,17065.48983999902,37624.13903999691,34694.95883999797,41137.099639997774,48215.05823999618,53276.437359997515,43573.079199997876,19102.200779999137,51474.10139999761,30770.414719998633,34034.426219998415,34211.0555799987,34034.426219998415,34034.426219998415,34034.426219998415,34211.0555799987,34211.0555799987,37004.7145799985,37004.7145799985,37004.7145799985,37004.7145799985,17307.37903999914,35515.46499999828,35702.75061999829,35702.75061999829,35702.75061999829,47087.16001999752,47087.16001999752,24860.45777999874,53462.731019997205,53462.731019997205,35629.12061999849,33338.59677999853,54062.29215999761,34731.86841999884,29586.232199998645,30618.45525999887,56623.50671999702,28741.22823999854,56721.50595999797,54950.43691999758,28103.525119998874,68772.15725999736,40897.57839999809,29836.169459998688,70222.87073999735,59307.101099998064,29803.602939998986,37995.60440000078,25092.625320000603,29273.991239999566,46451.968159998345,23656.28151999946,35728.00813999874,59056.0534399989,58148.52021999891,48415.335639998855,49406.48707999885,47199.29989999859,42149.92569999851,48391.81288000059,42149.92569999851,32164.158639999056,47199.29989999859,47199.29989999859,47199.29989999859,47199.29989999859,38475.565919999055,47199.29989999859,32103.55843999908,47690.63359999859,47690.63359999859,47690.63359999859,32999.151999999034,47690.63359999859,52018.75308000069,30975.665239999977,50805.54712000068,45313.66887999927,48754.165000000576,50744.832880000526,59950.94172000034,52044.53940000033,28821.001079999758,63911.45160000029,51306.50728000032,61450.29999999992,59369.02999999963,43985.22999999973,53346.589999999924,27692.520000000306,8021.286700000114,56705.89000000034,66935.46000000117,66935.46000000117,66935.46000000117,31970.520000000382,47798.96756000093,59487.170000001126,41107.06000000045,51138.550000001116,26700.067360000965,53892.160000000484,59920.74000000116,56734.71000000145,28269.2371600008,56247.08000000151,22110.720000000543,42727.01736000136,58660.630000001605,54156.12000000121,54756.950000001234,54156.12000000121,44537.63140000116,48641.93000000086,47084.830000000926,43204.277360001586,34125.63000000067,65139.77000000154,68479.60000000102,40387.62948000065,62908.36000000119,58539.190000001676,65174.32000000146,29873.903520000702,59068.39000000144,50967.030000001425,59068.39000000144,42864.790000001034,-997534.9510799998,48073.50000000084,-999622.37,58539.190000001676,38000.230000000745,55286.52000000159,49367.38000000097,-999853.9299999999,37324.34332000107,-997388.8988399999,44248.88724000058,39967.40000000065,26839.33999999968,5530.409180000061,34331.64000000093,38020.20000000073,20593.71000000048,26825.645439999702,-998834.6,3203.8062000000946,47687.4047200003,24898.79524000022,32369.480000000796,71432.83000000138,64140.83076000022,35666.856120000804,34173.73000000068,56949.526320000536,53899.50564000105,82457.1942800007,-996866.0615199999,49677.632920000935,97737.0435600008,-1998867.48334,82937.02000000325,55668.300000002244,104494.67000000273,68492.8800000023,65717.11000000229,19004.3600000001,61772.30412000258,-1998954.54722,58258.88008000269,59692.74220000213,-972719.758399999,73877.71000000286,-1999584.70264,55807.97028000252,78334.40000000334,67615.20776000402,66486.57180000385,6597.940000000224,-944072.3024399962,-956838.534439998,29481.877360000795,78741.42000000377,-964908.0430399973,66594.85180000358,-966244.1053199997,-944072.3024399962,-969775.0604199994,59008.72776000141,81498.48564000156,-960167.8211999993,83131.61000000148,-955256.3875800001,-965837.2430399999,49873.11000000007,58671.690000000744,73316.54968000071,-990021.96688,35444.61564000025,-961067.86436,43715.59140000105,-921436.342239996,82422.63000000146,53425.35352000059,-956386.5393999998,46360.469999999994,10572.710000000181,81382.39000000051,-969507.8600000003,49394.889480000886,66049.15660000186,-958958.6519600004,60798.86064000208,-964836.280219999,-981407.6699999998,65449.17584000126,-972602.0756000004,78334.40000000334,-956492.1862799977,85671.4269600015,93087.36504000462,12272.800000000048,52497.5382400016,83814.61504000124,63200.88696000114,5026.2768000000515,21971.099999999948,91919.74696000176,53291.47291999973,38354.41999999929,75305.65696000164,9583.11999999993,63591.1848399993,95812.25696000225,186075.40000000165,129574.89606000154,129574.89606000154,132794.58854000163,91790.32928000047,42974.67999999944,85082.85746000038,88773.27680000043,11776.848559999895],"type":"scatter"}], {"title":{"text":"参数切片 — InpDailyLossLimit"},"template":{"data":{"barpolar":[{"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"type":"carpet"}],"choropleth":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"choropleth"}],"contourcarpet":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"contourcarpet"}],"contour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"contour"}],"heatmap":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmap"}],"histogram2dcontour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2dcontour"}],"histogram2d":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2d"}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"mesh3d":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"mesh3d"}],"parcoords":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"parcoords"}],"pie":[{"automargin":true,"type":"pie"}],"scatter3d":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatter3d"}],"scattercarpet":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattercarpet"}],"scattergeo":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergeo"}],"scattergl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergl"}],"scattermapbox":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermapbox"}],"scattermap":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermap"}],"scatterpolargl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolargl"}],"scatterpolar":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolar"}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"scatterternary":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterternary"}],"surface":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"surface"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}]},"layout":{"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"autotypenumbers":"strict","coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]],"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]},"colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"geo":{"bgcolor":"white","lakecolor":"white","landcolor":"white","showlakes":true,"showland":true,"subunitcolor":"#C8D4E3"},"hoverlabel":{"align":"left"},"hovermode":"closest","mapbox":{"style":"light"},"paper_bgcolor":"white","plot_bgcolor":"white","polar":{"angularaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""},"bgcolor":"white","radialaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""}},"scene":{"xaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"yaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"zaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"ternary":{"aaxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"baxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"bgcolor":"white","caxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""}},"title":{"x":0.05},"xaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2},"yaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2}}},"xaxis":{"title":{"text":"InpDailyLossLimit"}},"yaxis":{"title":{"text":"目标值 Objective (score)"}},"font":{"family":"Microsoft YaHei, Arial, sans-serif","size":12,"color":"#222"},"margin":{"l":60,"r":40,"t":60,"b":60},"height":420,"width":900}, {"responsive": true} ) }; </script> </div></section>
<section class="chart"><h2>切片 — InpMinSecondsBetween</h2><div style="height:420px; width:900px;"> <div id="slice-InpMinSecondsBetween" class="plotly-graph-div" style="height:100%; width:100%;"></div> <script> window.PLOTLYENV=window.PLOTLYENV || {}; if (document.getElementById("slice-InpMinSecondsBetween")) { Plotly.newPlot( "slice-InpMinSecondsBetween", [{"marker":{"color":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499],"colorbar":{"title":{"text":"Trial"},"x":1.0,"xpad":40},"colorscale":[[0.0,"rgb(247,251,255)"],[0.125,"rgb(222,235,247)"],[0.25,"rgb(198,219,239)"],[0.375,"rgb(158,202,225)"],[0.5,"rgb(107,174,214)"],[0.625,"rgb(66,146,198)"],[0.75,"rgb(33,113,181)"],[0.875,"rgb(8,81,156)"],[1.0,"rgb(8,48,107)"]],"line":{"color":"Grey","width":0.5}},"mode":"markers","name":"Feasible Trial","showlegend":false,"x":[105,150,165,60,105,150,90,75,120,45,30,180,135,75,60,180,30,135,150,135,150,120,165,120,60,90,135,165,105,90,45,60,60,45,75,105,150,75,120,165,90,165,180,180,135,135,135,150,30,150,105,150,150,150,150,150,150,165,150,165,150,135,120,150,135,165,135,120,120,120,120,135,120,120,135,105,105,105,120,105,120,135,135,135,120,135,135,105,90,105,90,120,120,120,120,105,105,105,90,90,105,105,105,90,75,105,105,105,105,90,90,105,105,105,105,75,75,105,105,105,105,105,105,90,90,90,75,105,90,105,105,105,105,105,105,105,105,105,90,105,105,105,105,105,90,105,105,105,90,120,105,105,105,105,105,120,105,90,105,120,105,105,105,105,105,90,90,90,90,90,90,90,90,90,90,90,90,90,75,75,75,75,75,75,75,75,75,60,75,75,60,60,75,75,75,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,30,45,45,45,30,30,30,30,30,30,45,45,45,30,45,45,45,45,30,30,30,30,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,180,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30],"y":[-999772.99364,120.66211999998848,-999894.24364,-996305.5361800002,-999554.45256,-1000089.7,-999961.28,-2000248.34,-999900.51172,-1999158.24,-2000022.6,-999558.3398,-998972.8517199999,-1000295.4196,-1000041.37636,-1000048.41,-1999996.24,-991035.5641399997,-999436.3909,-2000024.65,-999729.09876,-2000874.72456,-998734.21154,-999698.6964799999,-994324.0484199999,-1998179.9629000002,-1997594.1113000005,-997988.68772,-999972.42576,-1999576.24192,-1000105.72644,-2000051.5431,-2000934.31648,-2000685.913,-999550.5288,-998508.39,-1999728.1076,-999957.58,-998932.3328399999,-1999914.2200000002,-998637.4424,-998778.8672,-997962.3037599999,-2000187.3154799999,-997650.8213199999,-998805.0593999999,-1000189.8041599999,1495.5280799999778,-999326.55664,-999467.94274,-2000045.54,360.05404000001175,245.54211999999222,-999842.60788,109.06807999999901,64.53403999999405,-1000000.65596,-999937.79596,-2000011.9,-999981.29596,-1000002.32,444.2461600000009,-999881.92,-999968.33596,-999172.79576,-999857.36172,-999959.6578800001,221.5040400000102,786.496159999989,-999286.84576,-999685.87416,763.6361600000075,953.4165200000093,979.9407600000084,-998595.16766,1221.8767600000142,-997786.94504,-997207.0707800001,-999440.80698,-1000011.6799999999,-999050.31,-999804.61788,651.7240400000255,863.5380800000083,-999649.60768,-999219.14712,736.354040000007,1214.8800000000979,-997290.5800000001,-996503.3343999998,-997829.5796,2060.664959999975,4474.108059999959,3810.77627999991,-997678.3581800001,5462.288019999857,-996708.8433000001,-996939.0805800001,1428.262520000003,-998988.84344,3051.954620000012,4025.7082000000546,-995257.2328199998,-999269.2572799999,-993551.5135800001,2535.104200000029,-997107.9996799999,-999302.46636,-999440.47112,-998000.53556,-999220.30496,8977.090659999933,6591.239200000074,6312.940379999856,-994146.83702,4544.199720000042,-995169.1599200001,8243.505999999841,9798.099919999984,-987165.9990600003,9073.770619999965,9687.737479999963,6103.548560000041,7688.22447999997,-996013.25708,-992859.5243599998,-994980.63506,1866.8567400000038,-991101.3715200002,-996386.5503799999,5511.553920000145,6449.1191800002525,6177.401020000168,5124.449300000169,5075.939300000187,7939.5333800001345,-995733.4409199998,-995207.6809200001,-996262.86842,-994346.9171999998,-996647.02012,5140.43930000016,-998064.1443599999,3164.564680000096,-994463.8610199998,11910.18978000021,-996784.31216,-992547.4903599998,-998485.6600000003,-994698.4584199999,-999177.60536,8101.07890000027,-995568.25416,-997251.87102,-991846.7616600002,1281.456360000026,784.7499999999454,-995430.5769399999,-996146.8150399999,-995765.0461399999,-996771.0501199999,5981.250480000143,5616.017380000034,8332.524299999988,-999247.42634,8356.085799999913,2981.4740000000443,-996164.0568600001,8313.936780000064,13607.423999999737,-991548.63618,13693.588020000247,13491.088020000188,18638.696079999987,18432.201100000282,14770.817979999261,-989472.3957600005,-989546.3174400004,10720.230280000023,8701.344120000258,13374.547520000104,8901.539220000086,18501.74850000046,13574.369300000191,17449.33706000096,11222.07312000004,15462.26673999952,-988180.9771400001,-989761.2452000002,11222.07312000004,13260.25791999994,-991801.3619200003,11996.065739999709,-989209.2094600005,-994533.5639599999,24932.331079999898,24932.331079999898,19986.753639999755,17320.199139999124,23396.827619998432,17547.686679999126,16172.2548399992,17265.60907999953,17265.60907999953,14066.280739999233,14918.471139999252,15128.756419999072,13963.59237999911,26453.604359998353,26038.72621999852,26038.72621999852,26038.72621999852,25094.19587999843,21417.425959998596,21417.425959998596,20854.090199998504,20578.790199998493,21218.568339998415,21218.568339998415,21218.568339998415,16497.601999998573,21520.367999998576,22808.46279999812,32627.72227999797,32627.72227999797,-988589.1495200008,26371.872519998095,24130.15847999824,24130.15847999824,27391.961559998093,24130.15847999824,24130.15847999824,23295.190599998747,25038.00237999858,-984654.6660000011,23374.57359999834,25812.177839998432,22943.027839998646,22943.027839998646,22943.027839998646,22201.267839998687,22201.267839998687,26144.850759998746,-978784.6617600016,16348.25259999864,-972706.8717800028,-982567.8286000015,16547.077359998962,-987679.5108800017,-984075.4225600014,-973828.7344000015,-988660.1210400007,23643.887639998517,-980121.2740800016,-983396.1200400011,17065.48983999902,37624.13903999691,34694.95883999797,41137.099639997774,48215.05823999618,53276.437359997515,43573.079199997876,19102.200779999137,51474.10139999761,30770.414719998633,34034.426219998415,34211.0555799987,34034.426219998415,34034.426219998415,34034.426219998415,34211.0555799987,34211.0555799987,37004.7145799985,37004.7145799985,37004.7145799985,37004.7145799985,17307.37903999914,35515.46499999828,35702.75061999829,35702.75061999829,35702.75061999829,47087.16001999752,47087.16001999752,24860.45777999874,53462.731019997205,53462.731019997205,35629.12061999849,33338.59677999853,54062.29215999761,34731.86841999884,29586.232199998645,30618.45525999887,56623.50671999702,28741.22823999854,56721.50595999797,54950.43691999758,28103.525119998874,68772.15725999736,40897.57839999809,29836.169459998688,70222.87073999735,59307.101099998064,29803.602939998986,37995.60440000078,25092.625320000603,29273.991239999566,46451.968159998345,23656.28151999946,35728.00813999874,59056.0534399989,58148.52021999891,48415.335639998855,49406.48707999885,47199.29989999859,42149.92569999851,48391.81288000059,42149.92569999851,32164.158639999056,47199.29989999859,47199.29989999859,47199.29989999859,47199.29989999859,38475.565919999055,47199.29989999859,32103.55843999908,47690.63359999859,47690.63359999859,47690.63359999859,32999.151999999034,47690.63359999859,52018.75308000069,30975.665239999977,50805.54712000068,45313.66887999927,48754.165000000576,50744.832880000526,59950.94172000034,52044.53940000033,28821.001079999758,63911.45160000029,51306.50728000032,61450.29999999992,59369.02999999963,43985.22999999973,53346.589999999924,27692.520000000306,8021.286700000114,56705.89000000034,66935.46000000117,66935.46000000117,66935.46000000117,31970.520000000382,47798.96756000093,59487.170000001126,41107.06000000045,51138.550000001116,26700.067360000965,53892.160000000484,59920.74000000116,56734.71000000145,28269.2371600008,56247.08000000151,22110.720000000543,42727.01736000136,58660.630000001605,54156.12000000121,54756.950000001234,54156.12000000121,44537.63140000116,48641.93000000086,47084.830000000926,43204.277360001586,34125.63000000067,65139.77000000154,68479.60000000102,40387.62948000065,62908.36000000119,58539.190000001676,65174.32000000146,29873.903520000702,59068.39000000144,50967.030000001425,59068.39000000144,42864.790000001034,-997534.9510799998,48073.50000000084,-999622.37,58539.190000001676,38000.230000000745,55286.52000000159,49367.38000000097,-999853.9299999999,37324.34332000107,-997388.8988399999,44248.88724000058,39967.40000000065,26839.33999999968,5530.409180000061,34331.64000000093,38020.20000000073,20593.71000000048,26825.645439999702,-998834.6,3203.8062000000946,47687.4047200003,24898.79524000022,32369.480000000796,71432.83000000138,64140.83076000022,35666.856120000804,34173.73000000068,56949.526320000536,53899.50564000105,82457.1942800007,-996866.0615199999,49677.632920000935,97737.0435600008,-1998867.48334,82937.02000000325,55668.300000002244,104494.67000000273,68492.8800000023,65717.11000000229,19004.3600000001,61772.30412000258,-1998954.54722,58258.88008000269,59692.74220000213,-972719.758399999,73877.71000000286,-1999584.70264,55807.97028000252,78334.40000000334,67615.20776000402,66486.57180000385,6597.940000000224,-944072.3024399962,-956838.534439998,29481.877360000795,78741.42000000377,-964908.0430399973,66594.85180000358,-966244.1053199997,-944072.3024399962,-969775.0604199994,59008.72776000141,81498.48564000156,-960167.8211999993,83131.61000000148,-955256.3875800001,-965837.2430399999,49873.11000000007,58671.690000000744,73316.54968000071,-990021.96688,35444.61564000025,-961067.86436,43715.59140000105,-921436.342239996,82422.63000000146,53425.35352000059,-956386.5393999998,46360.469999999994,10572.710000000181,81382.39000000051,-969507.8600000003,49394.889480000886,66049.15660000186,-958958.6519600004,60798.86064000208,-964836.280219999,-981407.6699999998,65449.17584000126,-972602.0756000004,78334.40000000334,-956492.1862799977,85671.4269600015,93087.36504000462,12272.800000000048,52497.5382400016,83814.61504000124,63200.88696000114,5026.2768000000515,21971.099999999948,91919.74696000176,53291.47291999973,38354.41999999929,75305.65696000164,9583.11999999993,63591.1848399993,95812.25696000225,186075.40000000165,129574.89606000154,129574.89606000154,132794.58854000163,91790.32928000047,42974.67999999944,85082.85746000038,88773.27680000043,11776.848559999895],"type":"scatter"}], {"title":{"text":"参数切片 — InpMinSecondsBetween"},"template":{"data":{"barpolar":[{"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"type":"carpet"}],"choropleth":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"choropleth"}],"contourcarpet":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"contourcarpet"}],"contour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"contour"}],"heatmap":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmap"}],"histogram2dcontour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2dcontour"}],"histogram2d":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2d"}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"mesh3d":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"mesh3d"}],"parcoords":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"parcoords"}],"pie":[{"automargin":true,"type":"pie"}],"scatter3d":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatter3d"}],"scattercarpet":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattercarpet"}],"scattergeo":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergeo"}],"scattergl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergl"}],"scattermapbox":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermapbox"}],"scattermap":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermap"}],"scatterpolargl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolargl"}],"scatterpolar":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolar"}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"scatterternary":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterternary"}],"surface":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"surface"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}]},"layout":{"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"autotypenumbers":"strict","coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]],"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]},"colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"geo":{"bgcolor":"white","lakecolor":"white","landcolor":"white","showlakes":true,"showland":true,"subunitcolor":"#C8D4E3"},"hoverlabel":{"align":"left"},"hovermode":"closest","mapbox":{"style":"light"},"paper_bgcolor":"white","plot_bgcolor":"white","polar":{"angularaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""},"bgcolor":"white","radialaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""}},"scene":{"xaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"yaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"zaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"ternary":{"aaxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"baxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"bgcolor":"white","caxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""}},"title":{"x":0.05},"xaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2},"yaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2}}},"xaxis":{"title":{"text":"InpMinSecondsBetween"}},"yaxis":{"title":{"text":"目标值 Objective (score)"}},"font":{"family":"Microsoft YaHei, Arial, sans-serif","size":12,"color":"#222"},"margin":{"l":60,"r":40,"t":60,"b":60},"height":420,"width":900}, {"responsive": true} ) }; </script> </div></section>
<h2 class="section-title">等高线图(参数两两交互)</h2><p class="section-desc">按 fANOVA 重要性 Top-6 参数两两配对,避免 19²=361 子图密集到无法读。</p><section class="chart"><h2>等高线 — InpBreakEvenPoints × InpAtrTPMult</h2><div style="height:520px; width:700px;"> <div id="contour-InpBreakEvenPoints-InpAtrTPMult" class="plotly-graph-div" style="height:100%; width:100%;"></div> <script> window.PLOTLYENV=window.PLOTLYENV || {}; if (document.getElementById("contour-InpBreakEvenPoints-InpAtrTPMult")) { Plotly.newPlot( "contour-InpBreakEvenPoints-InpAtrTPMult", [{"colorbar":{"title":{"text":"Objective Value"}},"colorscale":[[0.0,"rgb(247,251,255)"],[0.125,"rgb(222,235,247)"],[0.25,"rgb(198,219,239)"],[0.375,"rgb(158,202,225)"],[0.5,"rgb(107,174,214)"],[0.625,"rgb(66,146,198)"],[0.75,"rgb(33,113,181)"],[0.875,"rgb(8,81,156)"],[1.0,"rgb(8,48,107)"]],"connectgaps":true,"contours":{"coloring":"heatmap"},"hoverinfo":"none","line":{"smoothing":1.3},"reversescale":false,"x":[0.85,1.0,1.1,1.2,1.3,1.4,1.5,1.6,1.7000000000000002,1.8,1.9,2.0,2.1,2.2,2.3,2.4000000000000004,2.5,2.6,2.7,2.8,2.9000000000000004,3.0,3.1,3.2,3.3000000000000003,3.4000000000000004,3.5,3.6,3.7,3.8000000000000003,3.9000000000000004,4.0,4.15],"y":[37.5,50.0,60.0,70.0,80.0,90.0,100.0,110.0,120.0,130.0,140.0,150.0,160.0,170.0,180.0,190.0,200.0,210.0,220.0,230.0,240.0,250.0,260.0,270.0,280.0,290.0,300.0,312.5],"z":{"dtype":"f8","bdata":"AAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H83\u002fdlPgYQuwb2uG7YtIlBAAAAAAAAA+H8H6\u002f8cPX8uwWXZd0Xww3tAAAAAAAAA+H8AAAAAAAD4f3LYDdsW3YdATuYAwRxel0AAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f9KkFLR5fC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8gcuFAtEHoQOCZmZn5t\u002fBAPxCN7u0k8UBB7FG46oL5QAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f289Clc\u002f8y3BAAAAAAAA+H8lXTO5YoMuwQAAAAAAAPh\u002f+vICrECELsEAAAAAAAD4f2ZmZuaLhD7BAAAAAAAA+H8AAAAAAAD4f1wRcAhVy41AnwsMWd2AdkBXFeP8TfyKQBUao3VUGaBAmlO4HoX7kkAAAAAAAAD4f5DC9ShVby7BAAAAAAAA+H+YfpAsYCpeQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f\u002fIBBHMEX+JA3R8a3eGK50C9ZNr+jQPqQBdvzoiiRuVAGTA01\u002fW59kBsMzMz27YGQQAAAAAAAPh\u002fAAAAAAAA+H825QrvizYuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fshGIl1qELsEAAAAAAAD4fwAAAAAAAPh\u002fexSux9h4LsFyxFo8+YIuwU54knSNxa1AAppfzYEXk0A91SE3w4EuwdT10akberFAAAAAAAAA+H8AAAAAAAD4f2Izv5qLiMFAAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f9cQ2nI2iNlABN6JWV+q0EAAAAAAAAD4fwAAAAAAAPh\u002fjx8pIm8F6kDbdVS11DUAQQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002fMBplkJYIuwc\u002fabZcJfi7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8SiNdVhnkuwQAAAAAAAPh\u002fAAAAAAAA+H8JUFNLZn4uwSLIQSmWbC7B7FG4nhR9LsH7v627SVa1QIURNjw9v7lAPPoK0gxRlkCVtyOcaH4uwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwRw\u002fiaAc9hAduLVOe7c30DYue1CW+rUQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H89CtejhIQuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f7ql1VAvhC7BAAAAAAAA+H8AAAAAAAD4f4l7LJ0hgC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fylTBKItzLsEBpDbxIIAuwQAAAAAAAPh\u002fUeDzw+jXp0AAAAAAAAD4f4ylm8TAGcBAQzS6g8p+LsEAAAAAAAD4fx+F69HghC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002f8jtWtZtXZQAAAAAAAAPh\u002fAAAAAAAA+H9dxoUDIebJQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H850a7iV4AuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f7NGPSSubi7BAAAAAAAA+H+CBMWvyWouwTJhvrzwqLhAAAAAAAAA+H8x9fMGH1IuwYqU2SAzwLFAAAAAAAAA+H8AAAAAAAD4f8UI4VHCXi7BAAAAAAAA+H8wyqFFtpPKQAAAAAAAAPh\u002f\u002fcQgsPJKp0AAAAAAAAD4f2UWK2oIbsdAnu84RS+DykDCi2znbxHSQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f0fmkb8Lgi7BAAAAAAAA+H8AAAAAAAD4fw56NqsuaS7Bmus0EuF0LsEAAAAAAAD4f0HsTKFlZi7Bvxito+K4wUCmoL5l3uvCQOsQdR9AXbdA6TNo6Pc8wEDQkH77ClLAQDpHPUTLvspAGkc9RItZykAAAAAAAAD4f9Ygk4ysM9JAzpCRs2jZzEDxKQAGuYMuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fxO2LcoMI8NAEpxtbozXt0AsK00KTmouwcADBHME8LVAAAAAAAAA+H+fLEMcQ0bAQMQkQE1tK51AIYXrUat4LsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8lAWqqKHwuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8rB7ZKGEPHQNjKhP87IC7BbJuUgh4xuUD16XgMt0wuwcMpP6lmIbhA63iXi4gDv0Ag\u002fv\u002f\u002f\u002f4WIQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f\u002f5D+q0MgS7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f\u002f+tZCfNYC7BAAAAAAAA+H+3BrbqFFsuwQAAAAAAAPh\u002fAAAAAAAA+H+V3je++j4uwQmd17g\u002fWS7BYf2fg1plLsEnRMDhKmMuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f9ejcD18hD7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwdCssDShC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8hVKkZRmsuwdImUwVzBLRAAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fNV666S2HPsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8GPZvVVVguwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f4\u002fC9SgrhC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002fQYb58rIMuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002foMN8ueqHPsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f6jBNMwZcC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fWy+GEqNnLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f4brUTgqhD7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002f2KFyPMoQuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwKaCIuzhD7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8knBaMaoA+wQAAAAAAAPh\u002fAAAAAAAA+H9mZmZmM4UuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fGHjuPdiCPsEAAAAAAAD4fwAAAAAAAPh\u002fQq1pHip7LsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fFg6EpCVyLsGM+E5snHouwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+VK7x7E4A+wQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f3Gsixtwgz7BAAAAAAAA+H8J3Lqb+4UuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f3E9Cld4hT7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fUtUEUSaIPsGYgcoYKFguwQAAAAAAAPh\u002fJih+HBp7PsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+rz9XWzoYuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H9DboablHQuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H94CyTIGIAuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f2ZmZqaYhD7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8NN+Cz4II+wQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+k374O\u002fYAuwQAAAAAAAPh\u002fAAAAAAAA+H9C9dYgdz4uwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002f61RxgyXQuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fSp2A9mN9PsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f7hAguLaeS7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f5qZmZmWhD7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fy718+Y9cS7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002fQYb78uYIuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002flfHvc1OFLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002f4Nv3ZSIQuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002f","shape":"28, 33"},"type":"contour"},{"marker":{"color":"black","line":{"color":"Gray","width":2.0}},"mode":"markers","name":"Feasible Trial","showlegend":false,"x":[1.0,2.8,1.9,1.8,2.0,1.0,3.7,2.6,4.0,2.5,3.2,1.7000000000000002,2.9000000000000004,1.6,2.3,3.2,1.4,2.2,2.2,2.9000000000000004,3.4000000000000004,2.7,2.2,1.3,1.9,2.4000000000000004,2.1,2.8,3.1,1.5,2.4000000000000004,2.0,1.8,1.2,1.9,1.8,2.0,1.1,1.6,2.6,3.5,2.8,2.5,2.5,2.1,1.8,2.2,2.1,1.6,1.9,2.3,2.1,1.7000000000000002,3.9000000000000004,1.7000000000000002,1.4,1.3,1.4,1.7000000000000002,1.5,1.0,1.7000000000000002,1.7000000000000002,1.5,1.4,1.3,1.7000000000000002,2.0,2.1,2.1,2.3,2.0,2.0,2.0,1.9,2.1,2.1,2.3,2.0,2.1,2.4000000000000004,1.9,2.2,2.2,2.2,2.2,2.4000000000000004,2.4000000000000004,2.6,2.6,2.4000000000000004,2.3,2.3,2.0,2.3,2.5,2.5,2.3,2.7,2.7,2.7,2.9000000000000004,2.9000000000000004,3.0,2.8,2.7,2.7,3.0,2.5,2.7,2.8,2.6,2.6,2.6,2.6,2.9000000000000004,3.2,2.9000000000000004,2.9000000000000004,2.9000000000000004,3.0,3.1,3.0,3.3000000000000003,3.3000000000000003,3.1,3.0,3.5,3.1,3.3000000000000003,3.0,3.0,3.2,3.2,3.2,3.3000000000000003,3.4000000000000004,3.0,3.3000000000000003,3.1,3.1,3.2,3.4000000000000004,3.0,3.2,2.8,2.8,3.0,3.6,2.8,2.9000000000000004,3.3000000000000003,3.3000000000000003,3.1,3.0,3.3000000000000003,3.4000000000000004,2.6,2.9000000000000004,2.9000000000000004,3.1,3.2,3.2,3.4000000000000004,3.5,3.4000000000000004,3.6,3.4000000000000004,3.3000000000000003,3.4000000000000004,3.4000000000000004,3.5,3.6,3.8000000000000003,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.8000000000000003,4.0,4.0,3.9000000000000004,4.0,3.9000000000000004,4.0,4.0,4.0,3.9000000000000004,3.8000000000000003,4.0,4.0,4.0,3.8000000000000003,3.8000000000000003,4.0,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.6,3.5,3.6,3.5,3.6,3.5,3.6,3.5,3.5,3.5,3.6,3.5,3.6,3.6,3.6,3.7,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.7,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,4.0,4.0,4.0,3.9000000000000004,4.0,3.9000000000000004,3.9000000000000004,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.9000000000000004,4.0,3.8000000000000003,3.9000000000000004,4.0,3.8000000000000003,3.9000000000000004,4.0,4.0,4.0,4.0,4.0,4.0,4.0,3.8000000000000003,3.7,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,1.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,1.1,4.0,3.9000000000000004,4.0,3.9000000000000004,4.0,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,4.0,3.9000000000000004,4.0,3.9000000000000004,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0],"y":[300.0,60.0,180.0,190.0,60.0,210.0,190.0,230.0,110.0,100.0,290.0,140.0,50.0,250.0,150.0,90.0,150.0,270.0,260.0,260.0,120.0,180.0,220.0,80.0,240.0,280.0,240.0,270.0,300.0,210.0,300.0,200.0,240.0,160.0,270.0,70.0,230.0,170.0,130.0,190.0,280.0,270.0,250.0,250.0,220.0,210.0,230.0,50.0,50.0,100.0,70.0,60.0,50.0,60.0,50.0,50.0,50.0,80.0,60.0,70.0,90.0,50.0,50.0,60.0,80.0,60.0,90.0,50.0,70.0,70.0,110.0,50.0,60.0,70.0,80.0,70.0,70.0,100.0,90.0,60.0,80.0,70.0,60.0,60.0,70.0,80.0,60.0,60.0,60.0,110.0,90.0,60.0,70.0,70.0,70.0,80.0,100.0,80.0,80.0,80.0,90.0,90.0,120.0,90.0,100.0,90.0,90.0,120.0,90.0,110.0,80.0,70.0,80.0,100.0,100.0,100.0,100.0,90.0,120.0,130.0,110.0,110.0,120.0,130.0,140.0,130.0,120.0,120.0,140.0,110.0,130.0,130.0,130.0,150.0,150.0,130.0,140.0,130.0,130.0,160.0,120.0,110.0,110.0,120.0,140.0,130.0,130.0,130.0,120.0,140.0,110.0,110.0,130.0,120.0,120.0,110.0,130.0,140.0,110.0,100.0,150.0,110.0,120.0,120.0,120.0,110.0,100.0,110.0,110.0,100.0,100.0,110.0,110.0,110.0,110.0,110.0,110.0,110.0,110.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,90.0,90.0,100.0,100.0,100.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,80.0,80.0,70.0,80.0,70.0,60.0,70.0,70.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,60.0,60.0,60.0,50.0,60.0,50.0,50.0,60.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,60.0,50.0,50.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,290.0,60.0,50.0,50.0,60.0,50.0,50.0,60.0,50.0,180.0,60.0,50.0,60.0,50.0,50.0,60.0,50.0,60.0,50.0,50.0,60.0,60.0,50.0,50.0,60.0,60.0,60.0,60.0,50.0,50.0,50.0,50.0,50.0,220.0,50.0,60.0,50.0,50.0,50.0,50.0,50.0,200.0,50.0,50.0,60.0,50.0,260.0,50.0,60.0,60.0,60.0,60.0,60.0,70.0,60.0,60.0,70.0,60.0,70.0,60.0,70.0,60.0,60.0,70.0,60.0,70.0,70.0,60.0,60.0,60.0,70.0,60.0,70.0,60.0,60.0,60.0,60.0,70.0,60.0,60.0,60.0,70.0,60.0,60.0,70.0,60.0,70.0,60.0,60.0,70.0,60.0,70.0,60.0,60.0,60.0,70.0,60.0,60.0,60.0,70.0,60.0,70.0,70.0,60.0,70.0,60.0,60.0,60.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0],"type":"scatter"},{"marker":{"color":"#cccccc","line":{"color":"Gray","width":2.0}},"mode":"markers","name":"Infeasible Trial","showlegend":false,"x":[],"y":[],"type":"scatter"}], {"title":{"text":"等高线 — InpBreakEvenPoints × InpAtrTPMult"},"template":{"data":{"barpolar":[{"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"type":"carpet"}],"choropleth":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"choropleth"}],"contourcarpet":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"contourcarpet"}],"contour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"contour"}],"heatmap":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmap"}],"histogram2dcontour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2dcontour"}],"histogram2d":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2d"}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"mesh3d":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"mesh3d"}],"parcoords":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"parcoords"}],"pie":[{"automargin":true,"type":"pie"}],"scatter3d":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatter3d"}],"scattercarpet":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattercarpet"}],"scattergeo":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergeo"}],"scattergl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergl"}],"scattermapbox":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermapbox"}],"scattermap":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermap"}],"scatterpolargl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolargl"}],"scatterpolar":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolar"}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"scatterternary":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterternary"}],"surface":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"surface"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}]},"layout":{"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"autotypenumbers":"strict","coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]],"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]},"colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"geo":{"bgcolor":"white","lakecolor":"white","landcolor":"white","showlakes":true,"showland":true,"subunitcolor":"#C8D4E3"},"hoverlabel":{"align":"left"},"hovermode":"closest","mapbox":{"style":"light"},"paper_bgcolor":"white","plot_bgcolor":"white","polar":{"angularaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""},"bgcolor":"white","radialaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""}},"scene":{"xaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"yaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"zaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"ternary":{"aaxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"baxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"bgcolor":"white","caxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""}},"title":{"x":0.05},"xaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2},"yaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2}}},"xaxis":{"title":{"text":"InpBreakEvenPoints"},"range":[0.85,4.15]},"yaxis":{"title":{"text":"InpAtrTPMult"},"range":[37.5,312.5]},"font":{"family":"Microsoft YaHei, Arial, sans-serif","size":12,"color":"#222"},"margin":{"l":70,"r":70,"t":60,"b":70},"height":520,"width":700}, {"responsive": true} ) }; </script> </div></section>
<section class="chart"><h2>等高线 — InpBreakEvenPoints × InpTrailStartPoints</h2><div style="height:520px; width:700px;"> <div id="contour-InpBreakEvenPoints-InpTrailStartPoints" class="plotly-graph-div" style="height:100%; width:100%;"></div> <script> window.PLOTLYENV=window.PLOTLYENV || {}; if (document.getElementById("contour-InpBreakEvenPoints-InpTrailStartPoints")) { Plotly.newPlot( "contour-InpBreakEvenPoints-InpTrailStartPoints", [{"colorbar":{"title":{"text":"Objective Value"}},"colorscale":[[0.0,"rgb(247,251,255)"],[0.125,"rgb(222,235,247)"],[0.25,"rgb(198,219,239)"],[0.375,"rgb(158,202,225)"],[0.5,"rgb(107,174,214)"],[0.625,"rgb(66,146,198)"],[0.75,"rgb(33,113,181)"],[0.875,"rgb(8,81,156)"],[1.0,"rgb(8,48,107)"]],"connectgaps":true,"contours":{"coloring":"heatmap"},"hoverinfo":"none","line":{"smoothing":1.3},"reversescale":false,"x":[37.5,50.0,60.0,70.0,80.0,90.0,100.0,110.0,120.0,130.0,140.0,150.0,160.0,170.0,180.0,190.0,200.0,210.0,220.0,230.0,240.0,250.0,260.0,270.0,280.0,290.0,300.0,312.5],"y":[85.0,100.0,110.0,120.0,130.0,140.0,150.0,160.0,170.0,180.0,190.0,200.0,210.0,220.0,230.0,240.0,250.0,260.0,270.0,280.0,290.0,300.0,310.0,320.0,330.0,340.0,350.0,360.0,370.0,380.0,390.0,400.0,415.0],"z":{"dtype":"f8","bdata":"AAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fwvUoXJeELsEAAAAAAAD4fyLIQSmWbC7BjKWbxMAZwECKlNkgM8CxQKagvmXe68JAE7Ytygwjw0ArB7ZKGEPHQGH9n4NaZS7B0iZTBXMEtEAAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f2l0B7Htfi7BhRE2PD2\u002fuUBDNLqDyn4uwTJhvrzwqLhA0JB++wpSwECWlSZFSV0uwet4l4uIA79Ald43vvo+LsEhVKkZRmsuwQY9m9VVWC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f1wRcAhVy41AYjO\u002fmouIwUDsUbieFH0uwYa+MJlqc69A\u002fcQgsPJKp0BCLQlQ0wWUQAAAAAAAAPh\u002ffm\u002fTn2BrLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fQ26Gm5R0LsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fmlO4HoX7kkByxFo8+YIuwZW3I5xofi7BiXssnSGALsHCi2znbxHSQNYgk4ysM9JA2i40d3JfLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+G61E4KoQ+wQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002f+tUcYMl0LsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fctgN2xbdh0BXFeP8TfyKQErsuyL4k4hAshGIlwOELsFdxoUDIebJQD1LiSQiM85A6H6HotQyLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fxUao3VUGaBAAAAAAAAA+H8AAAAAAAD4f\u002fsqajAVWdhAZRYraghux0AAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f9Bhvnysgy7BAAAAAAAA+H8AAAAAAAD4f0KtaR4qey7BFg6EpCVyLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f07mAMEcXpdAZmZm5ouEPsEAAAAAAAD4fwAAAAAAAPh\u002fst659zTZ1kAAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002f0GG+\u002fLmCLsEAAAAAAAD4fwAAAAAAAPh\u002fN\u002f3ZT4GELsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002f8jtWtZtXZQDnRruJXgC7Bmus0EuF0LsEAAAAAAAD4fyUBaqoofC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fEP8Xz\u002fgW10DYue1CW+rUQM1CTImMgdhAAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fxh47j3Ygj7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f3bi1Tnu3N9APQrXo4SELsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f2ZmZqaYhD7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+\u002f8bXnBIEuwdcQ2nI2iNlAPfIyiv2\u002f2kAAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002fXo3A9fIQ+wQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fCdy6m\u002fuFLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f\u002fIBBHMEX+JA7WohyMFn1kBPVsoyzL\u002fWQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fbDMzM9u2BkHbdVS11DUAQQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f4\u002fC9SgrhC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002f7toMN\u002fCl60CwVIzz+3D2QI8fKSJvBepAAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f6vP1dbOhi7BAAAAAAAA+H8AAAAAAAD4f0qdgPZjfT7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+XDIRk1xrqQBkwNNf1ufZAWGZmZsZ01UAAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f\u002fg2\u002fdlIhC7BAAAAAAAA+H8AAAAAAAD4f62JnSlccuxAj1yPwrlL9EDC4nDG8CYtwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fZmZmZjOFLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fh\u002fYoXFsJ8kCs4XoUah\u002f0QIQXYF+YMC3BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fJJwWjGqAPsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fDTfgs+CCPsEAAAAAAAD4fwAAAAAAAPh\u002fmpmZmZaEPsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H9B7FG46oL5QPLMx7UB1uxAAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f7SrkDJigi7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f6jBNMwZcC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002flSu8exOAPsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fuECC4tp5LsEu9fPmPXEuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f9oUrkeNcPFA+f6VlZpR70AAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002flfHvc1OFLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002fIOjsZWGbpQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002feAskyBiALsFC9dYgdz4uwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002fSpBS0eXwuwXCaVZ+9lORAAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f5iByhgoWC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fQ+scA\u002fqg50AAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fpN++Dv2ALsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8HQrLA0oQuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H9S1QRRJog+wQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002fxKQAGuYMuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002foMN8ueqHPsFbL4YSo2cuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f3Gsixtwgz7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fzVeuukthz7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fqlYJFlhyLcEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fjPhObJx6LsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002f2KFyPMoQuwQKaCIuzhD7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f3sUrsfYeC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8gcuFAtEHoQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f8wGmWQlgi7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f3E9Cld4hT7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002f","shape":"33, 28"},"type":"contour"},{"marker":{"color":"black","line":{"color":"Gray","width":2.0}},"mode":"markers","name":"Feasible Trial","showlegend":false,"x":[300.0,60.0,180.0,190.0,60.0,210.0,190.0,230.0,110.0,100.0,290.0,140.0,50.0,250.0,150.0,90.0,150.0,270.0,260.0,260.0,120.0,180.0,220.0,80.0,240.0,280.0,240.0,270.0,300.0,210.0,300.0,200.0,240.0,160.0,270.0,70.0,230.0,170.0,130.0,190.0,280.0,270.0,250.0,250.0,220.0,210.0,230.0,50.0,50.0,100.0,70.0,60.0,50.0,60.0,50.0,50.0,50.0,80.0,60.0,70.0,90.0,50.0,50.0,60.0,80.0,60.0,90.0,50.0,70.0,70.0,110.0,50.0,60.0,70.0,80.0,70.0,70.0,100.0,90.0,60.0,80.0,70.0,60.0,60.0,70.0,80.0,60.0,60.0,60.0,110.0,90.0,60.0,70.0,70.0,70.0,80.0,100.0,80.0,80.0,80.0,90.0,90.0,120.0,90.0,100.0,90.0,90.0,120.0,90.0,110.0,80.0,70.0,80.0,100.0,100.0,100.0,100.0,90.0,120.0,130.0,110.0,110.0,120.0,130.0,140.0,130.0,120.0,120.0,140.0,110.0,130.0,130.0,130.0,150.0,150.0,130.0,140.0,130.0,130.0,160.0,120.0,110.0,110.0,120.0,140.0,130.0,130.0,130.0,120.0,140.0,110.0,110.0,130.0,120.0,120.0,110.0,130.0,140.0,110.0,100.0,150.0,110.0,120.0,120.0,120.0,110.0,100.0,110.0,110.0,100.0,100.0,110.0,110.0,110.0,110.0,110.0,110.0,110.0,110.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,90.0,90.0,100.0,100.0,100.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,80.0,80.0,70.0,80.0,70.0,60.0,70.0,70.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,60.0,60.0,60.0,50.0,60.0,50.0,50.0,60.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,60.0,50.0,50.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,290.0,60.0,50.0,50.0,60.0,50.0,50.0,60.0,50.0,180.0,60.0,50.0,60.0,50.0,50.0,60.0,50.0,60.0,50.0,50.0,60.0,60.0,50.0,50.0,60.0,60.0,60.0,60.0,50.0,50.0,50.0,50.0,50.0,220.0,50.0,60.0,50.0,50.0,50.0,50.0,50.0,200.0,50.0,50.0,60.0,50.0,260.0,50.0,60.0,60.0,60.0,60.0,60.0,70.0,60.0,60.0,70.0,60.0,70.0,60.0,70.0,60.0,60.0,70.0,60.0,70.0,70.0,60.0,60.0,60.0,70.0,60.0,70.0,60.0,60.0,60.0,60.0,70.0,60.0,60.0,60.0,70.0,60.0,60.0,70.0,60.0,70.0,60.0,60.0,70.0,60.0,70.0,60.0,60.0,60.0,70.0,60.0,60.0,60.0,70.0,60.0,70.0,70.0,60.0,70.0,60.0,60.0,60.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0],"y":[160.0,150.0,150.0,340.0,200.0,250.0,370.0,400.0,330.0,150.0,260.0,100.0,300.0,230.0,320.0,100.0,200.0,290.0,290.0,190.0,270.0,340.0,360.0,400.0,300.0,230.0,300.0,130.0,240.0,180.0,280.0,370.0,320.0,350.0,310.0,380.0,340.0,220.0,170.0,130.0,270.0,130.0,120.0,120.0,150.0,150.0,200.0,160.0,250.0,170.0,380.0,150.0,160.0,210.0,160.0,160.0,170.0,140.0,160.0,110.0,190.0,140.0,160.0,140.0,180.0,150.0,180.0,140.0,140.0,110.0,140.0,140.0,120.0,120.0,100.0,120.0,120.0,110.0,130.0,100.0,120.0,130.0,140.0,140.0,140.0,110.0,130.0,130.0,120.0,130.0,100.0,150.0,120.0,120.0,120.0,110.0,110.0,100.0,110.0,110.0,120.0,120.0,130.0,110.0,120.0,150.0,150.0,100.0,150.0,170.0,130.0,120.0,110.0,110.0,110.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,110.0,100.0,110.0,110.0,100.0,100.0,100.0,100.0,100.0,110.0,110.0,110.0,100.0,110.0,100.0,100.0,110.0,100.0,110.0,100.0,120.0,110.0,100.0,110.0,120.0,100.0,100.0,110.0,100.0,120.0,100.0,110.0,100.0,120.0,110.0,100.0,100.0,100.0,100.0,110.0,120.0,110.0,130.0,130.0,130.0,130.0,130.0,130.0,130.0,130.0,130.0,140.0,130.0,130.0,130.0,130.0,130.0,130.0,130.0,140.0,140.0,140.0,140.0,140.0,140.0,140.0,150.0,150.0,140.0,150.0,150.0,160.0,160.0,160.0,160.0,160.0,160.0,160.0,170.0,170.0,170.0,170.0,170.0,170.0,170.0,170.0,180.0,180.0,180.0,190.0,190.0,190.0,190.0,190.0,190.0,190.0,190.0,190.0,190.0,190.0,200.0,200.0,200.0,200.0,200.0,200.0,210.0,200.0,210.0,200.0,200.0,210.0,210.0,210.0,210.0,210.0,200.0,200.0,220.0,200.0,220.0,200.0,210.0,200.0,210.0,200.0,180.0,220.0,180.0,200.0,210.0,220.0,230.0,230.0,240.0,240.0,240.0,240.0,230.0,240.0,250.0,240.0,240.0,240.0,250.0,250.0,250.0,250.0,250.0,250.0,250.0,240.0,240.0,240.0,240.0,240.0,240.0,260.0,240.0,240.0,240.0,260.0,250.0,250.0,250.0,250.0,230.0,230.0,260.0,230.0,230.0,270.0,260.0,260.0,280.0,270.0,280.0,270.0,270.0,270.0,280.0,280.0,280.0,270.0,270.0,290.0,290.0,290.0,300.0,310.0,300.0,310.0,290.0,290.0,290.0,290.0,290.0,290.0,290.0,290.0,290.0,290.0,310.0,290.0,290.0,300.0,280.0,280.0,270.0,270.0,270.0,270.0,270.0,270.0,270.0,270.0,270.0,270.0,270.0,270.0,260.0,270.0,260.0,260.0,260.0,260.0,260.0,270.0,260.0,280.0,270.0,260.0,260.0,260.0,260.0,260.0,260.0,260.0,270.0,260.0,260.0,260.0,270.0,270.0,260.0,260.0,280.0,270.0,280.0,280.0,270.0,280.0,280.0,280.0,270.0,280.0,270.0,270.0,270.0,270.0,280.0,280.0,280.0,280.0,270.0,270.0,280.0,270.0,280.0,270.0,270.0,280.0,260.0,280.0,270.0,270.0,260.0,280.0,260.0,270.0,270.0,280.0,280.0,280.0,280.0,280.0,280.0,270.0,280.0,390.0,270.0,270.0,270.0,270.0,270.0,260.0,260.0,260.0,260.0,260.0,250.0,260.0,250.0,260.0,260.0,250.0,260.0,250.0,250.0,250.0,250.0,250.0,260.0,250.0,360.0,250.0,250.0,250.0,250.0,250.0,260.0,260.0,250.0,250.0,250.0,260.0,250.0,260.0,260.0,250.0,260.0,250.0,260.0,260.0,260.0,250.0,260.0,250.0,260.0,260.0,250.0,260.0,260.0,250.0,260.0,250.0,260.0,240.0,260.0,260.0,240.0,240.0,240.0,230.0,240.0,240.0,240.0,240.0,230.0,230.0,230.0,230.0,230.0,220.0,220.0,220.0,220.0,220.0,220.0,220.0,220.0,220.0,220.0,230.0],"type":"scatter"},{"marker":{"color":"#cccccc","line":{"color":"Gray","width":2.0}},"mode":"markers","name":"Infeasible Trial","showlegend":false,"x":[],"y":[],"type":"scatter"}], {"title":{"text":"等高线 — InpBreakEvenPoints × InpTrailStartPoints"},"template":{"data":{"barpolar":[{"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"type":"carpet"}],"choropleth":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"choropleth"}],"contourcarpet":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"contourcarpet"}],"contour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"contour"}],"heatmap":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmap"}],"histogram2dcontour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2dcontour"}],"histogram2d":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2d"}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"mesh3d":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"mesh3d"}],"parcoords":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"parcoords"}],"pie":[{"automargin":true,"type":"pie"}],"scatter3d":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatter3d"}],"scattercarpet":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattercarpet"}],"scattergeo":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergeo"}],"scattergl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergl"}],"scattermapbox":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermapbox"}],"scattermap":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermap"}],"scatterpolargl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolargl"}],"scatterpolar":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolar"}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"scatterternary":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterternary"}],"surface":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"surface"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}]},"layout":{"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"autotypenumbers":"strict","coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]],"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]},"colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"geo":{"bgcolor":"white","lakecolor":"white","landcolor":"white","showlakes":true,"showland":true,"subunitcolor":"#C8D4E3"},"hoverlabel":{"align":"left"},"hovermode":"closest","mapbox":{"style":"light"},"paper_bgcolor":"white","plot_bgcolor":"white","polar":{"angularaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""},"bgcolor":"white","radialaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""}},"scene":{"xaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"yaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"zaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"ternary":{"aaxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"baxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"bgcolor":"white","caxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""}},"title":{"x":0.05},"xaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2},"yaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2}}},"xaxis":{"title":{"text":"InpBreakEvenPoints"},"range":[37.5,312.5]},"yaxis":{"title":{"text":"InpTrailStartPoints"},"range":[85.0,415.0]},"font":{"family":"Microsoft YaHei, Arial, sans-serif","size":12,"color":"#222"},"margin":{"l":70,"r":70,"t":60,"b":70},"height":520,"width":700}, {"responsive": true} ) }; </script> </div></section>
<section class="chart"><h2>等高线 — InpBreakEvenPoints × InpFastEmaPeriod</h2><div style="height:520px; width:700px;"> <div id="contour-InpBreakEvenPoints-InpFastEmaPeriod" class="plotly-graph-div" style="height:100%; width:100%;"></div> <script> window.PLOTLYENV=window.PLOTLYENV || {}; if (document.getElementById("contour-InpBreakEvenPoints-InpFastEmaPeriod")) { Plotly.newPlot( "contour-InpBreakEvenPoints-InpFastEmaPeriod", [{"colorbar":{"title":{"text":"Objective Value"}},"colorscale":[[0.0,"rgb(247,251,255)"],[0.125,"rgb(222,235,247)"],[0.25,"rgb(198,219,239)"],[0.375,"rgb(158,202,225)"],[0.5,"rgb(107,174,214)"],[0.625,"rgb(66,146,198)"],[0.75,"rgb(33,113,181)"],[0.875,"rgb(8,81,156)"],[1.0,"rgb(8,48,107)"]],"connectgaps":true,"contours":{"coloring":"heatmap"},"hoverinfo":"none","line":{"smoothing":1.3},"reversescale":false,"x":[37.5,50.0,60.0,70.0,80.0,90.0,100.0,110.0,120.0,130.0,140.0,150.0,160.0,170.0,180.0,190.0,200.0,210.0,220.0,230.0,240.0,250.0,260.0,270.0,280.0,290.0,300.0,312.5],"y":[6.7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35.3],"z":{"dtype":"f8","bdata":"AAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fyoQNjxj9exAldX6Ip3m3UAAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fPxCN7u0k8UCxCp3XsM7rQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fCdy6m\u002fuFLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002faFK5HjXDxQPn+lZWaUe9AAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f6jBNMwZcC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8u9fPmPXEuwZXx73NThS7BAAAAAAAA+H8AAAAAAAD4f0HsUbjqgvlAsFSM8\u002ftw9kCJGEM5MaLpQNXIWdgWCC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fZmZmZjOFLsGVK7x7E4A+wQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fh\u002fYoXFsJ8kCI7FG4VjnzQNcQ2nI2iNlABHD+JoBz2EAAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fJJwWjGqAPsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fDTfgs+CCPsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8szwoMWbFuQBkwNNf1ufZATAS7YQs12UA98jKK\u002fb\u002faQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f\u002fg2\u002fdlIhC7BAAAAAAAA+H8AAAAAAAD4f3pgN2xbRFtAnwsMWd2AdkAAAAAAAAD4f3bi1Tnu3N9APQrXo4SELsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002f2KFyPMoQuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002f2LntQlvq1ED8jtWtZtXZQAAAAAAAAPh\u002f8SkABrmDLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H9CrWkeKnsuwRYOhKQlci7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H9ufX4YIbBrQML1KFyXhC7BshGIl1qELsEAAAAAAAD4f7Leufc02dZAZRYraghux0AAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fNV666S2HPsEAAAAAAAD4f9Bhvnysgy7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f07mAMEcXpdAXBFwCFXLjUBeyy2thp+OQBKI11WGeS7B+ypqMBVZ2EB4Xb8gy1kuwQAAAAAAAPh\u002ftKuQMmKCLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f2tI3OM1cy7BAAAAAAAA+H+6pdVQL4QuwcKLbOdvEdJA6H6HotQyLsGKPEnann4uwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8YeO492II+wQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002fQYb78uYIuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f5h+kCxgKl5AAppfzYEXk0AJUFNLZn4uwYl7LJ0hgC7BMMqhRbaTykDWIJOMrDPSQJ8sQxxDRsBA63iXi4gDv0AnRMDhKmMuwQdCssDShC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f1LVBFEmiD7BAAAAAAAA+H94CyTIGIAuwUL11iB3Pi7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwfr\u002fxw9fy7BDGzsEtUCh0BK7Lsi+JOIQAAAAAAAAPh\u002fylTBKItzLsF9qZ8XamMuwekzaOj3PMBAPKq8HSG5qEArB7ZKGEPHQJXeN776Pi7B0iZTBXMEtEAAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8VGqN1VBmgQGIzv5qLiMFAhRE2PD2\u002fuUCMpZvEwBnAQDJhvrzwqLhAAAAAAAAA+H8Tti3KDCPDQHpyhXc5CL5ACZ3XuD9ZLsEhVKkZRmsuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fApoIi7OEPsEAAAAAAAD4f4z4Tmycei7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002fSpBS0eXwuwZpTuB6F+5JAAAAAAAAA+H\u002f7v627SVa1QAAAAAAAAPh\u002fs0Y9JK5uLsH1vvE1E34uwcQkQE1tK51AIP7\u002f\u002f\u002f+FiEBh\u002fZ+DWmUuwQAAAAAAAPh\u002fBj2b1VVYLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fvNCzWTXOo0CCBMWvyWouwaagvmXe68JALCtNCk5qLsEAAAAAAAD4f\u002f+tZCfNYC7BAAAAAAAA+H8AAAAAAAD4f4\u002fC9SgrhC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f3sUrsfYeC7BPPoK0gxRlkCGvjCZanOvQAAAAAAAAPh\u002fmus0EuF0LsHaLjR3cl8uwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+gw3y56oc+wVsvhhKjZy7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8gXtevmXwuwQAAAAAAAPh\u002fMfXzBh9SLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fuECC4tp5LsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f8wGmWQlgi7BQzS6g8p+LsEAAAAAAAD4fwAAAAAAAPh\u002f6LzG7gx\u002fLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002fXo3A9fIQ+wQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f6vP1dbOhi7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f6Tfvg79gC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002fYZI26V1QtwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f3Gsixtwgz7BmIHKGChYLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fcT0KV3iFPsEmKH4cGns+wQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f0qdgPZjfT7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwCTNerlDO9AAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fJQFqqih8LsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fsgLU1Hbq9ECPHykibwXqQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+G61E4KoQ+wQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8aTMNQO4U+wQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H9sMzMz27YGQTT6J7itxfRAAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f0NuhpuUdC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fmpmZmZaEPsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002f23VUtdQ1AEEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f\u002frVHGDJdC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fw==","shape":"29, 28"},"type":"contour"},{"marker":{"color":"black","line":{"color":"Gray","width":2.0}},"mode":"markers","name":"Feasible Trial","showlegend":false,"x":[300.0,60.0,180.0,190.0,60.0,210.0,190.0,230.0,110.0,100.0,290.0,140.0,50.0,250.0,150.0,90.0,150.0,270.0,260.0,260.0,120.0,180.0,220.0,80.0,240.0,280.0,240.0,270.0,300.0,210.0,300.0,200.0,240.0,160.0,270.0,70.0,230.0,170.0,130.0,190.0,280.0,270.0,250.0,250.0,220.0,210.0,230.0,50.0,50.0,100.0,70.0,60.0,50.0,60.0,50.0,50.0,50.0,80.0,60.0,70.0,90.0,50.0,50.0,60.0,80.0,60.0,90.0,50.0,70.0,70.0,110.0,50.0,60.0,70.0,80.0,70.0,70.0,100.0,90.0,60.0,80.0,70.0,60.0,60.0,70.0,80.0,60.0,60.0,60.0,110.0,90.0,60.0,70.0,70.0,70.0,80.0,100.0,80.0,80.0,80.0,90.0,90.0,120.0,90.0,100.0,90.0,90.0,120.0,90.0,110.0,80.0,70.0,80.0,100.0,100.0,100.0,100.0,90.0,120.0,130.0,110.0,110.0,120.0,130.0,140.0,130.0,120.0,120.0,140.0,110.0,130.0,130.0,130.0,150.0,150.0,130.0,140.0,130.0,130.0,160.0,120.0,110.0,110.0,120.0,140.0,130.0,130.0,130.0,120.0,140.0,110.0,110.0,130.0,120.0,120.0,110.0,130.0,140.0,110.0,100.0,150.0,110.0,120.0,120.0,120.0,110.0,100.0,110.0,110.0,100.0,100.0,110.0,110.0,110.0,110.0,110.0,110.0,110.0,110.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,90.0,90.0,100.0,100.0,100.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,80.0,80.0,70.0,80.0,70.0,60.0,70.0,70.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,60.0,60.0,60.0,50.0,60.0,50.0,50.0,60.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,60.0,50.0,50.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,290.0,60.0,50.0,50.0,60.0,50.0,50.0,60.0,50.0,180.0,60.0,50.0,60.0,50.0,50.0,60.0,50.0,60.0,50.0,50.0,60.0,60.0,50.0,50.0,60.0,60.0,60.0,60.0,50.0,50.0,50.0,50.0,50.0,220.0,50.0,60.0,50.0,50.0,50.0,50.0,50.0,200.0,50.0,50.0,60.0,50.0,260.0,50.0,60.0,60.0,60.0,60.0,60.0,70.0,60.0,60.0,70.0,60.0,70.0,60.0,70.0,60.0,60.0,70.0,60.0,70.0,70.0,60.0,60.0,60.0,70.0,60.0,70.0,60.0,60.0,60.0,60.0,70.0,60.0,60.0,60.0,70.0,60.0,60.0,70.0,60.0,70.0,60.0,60.0,70.0,60.0,70.0,60.0,60.0,60.0,70.0,60.0,60.0,60.0,70.0,60.0,70.0,70.0,60.0,70.0,60.0,60.0,60.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0],"y":[18,19,16,24,8,11,14,30,15,25,33,23,22,27,19,21,27,19,19,12,17,24,21,26,29,30,30,34,13,18,10,21,19,16,28,24,29,23,31,32,25,34,33,32,15,15,9,17,20,18,17,14,13,12,14,14,13,14,11,16,14,17,17,13,15,12,18,16,20,20,20,17,17,17,17,19,18,22,19,16,21,18,17,17,17,19,20,22,22,23,20,21,21,21,21,22,23,22,24,25,24,24,24,26,25,23,23,26,23,24,22,21,21,21,21,21,21,21,21,22,23,23,21,21,22,20,21,22,20,23,21,21,21,20,20,19,19,22,21,22,23,20,19,20,21,20,19,22,21,21,22,20,20,19,21,20,22,23,18,20,21,20,19,19,18,19,19,18,20,19,18,19,19,19,19,19,19,18,19,19,18,18,18,18,18,18,18,18,18,18,17,16,16,16,17,17,17,16,16,16,16,15,15,15,15,15,15,15,15,15,15,15,15,15,15,14,14,14,14,14,14,14,14,14,14,14,13,13,13,13,13,13,13,12,12,13,13,13,13,13,13,13,12,12,12,13,13,13,11,11,13,12,13,13,12,13,12,12,12,12,11,10,10,11,10,10,10,10,10,10,10,10,9,9,9,9,9,9,9,9,9,8,8,8,9,9,9,9,9,9,9,8,9,9,8,8,8,9,9,8,9,8,8,8,8,8,9,8,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,10,11,10,11,11,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,9,9,9,9,10,10,10,8,9,9,9,10,8,8,8,8,8,8,8,8,9,9,9,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,9,10,10,9,9,10,9,10,9,10,9,10,10,9,10,9,10,10,10,10,9,10,11,9,10,11,11,11,12,11,11,12,12,12,12,12,12,12,12,12,12,12,12,12,11,12,12,12,12,12,12,12,12,11,12,11,11,11,11,11,11,12,11,11,12,29,11,12,11,11,12,11,12,11,11,12,11,11,11,12,11,12,11,12,11,32,13,13,11,32,32,31,33,11,32,33,11,32,31,33,33,34,34,34,34,34,33,34,34],"type":"scatter"},{"marker":{"color":"#cccccc","line":{"color":"Gray","width":2.0}},"mode":"markers","name":"Infeasible Trial","showlegend":false,"x":[],"y":[],"type":"scatter"}], {"title":{"text":"等高线 — InpBreakEvenPoints × InpFastEmaPeriod"},"template":{"data":{"barpolar":[{"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"type":"carpet"}],"choropleth":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"choropleth"}],"contourcarpet":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"contourcarpet"}],"contour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"contour"}],"heatmap":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmap"}],"histogram2dcontour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2dcontour"}],"histogram2d":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2d"}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"mesh3d":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"mesh3d"}],"parcoords":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"parcoords"}],"pie":[{"automargin":true,"type":"pie"}],"scatter3d":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatter3d"}],"scattercarpet":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattercarpet"}],"scattergeo":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergeo"}],"scattergl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergl"}],"scattermapbox":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermapbox"}],"scattermap":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermap"}],"scatterpolargl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolargl"}],"scatterpolar":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolar"}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"scatterternary":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterternary"}],"surface":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"surface"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}]},"layout":{"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"autotypenumbers":"strict","coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]],"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]},"colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"geo":{"bgcolor":"white","lakecolor":"white","landcolor":"white","showlakes":true,"showland":true,"subunitcolor":"#C8D4E3"},"hoverlabel":{"align":"left"},"hovermode":"closest","mapbox":{"style":"light"},"paper_bgcolor":"white","plot_bgcolor":"white","polar":{"angularaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""},"bgcolor":"white","radialaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""}},"scene":{"xaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"yaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"zaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"ternary":{"aaxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"baxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"bgcolor":"white","caxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""}},"title":{"x":0.05},"xaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2},"yaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2}}},"xaxis":{"title":{"text":"InpBreakEvenPoints"},"range":[37.5,312.5]},"yaxis":{"title":{"text":"InpFastEmaPeriod"},"range":[6.7,35.3]},"font":{"family":"Microsoft YaHei, Arial, sans-serif","size":12,"color":"#222"},"margin":{"l":70,"r":70,"t":60,"b":70},"height":520,"width":700}, {"responsive": true} ) }; </script> </div></section>
<section class="chart"><h2>等高线 — InpBreakEvenPoints × InpRsiPeriod</h2><div style="height:520px; width:700px;"> <div id="contour-InpBreakEvenPoints-InpRsiPeriod" class="plotly-graph-div" style="height:100%; width:100%;"></div> <script> window.PLOTLYENV=window.PLOTLYENV || {}; if (document.getElementById("contour-InpBreakEvenPoints-InpRsiPeriod")) { Plotly.newPlot( "contour-InpBreakEvenPoints-InpRsiPeriod", [{"colorbar":{"title":{"text":"Objective Value"}},"colorscale":[[0.0,"rgb(247,251,255)"],[0.125,"rgb(222,235,247)"],[0.25,"rgb(198,219,239)"],[0.375,"rgb(158,202,225)"],[0.5,"rgb(107,174,214)"],[0.625,"rgb(66,146,198)"],[0.75,"rgb(33,113,181)"],[0.875,"rgb(8,81,156)"],[1.0,"rgb(8,48,107)"]],"connectgaps":true,"contours":{"coloring":"heatmap"},"hoverinfo":"none","line":{"smoothing":1.3},"reversescale":false,"x":[37.5,50.0,60.0,70.0,80.0,90.0,100.0,110.0,120.0,130.0,140.0,150.0,160.0,170.0,180.0,190.0,200.0,210.0,220.0,230.0,240.0,250.0,260.0,270.0,280.0,290.0,300.0,312.5],"y":[5.95,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29.05],"z":{"dtype":"f8","bdata":"AAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwfr\u002fxw9fy7BkML1KFVvLsF1XmO3XHIuwSLIQSmWbC7BiXssnSGALsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwKaCIuzhD7BAAAAAAAA+H8AAAAAAAD4f3E9Cld4hT7BmIHKGChYLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+4QILi2nkuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fctgN2xbdh0BcEXAIVcuNQNT10akberFA+7+tu0lWtUAAAAAAAAD4f4IExa\u002fJai7BDno2qy5pLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f1svhhKjZy7BAAAAAAAA+H9CrWkeKnsuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H9O5gDBHF6XQBUao3VUGaBAYjO\u002fmouIwUCFETY8Pb+5QMpUwSiLcy7BxQjhUcJeLsFH5pG\u002fC4IuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fNV666S2HPsEAAAAAAAD4f6DDfLnqhz7BAAAAAAAA+H8AAAAAAAD4fxh47j3Ygj7BFg6EpCVyLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f2XZd0Xww3tAIAw8N0WDLsECml\u002fNgReTQAAAAAAAAPh\u002fjKWbxMAZwEAyYb688Ki4QKagvmXe68JAE7Ytygwjw0DYyoT\u002fOyAuwZXeN776Pi7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+M+E5snHouwQncupv7hS7BUtUEUSaIPsEAAAAAAAD4fwAAAAAAAPh\u002fQvXWIHc+LsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H9sMzMz27YGQdt1VLXUNQBBPPoK0gxRlkCGvjCZanOvQKzijazFVi7BAAAAAAAA+H\u002faLjR3cl8uwQAAAAAAAPh\u002fAAAAAAAA+H8HQrLA0oQuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002feAskyBiALsH61RxgyXQuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H96YDdsW0RbQGEXghxEZPdAjx8pIm8F6kCyEYiXA4QuwQGkNvEggC7BAAAAAAAA+H9IaMsZRWguwRKcbW6M17dAenKFdzkIvkD\u002frWQnzWAuwSFUqRlGay7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H9xrIsbcIM+wQAAAAAAAPh\u002fQ26Gm5R0LsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f3E9CteTgy7BpUF9y0jm8UCEF2BfmDAtwcwGmWQlgi7BQzS6g8p+LsF9qZ8XamMuwUHsTKFlZi7BAAAAAAAA+H8rB7ZKGEPHQAmd17g\u002fWS7BAAAAAAAA+H8GPZvVVVguwQAAAAAAAPh\u002fAAAAAAAA+H\u002f2KFyPMoQuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8aTMNQO4U+wQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fQexRuOqC+UCPXI\u002fCuUv0QMLicMbwJi3BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002f0FjKMhSlv0DEJEBNbSudQOt4l4uIA79AJ0TA4SpjLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fJJwWjGqAPsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fDTfgs+CCPsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+u+GuykNz3QPn+lZWaUe9AAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002fS\u002ffZ1cBS0QAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f9ImUwVzBLRAAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002flSu8exOAPsEAAAAAAAD4fyYofhwaez7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f9oUrkeNcPFA8szHtQHW7EAAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f+sQdR9AXbdAPKq8HSG5qEAAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f4\u002fC9SgrhC7BqME0zBlwLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fy718+Y9cS7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fPxCN7u0k8UC9ZNr+jQPqQGRad\u002fPEKNBAwPP9VJ0MLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002fAAwRzBPC1QAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f6vP1dbOhi7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f\u002fIBBHMEX+JA1xDacjaI2UB24tU57tzfQAAAAAAAAPh\u002fMMqhRbaTykDQkH77ClLAQJ8sQxxDRsBAAAAAAAAA+H8AAAAAAAD4f9ejcD18hD7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fyHig54dRtZA\u002fI7VrWbV2UBlFitqCG7HQNYgk4ysM9JAAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002f+Db92UiELsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+YfpAsYCpeQAAAAAAAAPh\u002fAAAAAAAA+H\u002f7KmowFVnYQMKLbOdvEdJAHInS3gwA0kAAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fpHA9iq2EPsEAAAAAAAD4f13GhQMh5slAvNqKfYI0LsEGDqHKQDIuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f6Tfvg79gC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fv\u002fG15wSBLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H94Xb8gy1kuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002f0GG+fKyDLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fp4x\u002fHwRsLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H9mZmZmM4UuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002fQYb78uYIuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fJQFqqih8LsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f5Xx73NThS7BAAAAAAAA+H8AAAAAAAD4fzMzMzNley7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fZmZmppiEPsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f8L1KNxbgy7BAAAAAAAA+H8AAAAAAAD4fz0K16OEhC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f9ejcL2MgS7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fH4Xr0eCELsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f5qZmZmWhD7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002f","shape":"24, 28"},"type":"contour"},{"marker":{"color":"black","line":{"color":"Gray","width":2.0}},"mode":"markers","name":"Feasible Trial","showlegend":false,"x":[300.0,60.0,180.0,190.0,60.0,210.0,190.0,230.0,110.0,100.0,290.0,140.0,50.0,250.0,150.0,90.0,150.0,270.0,260.0,260.0,120.0,180.0,220.0,80.0,240.0,280.0,240.0,270.0,300.0,210.0,300.0,200.0,240.0,160.0,270.0,70.0,230.0,170.0,130.0,190.0,280.0,270.0,250.0,250.0,220.0,210.0,230.0,50.0,50.0,100.0,70.0,60.0,50.0,60.0,50.0,50.0,50.0,80.0,60.0,70.0,90.0,50.0,50.0,60.0,80.0,60.0,90.0,50.0,70.0,70.0,110.0,50.0,60.0,70.0,80.0,70.0,70.0,100.0,90.0,60.0,80.0,70.0,60.0,60.0,70.0,80.0,60.0,60.0,60.0,110.0,90.0,60.0,70.0,70.0,70.0,80.0,100.0,80.0,80.0,80.0,90.0,90.0,120.0,90.0,100.0,90.0,90.0,120.0,90.0,110.0,80.0,70.0,80.0,100.0,100.0,100.0,100.0,90.0,120.0,130.0,110.0,110.0,120.0,130.0,140.0,130.0,120.0,120.0,140.0,110.0,130.0,130.0,130.0,150.0,150.0,130.0,140.0,130.0,130.0,160.0,120.0,110.0,110.0,120.0,140.0,130.0,130.0,130.0,120.0,140.0,110.0,110.0,130.0,120.0,120.0,110.0,130.0,140.0,110.0,100.0,150.0,110.0,120.0,120.0,120.0,110.0,100.0,110.0,110.0,100.0,100.0,110.0,110.0,110.0,110.0,110.0,110.0,110.0,110.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,90.0,90.0,100.0,100.0,100.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,80.0,80.0,70.0,80.0,70.0,60.0,70.0,70.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,60.0,60.0,60.0,50.0,60.0,50.0,50.0,60.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,60.0,50.0,50.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,290.0,60.0,50.0,50.0,60.0,50.0,50.0,60.0,50.0,180.0,60.0,50.0,60.0,50.0,50.0,60.0,50.0,60.0,50.0,50.0,60.0,60.0,50.0,50.0,60.0,60.0,60.0,60.0,50.0,50.0,50.0,50.0,50.0,220.0,50.0,60.0,50.0,50.0,50.0,50.0,50.0,200.0,50.0,50.0,60.0,50.0,260.0,50.0,60.0,60.0,60.0,60.0,60.0,70.0,60.0,60.0,70.0,60.0,70.0,60.0,70.0,60.0,60.0,70.0,60.0,70.0,70.0,60.0,60.0,60.0,70.0,60.0,70.0,60.0,60.0,60.0,60.0,70.0,60.0,60.0,60.0,70.0,60.0,60.0,70.0,60.0,70.0,60.0,60.0,70.0,60.0,70.0,60.0,60.0,60.0,70.0,60.0,60.0,60.0,70.0,60.0,70.0,70.0,60.0,70.0,60.0,60.0,60.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0],"y":[23,20,22,8,22,23,13,7,20,8,28,14,14,17,11,28,18,10,11,26,17,9,10,13,7,7,15,11,19,9,24,7,10,9,21,8,12,16,24,8,7,11,12,13,9,8,10,9,7,8,21,9,10,10,12,12,14,12,15,12,27,10,13,11,9,10,11,9,9,9,9,8,8,8,8,10,7,8,7,10,8,10,9,9,11,8,9,9,7,8,9,9,8,8,7,8,8,7,11,11,11,11,11,13,10,10,10,11,12,10,11,9,9,10,11,10,9,10,10,10,10,10,12,12,13,12,12,14,10,12,13,13,13,15,15,14,14,13,14,13,16,15,14,16,13,13,14,13,12,13,12,14,13,14,14,15,14,12,13,13,12,16,17,18,18,18,19,19,18,18,18,20,20,19,20,20,21,20,20,20,20,20,20,20,20,20,20,20,21,20,21,21,19,19,22,20,20,20,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,18,18,17,18,18,18,18,18,18,18,18,17,18,18,18,18,18,18,18,18,17,18,18,18,17,18,18,17,18,18,18,17,18,18,17,17,17,17,17,16,17,17,17,17,17,17,17,17,17,17,17,17,17,16,17,17,17,17,17,17,16,17,17,17,16,17,17,16,17,17,16,17,17,16,17,16,16,17,17,16,16,16,16,17,17,16,16,16,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,14,15,15,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,28,16,16,16,16,27,16,16,15,16,17,16,15,16,17,16,25,17,15,16,17,16,15,15,15,15,16,15,23,14,15,15,15,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,13,14,14,14,13,14,14,13,14,14,14,13,14,14,13,14,14,13,14,14,13,13,13,14,13,14,14,13,14,14,14,13,13,13,14,14,13,14,14,13,12,12,12,12,12,13,12,11,12,12,11,12,12,12,12,11,11,11,11,11,11,11,11,11],"type":"scatter"},{"marker":{"color":"#cccccc","line":{"color":"Gray","width":2.0}},"mode":"markers","name":"Infeasible Trial","showlegend":false,"x":[],"y":[],"type":"scatter"}], {"title":{"text":"等高线 — InpBreakEvenPoints × InpRsiPeriod"},"template":{"data":{"barpolar":[{"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"type":"carpet"}],"choropleth":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"choropleth"}],"contourcarpet":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"contourcarpet"}],"contour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"contour"}],"heatmap":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmap"}],"histogram2dcontour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2dcontour"}],"histogram2d":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2d"}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"mesh3d":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"mesh3d"}],"parcoords":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"parcoords"}],"pie":[{"automargin":true,"type":"pie"}],"scatter3d":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatter3d"}],"scattercarpet":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattercarpet"}],"scattergeo":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergeo"}],"scattergl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergl"}],"scattermapbox":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermapbox"}],"scattermap":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermap"}],"scatterpolargl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolargl"}],"scatterpolar":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolar"}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"scatterternary":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterternary"}],"surface":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"surface"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}]},"layout":{"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"autotypenumbers":"strict","coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]],"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]},"colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"geo":{"bgcolor":"white","lakecolor":"white","landcolor":"white","showlakes":true,"showland":true,"subunitcolor":"#C8D4E3"},"hoverlabel":{"align":"left"},"hovermode":"closest","mapbox":{"style":"light"},"paper_bgcolor":"white","plot_bgcolor":"white","polar":{"angularaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""},"bgcolor":"white","radialaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""}},"scene":{"xaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"yaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"zaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"ternary":{"aaxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"baxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"bgcolor":"white","caxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""}},"title":{"x":0.05},"xaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2},"yaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2}}},"xaxis":{"title":{"text":"InpBreakEvenPoints"},"range":[37.5,312.5]},"yaxis":{"title":{"text":"InpRsiPeriod"},"range":[5.95,29.05]},"font":{"family":"Microsoft YaHei, Arial, sans-serif","size":12,"color":"#222"},"margin":{"l":70,"r":70,"t":60,"b":70},"height":520,"width":700}, {"responsive": true} ) }; </script> </div></section>
<section class="chart"><h2>等高线 — InpBreakEvenPoints × InpRsiSellLevel</h2><div style="height:520px; width:700px;"> <div id="contour-InpBreakEvenPoints-InpRsiSellLevel" class="plotly-graph-div" style="height:100%; width:100%;"></div> <script> window.PLOTLYENV=window.PLOTLYENV || {}; if (document.getElementById("contour-InpBreakEvenPoints-InpRsiSellLevel")) { Plotly.newPlot( "contour-InpBreakEvenPoints-InpRsiSellLevel", [{"colorbar":{"title":{"text":"Objective Value"}},"colorscale":[[0.0,"rgb(247,251,255)"],[0.125,"rgb(222,235,247)"],[0.25,"rgb(198,219,239)"],[0.375,"rgb(158,202,225)"],[0.5,"rgb(107,174,214)"],[0.625,"rgb(66,146,198)"],[0.75,"rgb(33,113,181)"],[0.875,"rgb(8,81,156)"],[1.0,"rgb(8,48,107)"]],"connectgaps":true,"contours":{"coloring":"heatmap"},"hoverinfo":"none","line":{"smoothing":1.3},"reversescale":false,"x":[37.5,50.0,60.0,70.0,80.0,90.0,100.0,110.0,120.0,130.0,140.0,150.0,160.0,170.0,180.0,190.0,200.0,210.0,220.0,230.0,240.0,250.0,260.0,270.0,280.0,290.0,300.0,312.5],"y":[49.0,50.0,51.0,52.0,53.0,54.0,55.0,56.0,57.0,58.0,59.0,60.0,61.0,62.0,63.0,64.0,65.0,66.0,67.0,69.0,70.0,71.0],"z":{"dtype":"f8","bdata":"AAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f9KkFLR5fC7BxzZUjDLpLcGQXjJVIO7PQMwGmWQlgi7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H9bL4YSo2cuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f9cQ2nI2iNlAefT4PegrLsEKlE25ckQuwbzain2CNC7B6H6HotQyLsEAAAAAAAD4fyUBaqoofC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f\u002fIBBHMEX+JATAS7YQs12UDVyFnYFgguwV3GhQMh5slAOhxkklUK0UDOkJGzaNnMQK9M+IXNRC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f9Bhvnysgy7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f6Tfvg79gC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fejhAMCMW5EAAAAAAAAD4f3bi1Tnu3N9A\u002fI7VrWbV2UDCi2znbxHSQALBHB2IZi7BLCtNCk5qLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+M+E5snHouwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002f0GG+\u002fLmCLsEAAAAAAAD4fwAAAAAAAPh\u002fPxCN7u0k8UC9ZNr+jQPqQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fzDKoUW2k8pA1iCTjKwz0kCKPEnann4uwet4l4uIA79AJ0TA4SpjLsEHQrLA0oQuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H9S1QRRJog+wQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8E2IFz7jTvQPLMx7UB1uxAAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fOdGu4leALsHpM2jo9zzAQJ8sQxxDRsBAbJuUgh4xuUAJnde4P1kuwdImUwVzBLRAAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f\u002fg2\u002fdlIhC7BAAAAAAAA+H8AAAAAAAD4f674a7KQ3PdA+f6VlZpR70AAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002fXo3A9NoE+wUItCVDTBZRAlpUmRUldLsErB7ZKGEPHQLcGtuoUWy7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fqME0zBlwLsGG61E4KoQ+wQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fQexRuOqC+UBsMzMz27YGQdt1VLXUNQBBAAAAAAAA+H+UDtb\u002f520uwazijazFVi7BAAAAAAAA+H8SnG1ujNe3QHpyhXc5CL5Ald43vvo+LsEAAAAAAAD4fwY9m9VVWC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8YeO492II+wZUrvHsTgD7BAAAAAAAA+H8AAAAAAAD4f0NuhpuUdC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fLvXz5j1xLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8k31m7iSnuQEVzLsWn5fNAhBdgX5gwLcEgXtevmXwuwcpUwSiLcy7BxQjhUcJeLsGmoL5l3uvCQMQkQE1tK51AAAAAAAAA+H8AAAAAAAD4fyFUqRlGay7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8knBaMaoA+wQAAAAAAAPh\u002fAAAAAAAA+H9xrIsbcIM+wZiByhgoWC7BAAAAAAAA+H8NN+Cz4II+wQAAAAAAAPh\u002fSp2A9mN9PsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002f2DV7oCX170BiM7+ai4jBQIURNjw9v7lAjKWbxMAZwEAyYb688Ki4QAAAAAAAAPh\u002fE7Ytygwjw0DYyoT\u002fOyAuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f2ZmZqaYhD7BQvXWIHc+LsG4QILi2nkuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fTuYAwRxel0AAAAAAAAD4f3VeY7dcci7B7FG4nhR9LsG80LNZNc6jQLNGPSSubi7BAAAAAAAA+H\u002fovMbuDH8uwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fApoIi7OEPsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fxUao3VUGaBA1PXRqRt6sUASiNdVhnkuwbql1VAvhC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f0KtaR4qey7BFg6EpCVyLsEAAAAAAAD4fwAAAAAAAPh\u002fq8\u002fV1s6GLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+amZmZloQ+wQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f3LYDdsW3YdAnwsMWd2AdkBOeJJ0jcWtQAAAAAAAAPh\u002fPQrXo4SELsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwncupv7hS7BJih+HBp7PsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8gDDw3RYMuwQAAAAAAAPh\u002f+7+tu0lWtUAAAAAAAAD4fwAAAAAAAPh\u002fDno2qy5pLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002feAskyBiALsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fpHA9iq2EPsEAAAAAAAD4fwAAAAAAAPh\u002fggTFr8lqLsFH5pG\u002fC4IuwbSrkDJigi7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fNV666S2HPsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f259fhghsGtAZmZm5ouEPsGyEYiXWoQuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+\u002f8bXnBIEuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H9mZmZmM4UuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H83\u002fdlPgYQuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+PwvUoK4QuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8g\u002fv\u002f\u002f\u002f4WIQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002f2KFyPMoQuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fx80nZ1sAMdAAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8=","shape":"22, 28"},"type":"contour"},{"marker":{"color":"black","line":{"color":"Gray","width":2.0}},"mode":"markers","name":"Feasible Trial","showlegend":false,"x":[300.0,60.0,180.0,190.0,60.0,210.0,190.0,230.0,110.0,100.0,290.0,140.0,50.0,250.0,150.0,90.0,150.0,270.0,260.0,260.0,120.0,180.0,220.0,80.0,240.0,280.0,240.0,270.0,300.0,210.0,300.0,200.0,240.0,160.0,270.0,70.0,230.0,170.0,130.0,190.0,280.0,270.0,250.0,250.0,220.0,210.0,230.0,50.0,50.0,100.0,70.0,60.0,50.0,60.0,50.0,50.0,50.0,80.0,60.0,70.0,90.0,50.0,50.0,60.0,80.0,60.0,90.0,50.0,70.0,70.0,110.0,50.0,60.0,70.0,80.0,70.0,70.0,100.0,90.0,60.0,80.0,70.0,60.0,60.0,70.0,80.0,60.0,60.0,60.0,110.0,90.0,60.0,70.0,70.0,70.0,80.0,100.0,80.0,80.0,80.0,90.0,90.0,120.0,90.0,100.0,90.0,90.0,120.0,90.0,110.0,80.0,70.0,80.0,100.0,100.0,100.0,100.0,90.0,120.0,130.0,110.0,110.0,120.0,130.0,140.0,130.0,120.0,120.0,140.0,110.0,130.0,130.0,130.0,150.0,150.0,130.0,140.0,130.0,130.0,160.0,120.0,110.0,110.0,120.0,140.0,130.0,130.0,130.0,120.0,140.0,110.0,110.0,130.0,120.0,120.0,110.0,130.0,140.0,110.0,100.0,150.0,110.0,120.0,120.0,120.0,110.0,100.0,110.0,110.0,100.0,100.0,110.0,110.0,110.0,110.0,110.0,110.0,110.0,110.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,90.0,90.0,100.0,100.0,100.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,90.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,80.0,80.0,70.0,80.0,70.0,60.0,70.0,70.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,60.0,60.0,60.0,50.0,60.0,50.0,50.0,60.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,60.0,50.0,50.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,60.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,50.0,290.0,60.0,50.0,50.0,60.0,50.0,50.0,60.0,50.0,180.0,60.0,50.0,60.0,50.0,50.0,60.0,50.0,60.0,50.0,50.0,60.0,60.0,50.0,50.0,60.0,60.0,60.0,60.0,50.0,50.0,50.0,50.0,50.0,220.0,50.0,60.0,50.0,50.0,50.0,50.0,50.0,200.0,50.0,50.0,60.0,50.0,260.0,50.0,60.0,60.0,60.0,60.0,60.0,70.0,60.0,60.0,70.0,60.0,70.0,60.0,70.0,60.0,60.0,70.0,60.0,70.0,70.0,60.0,60.0,60.0,70.0,60.0,70.0,60.0,60.0,60.0,60.0,70.0,60.0,60.0,60.0,70.0,60.0,60.0,70.0,60.0,70.0,60.0,60.0,70.0,60.0,70.0,60.0,60.0,60.0,70.0,60.0,60.0,60.0,70.0,60.0,70.0,70.0,60.0,70.0,60.0,60.0,60.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0,70.0],"y":[53.0,56.0,52.0,50.0,66.0,66.0,69.0,58.0,51.0,56.0,61.0,57.0,50.0,61.0,54.0,60.0,55.0,59.0,63.0,59.0,64.0,56.0,53.0,50.0,58.0,58.0,62.0,59.0,55.0,57.0,53.0,60.0,54.0,64.0,52.0,70.0,58.0,67.0,51.0,56.0,59.0,59.0,57.0,57.0,61.0,61.0,62.0,60.0,60.0,55.0,64.0,62.0,62.0,63.0,62.0,65.0,67.0,63.0,65.0,65.0,62.0,60.0,62.0,66.0,60.0,63.0,61.0,65.0,62.0,60.0,64.0,62.0,61.0,61.0,61.0,61.0,61.0,60.0,59.0,63.0,60.0,62.0,61.0,61.0,61.0,59.0,61.0,61.0,61.0,63.0,58.0,61.0,61.0,62.0,60.0,63.0,64.0,63.0,59.0,58.0,59.0,59.0,59.0,58.0,59.0,60.0,57.0,60.0,59.0,58.0,60.0,59.0,59.0,59.0,57.0,59.0,58.0,59.0,59.0,59.0,58.0,58.0,57.0,57.0,57.0,56.0,56.0,58.0,57.0,58.0,56.0,55.0,56.0,55.0,55.0,54.0,54.0,54.0,56.0,57.0,53.0,55.0,56.0,55.0,55.0,56.0,56.0,57.0,53.0,56.0,54.0,54.0,54.0,58.0,52.0,56.0,69.0,57.0,55.0,57.0,58.0,55.0,55.0,55.0,54.0,54.0,54.0,53.0,55.0,54.0,53.0,54.0,54.0,54.0,54.0,52.0,52.0,51.0,54.0,54.0,53.0,53.0,53.0,53.0,52.0,52.0,52.0,52.0,51.0,52.0,52.0,51.0,52.0,52.0,52.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,52.0,52.0,52.0,52.0,52.0,52.0,52.0,51.0,51.0,50.0,52.0,51.0,52.0,52.0,52.0,52.0,51.0,52.0,50.0,51.0,52.0,52.0,53.0,53.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,55.0,55.0,54.0,55.0,55.0,55.0,54.0,55.0,54.0,54.0,55.0,54.0,55.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,55.0,55.0,55.0,55.0,55.0,55.0,55.0,55.0,55.0,55.0,55.0,56.0,55.0,55.0,55.0,55.0,55.0,55.0,56.0,55.0,55.0,55.0,56.0,55.0,55.0,56.0,55.0,56.0,55.0,55.0,55.0,55.0,56.0,55.0,55.0,56.0,56.0,56.0,56.0,56.0,56.0,56.0,56.0,56.0,56.0,56.0,57.0,56.0,56.0,56.0,57.0,56.0,56.0,56.0,57.0,56.0,56.0,57.0,56.0,56.0,56.0,56.0,57.0,56.0,56.0,57.0,56.0,56.0,56.0,57.0,56.0,56.0,56.0,57.0,56.0,56.0,56.0,56.0,57.0,56.0,57.0,56.0,56.0,56.0,56.0,57.0,57.0,56.0,56.0,56.0,56.0,56.0,57.0,56.0,56.0,57.0,57.0,56.0,56.0,57.0,56.0,56.0,56.0,56.0,57.0,56.0,57.0,56.0,56.0,56.0,56.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,58.0,58.0,58.0,58.0,58.0,57.0,58.0,58.0,57.0,58.0,58.0,58.0,58.0,57.0,58.0,57.0,57.0,58.0,58.0,58.0,58.0,59.0,58.0,57.0,57.0,57.0,57.0,57.0,57.0,58.0,58.0,59.0,58.0,59.0,58.0,57.0,58.0,57.0,57.0,58.0,57.0,57.0,58.0,57.0,58.0,57.0,57.0,57.0,59.0,58.0,57.0,58.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,70.0],"type":"scatter"},{"marker":{"color":"#cccccc","line":{"color":"Gray","width":2.0}},"mode":"markers","name":"Infeasible Trial","showlegend":false,"x":[],"y":[],"type":"scatter"}], {"title":{"text":"等高线 — InpBreakEvenPoints × InpRsiSellLevel"},"template":{"data":{"barpolar":[{"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"type":"carpet"}],"choropleth":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"choropleth"}],"contourcarpet":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"contourcarpet"}],"contour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"contour"}],"heatmap":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmap"}],"histogram2dcontour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2dcontour"}],"histogram2d":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2d"}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"mesh3d":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"mesh3d"}],"parcoords":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"parcoords"}],"pie":[{"automargin":true,"type":"pie"}],"scatter3d":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatter3d"}],"scattercarpet":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattercarpet"}],"scattergeo":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergeo"}],"scattergl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergl"}],"scattermapbox":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermapbox"}],"scattermap":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermap"}],"scatterpolargl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolargl"}],"scatterpolar":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolar"}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"scatterternary":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterternary"}],"surface":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"surface"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}]},"layout":{"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"autotypenumbers":"strict","coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]],"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]},"colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"geo":{"bgcolor":"white","lakecolor":"white","landcolor":"white","showlakes":true,"showland":true,"subunitcolor":"#C8D4E3"},"hoverlabel":{"align":"left"},"hovermode":"closest","mapbox":{"style":"light"},"paper_bgcolor":"white","plot_bgcolor":"white","polar":{"angularaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""},"bgcolor":"white","radialaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""}},"scene":{"xaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"yaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"zaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"ternary":{"aaxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"baxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"bgcolor":"white","caxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""}},"title":{"x":0.05},"xaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2},"yaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2}}},"xaxis":{"title":{"text":"InpBreakEvenPoints"},"range":[37.5,312.5]},"yaxis":{"title":{"text":"InpRsiSellLevel"},"range":[49.0,71.0]},"font":{"family":"Microsoft YaHei, Arial, sans-serif","size":12,"color":"#222"},"margin":{"l":70,"r":70,"t":60,"b":70},"height":520,"width":700}, {"responsive": true} ) }; </script> </div></section>
<section class="chart"><h2>等高线 — InpAtrTPMult × InpTrailStartPoints</h2><div style="height:520px; width:700px;"> <div id="contour-InpAtrTPMult-InpTrailStartPoints" class="plotly-graph-div" style="height:100%; width:100%;"></div> <script> window.PLOTLYENV=window.PLOTLYENV || {}; if (document.getElementById("contour-InpAtrTPMult-InpTrailStartPoints")) { Plotly.newPlot( "contour-InpAtrTPMult-InpTrailStartPoints", [{"colorbar":{"title":{"text":"Objective Value"}},"colorscale":[[0.0,"rgb(247,251,255)"],[0.125,"rgb(222,235,247)"],[0.25,"rgb(198,219,239)"],[0.375,"rgb(158,202,225)"],[0.5,"rgb(107,174,214)"],[0.625,"rgb(66,146,198)"],[0.75,"rgb(33,113,181)"],[0.875,"rgb(8,81,156)"],[1.0,"rgb(8,48,107)"]],"connectgaps":true,"contours":{"coloring":"heatmap"},"hoverinfo":"none","line":{"smoothing":1.3},"reversescale":false,"x":[0.85,1.0,1.1,1.2,1.3,1.4,1.5,1.6,1.7000000000000002,1.8,1.9,2.0,2.1,2.2,2.3,2.4000000000000004,2.5,2.6,2.7,2.8,2.9000000000000004,3.0,3.1,3.2,3.3000000000000003,3.4000000000000004,3.5,3.6,3.7,3.8000000000000003,3.9000000000000004,4.0,4.15],"y":[85.0,100.0,110.0,120.0,130.0,140.0,150.0,160.0,170.0,180.0,190.0,200.0,210.0,220.0,230.0,240.0,250.0,260.0,270.0,280.0,290.0,300.0,310.0,320.0,330.0,340.0,350.0,360.0,370.0,380.0,390.0,400.0,415.0],"z":{"dtype":"f8","bdata":"AAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f\u002f5D+q0MgS7BAAAAAAAA+H8SiNdVhnkuwQAAAAAAAPh\u002fwvUoXJeELsEAAAAAAAD4fyLIQSmWbC7BylTBKItzLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8rB7ZKGEPHQBO2LcoMI8NAvxito+K4wUCmoL5l3uvCQMMpP6lmIbhA0FjKMhSlv0CfLEMcQ0bAQMQkQE1tK51AIYXrUat4LsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fshGIl1qELsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002faXQHse1+LsEJUFNLZn4uwbNGPSSubi7BAAAAAAAA+H\u002f7v627SVa1QIURNjw9v7lAPPoK0gxRlkC3BrbqFFsuwQAAAAAAAPh\u002fRXcQ+0ZKLsGV3je++j4uwQmd17g\u002fWS7B63iXi4gDv0DQkH77ClLAQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f054knSNxa1AAppfzYEXk0AAAAAAAAD4f9T10akberFA7FG4nhR9LsFDboablHQuwWIzv5qLiMFAUeDzw+jXp0Ax9fMGH1IuwYa+MJlqc69AAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fQi0JUNMFlEAAAAAAAAD4fwAAAAAAAPh\u002f\u002fcQgsPJKp0AAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H9yxFo8+YIuwYl7LJ0hgC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fmlO4HoX7kkAAAAAAAAD4fw56NqsuaS7BAAAAAAAA+H\u002f61RxgyXQuwdouNHdyXy7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002f6TNo6Pc8wEAwyqFFtpPKQDpHPUTLvspAGkc9RItZykAAAAAAAAD4f9Ygk4ysM9JAzpCRs2jZzEDCi2znbxHSQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f7IRiJcDhC7B+vICrECELsEAAAAAAAD4f2XZd0Xww3tAAAAAAAAA+H8AAAAAAAD4f3LYDdsW3YdASuy7IviTiEBXFeP8TfyKQEfmkb8Lgi7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f+h+h6LUMi7BsLFL9CkoLsE9S4kkIjPOQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8lXTO5YoMuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fQq1pHip7LsHQYb58rIMuwQAAAAAAAPh\u002fnwsMWd2AdkAAAAAAAAD4fxUao3VUGaBAAAAAAAAA+H8BpDbxIIAuwQAAAAAAAPh\u002fvNCzWTXOo0CYfpAsYCpeQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002f7KmowFVnYQGUWK2oIbsdAAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002fQYb78uYIuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f72uG7YtIlBAAAAAAAAA+H8AAAAAAAD4fyzPCgxZsW5AAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fTuYAwRxel0AAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+y3rn3NNnWQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H83\u002fdlPgYQuwQAAAAAAAPh\u002fAAAAAAAA+H8lAWqqKHwuwQAAAAAAAPh\u002fAAAAAAAA+H850a7iV4AuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fmus0EuF0LsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002f8jtWtZtXZQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f8\u002fabZcJfi7BGHjuPdiCPsEAAAAAAAD4f7ql1VAvhC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fxD\u002fF8\u002f4FtdAAAAAAAAA+H\u002fNQkyJjIHYQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H89CtejhIQuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f2ZmZqaYhD7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fduLVOe7c30DrNtbFhV3UQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f9ejcD18hD7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f7\u002fxtecEgS7BAAAAAAAA+H8J3Lqb+4UuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f9cQ2nI2iNlAPfIyiv2\u002f2kAAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f\u002fIBBHMEX+JAAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fIAw8N0WDLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f4\u002fC9SgrhC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f5BeMlUg7s9ALDjRrt7w4EAAAAAAAAD4fwAAAAAAAPh\u002fAJM16uUM70BsMzMz27YGQQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+rz9XWzoYuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fSp2A9mN9PsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002f3R8a3eGK50DIv8WKmgzeQAAAAAAAAPh\u002fsFSM8\u002ftw9kCp1qNwTbriQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002f4Nv3ZSIQuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+9ZNr+jQPqQDI1qz5DIulAGTA01\u002fW59kCyAtTUdur0QAAAAAAAAPh\u002fAAAAAAAA+H9mZmZmM4UuwW89Clc\u002f8y3BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8H6\u002f8cPX8uwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f37f1t2WEeJAXuxfWcll6kCPXI\u002fCuUv0QAAAAAAAAPh\u002fAAAAAAAA+H825QrvizYuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f5qZmZmWhD7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fxBnZmaevOpAE\u002fYoXHdX8ECs4XoUah\u002f0QAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+0q5AyYoIuwbhAguLaeS7BAAAAAAAA+H8AAAAAAAD4fxEL16N4zu9AGg8jhELK8EBB7FG46oL5QAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002flfHvc1OFLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f+CZmZn5t\u002fBAPxCN7u0k8UDaFK5HjXDxQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H9C9dYgdz4uwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002fIOjsZWGbpQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+YgcoYKFguwQAAAAAAAPh\u002fJih+HBp7PsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f9KkFLR5fC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H9wmlWfvZTkQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+k374O\u002fYAuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H9D6xwD+qDnQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fUtUEUSaIPsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwdCssDShC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002fxKQAGuYMuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fWy+GEqNnLsEAAAAAAAD4f3Gsixtwgz7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002foMN8ueqHPsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fNV666S2HPsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+M+E5snHouwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+qVgkWWHItwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwKaCIuzhD7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002f2KFyPMoQuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fexSux9h4LsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f6RwPYqthD7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8gcuFAtEHoQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002fMBplkJYIuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f3E9Cld4hT7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002f","shape":"33, 33"},"type":"contour"},{"marker":{"color":"black","line":{"color":"Gray","width":2.0}},"mode":"markers","name":"Feasible Trial","showlegend":false,"x":[1.0,2.8,1.9,1.8,2.0,1.0,3.7,2.6,4.0,2.5,3.2,1.7000000000000002,2.9000000000000004,1.6,2.3,3.2,1.4,2.2,2.2,2.9000000000000004,3.4000000000000004,2.7,2.2,1.3,1.9,2.4000000000000004,2.1,2.8,3.1,1.5,2.4000000000000004,2.0,1.8,1.2,1.9,1.8,2.0,1.1,1.6,2.6,3.5,2.8,2.5,2.5,2.1,1.8,2.2,2.1,1.6,1.9,2.3,2.1,1.7000000000000002,3.9000000000000004,1.7000000000000002,1.4,1.3,1.4,1.7000000000000002,1.5,1.0,1.7000000000000002,1.7000000000000002,1.5,1.4,1.3,1.7000000000000002,2.0,2.1,2.1,2.3,2.0,2.0,2.0,1.9,2.1,2.1,2.3,2.0,2.1,2.4000000000000004,1.9,2.2,2.2,2.2,2.2,2.4000000000000004,2.4000000000000004,2.6,2.6,2.4000000000000004,2.3,2.3,2.0,2.3,2.5,2.5,2.3,2.7,2.7,2.7,2.9000000000000004,2.9000000000000004,3.0,2.8,2.7,2.7,3.0,2.5,2.7,2.8,2.6,2.6,2.6,2.6,2.9000000000000004,3.2,2.9000000000000004,2.9000000000000004,2.9000000000000004,3.0,3.1,3.0,3.3000000000000003,3.3000000000000003,3.1,3.0,3.5,3.1,3.3000000000000003,3.0,3.0,3.2,3.2,3.2,3.3000000000000003,3.4000000000000004,3.0,3.3000000000000003,3.1,3.1,3.2,3.4000000000000004,3.0,3.2,2.8,2.8,3.0,3.6,2.8,2.9000000000000004,3.3000000000000003,3.3000000000000003,3.1,3.0,3.3000000000000003,3.4000000000000004,2.6,2.9000000000000004,2.9000000000000004,3.1,3.2,3.2,3.4000000000000004,3.5,3.4000000000000004,3.6,3.4000000000000004,3.3000000000000003,3.4000000000000004,3.4000000000000004,3.5,3.6,3.8000000000000003,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.8000000000000003,4.0,4.0,3.9000000000000004,4.0,3.9000000000000004,4.0,4.0,4.0,3.9000000000000004,3.8000000000000003,4.0,4.0,4.0,3.8000000000000003,3.8000000000000003,4.0,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.6,3.5,3.6,3.5,3.6,3.5,3.6,3.5,3.5,3.5,3.6,3.5,3.6,3.6,3.6,3.7,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.7,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,4.0,4.0,4.0,3.9000000000000004,4.0,3.9000000000000004,3.9000000000000004,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.9000000000000004,4.0,3.8000000000000003,3.9000000000000004,4.0,3.8000000000000003,3.9000000000000004,4.0,4.0,4.0,4.0,4.0,4.0,4.0,3.8000000000000003,3.7,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,1.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,1.1,4.0,3.9000000000000004,4.0,3.9000000000000004,4.0,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,4.0,3.9000000000000004,4.0,3.9000000000000004,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0],"y":[160.0,150.0,150.0,340.0,200.0,250.0,370.0,400.0,330.0,150.0,260.0,100.0,300.0,230.0,320.0,100.0,200.0,290.0,290.0,190.0,270.0,340.0,360.0,400.0,300.0,230.0,300.0,130.0,240.0,180.0,280.0,370.0,320.0,350.0,310.0,380.0,340.0,220.0,170.0,130.0,270.0,130.0,120.0,120.0,150.0,150.0,200.0,160.0,250.0,170.0,380.0,150.0,160.0,210.0,160.0,160.0,170.0,140.0,160.0,110.0,190.0,140.0,160.0,140.0,180.0,150.0,180.0,140.0,140.0,110.0,140.0,140.0,120.0,120.0,100.0,120.0,120.0,110.0,130.0,100.0,120.0,130.0,140.0,140.0,140.0,110.0,130.0,130.0,120.0,130.0,100.0,150.0,120.0,120.0,120.0,110.0,110.0,100.0,110.0,110.0,120.0,120.0,130.0,110.0,120.0,150.0,150.0,100.0,150.0,170.0,130.0,120.0,110.0,110.0,110.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,110.0,100.0,110.0,110.0,100.0,100.0,100.0,100.0,100.0,110.0,110.0,110.0,100.0,110.0,100.0,100.0,110.0,100.0,110.0,100.0,120.0,110.0,100.0,110.0,120.0,100.0,100.0,110.0,100.0,120.0,100.0,110.0,100.0,120.0,110.0,100.0,100.0,100.0,100.0,110.0,120.0,110.0,130.0,130.0,130.0,130.0,130.0,130.0,130.0,130.0,130.0,140.0,130.0,130.0,130.0,130.0,130.0,130.0,130.0,140.0,140.0,140.0,140.0,140.0,140.0,140.0,150.0,150.0,140.0,150.0,150.0,160.0,160.0,160.0,160.0,160.0,160.0,160.0,170.0,170.0,170.0,170.0,170.0,170.0,170.0,170.0,180.0,180.0,180.0,190.0,190.0,190.0,190.0,190.0,190.0,190.0,190.0,190.0,190.0,190.0,200.0,200.0,200.0,200.0,200.0,200.0,210.0,200.0,210.0,200.0,200.0,210.0,210.0,210.0,210.0,210.0,200.0,200.0,220.0,200.0,220.0,200.0,210.0,200.0,210.0,200.0,180.0,220.0,180.0,200.0,210.0,220.0,230.0,230.0,240.0,240.0,240.0,240.0,230.0,240.0,250.0,240.0,240.0,240.0,250.0,250.0,250.0,250.0,250.0,250.0,250.0,240.0,240.0,240.0,240.0,240.0,240.0,260.0,240.0,240.0,240.0,260.0,250.0,250.0,250.0,250.0,230.0,230.0,260.0,230.0,230.0,270.0,260.0,260.0,280.0,270.0,280.0,270.0,270.0,270.0,280.0,280.0,280.0,270.0,270.0,290.0,290.0,290.0,300.0,310.0,300.0,310.0,290.0,290.0,290.0,290.0,290.0,290.0,290.0,290.0,290.0,290.0,310.0,290.0,290.0,300.0,280.0,280.0,270.0,270.0,270.0,270.0,270.0,270.0,270.0,270.0,270.0,270.0,270.0,270.0,260.0,270.0,260.0,260.0,260.0,260.0,260.0,270.0,260.0,280.0,270.0,260.0,260.0,260.0,260.0,260.0,260.0,260.0,270.0,260.0,260.0,260.0,270.0,270.0,260.0,260.0,280.0,270.0,280.0,280.0,270.0,280.0,280.0,280.0,270.0,280.0,270.0,270.0,270.0,270.0,280.0,280.0,280.0,280.0,270.0,270.0,280.0,270.0,280.0,270.0,270.0,280.0,260.0,280.0,270.0,270.0,260.0,280.0,260.0,270.0,270.0,280.0,280.0,280.0,280.0,280.0,280.0,270.0,280.0,390.0,270.0,270.0,270.0,270.0,270.0,260.0,260.0,260.0,260.0,260.0,250.0,260.0,250.0,260.0,260.0,250.0,260.0,250.0,250.0,250.0,250.0,250.0,260.0,250.0,360.0,250.0,250.0,250.0,250.0,250.0,260.0,260.0,250.0,250.0,250.0,260.0,250.0,260.0,260.0,250.0,260.0,250.0,260.0,260.0,260.0,250.0,260.0,250.0,260.0,260.0,250.0,260.0,260.0,250.0,260.0,250.0,260.0,240.0,260.0,260.0,240.0,240.0,240.0,230.0,240.0,240.0,240.0,240.0,230.0,230.0,230.0,230.0,230.0,220.0,220.0,220.0,220.0,220.0,220.0,220.0,220.0,220.0,220.0,230.0],"type":"scatter"},{"marker":{"color":"#cccccc","line":{"color":"Gray","width":2.0}},"mode":"markers","name":"Infeasible Trial","showlegend":false,"x":[],"y":[],"type":"scatter"}], {"title":{"text":"等高线 — InpAtrTPMult × InpTrailStartPoints"},"template":{"data":{"barpolar":[{"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"type":"carpet"}],"choropleth":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"choropleth"}],"contourcarpet":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"contourcarpet"}],"contour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"contour"}],"heatmap":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmap"}],"histogram2dcontour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2dcontour"}],"histogram2d":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2d"}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"mesh3d":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"mesh3d"}],"parcoords":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"parcoords"}],"pie":[{"automargin":true,"type":"pie"}],"scatter3d":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatter3d"}],"scattercarpet":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattercarpet"}],"scattergeo":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergeo"}],"scattergl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergl"}],"scattermapbox":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermapbox"}],"scattermap":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermap"}],"scatterpolargl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolargl"}],"scatterpolar":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolar"}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"scatterternary":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterternary"}],"surface":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"surface"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}]},"layout":{"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"autotypenumbers":"strict","coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]],"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]},"colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"geo":{"bgcolor":"white","lakecolor":"white","landcolor":"white","showlakes":true,"showland":true,"subunitcolor":"#C8D4E3"},"hoverlabel":{"align":"left"},"hovermode":"closest","mapbox":{"style":"light"},"paper_bgcolor":"white","plot_bgcolor":"white","polar":{"angularaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""},"bgcolor":"white","radialaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""}},"scene":{"xaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"yaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"zaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"ternary":{"aaxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"baxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"bgcolor":"white","caxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""}},"title":{"x":0.05},"xaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2},"yaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2}}},"xaxis":{"title":{"text":"InpAtrTPMult"},"range":[0.85,4.15]},"yaxis":{"title":{"text":"InpTrailStartPoints"},"range":[85.0,415.0]},"font":{"family":"Microsoft YaHei, Arial, sans-serif","size":12,"color":"#222"},"margin":{"l":70,"r":70,"t":60,"b":70},"height":520,"width":700}, {"responsive": true} ) }; </script> </div></section>
<section class="chart"><h2>等高线 — InpAtrTPMult × InpFastEmaPeriod</h2><div style="height:520px; width:700px;"> <div id="contour-InpAtrTPMult-InpFastEmaPeriod" class="plotly-graph-div" style="height:100%; width:100%;"></div> <script> window.PLOTLYENV=window.PLOTLYENV || {}; if (document.getElementById("contour-InpAtrTPMult-InpFastEmaPeriod")) { Plotly.newPlot( "contour-InpAtrTPMult-InpFastEmaPeriod", [{"colorbar":{"title":{"text":"Objective Value"}},"colorscale":[[0.0,"rgb(247,251,255)"],[0.125,"rgb(222,235,247)"],[0.25,"rgb(198,219,239)"],[0.375,"rgb(158,202,225)"],[0.5,"rgb(107,174,214)"],[0.625,"rgb(66,146,198)"],[0.75,"rgb(33,113,181)"],[0.875,"rgb(8,81,156)"],[1.0,"rgb(8,48,107)"]],"connectgaps":true,"contours":{"coloring":"heatmap"},"hoverinfo":"none","line":{"smoothing":1.3},"reversescale":false,"x":[0.85,1.0,1.1,1.2,1.3,1.4,1.5,1.6,1.7000000000000002,1.8,1.9,2.0,2.1,2.2,2.3,2.4000000000000004,2.5,2.6,2.7,2.8,2.9000000000000004,3.0,3.1,3.2,3.3000000000000003,3.4000000000000004,3.5,3.6,3.7,3.8000000000000003,3.9000000000000004,4.0,4.15],"y":[6.7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35.3],"z":{"dtype":"f8","bdata":"AAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f7\u002fxtecEgS7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fxBnZmaevOpAKhA2PGP17ECiqz5Xc43iQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8J3Lqb+4UuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f+CZmZn5t\u002fBAPxCN7u0k8UCxCp3XsM7rQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002flfHvc1OFLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8gcuFAtEHoQPW4HoWLt+5AE\u002fYoXHdX8EDaFK5HjXDxQAAAAAAAAPh\u002fAAAAAAAA+H825QrvizYuwW89Clc\u002f8y3BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f2ZmZuaLhD7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f0cQkgU\u002fJC7B1chZ2BYILsG9ZNr+jQPqQDI1qz5DIulAsFSM8\u002ftw9kBB7FG46oL5QAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8lXTO5YoMuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f2ZmZqaYhD7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f\u002fIBBHMEX+JA3R8a3eGK50AAAAAAAAD4fwAAAAAAAPh\u002fIAw8N0WDLsGI7FG4VjnzQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H83\u002fdlPgYQuwQAAAAAAAPh\u002f+vICrECELsEAAAAAAAD4fyzPCgxZsW5AAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002f4Nv3ZSIQuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f0wEu2ELNdlAPfIyiv2\u002f2kAAAAAAAAD4fwAAAAAAAPh\u002fGTA01\u002fW59kAAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H89CtejhIQuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f72uG7YtIlBAAAAAAAAA+H8AAAAAAAD4f3pgN2xbRFtAAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fnwsMWd2AdkAAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fduLVOe7c30DrNtbFhV3UQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f8\u002fabZcJfi7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fQq1pHip7LsEAAAAAAAD4fwAAAAAAAPh\u002fFg6EpCVyLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002f8jtWtZtXZQAAAAAAAAPh\u002fAAAAAAAA+H\u002fxKQAGuYMuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fNV666S2HPsEAAAAAAAD4fwAAAAAAAPh\u002fshGIl1qELsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002fQYb58rIMuwW59fhghsGtAwvUoXJeELsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+y3rn3NNnWQGUWK2oIbsdAAAAAAAAA+H8KlE25ckQuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f2XZd0Xww3tAAAAAAAAA+H8SiNdVhnkuwV7LLa2Gn45ATuYAwRxel0BXFeP8TfyKQKRwPYqthD7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+0q5AyYoIuwQAAAAAAAPh\u002fAAAAAAAA+H\u002f7KmowFVnYQAAAAAAAAPh\u002fAAAAAAAA+H9dxoUDIebJQAAAAAAAAPh\u002fAAAAAAAA+H\u002fQYb78uYIuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fGHjuPdiCPsEAAAAAAAD4f7ql1VAvhC7BAAAAAAAA+H850a7iV4AuwQAAAAAAAPh\u002fa0jc4zVzLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f0HsTKFlZi7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+NYrlFeUIuwYo8Sdqefi7BAAAAAAAA+H8AAAAAAAD4f+h+h6LUMi7Bnu84RS+DykDCi2znbxHSQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fUtUEUSaIPsEAAAAAAAD4f4l7LJ0hgC7BAppfzYEXk0BC9dYgdz4uwQdCssDShC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+YfpAsYCpeQAAAAAAAAPh\u002fAAAAAAAA+H9cVfa9B28uwcADBHME8LVA63iXi4gDv0AwyqFFtpPKQDpHPUTLvspAGkc9RItZykAAAAAAAAD4f9Ygk4ysM9JAzpCRs2jZzECByR8MrP7AQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8H6\u002f8cPX8uwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fSuy7IviTiEAAAAAAAAD4f0fmkb8Lgi7BDGzsEtUCh0AAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8rB7ZKGEPHQH2pnxdqYy7BPKq8HSG5qECV3je++j4uwesQdR9AXbdA6TNo6Pc8wEAAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f054knSNxa1AAAAAAAAA+H+M+E5snHouwdT10akberFA7FG4nhR9LsEAAAAAAAD4f2Izv5qLiMFAAAAAAAAA+H+3BrbqFFsuwRO2LcoMI8NAbJuUgh4xuUAhVKkZRmsuwcMpP6lmIbhAenKFdzkIvkAAAAAAAAD4fwAAAAAAAPh\u002fIYXrUat4LsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fyLIQSmWbC7BmlO4HoX7kkD7v627SVa1QJDC9ShVby7BAAAAAAAA+H+VtyOcaH4uwdjKhP87IC7BRXcQ+0ZKLsEGPZvVVVguwQAAAAAAAPh\u002fYf2fg1plLsEg\u002fv\u002f\u002f\u002f4WIQMQkQE1tK51AAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f4\u002fC9SgrhC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f\u002f5D+q0MgS7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+CBMWvyWouwf+tZCfNYC7BvNCzWTXOo0AAAAAAAAD4fwAAAAAAAPh\u002fvxito+K4wUCmoL5l3uvCQAAAAAAAAPh\u002fSGjLGUVoLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fWy+GEqNnLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fUeDzw+jXp0AAAAAAAAD4f4a+MJlqc69AAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002fXo3A9NoE+wQAAAAAAAPh\u002fIF7Xr5l8LsEx9fMGH1IuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f7hAguLaeS7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002fMBplkJYIuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fQzS6g8p+LsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f9ejcD18hD7BAAAAAAAA+H+rz9XWzoYuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+k374O\u002fYAuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+YgcoYKFguwXGsixtwgz7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002fYZI26V1QtwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fJih+HBp7PsEAAAAAAAD4fwAAAAAAAPh\u002fSp2A9mN9PsEAAAAAAAD4f3E9Cld4hT7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8lAWqqKHwuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAJM16uUM70AAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8aTMNQO4U+wYbrUTgqhD7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fMS8012l29ECyAtTUdur0QAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H9DboablHQuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f5qZmZmWhD7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fWGZmZsZ01UBsMzMz27YGQQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002f61RxgyXQuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002fbdVS11DUAQQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002f","shape":"29, 33"},"type":"contour"},{"marker":{"color":"black","line":{"color":"Gray","width":2.0}},"mode":"markers","name":"Feasible Trial","showlegend":false,"x":[1.0,2.8,1.9,1.8,2.0,1.0,3.7,2.6,4.0,2.5,3.2,1.7000000000000002,2.9000000000000004,1.6,2.3,3.2,1.4,2.2,2.2,2.9000000000000004,3.4000000000000004,2.7,2.2,1.3,1.9,2.4000000000000004,2.1,2.8,3.1,1.5,2.4000000000000004,2.0,1.8,1.2,1.9,1.8,2.0,1.1,1.6,2.6,3.5,2.8,2.5,2.5,2.1,1.8,2.2,2.1,1.6,1.9,2.3,2.1,1.7000000000000002,3.9000000000000004,1.7000000000000002,1.4,1.3,1.4,1.7000000000000002,1.5,1.0,1.7000000000000002,1.7000000000000002,1.5,1.4,1.3,1.7000000000000002,2.0,2.1,2.1,2.3,2.0,2.0,2.0,1.9,2.1,2.1,2.3,2.0,2.1,2.4000000000000004,1.9,2.2,2.2,2.2,2.2,2.4000000000000004,2.4000000000000004,2.6,2.6,2.4000000000000004,2.3,2.3,2.0,2.3,2.5,2.5,2.3,2.7,2.7,2.7,2.9000000000000004,2.9000000000000004,3.0,2.8,2.7,2.7,3.0,2.5,2.7,2.8,2.6,2.6,2.6,2.6,2.9000000000000004,3.2,2.9000000000000004,2.9000000000000004,2.9000000000000004,3.0,3.1,3.0,3.3000000000000003,3.3000000000000003,3.1,3.0,3.5,3.1,3.3000000000000003,3.0,3.0,3.2,3.2,3.2,3.3000000000000003,3.4000000000000004,3.0,3.3000000000000003,3.1,3.1,3.2,3.4000000000000004,3.0,3.2,2.8,2.8,3.0,3.6,2.8,2.9000000000000004,3.3000000000000003,3.3000000000000003,3.1,3.0,3.3000000000000003,3.4000000000000004,2.6,2.9000000000000004,2.9000000000000004,3.1,3.2,3.2,3.4000000000000004,3.5,3.4000000000000004,3.6,3.4000000000000004,3.3000000000000003,3.4000000000000004,3.4000000000000004,3.5,3.6,3.8000000000000003,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.8000000000000003,4.0,4.0,3.9000000000000004,4.0,3.9000000000000004,4.0,4.0,4.0,3.9000000000000004,3.8000000000000003,4.0,4.0,4.0,3.8000000000000003,3.8000000000000003,4.0,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.6,3.5,3.6,3.5,3.6,3.5,3.6,3.5,3.5,3.5,3.6,3.5,3.6,3.6,3.6,3.7,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.7,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,4.0,4.0,4.0,3.9000000000000004,4.0,3.9000000000000004,3.9000000000000004,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.9000000000000004,4.0,3.8000000000000003,3.9000000000000004,4.0,3.8000000000000003,3.9000000000000004,4.0,4.0,4.0,4.0,4.0,4.0,4.0,3.8000000000000003,3.7,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,1.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,1.1,4.0,3.9000000000000004,4.0,3.9000000000000004,4.0,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,4.0,3.9000000000000004,4.0,3.9000000000000004,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0],"y":[18,19,16,24,8,11,14,30,15,25,33,23,22,27,19,21,27,19,19,12,17,24,21,26,29,30,30,34,13,18,10,21,19,16,28,24,29,23,31,32,25,34,33,32,15,15,9,17,20,18,17,14,13,12,14,14,13,14,11,16,14,17,17,13,15,12,18,16,20,20,20,17,17,17,17,19,18,22,19,16,21,18,17,17,17,19,20,22,22,23,20,21,21,21,21,22,23,22,24,25,24,24,24,26,25,23,23,26,23,24,22,21,21,21,21,21,21,21,21,22,23,23,21,21,22,20,21,22,20,23,21,21,21,20,20,19,19,22,21,22,23,20,19,20,21,20,19,22,21,21,22,20,20,19,21,20,22,23,18,20,21,20,19,19,18,19,19,18,20,19,18,19,19,19,19,19,19,18,19,19,18,18,18,18,18,18,18,18,18,18,17,16,16,16,17,17,17,16,16,16,16,15,15,15,15,15,15,15,15,15,15,15,15,15,15,14,14,14,14,14,14,14,14,14,14,14,13,13,13,13,13,13,13,12,12,13,13,13,13,13,13,13,12,12,12,13,13,13,11,11,13,12,13,13,12,13,12,12,12,12,11,10,10,11,10,10,10,10,10,10,10,10,9,9,9,9,9,9,9,9,9,8,8,8,9,9,9,9,9,9,9,8,9,9,8,8,8,9,9,8,9,8,8,8,8,8,9,8,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,10,11,10,11,11,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,9,9,9,9,10,10,10,8,9,9,9,10,8,8,8,8,8,8,8,8,9,9,9,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,9,10,10,9,9,10,9,10,9,10,9,10,10,9,10,9,10,10,10,10,9,10,11,9,10,11,11,11,12,11,11,12,12,12,12,12,12,12,12,12,12,12,12,12,11,12,12,12,12,12,12,12,12,11,12,11,11,11,11,11,11,12,11,11,12,29,11,12,11,11,12,11,12,11,11,12,11,11,11,12,11,12,11,12,11,32,13,13,11,32,32,31,33,11,32,33,11,32,31,33,33,34,34,34,34,34,33,34,34],"type":"scatter"},{"marker":{"color":"#cccccc","line":{"color":"Gray","width":2.0}},"mode":"markers","name":"Infeasible Trial","showlegend":false,"x":[],"y":[],"type":"scatter"}], {"title":{"text":"等高线 — InpAtrTPMult × InpFastEmaPeriod"},"template":{"data":{"barpolar":[{"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"type":"carpet"}],"choropleth":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"choropleth"}],"contourcarpet":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"contourcarpet"}],"contour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"contour"}],"heatmap":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmap"}],"histogram2dcontour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2dcontour"}],"histogram2d":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2d"}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"mesh3d":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"mesh3d"}],"parcoords":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"parcoords"}],"pie":[{"automargin":true,"type":"pie"}],"scatter3d":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatter3d"}],"scattercarpet":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattercarpet"}],"scattergeo":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergeo"}],"scattergl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergl"}],"scattermapbox":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermapbox"}],"scattermap":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermap"}],"scatterpolargl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolargl"}],"scatterpolar":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolar"}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"scatterternary":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterternary"}],"surface":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"surface"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}]},"layout":{"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"autotypenumbers":"strict","coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]],"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]},"colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"geo":{"bgcolor":"white","lakecolor":"white","landcolor":"white","showlakes":true,"showland":true,"subunitcolor":"#C8D4E3"},"hoverlabel":{"align":"left"},"hovermode":"closest","mapbox":{"style":"light"},"paper_bgcolor":"white","plot_bgcolor":"white","polar":{"angularaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""},"bgcolor":"white","radialaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""}},"scene":{"xaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"yaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"zaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"ternary":{"aaxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"baxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"bgcolor":"white","caxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""}},"title":{"x":0.05},"xaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2},"yaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2}}},"xaxis":{"title":{"text":"InpAtrTPMult"},"range":[0.85,4.15]},"yaxis":{"title":{"text":"InpFastEmaPeriod"},"range":[6.7,35.3]},"font":{"family":"Microsoft YaHei, Arial, sans-serif","size":12,"color":"#222"},"margin":{"l":70,"r":70,"t":60,"b":70},"height":520,"width":700}, {"responsive": true} ) }; </script> </div></section>
<section class="chart"><h2>等高线 — InpAtrTPMult × InpRsiPeriod</h2><div style="height:520px; width:700px;"> <div id="contour-InpAtrTPMult-InpRsiPeriod" class="plotly-graph-div" style="height:100%; width:100%;"></div> <script> window.PLOTLYENV=window.PLOTLYENV || {}; if (document.getElementById("contour-InpAtrTPMult-InpRsiPeriod")) { Plotly.newPlot( "contour-InpAtrTPMult-InpRsiPeriod", [{"colorbar":{"title":{"text":"Objective Value"}},"colorscale":[[0.0,"rgb(247,251,255)"],[0.125,"rgb(222,235,247)"],[0.25,"rgb(198,219,239)"],[0.375,"rgb(158,202,225)"],[0.5,"rgb(107,174,214)"],[0.625,"rgb(66,146,198)"],[0.75,"rgb(33,113,181)"],[0.875,"rgb(8,81,156)"],[1.0,"rgb(8,48,107)"]],"connectgaps":true,"contours":{"coloring":"heatmap"},"hoverinfo":"none","line":{"smoothing":1.3},"reversescale":false,"x":[0.85,1.0,1.1,1.2,1.3,1.4,1.5,1.6,1.7000000000000002,1.8,1.9,2.0,2.1,2.2,2.3,2.4000000000000004,2.5,2.6,2.7,2.8,2.9000000000000004,3.0,3.1,3.2,3.3000000000000003,3.4000000000000004,3.5,3.6,3.7,3.8000000000000003,3.9000000000000004,4.0,4.15],"y":[5.95,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29.05],"z":{"dtype":"f8","bdata":"AAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8H6\u002f8cPX8uwQAAAAAAAPh\u002fAAAAAAAA+H+YgcoYKFguwYl7LJ0hgC7Ba0jc4zVzLsEAAAAAAAD4fyLIQSmWbC7BSp2A9mN9PsEAAAAAAAD4f5DC9ShVby7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f7hAguLaeS7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fWy+GEqNnLsESiNdVhnkuwU54knSNxa1AAAAAAAAA+H8JUFNLZn4uwdT10akberFA7FG4nhR9LsH7v627SVa1QA56NqsuaS7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fNV666S2HPsEAAAAAAAD4f8\u002fabZcJfi7BGHjuPdiCPsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f259fhghsGtATuYAwRxel0BXFeP8TfyKQBUao3VUGaBAmlO4HoX7kkAAAAAAAAD4f2Izv5qLiMFAoMN8ueqHPsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f8UI4VHCXi7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8lXTO5YoMuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f2XZd0Xww3tAUtUEUSaIPsFyxFo8+YIuwQAAAAAAAPh\u002fAppfzYEXk0BC9dYgdz4uwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fzJhvrzwqLhAvNCzWTXOo0Ax9fMGH1IuwRO2LcoMI8NAvxito+K4wUCmoL5l3uvCQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fIAw8N0WDLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002f+vICrECELsEAAAAAAAD4f7ql1VAvhC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H94CyTIGIAuwQdCssDShC7BAAAAAAAA+H8AAAAAAAD4f6zijazFVi7BUeDzw+jXp0D61RxgyXQuwYa+MJlqc69A6LzG7gx\u002fLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fWGZmZsZ01UBsMzMz27YGQQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f72uG7YtIlBAshGIl1qELsEAAAAAAAD4f3pgN2xbRFtAAAAAAAAA+H8AAAAAAAD4f3Gsixtwgz7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H9DboablHQuwf+tZCfNYC7BAAAAAAAA+H8AAAAAAAD4f\u002fW+8TUTfi7BEpxtbozXt0D16XgMt0wuwQAAAAAAAPh\u002fenKFdzkIvkAAAAAAAAD4fwAAAAAAAPh\u002fIYXrUat4LsEAAAAAAAD4fwAAAAAAAPh\u002fGTA01\u002fW59kBhF4IcRGT3QAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002fMBplkJYIuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f3E9CteTgy7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8aTMNQO4U+wQAAAAAAAPh\u002fAAAAAAAA+H8rB7ZKGEPHQH2pnxdqYy7BbJuUgh4xuUAGPZvVVVguwcMpP6lmIbhAcEIhguBhLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002f2KFyPMoQuwQAAAAAAAPh\u002fuPD5YRzc7kClQX3LSObxQAAAAAAAAPh\u002fAAAAAAAA+H825QrvizYuwW89Clc\u002f8y3BAAAAAAAA+H83\u002fdlPgYQuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f\u002f5D+q0MgS7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H9+b9OfYGsuwdKkFLR5fC7Br0z4hc1ELsFcVfa9B28uwQAAAAAAAPh\u002f0FjKMhSlv0Ag\u002fv\u002f\u002f\u002f4WIQMQkQE1tK51AAAAAAAAA+H8gcuFAtEHoQAAAAAAAAPh\u002fEwu1JnSuLcFB7FG46oL5QAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f2ZmZuaLhD7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fJih+HBp7PsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f9L99nVwFLRAQi0JUNMFlEAAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fy5I4Xp0w+BAePXzphrH6ECu+GuykNz3QAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f4\u002fC9SgrhC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fPKq8HSG5qEAsK00KTmouwesQdR9AXbdAAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f+CZmZn5t\u002fBAE\u002fYoXHdX8EDaFK5HjXDxQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+rz9XWzoYuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f8ADBHME8LVAAAAAAAAA+H+0q5AyYoIuwelGA3gJuC3B3R8a3eGK50C9ZNr+jQPqQDI1qz5DIulAPxCN7u0k8UC2dWwEEhrXQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f9ejcD18hD7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002f6TNo6Pc8wEAwyqFFtpPKQPIBBHMEX+JAduLVOe7c30AAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002f4Nv3ZSIQuwQAAAAAAAPh\u002fAAAAAAAA+H8CwRwdiGYuwQAAAAAAAPh\u002fIeKDnh1G1kD8jtWtZtXZQNYgk4ysM9JAAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+YfpAsYCpeQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fzpHPUTLvspAGkc9RItZykD7KmowFVnYQByJ0t4MANJAzpCRs2jZzEDCi2znbxHSQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+k374O\u002fYAuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f6RwPYqthD7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f7zain2CNC7BBg6hykAyLsFdxoUDIebJQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002fQYb58rIMuwb\u002fxtecEgS7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H94Xb8gy1kuwQAAAAAAAPh\u002fAAAAAAAA+H\u002fQYb78uYIuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f6eMfx8EbC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8lAWqqKHwuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002flfHvc1OFLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fzMzMzNley7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f2ZmZqaYhD7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H89CtejhIQuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f8L1KNxbgy7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fx+F69HghC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f9ejcL2MgS7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002f","shape":"24, 33"},"type":"contour"},{"marker":{"color":"black","line":{"color":"Gray","width":2.0}},"mode":"markers","name":"Feasible Trial","showlegend":false,"x":[1.0,2.8,1.9,1.8,2.0,1.0,3.7,2.6,4.0,2.5,3.2,1.7000000000000002,2.9000000000000004,1.6,2.3,3.2,1.4,2.2,2.2,2.9000000000000004,3.4000000000000004,2.7,2.2,1.3,1.9,2.4000000000000004,2.1,2.8,3.1,1.5,2.4000000000000004,2.0,1.8,1.2,1.9,1.8,2.0,1.1,1.6,2.6,3.5,2.8,2.5,2.5,2.1,1.8,2.2,2.1,1.6,1.9,2.3,2.1,1.7000000000000002,3.9000000000000004,1.7000000000000002,1.4,1.3,1.4,1.7000000000000002,1.5,1.0,1.7000000000000002,1.7000000000000002,1.5,1.4,1.3,1.7000000000000002,2.0,2.1,2.1,2.3,2.0,2.0,2.0,1.9,2.1,2.1,2.3,2.0,2.1,2.4000000000000004,1.9,2.2,2.2,2.2,2.2,2.4000000000000004,2.4000000000000004,2.6,2.6,2.4000000000000004,2.3,2.3,2.0,2.3,2.5,2.5,2.3,2.7,2.7,2.7,2.9000000000000004,2.9000000000000004,3.0,2.8,2.7,2.7,3.0,2.5,2.7,2.8,2.6,2.6,2.6,2.6,2.9000000000000004,3.2,2.9000000000000004,2.9000000000000004,2.9000000000000004,3.0,3.1,3.0,3.3000000000000003,3.3000000000000003,3.1,3.0,3.5,3.1,3.3000000000000003,3.0,3.0,3.2,3.2,3.2,3.3000000000000003,3.4000000000000004,3.0,3.3000000000000003,3.1,3.1,3.2,3.4000000000000004,3.0,3.2,2.8,2.8,3.0,3.6,2.8,2.9000000000000004,3.3000000000000003,3.3000000000000003,3.1,3.0,3.3000000000000003,3.4000000000000004,2.6,2.9000000000000004,2.9000000000000004,3.1,3.2,3.2,3.4000000000000004,3.5,3.4000000000000004,3.6,3.4000000000000004,3.3000000000000003,3.4000000000000004,3.4000000000000004,3.5,3.6,3.8000000000000003,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.8000000000000003,4.0,4.0,3.9000000000000004,4.0,3.9000000000000004,4.0,4.0,4.0,3.9000000000000004,3.8000000000000003,4.0,4.0,4.0,3.8000000000000003,3.8000000000000003,4.0,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.6,3.5,3.6,3.5,3.6,3.5,3.6,3.5,3.5,3.5,3.6,3.5,3.6,3.6,3.6,3.7,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.7,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,4.0,4.0,4.0,3.9000000000000004,4.0,3.9000000000000004,3.9000000000000004,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.9000000000000004,4.0,3.8000000000000003,3.9000000000000004,4.0,3.8000000000000003,3.9000000000000004,4.0,4.0,4.0,4.0,4.0,4.0,4.0,3.8000000000000003,3.7,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,1.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,1.1,4.0,3.9000000000000004,4.0,3.9000000000000004,4.0,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,4.0,3.9000000000000004,4.0,3.9000000000000004,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0],"y":[23,20,22,8,22,23,13,7,20,8,28,14,14,17,11,28,18,10,11,26,17,9,10,13,7,7,15,11,19,9,24,7,10,9,21,8,12,16,24,8,7,11,12,13,9,8,10,9,7,8,21,9,10,10,12,12,14,12,15,12,27,10,13,11,9,10,11,9,9,9,9,8,8,8,8,10,7,8,7,10,8,10,9,9,11,8,9,9,7,8,9,9,8,8,7,8,8,7,11,11,11,11,11,13,10,10,10,11,12,10,11,9,9,10,11,10,9,10,10,10,10,10,12,12,13,12,12,14,10,12,13,13,13,15,15,14,14,13,14,13,16,15,14,16,13,13,14,13,12,13,12,14,13,14,14,15,14,12,13,13,12,16,17,18,18,18,19,19,18,18,18,20,20,19,20,20,21,20,20,20,20,20,20,20,20,20,20,20,21,20,21,21,19,19,22,20,20,20,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,18,18,17,18,18,18,18,18,18,18,18,17,18,18,18,18,18,18,18,18,17,18,18,18,17,18,18,17,18,18,18,17,18,18,17,17,17,17,17,16,17,17,17,17,17,17,17,17,17,17,17,17,17,16,17,17,17,17,17,17,16,17,17,17,16,17,17,16,17,17,16,17,17,16,17,16,16,17,17,16,16,16,16,17,17,16,16,16,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,14,15,15,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,28,16,16,16,16,27,16,16,15,16,17,16,15,16,17,16,25,17,15,16,17,16,15,15,15,15,16,15,23,14,15,15,15,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,13,14,14,14,13,14,14,13,14,14,14,13,14,14,13,14,14,13,14,14,13,13,13,14,13,14,14,13,14,14,14,13,13,13,14,14,13,14,14,13,12,12,12,12,12,13,12,11,12,12,11,12,12,12,12,11,11,11,11,11,11,11,11,11],"type":"scatter"},{"marker":{"color":"#cccccc","line":{"color":"Gray","width":2.0}},"mode":"markers","name":"Infeasible Trial","showlegend":false,"x":[],"y":[],"type":"scatter"}], {"title":{"text":"等高线 — InpAtrTPMult × InpRsiPeriod"},"template":{"data":{"barpolar":[{"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"type":"carpet"}],"choropleth":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"choropleth"}],"contourcarpet":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"contourcarpet"}],"contour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"contour"}],"heatmap":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmap"}],"histogram2dcontour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2dcontour"}],"histogram2d":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2d"}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"mesh3d":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"mesh3d"}],"parcoords":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"parcoords"}],"pie":[{"automargin":true,"type":"pie"}],"scatter3d":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatter3d"}],"scattercarpet":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattercarpet"}],"scattergeo":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergeo"}],"scattergl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergl"}],"scattermapbox":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermapbox"}],"scattermap":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermap"}],"scatterpolargl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolargl"}],"scatterpolar":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolar"}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"scatterternary":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterternary"}],"surface":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"surface"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}]},"layout":{"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"autotypenumbers":"strict","coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]],"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]},"colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"geo":{"bgcolor":"white","lakecolor":"white","landcolor":"white","showlakes":true,"showland":true,"subunitcolor":"#C8D4E3"},"hoverlabel":{"align":"left"},"hovermode":"closest","mapbox":{"style":"light"},"paper_bgcolor":"white","plot_bgcolor":"white","polar":{"angularaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""},"bgcolor":"white","radialaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""}},"scene":{"xaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"yaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"zaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"ternary":{"aaxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"baxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"bgcolor":"white","caxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""}},"title":{"x":0.05},"xaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2},"yaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2}}},"xaxis":{"title":{"text":"InpAtrTPMult"},"range":[0.85,4.15]},"yaxis":{"title":{"text":"InpRsiPeriod"},"range":[5.95,29.05]},"font":{"family":"Microsoft YaHei, Arial, sans-serif","size":12,"color":"#222"},"margin":{"l":70,"r":70,"t":60,"b":70},"height":520,"width":700}, {"responsive": true} ) }; </script> </div></section>
<section class="chart"><h2>等高线 — InpAtrTPMult × InpRsiSellLevel</h2><div style="height:520px; width:700px;"> <div id="contour-InpAtrTPMult-InpRsiSellLevel" class="plotly-graph-div" style="height:100%; width:100%;"></div> <script> window.PLOTLYENV=window.PLOTLYENV || {}; if (document.getElementById("contour-InpAtrTPMult-InpRsiSellLevel")) { Plotly.newPlot( "contour-InpAtrTPMult-InpRsiSellLevel", [{"colorbar":{"title":{"text":"Objective Value"}},"colorscale":[[0.0,"rgb(247,251,255)"],[0.125,"rgb(222,235,247)"],[0.25,"rgb(198,219,239)"],[0.375,"rgb(158,202,225)"],[0.5,"rgb(107,174,214)"],[0.625,"rgb(66,146,198)"],[0.75,"rgb(33,113,181)"],[0.875,"rgb(8,81,156)"],[1.0,"rgb(8,48,107)"]],"connectgaps":true,"contours":{"coloring":"heatmap"},"hoverinfo":"none","line":{"smoothing":1.3},"reversescale":false,"x":[0.85,1.0,1.1,1.2,1.3,1.4,1.5,1.6,1.7000000000000002,1.8,1.9,2.0,2.1,2.2,2.3,2.4000000000000004,2.5,2.6,2.7,2.8,2.9000000000000004,3.0,3.1,3.2,3.3000000000000003,3.4000000000000004,3.5,3.6,3.7,3.8000000000000003,3.9000000000000004,4.0,4.15],"y":[49.0,50.0,51.0,52.0,53.0,54.0,55.0,56.0,57.0,58.0,59.0,60.0,61.0,62.0,63.0,64.0,65.0,66.0,67.0,69.0,70.0,71.0],"z":{"dtype":"f8","bdata":"AAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002fMBplkJYIuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fWy+GEqNnLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f9KkFLR5fC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f5BeMlUg7s9AAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8lAWqqKHwuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f9cQ2nI2iNlAefT4PegrLsEAAAAAAAD4f+h+h6LUMi7BAAAAAAAA+H8KlE25ckQuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+k374O\u002fYAuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fr0z4hc1ELsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f\u002fIBBHMEX+JABN6JWV+q0EAAAAAAAAD4f2UWK2oIbsdAzpCRs2jZzEA6HGSSVQrRQAAAAAAAAPh\u002fAAAAAAAA+H\u002fQYb78uYIuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+M+E5snHouwQAAAAAAAPh\u002flfHvc1OFLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8sK00KTmouwQAAAAAAAPh\u002fAAAAAAAA+H+NYrlFeUIuwQRw\u002fiaAc9hAejhAMCMW5ED8jtWtZtXZQAAAAAAAAPh\u002fnu84RS+DykDCi2znbxHSQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fUtUEUSaIPsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwdCssDShC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f\u002fW+8TUTfi7B14uhXA9fLsEAAAAAAAD4fwAAAAAAAPh\u002f0FjKMhSlv0AwyqFFtpPKQDpHPUTLvspA3R8a3eGK50C9ZNr+jQPqQDI1qz5DIulAPxCN7u0k8UCiqz5Xc43iQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f9ejcD18hD7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H850a7iV4AuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f0HsTKFlZi7BbJuUgh4xuUD4Nv3ZSIQuwesQdR9AXbdA6TNo6Pc8wECfLEMcQ0bAQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fBNiBc+4070BBaaSlkGTsQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002fXo3A9NoE+wYbrUTgqhD7BoMN8ueqHPsErB7ZKGEPHQAAAAAAAAPh\u002fOX2zzY2HtUD16XgMt0wuwcMpP6lmIbhAQi0JUNMFlEDNjelJYHUuwQAAAAAAAPh\u002fAAAAAAAA+H8gcuFAtEHoQOCZmZn5t\u002fBAE\u002fYoXHdX8ECu+GuykNz3QAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f289Clc\u002f8y3BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fGHjuPdiCPsEAAAAAAAD4f\u002f5D+q0MgS7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H9DboablHQuwazijazFVi7BlA7W\u002f+dtLsEAAAAAAAD4f32pnxdqYy7BEpxtbozXt0CV3je++j4uwQAAAAAAAPh\u002fenKFdzkIvkAAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f3bGbTQ0v+VAGTA01\u002fW59kBsMzMz27YGQQAAAAAAAPh\u002fAAAAAAAA+H825QrvizYuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+YgcoYKFguwXGsixtwgz7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fylTBKItzLsEAAAAAAAD4f3E9Cld4hT7Bmus0EuF0LsEAAAAAAAD4fwAAAAAAAPh\u002fvxito+K4wUCmoL5l3uvCQMUI4VHCXi7BSGjLGUVoLsEAAAAAAAD4f8QkQE1tK51AAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fhBdgX5gwLcFFcy7Fp+XzQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f4l7LJ0hgC7BAAAAAAAA+H9C9dYgdz4uwQAAAAAAAPh\u002fAAAAAAAA+H8BpDbxIIAuwWIzv5qLiMFAUeDzw+jXp0Ax9fMGH1IuwRO2LcoMI8NAAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f7hAguLaeS7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002fYNXugJfXvQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f8\u002fabZcJfi7BAAAAAAAA+H8H6\u002f8cPX8uwWXZd0Xww3tAAAAAAAAA+H8AAAAAAAD4fwKaCIuzhD7BTuYAwRxel0AAAAAAAAD4f7NGPSSubi7B7FG4nhR9LsEAAAAAAAD4fwAAAAAAAPh\u002fvNCzWTXOo0CVtyOcaH4uwQAAAAAAAPh\u002f6LzG7gx\u002fLsEAAAAAAAD4fx+F69HghC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+rz9XWzoYuwbql1VAvhC7BQq1pHip7LsESiNdVhnkuwV7LLa2Gn45AAppfzYEXk0BXFeP8TfyKQNT10akberFAmlO4HoX7kkAAAAAAAAD4f5DC9ShVby7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f5qZmZmWhD7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H89CtejhIQuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fyzPCgxZsW5AAAAAAAAA+H9yxFo8+YIuwU54knSNxa1ASuy7IviTiEAJ3Lqb+4UuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8lXTO5YoMuwbIRiJcDhC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fwvUoXJeELsF4CyTIGIAuwSLIQSmWbC7BAAAAAAAA+H\u002f7v627SVa1QA56NqsuaS7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fIAw8N0WDLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fNV666S2HPsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f0fmkb8Lgi7BAAAAAAAA+H+CBMWvyWouwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+0q5AyYoIuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f72uG7YtIlBAshGIl1qELsEAAAAAAAD4f2ZmZuaLhD7BAAAAAAAA+H8AAAAAAAD4f259fhghsGtAAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H9mZmZmM4UuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002f+vICrECELsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f7\u002fxtecEgS7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f4\u002fC9SgrhC7BAAAAAAAA+H83\u002fdlPgYQuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8g\u002fv\u002f\u002f\u002f4WIQAAAAAAAAPh\u002fAAAAAAAA+H\u002f2KFyPMoQuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fexSux9h4LsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8fNJ2dbADHQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002f","shape":"22, 33"},"type":"contour"},{"marker":{"color":"black","line":{"color":"Gray","width":2.0}},"mode":"markers","name":"Feasible Trial","showlegend":false,"x":[1.0,2.8,1.9,1.8,2.0,1.0,3.7,2.6,4.0,2.5,3.2,1.7000000000000002,2.9000000000000004,1.6,2.3,3.2,1.4,2.2,2.2,2.9000000000000004,3.4000000000000004,2.7,2.2,1.3,1.9,2.4000000000000004,2.1,2.8,3.1,1.5,2.4000000000000004,2.0,1.8,1.2,1.9,1.8,2.0,1.1,1.6,2.6,3.5,2.8,2.5,2.5,2.1,1.8,2.2,2.1,1.6,1.9,2.3,2.1,1.7000000000000002,3.9000000000000004,1.7000000000000002,1.4,1.3,1.4,1.7000000000000002,1.5,1.0,1.7000000000000002,1.7000000000000002,1.5,1.4,1.3,1.7000000000000002,2.0,2.1,2.1,2.3,2.0,2.0,2.0,1.9,2.1,2.1,2.3,2.0,2.1,2.4000000000000004,1.9,2.2,2.2,2.2,2.2,2.4000000000000004,2.4000000000000004,2.6,2.6,2.4000000000000004,2.3,2.3,2.0,2.3,2.5,2.5,2.3,2.7,2.7,2.7,2.9000000000000004,2.9000000000000004,3.0,2.8,2.7,2.7,3.0,2.5,2.7,2.8,2.6,2.6,2.6,2.6,2.9000000000000004,3.2,2.9000000000000004,2.9000000000000004,2.9000000000000004,3.0,3.1,3.0,3.3000000000000003,3.3000000000000003,3.1,3.0,3.5,3.1,3.3000000000000003,3.0,3.0,3.2,3.2,3.2,3.3000000000000003,3.4000000000000004,3.0,3.3000000000000003,3.1,3.1,3.2,3.4000000000000004,3.0,3.2,2.8,2.8,3.0,3.6,2.8,2.9000000000000004,3.3000000000000003,3.3000000000000003,3.1,3.0,3.3000000000000003,3.4000000000000004,2.6,2.9000000000000004,2.9000000000000004,3.1,3.2,3.2,3.4000000000000004,3.5,3.4000000000000004,3.6,3.4000000000000004,3.3000000000000003,3.4000000000000004,3.4000000000000004,3.5,3.6,3.8000000000000003,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.8000000000000003,4.0,4.0,3.9000000000000004,4.0,3.9000000000000004,4.0,4.0,4.0,3.9000000000000004,3.8000000000000003,4.0,4.0,4.0,3.8000000000000003,3.8000000000000003,4.0,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.7,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.6,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.5,3.6,3.5,3.6,3.5,3.6,3.5,3.6,3.5,3.5,3.5,3.6,3.5,3.6,3.6,3.6,3.7,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.7,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,4.0,4.0,4.0,3.9000000000000004,4.0,3.9000000000000004,3.9000000000000004,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.9000000000000004,3.8000000000000003,3.9000000000000004,3.9000000000000004,4.0,3.8000000000000003,3.9000000000000004,4.0,3.8000000000000003,3.9000000000000004,4.0,4.0,4.0,4.0,4.0,4.0,4.0,3.8000000000000003,3.7,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,1.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,1.1,4.0,3.9000000000000004,4.0,3.9000000000000004,4.0,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,3.9000000000000004,4.0,3.9000000000000004,4.0,3.9000000000000004,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0],"y":[53.0,56.0,52.0,50.0,66.0,66.0,69.0,58.0,51.0,56.0,61.0,57.0,50.0,61.0,54.0,60.0,55.0,59.0,63.0,59.0,64.0,56.0,53.0,50.0,58.0,58.0,62.0,59.0,55.0,57.0,53.0,60.0,54.0,64.0,52.0,70.0,58.0,67.0,51.0,56.0,59.0,59.0,57.0,57.0,61.0,61.0,62.0,60.0,60.0,55.0,64.0,62.0,62.0,63.0,62.0,65.0,67.0,63.0,65.0,65.0,62.0,60.0,62.0,66.0,60.0,63.0,61.0,65.0,62.0,60.0,64.0,62.0,61.0,61.0,61.0,61.0,61.0,60.0,59.0,63.0,60.0,62.0,61.0,61.0,61.0,59.0,61.0,61.0,61.0,63.0,58.0,61.0,61.0,62.0,60.0,63.0,64.0,63.0,59.0,58.0,59.0,59.0,59.0,58.0,59.0,60.0,57.0,60.0,59.0,58.0,60.0,59.0,59.0,59.0,57.0,59.0,58.0,59.0,59.0,59.0,58.0,58.0,57.0,57.0,57.0,56.0,56.0,58.0,57.0,58.0,56.0,55.0,56.0,55.0,55.0,54.0,54.0,54.0,56.0,57.0,53.0,55.0,56.0,55.0,55.0,56.0,56.0,57.0,53.0,56.0,54.0,54.0,54.0,58.0,52.0,56.0,69.0,57.0,55.0,57.0,58.0,55.0,55.0,55.0,54.0,54.0,54.0,53.0,55.0,54.0,53.0,54.0,54.0,54.0,54.0,52.0,52.0,51.0,54.0,54.0,53.0,53.0,53.0,53.0,52.0,52.0,52.0,52.0,51.0,52.0,52.0,51.0,52.0,52.0,52.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,52.0,52.0,52.0,52.0,52.0,52.0,52.0,51.0,51.0,50.0,52.0,51.0,52.0,52.0,52.0,52.0,51.0,52.0,50.0,51.0,52.0,52.0,53.0,53.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,55.0,55.0,54.0,55.0,55.0,55.0,54.0,55.0,54.0,54.0,55.0,54.0,55.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,55.0,55.0,55.0,55.0,55.0,55.0,55.0,55.0,55.0,55.0,55.0,56.0,55.0,55.0,55.0,55.0,55.0,55.0,56.0,55.0,55.0,55.0,56.0,55.0,55.0,56.0,55.0,56.0,55.0,55.0,55.0,55.0,56.0,55.0,55.0,56.0,56.0,56.0,56.0,56.0,56.0,56.0,56.0,56.0,56.0,56.0,57.0,56.0,56.0,56.0,57.0,56.0,56.0,56.0,57.0,56.0,56.0,57.0,56.0,56.0,56.0,56.0,57.0,56.0,56.0,57.0,56.0,56.0,56.0,57.0,56.0,56.0,56.0,57.0,56.0,56.0,56.0,56.0,57.0,56.0,57.0,56.0,56.0,56.0,56.0,57.0,57.0,56.0,56.0,56.0,56.0,56.0,57.0,56.0,56.0,57.0,57.0,56.0,56.0,57.0,56.0,56.0,56.0,56.0,57.0,56.0,57.0,56.0,56.0,56.0,56.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,58.0,58.0,58.0,58.0,58.0,57.0,58.0,58.0,57.0,58.0,58.0,58.0,58.0,57.0,58.0,57.0,57.0,58.0,58.0,58.0,58.0,59.0,58.0,57.0,57.0,57.0,57.0,57.0,57.0,58.0,58.0,59.0,58.0,59.0,58.0,57.0,58.0,57.0,57.0,58.0,57.0,57.0,58.0,57.0,58.0,57.0,57.0,57.0,59.0,58.0,57.0,58.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,70.0],"type":"scatter"},{"marker":{"color":"#cccccc","line":{"color":"Gray","width":2.0}},"mode":"markers","name":"Infeasible Trial","showlegend":false,"x":[],"y":[],"type":"scatter"}], {"title":{"text":"等高线 — InpAtrTPMult × InpRsiSellLevel"},"template":{"data":{"barpolar":[{"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"type":"carpet"}],"choropleth":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"choropleth"}],"contourcarpet":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"contourcarpet"}],"contour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"contour"}],"heatmap":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmap"}],"histogram2dcontour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2dcontour"}],"histogram2d":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2d"}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"mesh3d":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"mesh3d"}],"parcoords":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"parcoords"}],"pie":[{"automargin":true,"type":"pie"}],"scatter3d":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatter3d"}],"scattercarpet":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattercarpet"}],"scattergeo":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergeo"}],"scattergl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergl"}],"scattermapbox":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermapbox"}],"scattermap":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermap"}],"scatterpolargl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolargl"}],"scatterpolar":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolar"}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"scatterternary":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterternary"}],"surface":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"surface"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}]},"layout":{"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"autotypenumbers":"strict","coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]],"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]},"colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"geo":{"bgcolor":"white","lakecolor":"white","landcolor":"white","showlakes":true,"showland":true,"subunitcolor":"#C8D4E3"},"hoverlabel":{"align":"left"},"hovermode":"closest","mapbox":{"style":"light"},"paper_bgcolor":"white","plot_bgcolor":"white","polar":{"angularaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""},"bgcolor":"white","radialaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""}},"scene":{"xaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"yaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"zaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"ternary":{"aaxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"baxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"bgcolor":"white","caxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""}},"title":{"x":0.05},"xaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2},"yaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2}}},"xaxis":{"title":{"text":"InpAtrTPMult"},"range":[0.85,4.15]},"yaxis":{"title":{"text":"InpRsiSellLevel"},"range":[49.0,71.0]},"font":{"family":"Microsoft YaHei, Arial, sans-serif","size":12,"color":"#222"},"margin":{"l":70,"r":70,"t":60,"b":70},"height":520,"width":700}, {"responsive": true} ) }; </script> </div></section>
<section class="chart"><h2>等高线 — InpTrailStartPoints × InpFastEmaPeriod</h2><div style="height:520px; width:700px;"> <div id="contour-InpTrailStartPoints-InpFastEmaPeriod" class="plotly-graph-div" style="height:100%; width:100%;"></div> <script> window.PLOTLYENV=window.PLOTLYENV || {}; if (document.getElementById("contour-InpTrailStartPoints-InpFastEmaPeriod")) { Plotly.newPlot( "contour-InpTrailStartPoints-InpFastEmaPeriod", [{"colorbar":{"title":{"text":"Objective Value"}},"colorscale":[[0.0,"rgb(247,251,255)"],[0.125,"rgb(222,235,247)"],[0.25,"rgb(198,219,239)"],[0.375,"rgb(158,202,225)"],[0.5,"rgb(107,174,214)"],[0.625,"rgb(66,146,198)"],[0.75,"rgb(33,113,181)"],[0.875,"rgb(8,81,156)"],[1.0,"rgb(8,48,107)"]],"connectgaps":true,"contours":{"coloring":"heatmap"},"hoverinfo":"none","line":{"smoothing":1.3},"reversescale":false,"x":[6.7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35.3],"y":[85.0,100.0,110.0,120.0,130.0,140.0,150.0,160.0,170.0,180.0,190.0,200.0,210.0,220.0,230.0,240.0,250.0,260.0,270.0,280.0,290.0,300.0,310.0,320.0,330.0,340.0,350.0,360.0,370.0,380.0,390.0,400.0,415.0],"z":{"dtype":"f8","bdata":"AAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f8L1KFyXhC7BEojXVYZ5LsFB7EyhZWYuwZ8sQxxDRsBAKwe2ShhDx0ATti3KDCPDQMQkQE1tK51ApqC+Zd7rwkAAAAAAAAD4fwAAAAAAAPh\u002f6LzG7gx\u002fLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+yEYiXWoQuwQAAAAAAAPh\u002fAsEcHYhmLsHQkH77ClLAQJXeN776Pi7BhRE2PD2\u002fuUD7v627SVa1QP+tZCfNYC7BPPoK0gxRlkAgXtevmXwuwUM0uoPKfi7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H9eyy2thp+OQGtI3OM1cy7B\u002fcQgsPJKp0BCLQlQ0wWUQGIzv5qLiMFAkML1KFVvLsEAAAAAAAD4f4a+MJlqc69AMfXzBh9SLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8aTMNQO4U+wUNuhpuUdC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002fCi2znbxHSQNYgk4ysM9JA6TNo6Pc8wEAAAAAAAAD4f5pTuB6F+5JADno2qy5pLsHaLjR3cl8uwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fhutROCqEPsEAAAAAAAD4f\u002frVHGDJdC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002f68gKsQIQuwbIRiJcDhC7BAAAAAAAA+H9ufX4YIbBrQF3GhQMh5slAPUuJJCIzzkAAAAAAAAD4f0rsuyL4k4hAAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fyVdM7ligy7BAAAAAAAA+H+fCwxZ3YB2QBYOhKQlci7BZRYraghux0D7KmowFVnYQAAAAAAAAPh\u002fmH6QLGAqXkAAAAAAAAD4fxUao3VUGaBAAAAAAAAA+H+80LNZNc6jQAAAAAAAAPh\u002f16NwPTaBPsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fZmZm5ouEPsEAAAAAAAD4fyzPCgxZsW5AemA3bFtEW0CorSr7ZtzQQLLeufc02dZATuYAwRxel0DQYb78uYIuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H83\u002fdlPgYQuwQAAAAAAAPh\u002f\u002fI7VrWbV2UAAAAAAAAD4fwAAAAAAAPh\u002fOdGu4leALsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fmus0EuF0LsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8lAWqqKHwuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fw7idT3IAi7BEP8Xz\u002fgW10AAAAAAAAD4f81CTImMgdhAAAAAAAAA+H8AAAAAAAD4f7ql1VAvhC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H9mZmammIQ+wQAAAAAAAPh\u002fduLVOe7c30AAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f7\u002fxtecEgS7BCdy6m\u002fuFLsEAAAAAAAD4f9XIWdgWCC7B1xDacjaI2UA98jKK\u002fb\u002faQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002f16NwPXyEPsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H9HEJIFPyQuwfIBBHMEX+JAT1bKMsy\u002f1kAAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8sONGu3vDgQMc2VIwy6S3BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fj8L1KCuELsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwCTNerlDO9AAAAAAAAA+H9sMzMz27YGQdt1VLXUNQBBAAAAAAAA+H8AAAAAAAD4f5KlP\u002fvN1OpA7toMN\u002fCl60DIv8WKmgzeQLBUjPP7cPZA3R8a3eGK50AAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fq8\u002fV1s6GLsEAAAAAAAD4fwAAAAAAAPh\u002fSp2A9mN9PsEAAAAAAAD4f48fKSJvBepAqdajcE264kAfNJ2dbADHQAAAAAAAAPh\u002fAAAAAAAA+H8CQuIe5f3mQJcMhGTXGupAF2\u002fOiKJG5UC9ZNr+jQPqQAAAAAAAAPh\u002fGTA01\u002fW59kAAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fwWNd3Eais0CyAtTUdur0QFhmZmbGdNVAAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fldX6Ip3m3UBe7F9ZyWXqQJe0T8dhtOBAj1yPwrlL9ECI7FG4VjnzQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fB+v\u002fHD1\u002fLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f4wF0zAwsutAxSlcj+J260AT9ihcd1fwQKzhehRqH\u002fRATGdmZuYf80AAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f9hkjbpXVC3BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fmpmZmZaEPsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8qEDY8Y\u002fXsQBoPI4RCyvBABNiBc+4070BB7FG46oL5QM6amZmJLutAAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+0q5AyYoIuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fuECC4tp5LsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002f68L1KLSp4EA\u002fEI3u7STxQNoUrkeNcPFAvc0BgrHO6EAAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f8g6OxlYZulAAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H9C9dYgdz4uwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002f+cpKk+o\u002f3kBwmlWfvZTkQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002f0qQUtHl8LsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+YgcoYKFguwSYofhwaez7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fQ+scA\u002fqg50AAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f6Tfvg79gC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8HQrLA0oQuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f\u002fEpAAa5gy7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H9bL4YSo2cuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fcayLG3CDPsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H81XrrpLYc+wQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f6pWCRZYci3BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f4z4Tmycei7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002f9ihcjzKELsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8CmgiLs4Q+wQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f6RwPYqthD7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fexSux9h4LsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fIHLhQLRB6EAAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fzAaZZCWCLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H9xPQpXeIU+wQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002f","shape":"33, 29"},"type":"contour"},{"marker":{"color":"black","line":{"color":"Gray","width":2.0}},"mode":"markers","name":"Feasible Trial","showlegend":false,"x":[18,19,16,24,8,11,14,30,15,25,33,23,22,27,19,21,27,19,19,12,17,24,21,26,29,30,30,34,13,18,10,21,19,16,28,24,29,23,31,32,25,34,33,32,15,15,9,17,20,18,17,14,13,12,14,14,13,14,11,16,14,17,17,13,15,12,18,16,20,20,20,17,17,17,17,19,18,22,19,16,21,18,17,17,17,19,20,22,22,23,20,21,21,21,21,22,23,22,24,25,24,24,24,26,25,23,23,26,23,24,22,21,21,21,21,21,21,21,21,22,23,23,21,21,22,20,21,22,20,23,21,21,21,20,20,19,19,22,21,22,23,20,19,20,21,20,19,22,21,21,22,20,20,19,21,20,22,23,18,20,21,20,19,19,18,19,19,18,20,19,18,19,19,19,19,19,19,18,19,19,18,18,18,18,18,18,18,18,18,18,17,16,16,16,17,17,17,16,16,16,16,15,15,15,15,15,15,15,15,15,15,15,15,15,15,14,14,14,14,14,14,14,14,14,14,14,13,13,13,13,13,13,13,12,12,13,13,13,13,13,13,13,12,12,12,13,13,13,11,11,13,12,13,13,12,13,12,12,12,12,11,10,10,11,10,10,10,10,10,10,10,10,9,9,9,9,9,9,9,9,9,8,8,8,9,9,9,9,9,9,9,8,9,9,8,8,8,9,9,8,9,8,8,8,8,8,9,8,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,10,11,10,11,11,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,9,9,9,9,10,10,10,8,9,9,9,10,8,8,8,8,8,8,8,8,9,9,9,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,9,10,10,9,9,10,9,10,9,10,9,10,10,9,10,9,10,10,10,10,9,10,11,9,10,11,11,11,12,11,11,12,12,12,12,12,12,12,12,12,12,12,12,12,11,12,12,12,12,12,12,12,12,11,12,11,11,11,11,11,11,12,11,11,12,29,11,12,11,11,12,11,12,11,11,12,11,11,11,12,11,12,11,12,11,32,13,13,11,32,32,31,33,11,32,33,11,32,31,33,33,34,34,34,34,34,33,34,34],"y":[160.0,150.0,150.0,340.0,200.0,250.0,370.0,400.0,330.0,150.0,260.0,100.0,300.0,230.0,320.0,100.0,200.0,290.0,290.0,190.0,270.0,340.0,360.0,400.0,300.0,230.0,300.0,130.0,240.0,180.0,280.0,370.0,320.0,350.0,310.0,380.0,340.0,220.0,170.0,130.0,270.0,130.0,120.0,120.0,150.0,150.0,200.0,160.0,250.0,170.0,380.0,150.0,160.0,210.0,160.0,160.0,170.0,140.0,160.0,110.0,190.0,140.0,160.0,140.0,180.0,150.0,180.0,140.0,140.0,110.0,140.0,140.0,120.0,120.0,100.0,120.0,120.0,110.0,130.0,100.0,120.0,130.0,140.0,140.0,140.0,110.0,130.0,130.0,120.0,130.0,100.0,150.0,120.0,120.0,120.0,110.0,110.0,100.0,110.0,110.0,120.0,120.0,130.0,110.0,120.0,150.0,150.0,100.0,150.0,170.0,130.0,120.0,110.0,110.0,110.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,110.0,100.0,110.0,110.0,100.0,100.0,100.0,100.0,100.0,110.0,110.0,110.0,100.0,110.0,100.0,100.0,110.0,100.0,110.0,100.0,120.0,110.0,100.0,110.0,120.0,100.0,100.0,110.0,100.0,120.0,100.0,110.0,100.0,120.0,110.0,100.0,100.0,100.0,100.0,110.0,120.0,110.0,130.0,130.0,130.0,130.0,130.0,130.0,130.0,130.0,130.0,140.0,130.0,130.0,130.0,130.0,130.0,130.0,130.0,140.0,140.0,140.0,140.0,140.0,140.0,140.0,150.0,150.0,140.0,150.0,150.0,160.0,160.0,160.0,160.0,160.0,160.0,160.0,170.0,170.0,170.0,170.0,170.0,170.0,170.0,170.0,180.0,180.0,180.0,190.0,190.0,190.0,190.0,190.0,190.0,190.0,190.0,190.0,190.0,190.0,200.0,200.0,200.0,200.0,200.0,200.0,210.0,200.0,210.0,200.0,200.0,210.0,210.0,210.0,210.0,210.0,200.0,200.0,220.0,200.0,220.0,200.0,210.0,200.0,210.0,200.0,180.0,220.0,180.0,200.0,210.0,220.0,230.0,230.0,240.0,240.0,240.0,240.0,230.0,240.0,250.0,240.0,240.0,240.0,250.0,250.0,250.0,250.0,250.0,250.0,250.0,240.0,240.0,240.0,240.0,240.0,240.0,260.0,240.0,240.0,240.0,260.0,250.0,250.0,250.0,250.0,230.0,230.0,260.0,230.0,230.0,270.0,260.0,260.0,280.0,270.0,280.0,270.0,270.0,270.0,280.0,280.0,280.0,270.0,270.0,290.0,290.0,290.0,300.0,310.0,300.0,310.0,290.0,290.0,290.0,290.0,290.0,290.0,290.0,290.0,290.0,290.0,310.0,290.0,290.0,300.0,280.0,280.0,270.0,270.0,270.0,270.0,270.0,270.0,270.0,270.0,270.0,270.0,270.0,270.0,260.0,270.0,260.0,260.0,260.0,260.0,260.0,270.0,260.0,280.0,270.0,260.0,260.0,260.0,260.0,260.0,260.0,260.0,270.0,260.0,260.0,260.0,270.0,270.0,260.0,260.0,280.0,270.0,280.0,280.0,270.0,280.0,280.0,280.0,270.0,280.0,270.0,270.0,270.0,270.0,280.0,280.0,280.0,280.0,270.0,270.0,280.0,270.0,280.0,270.0,270.0,280.0,260.0,280.0,270.0,270.0,260.0,280.0,260.0,270.0,270.0,280.0,280.0,280.0,280.0,280.0,280.0,270.0,280.0,390.0,270.0,270.0,270.0,270.0,270.0,260.0,260.0,260.0,260.0,260.0,250.0,260.0,250.0,260.0,260.0,250.0,260.0,250.0,250.0,250.0,250.0,250.0,260.0,250.0,360.0,250.0,250.0,250.0,250.0,250.0,260.0,260.0,250.0,250.0,250.0,260.0,250.0,260.0,260.0,250.0,260.0,250.0,260.0,260.0,260.0,250.0,260.0,250.0,260.0,260.0,250.0,260.0,260.0,250.0,260.0,250.0,260.0,240.0,260.0,260.0,240.0,240.0,240.0,230.0,240.0,240.0,240.0,240.0,230.0,230.0,230.0,230.0,230.0,220.0,220.0,220.0,220.0,220.0,220.0,220.0,220.0,220.0,220.0,230.0],"type":"scatter"},{"marker":{"color":"#cccccc","line":{"color":"Gray","width":2.0}},"mode":"markers","name":"Infeasible Trial","showlegend":false,"x":[],"y":[],"type":"scatter"}], {"title":{"text":"等高线 — InpTrailStartPoints × InpFastEmaPeriod"},"template":{"data":{"barpolar":[{"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"type":"carpet"}],"choropleth":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"choropleth"}],"contourcarpet":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"contourcarpet"}],"contour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"contour"}],"heatmap":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmap"}],"histogram2dcontour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2dcontour"}],"histogram2d":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2d"}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"mesh3d":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"mesh3d"}],"parcoords":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"parcoords"}],"pie":[{"automargin":true,"type":"pie"}],"scatter3d":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatter3d"}],"scattercarpet":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattercarpet"}],"scattergeo":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergeo"}],"scattergl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergl"}],"scattermapbox":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermapbox"}],"scattermap":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermap"}],"scatterpolargl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolargl"}],"scatterpolar":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolar"}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"scatterternary":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterternary"}],"surface":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"surface"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}]},"layout":{"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"autotypenumbers":"strict","coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]],"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]},"colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"geo":{"bgcolor":"white","lakecolor":"white","landcolor":"white","showlakes":true,"showland":true,"subunitcolor":"#C8D4E3"},"hoverlabel":{"align":"left"},"hovermode":"closest","mapbox":{"style":"light"},"paper_bgcolor":"white","plot_bgcolor":"white","polar":{"angularaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""},"bgcolor":"white","radialaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""}},"scene":{"xaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"yaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"zaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"ternary":{"aaxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"baxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"bgcolor":"white","caxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""}},"title":{"x":0.05},"xaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2},"yaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2}}},"xaxis":{"title":{"text":"InpTrailStartPoints"},"range":[6.7,35.3]},"yaxis":{"title":{"text":"InpFastEmaPeriod"},"range":[85.0,415.0]},"font":{"family":"Microsoft YaHei, Arial, sans-serif","size":12,"color":"#222"},"margin":{"l":70,"r":70,"t":60,"b":70},"height":520,"width":700}, {"responsive": true} ) }; </script> </div></section>
<section class="chart"><h2>等高线 — InpTrailStartPoints × InpRsiPeriod</h2><div style="height:520px; width:700px;"> <div id="contour-InpTrailStartPoints-InpRsiPeriod" class="plotly-graph-div" style="height:100%; width:100%;"></div> <script> window.PLOTLYENV=window.PLOTLYENV || {}; if (document.getElementById("contour-InpTrailStartPoints-InpRsiPeriod")) { Plotly.newPlot( "contour-InpTrailStartPoints-InpRsiPeriod", [{"colorbar":{"title":{"text":"Objective Value"}},"colorscale":[[0.0,"rgb(247,251,255)"],[0.125,"rgb(222,235,247)"],[0.25,"rgb(198,219,239)"],[0.375,"rgb(158,202,225)"],[0.5,"rgb(107,174,214)"],[0.625,"rgb(66,146,198)"],[0.75,"rgb(33,113,181)"],[0.875,"rgb(8,81,156)"],[1.0,"rgb(8,48,107)"]],"connectgaps":true,"contours":{"coloring":"heatmap"},"hoverinfo":"none","line":{"smoothing":1.3},"reversescale":false,"x":[5.95,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29.05],"y":[85.0,100.0,110.0,120.0,130.0,140.0,150.0,160.0,170.0,180.0,190.0,200.0,210.0,220.0,230.0,240.0,250.0,260.0,270.0,280.0,290.0,300.0,310.0,320.0,330.0,340.0,350.0,360.0,370.0,380.0,390.0,400.0,415.0],"z":{"dtype":"f8","bdata":"AAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8iyEEplmwuwRKI11WGeS7BxQjhUcJeLsETti3KDCPDQOi8xu4Mfy7BenKFdzkIvkArB7ZKGEPHQNBYyjIUpb9A0v32dXAUtEDrEHUfQF23QMADBHME8LVAnyxDHENGwEAAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8fhevR4IQuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f\u002fu\u002frbtJVrVAhRE2PD2\u002fuUAyYb688Ki4QDz6CtIMUZZAlpUmRUldLsFFdxD7Rkouwet4l4uIA79AAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002f0JB++wpSwEACwRwdiGYuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+QwvUoVW8uwdT10akberFAYjO\u002fmouIwUACml\u002fNgReTQIa+MJlqc69AQ26Gm5R0LsF9qZ8XamMuwX5v059gay7BQi0JUNMFlEAAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002f9xCCw8kqnQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+JeyydIYAuwQ56NqsuaS7BmlO4HoX7kkByxFo8+YIuwdouNHdyXy7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fMMqhRbaTykDWIJOMrDPSQMKLbOdvEdJABg6hykAyLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f3LYDdsW3YdAVxXj\u002fE38ikBl2XdF8MN7QD3VITfDgS7BshGIlwOELsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fz1LiSQiM85AXcaFAyHmyUB4Xb8gy1kuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f0KtaR4qey7BFRqjdVQZoEC80LNZNc6jQAAAAAAAAPh\u002fAaQ28SCALsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H9lFitqCG7HQPsqajAVWdhAAAAAAAAA+H\u002fQYb58rIMuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fTuYAwRxel0AszwoMWbFuQAAAAAAAAPh\u002femA3bFtEW0BxPQrXk4MuwQAAAAAAAPh\u002fZmZm5ouEPsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+y3rn3NNnWQPpDozuwhNNAAAAAAAAA+H8AAAAAAAD4f9Bhvvy5gi7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fznRruJXgC7BAAAAAAAA+H+a6zQS4XQuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fzf92U+BhC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002f8jtWtZtXZQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fJQFqqih8LsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fz9ptlwl+LsEAAAAAAAD4f7ql1VAvhC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fw7idT3IAi7BEP8Xz\u002fgW10DNQkyJjIHYQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f7PijUxaKy7BduLVOe7c30Ah4oOeHUbWQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f2ZmZqaYhD7BPQrXo4SELsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8J3Lqb+4UuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f2Rad\u002fPEKNBAPfIyiv2\u002f2kAAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+\u002f8bXnBIEuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8gDDw3RYMuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f+lGA3gJuC3B8gEEcwRf4kAAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f2wzMzPbtgZBYReCHERk90AAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+PwvUoK4QuwSw40a7e8OBAkF4yVSDuz0AAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H9KnYD2Y30+wQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f6nWo3BNuuJAsFSM8\u002ftw9kAAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H9Y8HubThHcQO7aDDfwpetAAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f1hmZmbGdNVAGTA01\u002fW59kC48PlhHNzuQBMLtSZ0ri3BAAAAAAAA+H9\u002fWpTZjKfSQJcMhGTXGupAAAAAAAAA+H\u002f4Nv3ZSIQuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8H6\u002f8cPX8uwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002fS5lyK26\u002ftQI9cj8K5S\u002fRAAAAAAAAA+H8UYl3cjuTcQF7sX1nJZepAAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f2ZmZmYzhS7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+lQX3LSObxQKzhehRqH\u002fRAqlt38+xI50AT9ihcd1fwQIwF0zAwsutAAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8zMzMzZXsuwQAAAAAAAPh\u002fAAAAAAAA+H+amZmZloQ+wQAAAAAAAPh\u002fAAAAAAAA+H+4QILi2nkuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f0HsUbjqgvlArvhrspDc90ARC9ejeM7vQBoPI4RCyvBAAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fwvUo3FuDLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fzoHd2c1IOZA+f6VlZpR70DaFK5HjXDxQD8Qje7tJPFAAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f6eMfx8EbC7BlfHvc1OFLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002fXo3C9jIEuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H9C9dYgdz4uwXgLJMgYgC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fyDo7GVhm6UAAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+YgcoYKFguwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f9KkFLR5fC7BcJpVn72U5EAAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fQ+scA\u002fqg50AAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fpN++Dv2ALsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H9S1QRRJog+wQdCssDShC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f\u002fEpAAa5gy7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f1svhhKjZy7BoMN8ueqHPsEAAAAAAAD4fwAAAAAAAPh\u002fcayLG3CDPsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fNV666S2HPsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+M+E5snHouwQAAAAAAAPh\u002fAAAAAAAA+H+qVgkWWHItwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8CmgiLs4Q+wQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002f2KFyPMoQuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f3sUrsfYeC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fpHA9iq2EPsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fyBy4UC0QehAAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H9xPQpXeIU+wQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002fMBplkJYIuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002f","shape":"33, 24"},"type":"contour"},{"marker":{"color":"black","line":{"color":"Gray","width":2.0}},"mode":"markers","name":"Feasible Trial","showlegend":false,"x":[23,20,22,8,22,23,13,7,20,8,28,14,14,17,11,28,18,10,11,26,17,9,10,13,7,7,15,11,19,9,24,7,10,9,21,8,12,16,24,8,7,11,12,13,9,8,10,9,7,8,21,9,10,10,12,12,14,12,15,12,27,10,13,11,9,10,11,9,9,9,9,8,8,8,8,10,7,8,7,10,8,10,9,9,11,8,9,9,7,8,9,9,8,8,7,8,8,7,11,11,11,11,11,13,10,10,10,11,12,10,11,9,9,10,11,10,9,10,10,10,10,10,12,12,13,12,12,14,10,12,13,13,13,15,15,14,14,13,14,13,16,15,14,16,13,13,14,13,12,13,12,14,13,14,14,15,14,12,13,13,12,16,17,18,18,18,19,19,18,18,18,20,20,19,20,20,21,20,20,20,20,20,20,20,20,20,20,20,21,20,21,21,19,19,22,20,20,20,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,18,18,17,18,18,18,18,18,18,18,18,17,18,18,18,18,18,18,18,18,17,18,18,18,17,18,18,17,18,18,18,17,18,18,17,17,17,17,17,16,17,17,17,17,17,17,17,17,17,17,17,17,17,16,17,17,17,17,17,17,16,17,17,17,16,17,17,16,17,17,16,17,17,16,17,16,16,17,17,16,16,16,16,17,17,16,16,16,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,14,15,15,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,28,16,16,16,16,27,16,16,15,16,17,16,15,16,17,16,25,17,15,16,17,16,15,15,15,15,16,15,23,14,15,15,15,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,13,14,14,14,13,14,14,13,14,14,14,13,14,14,13,14,14,13,14,14,13,13,13,14,13,14,14,13,14,14,14,13,13,13,14,14,13,14,14,13,12,12,12,12,12,13,12,11,12,12,11,12,12,12,12,11,11,11,11,11,11,11,11,11],"y":[160.0,150.0,150.0,340.0,200.0,250.0,370.0,400.0,330.0,150.0,260.0,100.0,300.0,230.0,320.0,100.0,200.0,290.0,290.0,190.0,270.0,340.0,360.0,400.0,300.0,230.0,300.0,130.0,240.0,180.0,280.0,370.0,320.0,350.0,310.0,380.0,340.0,220.0,170.0,130.0,270.0,130.0,120.0,120.0,150.0,150.0,200.0,160.0,250.0,170.0,380.0,150.0,160.0,210.0,160.0,160.0,170.0,140.0,160.0,110.0,190.0,140.0,160.0,140.0,180.0,150.0,180.0,140.0,140.0,110.0,140.0,140.0,120.0,120.0,100.0,120.0,120.0,110.0,130.0,100.0,120.0,130.0,140.0,140.0,140.0,110.0,130.0,130.0,120.0,130.0,100.0,150.0,120.0,120.0,120.0,110.0,110.0,100.0,110.0,110.0,120.0,120.0,130.0,110.0,120.0,150.0,150.0,100.0,150.0,170.0,130.0,120.0,110.0,110.0,110.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,110.0,100.0,110.0,110.0,100.0,100.0,100.0,100.0,100.0,110.0,110.0,110.0,100.0,110.0,100.0,100.0,110.0,100.0,110.0,100.0,120.0,110.0,100.0,110.0,120.0,100.0,100.0,110.0,100.0,120.0,100.0,110.0,100.0,120.0,110.0,100.0,100.0,100.0,100.0,110.0,120.0,110.0,130.0,130.0,130.0,130.0,130.0,130.0,130.0,130.0,130.0,140.0,130.0,130.0,130.0,130.0,130.0,130.0,130.0,140.0,140.0,140.0,140.0,140.0,140.0,140.0,150.0,150.0,140.0,150.0,150.0,160.0,160.0,160.0,160.0,160.0,160.0,160.0,170.0,170.0,170.0,170.0,170.0,170.0,170.0,170.0,180.0,180.0,180.0,190.0,190.0,190.0,190.0,190.0,190.0,190.0,190.0,190.0,190.0,190.0,200.0,200.0,200.0,200.0,200.0,200.0,210.0,200.0,210.0,200.0,200.0,210.0,210.0,210.0,210.0,210.0,200.0,200.0,220.0,200.0,220.0,200.0,210.0,200.0,210.0,200.0,180.0,220.0,180.0,200.0,210.0,220.0,230.0,230.0,240.0,240.0,240.0,240.0,230.0,240.0,250.0,240.0,240.0,240.0,250.0,250.0,250.0,250.0,250.0,250.0,250.0,240.0,240.0,240.0,240.0,240.0,240.0,260.0,240.0,240.0,240.0,260.0,250.0,250.0,250.0,250.0,230.0,230.0,260.0,230.0,230.0,270.0,260.0,260.0,280.0,270.0,280.0,270.0,270.0,270.0,280.0,280.0,280.0,270.0,270.0,290.0,290.0,290.0,300.0,310.0,300.0,310.0,290.0,290.0,290.0,290.0,290.0,290.0,290.0,290.0,290.0,290.0,310.0,290.0,290.0,300.0,280.0,280.0,270.0,270.0,270.0,270.0,270.0,270.0,270.0,270.0,270.0,270.0,270.0,270.0,260.0,270.0,260.0,260.0,260.0,260.0,260.0,270.0,260.0,280.0,270.0,260.0,260.0,260.0,260.0,260.0,260.0,260.0,270.0,260.0,260.0,260.0,270.0,270.0,260.0,260.0,280.0,270.0,280.0,280.0,270.0,280.0,280.0,280.0,270.0,280.0,270.0,270.0,270.0,270.0,280.0,280.0,280.0,280.0,270.0,270.0,280.0,270.0,280.0,270.0,270.0,280.0,260.0,280.0,270.0,270.0,260.0,280.0,260.0,270.0,270.0,280.0,280.0,280.0,280.0,280.0,280.0,270.0,280.0,390.0,270.0,270.0,270.0,270.0,270.0,260.0,260.0,260.0,260.0,260.0,250.0,260.0,250.0,260.0,260.0,250.0,260.0,250.0,250.0,250.0,250.0,250.0,260.0,250.0,360.0,250.0,250.0,250.0,250.0,250.0,260.0,260.0,250.0,250.0,250.0,260.0,250.0,260.0,260.0,250.0,260.0,250.0,260.0,260.0,260.0,250.0,260.0,250.0,260.0,260.0,250.0,260.0,260.0,250.0,260.0,250.0,260.0,240.0,260.0,260.0,240.0,240.0,240.0,230.0,240.0,240.0,240.0,240.0,230.0,230.0,230.0,230.0,230.0,220.0,220.0,220.0,220.0,220.0,220.0,220.0,220.0,220.0,220.0,230.0],"type":"scatter"},{"marker":{"color":"#cccccc","line":{"color":"Gray","width":2.0}},"mode":"markers","name":"Infeasible Trial","showlegend":false,"x":[],"y":[],"type":"scatter"}], {"title":{"text":"等高线 — InpTrailStartPoints × InpRsiPeriod"},"template":{"data":{"barpolar":[{"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"type":"carpet"}],"choropleth":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"choropleth"}],"contourcarpet":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"contourcarpet"}],"contour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"contour"}],"heatmap":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmap"}],"histogram2dcontour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2dcontour"}],"histogram2d":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2d"}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"mesh3d":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"mesh3d"}],"parcoords":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"parcoords"}],"pie":[{"automargin":true,"type":"pie"}],"scatter3d":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatter3d"}],"scattercarpet":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattercarpet"}],"scattergeo":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergeo"}],"scattergl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergl"}],"scattermapbox":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermapbox"}],"scattermap":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermap"}],"scatterpolargl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolargl"}],"scatterpolar":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolar"}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"scatterternary":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterternary"}],"surface":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"surface"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}]},"layout":{"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"autotypenumbers":"strict","coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]],"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]},"colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"geo":{"bgcolor":"white","lakecolor":"white","landcolor":"white","showlakes":true,"showland":true,"subunitcolor":"#C8D4E3"},"hoverlabel":{"align":"left"},"hovermode":"closest","mapbox":{"style":"light"},"paper_bgcolor":"white","plot_bgcolor":"white","polar":{"angularaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""},"bgcolor":"white","radialaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""}},"scene":{"xaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"yaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"zaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"ternary":{"aaxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"baxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"bgcolor":"white","caxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""}},"title":{"x":0.05},"xaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2},"yaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2}}},"xaxis":{"title":{"text":"InpTrailStartPoints"},"range":[5.95,29.05]},"yaxis":{"title":{"text":"InpRsiPeriod"},"range":[85.0,415.0]},"font":{"family":"Microsoft YaHei, Arial, sans-serif","size":12,"color":"#222"},"margin":{"l":70,"r":70,"t":60,"b":70},"height":520,"width":700}, {"responsive": true} ) }; </script> </div></section>
<section class="chart"><h2>等高线 — InpTrailStartPoints × InpRsiSellLevel</h2><div style="height:520px; width:700px;"> <div id="contour-InpTrailStartPoints-InpRsiSellLevel" class="plotly-graph-div" style="height:100%; width:100%;"></div> <script> window.PLOTLYENV=window.PLOTLYENV || {}; if (document.getElementById("contour-InpTrailStartPoints-InpRsiSellLevel")) { Plotly.newPlot( "contour-InpTrailStartPoints-InpRsiSellLevel", [{"colorbar":{"title":{"text":"Objective Value"}},"colorscale":[[0.0,"rgb(247,251,255)"],[0.125,"rgb(222,235,247)"],[0.25,"rgb(198,219,239)"],[0.375,"rgb(158,202,225)"],[0.5,"rgb(107,174,214)"],[0.625,"rgb(66,146,198)"],[0.75,"rgb(33,113,181)"],[0.875,"rgb(8,81,156)"],[1.0,"rgb(8,48,107)"]],"connectgaps":true,"contours":{"coloring":"heatmap"},"hoverinfo":"none","line":{"smoothing":1.3},"reversescale":false,"x":[49.0,50.0,51.0,52.0,53.0,54.0,55.0,56.0,57.0,58.0,59.0,60.0,61.0,62.0,63.0,64.0,65.0,66.0,67.0,69.0,70.0,71.0],"y":[85.0,100.0,110.0,120.0,130.0,140.0,150.0,160.0,170.0,180.0,190.0,200.0,210.0,220.0,230.0,240.0,250.0,260.0,270.0,280.0,290.0,300.0,310.0,320.0,330.0,340.0,350.0,360.0,370.0,380.0,390.0,400.0,415.0],"z":{"dtype":"f8","bdata":"AAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+vTPiFzUQuwSwrTQpOai7B0FjKMhSlv0CfLEMcQ0bAQCsHtkoYQ8dAenKFdzkIvkCmoL5l3uvCQBO2LcoMI8NA6LzG7gx\u002fLsESiNdVhnkuwQAAAAAAAPh\u002fIshBKZZsLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fyD+\u002f\u002f\u002f\u002fhYhAAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAsEcHYhmLsHQkH77ClLAQAmd17g\u002fWS7Btwa26hRbLsGV3je++j4uwUhoyxlFaC7BhRE2PD2\u002fuUCzRj0krm4uwQAAAAAAAPh\u002fAAAAAAAA+H\u002f7v627SVa1QIIExa\u002fJai7BshGIl1qELsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f\u002f3EILDySqdAAAAAAAAA+H9CLQlQ0wWUQH2pnxdqYy7BAAAAAAAA+H9iM7+ai4jBQHVeY7dcci7B1PXRqRt6sUBOeJJ0jcWtQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H86HGSSVQrRQMKLbOdvEdJA1iCTjKwz0kDpM2jo9zzAQIbrUTgqhD7BAAAAAAAA+H8AAAAAAAD4f9ouNHdyXy7BlbcjnGh+LsGaU7gehfuSQHLEWjz5gi7BDno2qy5pLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002fofoei1DIuwT1LiSQiM85AAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H9l2XdF8MN7QFcV4\u002fxN\u002fIpASuy7IviTiECyEYiXA4QuwUfmkb8Lgi7Bbn1+GCGwa0D68gKsQIQuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fZRYraghux0D7KmowFVnYQAAAAAAAAPh\u002fAAAAAAAA+H+YfpAsYCpeQJQO1v\u002fnbS7BAAAAAAAA+H8BpDbxIIAuwbzQs1k1zqNAFRqjdVQZoECfCwxZ3YB2QCVdM7ligy7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f7Leufc02dZAAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fTuYAwRxel0AAAAAAAAD4fyzPCgxZsW5AAAAAAAAA+H8AAAAAAAD4f72uG7YtIlBAAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8lAWqqKHwuwQAAAAAAAPh\u002f\u002fI7VrWbV2UAAAAAAAAD4fznRruJXgC7BAAAAAAAA+H8AAAAAAAD4f5rrNBLhdC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fzf92U+BhC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fw7idT3IAi7BEP8Xz\u002fgW10DNQkyJjIHYQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fxh47j3Ygj7BAAAAAAAA+H8AAAAAAAD4f8\u002fabZcJfi7BuqXVUC+ELsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f3bi1Tnu3N9AAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f2ZmZqaYhD7BAAAAAAAA+H8AAAAAAAD4fz0K16OEhC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002fXENpyNojZQEwEu2ELNdlAPfIyiv2\u002f2kAAAAAAAAD4f9ejcD18hD7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fCdy6m\u002fuFLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+\u002f8bXnBIEuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002f8gEEcwRf4kBPVsoyzL\u002fWQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fyAMPDdFgy7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f5BeMlUg7s9AaEI+qE\u002f8LcEAAAAAAAD4fyw40a7e8OBAAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fbDMzM9u2BkEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+PwvUoK4QuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fejhAMCMW5EDu2gw38KXrQFjwe5tOEdxAAAAAAAAA+H+wVIzz+3D2QEqdgPZjfT7BAAAAAAAA+H8AAAAAAAD4f6vP1dbOhi7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8fNJ2dbADHQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f5cMhGTXGupAmHge3KNl4UAAAAAAAAD4fxkwNNf1ufZAEwu1JnSuLcEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fXuxfWcll6kDHvBjKe\u002fXgQAAAAAAAAPh\u002fj1yPwrlL9EBrJ\u002fxS84HwQK1Xz0kX0OxAB+v\u002fHD1\u002fLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fZmZmZjOFLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+MBdMwMLLrQHq2QIIy+ONAE\u002fYoXHdX8ECs4XoUah\u002f0QEVzLsWn5fNA2DV7oCX170AAAAAAAAD4f5qZmZmWhD7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fxoPI4RCyvBABNiBc+4070Cu+GuykNz3QEHsUbjqgvlAAAAAAAAA+H+4QILi2nkuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002ftKuQMmKCLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f5Xx73NThS7BPxCN7u0k8UC9zQGCsc7oQNoUrkeNcPFAgvAzLnBR6kAAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f8g6OxlYZulANR97veNZ30AAAAAAAAD4fwAAAAAAAPh\u002fQvXWIHc+LsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H94CyTIGIAuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002fSpBS0eXwuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fcJpVn72U5ED5ykqT6j\u002feQAAAAAAAAPh\u002fmIHKGChYLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8mKH4cGns+wQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+k374O\u002fYAuwQAAAAAAAPh\u002fAAAAAAAA+H9D6xwD+qDnQBsaL93kHOBAAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8HQrLA0oQuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f\u002fEpAAa5gy7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f1svhhKjZy7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f6DDfLnqhz7BAAAAAAAA+H9xrIsbcIM+wQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fzVeuukthz7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+M+E5snHouwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f6pWCRZYci3BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fApoIi7OEPsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f\u002fYoXI8yhC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f6RwPYqthD7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H97FK7H2HguwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8gcuFAtEHoQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f8wGmWQlgi7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H9xPQpXeIU+wQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002f","shape":"33, 22"},"type":"contour"},{"marker":{"color":"black","line":{"color":"Gray","width":2.0}},"mode":"markers","name":"Feasible Trial","showlegend":false,"x":[53.0,56.0,52.0,50.0,66.0,66.0,69.0,58.0,51.0,56.0,61.0,57.0,50.0,61.0,54.0,60.0,55.0,59.0,63.0,59.0,64.0,56.0,53.0,50.0,58.0,58.0,62.0,59.0,55.0,57.0,53.0,60.0,54.0,64.0,52.0,70.0,58.0,67.0,51.0,56.0,59.0,59.0,57.0,57.0,61.0,61.0,62.0,60.0,60.0,55.0,64.0,62.0,62.0,63.0,62.0,65.0,67.0,63.0,65.0,65.0,62.0,60.0,62.0,66.0,60.0,63.0,61.0,65.0,62.0,60.0,64.0,62.0,61.0,61.0,61.0,61.0,61.0,60.0,59.0,63.0,60.0,62.0,61.0,61.0,61.0,59.0,61.0,61.0,61.0,63.0,58.0,61.0,61.0,62.0,60.0,63.0,64.0,63.0,59.0,58.0,59.0,59.0,59.0,58.0,59.0,60.0,57.0,60.0,59.0,58.0,60.0,59.0,59.0,59.0,57.0,59.0,58.0,59.0,59.0,59.0,58.0,58.0,57.0,57.0,57.0,56.0,56.0,58.0,57.0,58.0,56.0,55.0,56.0,55.0,55.0,54.0,54.0,54.0,56.0,57.0,53.0,55.0,56.0,55.0,55.0,56.0,56.0,57.0,53.0,56.0,54.0,54.0,54.0,58.0,52.0,56.0,69.0,57.0,55.0,57.0,58.0,55.0,55.0,55.0,54.0,54.0,54.0,53.0,55.0,54.0,53.0,54.0,54.0,54.0,54.0,52.0,52.0,51.0,54.0,54.0,53.0,53.0,53.0,53.0,52.0,52.0,52.0,52.0,51.0,52.0,52.0,51.0,52.0,52.0,52.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,52.0,52.0,52.0,52.0,52.0,52.0,52.0,51.0,51.0,50.0,52.0,51.0,52.0,52.0,52.0,52.0,51.0,52.0,50.0,51.0,52.0,52.0,53.0,53.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,55.0,55.0,54.0,55.0,55.0,55.0,54.0,55.0,54.0,54.0,55.0,54.0,55.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,55.0,55.0,55.0,55.0,55.0,55.0,55.0,55.0,55.0,55.0,55.0,56.0,55.0,55.0,55.0,55.0,55.0,55.0,56.0,55.0,55.0,55.0,56.0,55.0,55.0,56.0,55.0,56.0,55.0,55.0,55.0,55.0,56.0,55.0,55.0,56.0,56.0,56.0,56.0,56.0,56.0,56.0,56.0,56.0,56.0,56.0,57.0,56.0,56.0,56.0,57.0,56.0,56.0,56.0,57.0,56.0,56.0,57.0,56.0,56.0,56.0,56.0,57.0,56.0,56.0,57.0,56.0,56.0,56.0,57.0,56.0,56.0,56.0,57.0,56.0,56.0,56.0,56.0,57.0,56.0,57.0,56.0,56.0,56.0,56.0,57.0,57.0,56.0,56.0,56.0,56.0,56.0,57.0,56.0,56.0,57.0,57.0,56.0,56.0,57.0,56.0,56.0,56.0,56.0,57.0,56.0,57.0,56.0,56.0,56.0,56.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,58.0,58.0,58.0,58.0,58.0,57.0,58.0,58.0,57.0,58.0,58.0,58.0,58.0,57.0,58.0,57.0,57.0,58.0,58.0,58.0,58.0,59.0,58.0,57.0,57.0,57.0,57.0,57.0,57.0,58.0,58.0,59.0,58.0,59.0,58.0,57.0,58.0,57.0,57.0,58.0,57.0,57.0,58.0,57.0,58.0,57.0,57.0,57.0,59.0,58.0,57.0,58.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,70.0],"y":[160.0,150.0,150.0,340.0,200.0,250.0,370.0,400.0,330.0,150.0,260.0,100.0,300.0,230.0,320.0,100.0,200.0,290.0,290.0,190.0,270.0,340.0,360.0,400.0,300.0,230.0,300.0,130.0,240.0,180.0,280.0,370.0,320.0,350.0,310.0,380.0,340.0,220.0,170.0,130.0,270.0,130.0,120.0,120.0,150.0,150.0,200.0,160.0,250.0,170.0,380.0,150.0,160.0,210.0,160.0,160.0,170.0,140.0,160.0,110.0,190.0,140.0,160.0,140.0,180.0,150.0,180.0,140.0,140.0,110.0,140.0,140.0,120.0,120.0,100.0,120.0,120.0,110.0,130.0,100.0,120.0,130.0,140.0,140.0,140.0,110.0,130.0,130.0,120.0,130.0,100.0,150.0,120.0,120.0,120.0,110.0,110.0,100.0,110.0,110.0,120.0,120.0,130.0,110.0,120.0,150.0,150.0,100.0,150.0,170.0,130.0,120.0,110.0,110.0,110.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,110.0,100.0,110.0,110.0,100.0,100.0,100.0,100.0,100.0,110.0,110.0,110.0,100.0,110.0,100.0,100.0,110.0,100.0,110.0,100.0,120.0,110.0,100.0,110.0,120.0,100.0,100.0,110.0,100.0,120.0,100.0,110.0,100.0,120.0,110.0,100.0,100.0,100.0,100.0,110.0,120.0,110.0,130.0,130.0,130.0,130.0,130.0,130.0,130.0,130.0,130.0,140.0,130.0,130.0,130.0,130.0,130.0,130.0,130.0,140.0,140.0,140.0,140.0,140.0,140.0,140.0,150.0,150.0,140.0,150.0,150.0,160.0,160.0,160.0,160.0,160.0,160.0,160.0,170.0,170.0,170.0,170.0,170.0,170.0,170.0,170.0,180.0,180.0,180.0,190.0,190.0,190.0,190.0,190.0,190.0,190.0,190.0,190.0,190.0,190.0,200.0,200.0,200.0,200.0,200.0,200.0,210.0,200.0,210.0,200.0,200.0,210.0,210.0,210.0,210.0,210.0,200.0,200.0,220.0,200.0,220.0,200.0,210.0,200.0,210.0,200.0,180.0,220.0,180.0,200.0,210.0,220.0,230.0,230.0,240.0,240.0,240.0,240.0,230.0,240.0,250.0,240.0,240.0,240.0,250.0,250.0,250.0,250.0,250.0,250.0,250.0,240.0,240.0,240.0,240.0,240.0,240.0,260.0,240.0,240.0,240.0,260.0,250.0,250.0,250.0,250.0,230.0,230.0,260.0,230.0,230.0,270.0,260.0,260.0,280.0,270.0,280.0,270.0,270.0,270.0,280.0,280.0,280.0,270.0,270.0,290.0,290.0,290.0,300.0,310.0,300.0,310.0,290.0,290.0,290.0,290.0,290.0,290.0,290.0,290.0,290.0,290.0,310.0,290.0,290.0,300.0,280.0,280.0,270.0,270.0,270.0,270.0,270.0,270.0,270.0,270.0,270.0,270.0,270.0,270.0,260.0,270.0,260.0,260.0,260.0,260.0,260.0,270.0,260.0,280.0,270.0,260.0,260.0,260.0,260.0,260.0,260.0,260.0,270.0,260.0,260.0,260.0,270.0,270.0,260.0,260.0,280.0,270.0,280.0,280.0,270.0,280.0,280.0,280.0,270.0,280.0,270.0,270.0,270.0,270.0,280.0,280.0,280.0,280.0,270.0,270.0,280.0,270.0,280.0,270.0,270.0,280.0,260.0,280.0,270.0,270.0,260.0,280.0,260.0,270.0,270.0,280.0,280.0,280.0,280.0,280.0,280.0,270.0,280.0,390.0,270.0,270.0,270.0,270.0,270.0,260.0,260.0,260.0,260.0,260.0,250.0,260.0,250.0,260.0,260.0,250.0,260.0,250.0,250.0,250.0,250.0,250.0,260.0,250.0,360.0,250.0,250.0,250.0,250.0,250.0,260.0,260.0,250.0,250.0,250.0,260.0,250.0,260.0,260.0,250.0,260.0,250.0,260.0,260.0,260.0,250.0,260.0,250.0,260.0,260.0,250.0,260.0,260.0,250.0,260.0,250.0,260.0,240.0,260.0,260.0,240.0,240.0,240.0,230.0,240.0,240.0,240.0,240.0,230.0,230.0,230.0,230.0,230.0,220.0,220.0,220.0,220.0,220.0,220.0,220.0,220.0,220.0,220.0,230.0],"type":"scatter"},{"marker":{"color":"#cccccc","line":{"color":"Gray","width":2.0}},"mode":"markers","name":"Infeasible Trial","showlegend":false,"x":[],"y":[],"type":"scatter"}], {"title":{"text":"等高线 — InpTrailStartPoints × InpRsiSellLevel"},"template":{"data":{"barpolar":[{"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"type":"carpet"}],"choropleth":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"choropleth"}],"contourcarpet":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"contourcarpet"}],"contour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"contour"}],"heatmap":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmap"}],"histogram2dcontour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2dcontour"}],"histogram2d":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2d"}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"mesh3d":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"mesh3d"}],"parcoords":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"parcoords"}],"pie":[{"automargin":true,"type":"pie"}],"scatter3d":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatter3d"}],"scattercarpet":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattercarpet"}],"scattergeo":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergeo"}],"scattergl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergl"}],"scattermapbox":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermapbox"}],"scattermap":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermap"}],"scatterpolargl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolargl"}],"scatterpolar":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolar"}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"scatterternary":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterternary"}],"surface":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"surface"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}]},"layout":{"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"autotypenumbers":"strict","coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]],"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]},"colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"geo":{"bgcolor":"white","lakecolor":"white","landcolor":"white","showlakes":true,"showland":true,"subunitcolor":"#C8D4E3"},"hoverlabel":{"align":"left"},"hovermode":"closest","mapbox":{"style":"light"},"paper_bgcolor":"white","plot_bgcolor":"white","polar":{"angularaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""},"bgcolor":"white","radialaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""}},"scene":{"xaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"yaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"zaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"ternary":{"aaxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"baxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"bgcolor":"white","caxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""}},"title":{"x":0.05},"xaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2},"yaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2}}},"xaxis":{"title":{"text":"InpTrailStartPoints"},"range":[49.0,71.0]},"yaxis":{"title":{"text":"InpRsiSellLevel"},"range":[85.0,415.0]},"font":{"family":"Microsoft YaHei, Arial, sans-serif","size":12,"color":"#222"},"margin":{"l":70,"r":70,"t":60,"b":70},"height":520,"width":700}, {"responsive": true} ) }; </script> </div></section>
<section class="chart"><h2>等高线 — InpFastEmaPeriod × InpRsiPeriod</h2><div style="height:520px; width:700px;"> <div id="contour-InpFastEmaPeriod-InpRsiPeriod" class="plotly-graph-div" style="height:100%; width:100%;"></div> <script> window.PLOTLYENV=window.PLOTLYENV || {}; if (document.getElementById("contour-InpFastEmaPeriod-InpRsiPeriod")) { Plotly.newPlot( "contour-InpFastEmaPeriod-InpRsiPeriod", [{"colorbar":{"title":{"text":"Objective Value"}},"colorscale":[[0.0,"rgb(247,251,255)"],[0.125,"rgb(222,235,247)"],[0.25,"rgb(198,219,239)"],[0.375,"rgb(158,202,225)"],[0.5,"rgb(107,174,214)"],[0.625,"rgb(66,146,198)"],[0.75,"rgb(33,113,181)"],[0.875,"rgb(8,81,156)"],[1.0,"rgb(8,48,107)"]],"connectgaps":true,"contours":{"coloring":"heatmap"},"hoverinfo":"none","line":{"smoothing":1.3},"reversescale":false,"x":[6.7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35.3],"y":[5.95,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29.05],"z":{"dtype":"f8","bdata":"AAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H9rSNzjNXMuwYl7LJ0hgC7BB+v\u002fHD1\u002fLsF1XmO3XHIuwSLIQSmWbC7BAAAAAAAA+H8AAAAAAAD4f7hAguLaeS7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fmIHKGChYLsFKnYD2Y30+wQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fQq1pHip7LsEAAAAAAAD4f17LLa2Gn45AOdGu4leALsEJUFNLZn4uwQAAAAAAAPh\u002f1PXRqRt6sUD7v627SVa1QA56NqsuaS7BWy+GEqNnLsHXo3A9NoE+wQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f4brUTgqhD7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+fCwxZ3YB2QBYOhKQlci7Bbn1+GCGwa0BO5gDBHF6XQBh47j3Ygj7BAAAAAAAA+H9K7Lsi+JOIQGIzv5qLiMFAmlO4HoX7kkAAAAAAAAD4f6DDfLnqhz7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8J3Lqb+4UuwQAAAAAAAPh\u002fAAAAAAAA+H8gDDw3RYMuwSzPCgxZsW5AAAAAAAAA+H8AAAAAAAD4f8L1KFyXhC7BZdl3RfDDe0ByxFo8+YIuwQKaX82BF5NAld43vvo+LsETti3KDCPDQNjKhP87IC7BpqC+Zd7rwkCa6zQS4XQuwTH18wYfUi7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002f68gKsQIQuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fz3VITfDgS7BuqXVUC+ELsF4CyTIGIAuwQAAAAAAAPh\u002frOKNrMVWLsGVtyOcaH4uwQAAAAAAAPh\u002fhr4wmWpzr0AgXtevmXwuwei8xu4Mfy7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fbDMzM9u2BkHbdVS11DUAQQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+wVIzz+3D2QAAAAAAAAPh\u002fGTA01\u002fW59kB6YDdsW0RbQAAAAAAAAPh\u002fshGIl1qELsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002f16XgMt0wuwXpyhXc5CL5A9b7xNRN+LsH\u002frWQnzWAuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H9xrIsbcIM+wQAAAAAAAPh\u002fAJM16uUM70CyAtTUdur0QGEXghxEZPdAAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fpUF9y0jm8UDYNXugJfXvQAAAAAAAAPh\u002f9ihcjzKELsEAAAAAAAD4fwAAAAAAAPh\u002fcT0K15ODLsFB7EyhZWYuwQAAAAAAAPh\u002fKwe2ShhDx0Bsm5SCHjG5QEV3EPtGSi7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fQzS6g8p+LsEAAAAAAAD4fwAAAAAAAPh\u002f2GSNuldULcEAAAAAAAD4fwAAAAAAAPh\u002fuPD5YRzc7kAAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8gcuFAtEHoQEHsUbjqgvlAiOxRuFY580A3\u002fdlPgYQuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002freJeLiAO\u002fQNBYyjIUpb9Ar0z4hc1ELsHEJEBNbSudQP5D+q0MgS7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f7EKndewzutA+f6VlZpR70Cu+GuykNz3QAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002fS\u002ffZ1cBS0QAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fyYofhwaez7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fEGdmZp686kDgmZmZ+bfwQNoUrkeNcPFA8szHtQHW7EAAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002f6xB1H0Bdt0AAAAAAAAD4fwAAAAAAAPh\u002fLCtNCk5qLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fyoQNjxj9exAPxCN7u0k8UAXb86IokblQL1k2v6NA+pA3R8a3eGK50BkWnfzxCjQQLPijUxaKy7BAAAAAAAA+H8AAAAAAAD4f7SrkDJigi7BAAAAAAAA+H\u002fAAwRzBPC1QAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fq8\u002fV1s6GLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002fVyFnYFgguwfIBBHMEX+JAPfIyiv2\u002f2kB24tU57tzfQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f41iuUV5Qi7BMMqhRbaTykDpM2jo9zzAQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f9ejcD18hD7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f\u002fg2\u002fdlIhC7BIeKDnh1G1kD8jtWtZtXZQLLeufc02dZAAAAAAAAA+H8CwRwdiGYuwdYgk4ysM9JAAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002f8SkABrmDLsH6Q6M7sITTQPsqajAVWdhAwots528R0kAcidLeDADSQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fCpRNuXJELsFdxoUDIebJQLzain2CNC7BBg6hykAyLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fpN++Dv2ALsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fv\u002fG15wSBLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f9Bhvnysgy7BeF2\u002fIMtZLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fp4x\u002fHwRsLsEAAAAAAAD4f2ZmZmYzhS7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002f0GG+\u002fLmCLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002flfHvc1OFLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fJQFqqih8LsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fzMzMzNley7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fZmZmppiEPsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f8L1KNxbgy7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H89CtejhIQuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f9ejcL2MgS7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8fhevR4IQuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+amZmZloQ+wQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002f","shape":"24, 29"},"type":"contour"},{"marker":{"color":"black","line":{"color":"Gray","width":2.0}},"mode":"markers","name":"Feasible Trial","showlegend":false,"x":[18,19,16,24,8,11,14,30,15,25,33,23,22,27,19,21,27,19,19,12,17,24,21,26,29,30,30,34,13,18,10,21,19,16,28,24,29,23,31,32,25,34,33,32,15,15,9,17,20,18,17,14,13,12,14,14,13,14,11,16,14,17,17,13,15,12,18,16,20,20,20,17,17,17,17,19,18,22,19,16,21,18,17,17,17,19,20,22,22,23,20,21,21,21,21,22,23,22,24,25,24,24,24,26,25,23,23,26,23,24,22,21,21,21,21,21,21,21,21,22,23,23,21,21,22,20,21,22,20,23,21,21,21,20,20,19,19,22,21,22,23,20,19,20,21,20,19,22,21,21,22,20,20,19,21,20,22,23,18,20,21,20,19,19,18,19,19,18,20,19,18,19,19,19,19,19,19,18,19,19,18,18,18,18,18,18,18,18,18,18,17,16,16,16,17,17,17,16,16,16,16,15,15,15,15,15,15,15,15,15,15,15,15,15,15,14,14,14,14,14,14,14,14,14,14,14,13,13,13,13,13,13,13,12,12,13,13,13,13,13,13,13,12,12,12,13,13,13,11,11,13,12,13,13,12,13,12,12,12,12,11,10,10,11,10,10,10,10,10,10,10,10,9,9,9,9,9,9,9,9,9,8,8,8,9,9,9,9,9,9,9,8,9,9,8,8,8,9,9,8,9,8,8,8,8,8,9,8,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,10,11,10,11,11,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,9,9,9,9,10,10,10,8,9,9,9,10,8,8,8,8,8,8,8,8,9,9,9,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,9,10,10,9,9,10,9,10,9,10,9,10,10,9,10,9,10,10,10,10,9,10,11,9,10,11,11,11,12,11,11,12,12,12,12,12,12,12,12,12,12,12,12,12,11,12,12,12,12,12,12,12,12,11,12,11,11,11,11,11,11,12,11,11,12,29,11,12,11,11,12,11,12,11,11,12,11,11,11,12,11,12,11,12,11,32,13,13,11,32,32,31,33,11,32,33,11,32,31,33,33,34,34,34,34,34,33,34,34],"y":[23,20,22,8,22,23,13,7,20,8,28,14,14,17,11,28,18,10,11,26,17,9,10,13,7,7,15,11,19,9,24,7,10,9,21,8,12,16,24,8,7,11,12,13,9,8,10,9,7,8,21,9,10,10,12,12,14,12,15,12,27,10,13,11,9,10,11,9,9,9,9,8,8,8,8,10,7,8,7,10,8,10,9,9,11,8,9,9,7,8,9,9,8,8,7,8,8,7,11,11,11,11,11,13,10,10,10,11,12,10,11,9,9,10,11,10,9,10,10,10,10,10,12,12,13,12,12,14,10,12,13,13,13,15,15,14,14,13,14,13,16,15,14,16,13,13,14,13,12,13,12,14,13,14,14,15,14,12,13,13,12,16,17,18,18,18,19,19,18,18,18,20,20,19,20,20,21,20,20,20,20,20,20,20,20,20,20,20,21,20,21,21,19,19,22,20,20,20,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,18,18,17,18,18,18,18,18,18,18,18,17,18,18,18,18,18,18,18,18,17,18,18,18,17,18,18,17,18,18,18,17,18,18,17,17,17,17,17,16,17,17,17,17,17,17,17,17,17,17,17,17,17,16,17,17,17,17,17,17,16,17,17,17,16,17,17,16,17,17,16,17,17,16,17,16,16,17,17,16,16,16,16,17,17,16,16,16,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,14,15,15,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,28,16,16,16,16,27,16,16,15,16,17,16,15,16,17,16,25,17,15,16,17,16,15,15,15,15,16,15,23,14,15,15,15,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,13,14,14,14,13,14,14,13,14,14,14,13,14,14,13,14,14,13,14,14,13,13,13,14,13,14,14,13,14,14,14,13,13,13,14,14,13,14,14,13,12,12,12,12,12,13,12,11,12,12,11,12,12,12,12,11,11,11,11,11,11,11,11,11],"type":"scatter"},{"marker":{"color":"#cccccc","line":{"color":"Gray","width":2.0}},"mode":"markers","name":"Infeasible Trial","showlegend":false,"x":[],"y":[],"type":"scatter"}], {"title":{"text":"等高线 — InpFastEmaPeriod × InpRsiPeriod"},"template":{"data":{"barpolar":[{"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"type":"carpet"}],"choropleth":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"choropleth"}],"contourcarpet":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"contourcarpet"}],"contour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"contour"}],"heatmap":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmap"}],"histogram2dcontour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2dcontour"}],"histogram2d":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2d"}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"mesh3d":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"mesh3d"}],"parcoords":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"parcoords"}],"pie":[{"automargin":true,"type":"pie"}],"scatter3d":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatter3d"}],"scattercarpet":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattercarpet"}],"scattergeo":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergeo"}],"scattergl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergl"}],"scattermapbox":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermapbox"}],"scattermap":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermap"}],"scatterpolargl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolargl"}],"scatterpolar":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolar"}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"scatterternary":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterternary"}],"surface":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"surface"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}]},"layout":{"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"autotypenumbers":"strict","coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]],"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]},"colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"geo":{"bgcolor":"white","lakecolor":"white","landcolor":"white","showlakes":true,"showland":true,"subunitcolor":"#C8D4E3"},"hoverlabel":{"align":"left"},"hovermode":"closest","mapbox":{"style":"light"},"paper_bgcolor":"white","plot_bgcolor":"white","polar":{"angularaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""},"bgcolor":"white","radialaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""}},"scene":{"xaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"yaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"zaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"ternary":{"aaxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"baxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"bgcolor":"white","caxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""}},"title":{"x":0.05},"xaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2},"yaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2}}},"xaxis":{"title":{"text":"InpFastEmaPeriod"},"range":[6.7,35.3]},"yaxis":{"title":{"text":"InpRsiPeriod"},"range":[5.95,29.05]},"font":{"family":"Microsoft YaHei, Arial, sans-serif","size":12,"color":"#222"},"margin":{"l":70,"r":70,"t":60,"b":70},"height":520,"width":700}, {"responsive": true} ) }; </script> </div></section>
<section class="chart"><h2>等高线 — InpFastEmaPeriod × InpRsiSellLevel</h2><div style="height:520px; width:700px;"> <div id="contour-InpFastEmaPeriod-InpRsiSellLevel" class="plotly-graph-div" style="height:100%; width:100%;"></div> <script> window.PLOTLYENV=window.PLOTLYENV || {}; if (document.getElementById("contour-InpFastEmaPeriod-InpRsiSellLevel")) { Plotly.newPlot( "contour-InpFastEmaPeriod-InpRsiSellLevel", [{"colorbar":{"title":{"text":"Objective Value"}},"colorscale":[[0.0,"rgb(247,251,255)"],[0.125,"rgb(222,235,247)"],[0.25,"rgb(198,219,239)"],[0.375,"rgb(158,202,225)"],[0.5,"rgb(107,174,214)"],[0.625,"rgb(66,146,198)"],[0.75,"rgb(33,113,181)"],[0.875,"rgb(8,81,156)"],[1.0,"rgb(8,48,107)"]],"connectgaps":true,"contours":{"coloring":"heatmap"},"hoverinfo":"none","line":{"smoothing":1.3},"reversescale":false,"x":[6.7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35.3],"y":[49.0,50.0,51.0,52.0,53.0,54.0,55.0,56.0,57.0,58.0,59.0,60.0,61.0,62.0,63.0,64.0,65.0,66.0,67.0,69.0,70.0,71.0],"z":{"dtype":"f8","bdata":"AAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+QXjJVIO7PQMc2VIwy6S3BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f9KkFLR5fC7BAAAAAAAA+H9bL4YSo2cuwQAAAAAAAPh\u002fzAaZZCWCLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002f1xDacjaI2UBoQj6oT\u002fwtwQAAAAAAAPh\u002f8SkABrmDLsEKlE25ckQuwQAAAAAAAPh\u002f6H6HotQyLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8lAWqqKHwuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002fVyFnYFgguwfIBBHMEX+JATAS7YQs12UAAAAAAAAD4fwAAAAAAAPh\u002fZRYraghux0BdxoUDIebJQDocZJJVCtFAzpCRs2jZzEAAAAAAAAD4f69M+IXNRC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fpN++Dv2ALsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f5Xx73NThS7BAAAAAAAA+H96OEAwIxbkQD3yMor9v9pAduLVOe7c30D8jtWtZtXZQLLeufc02dZA+ypqMBVZ2EDCi2znbxHSQAAAAAAAAPh\u002fAAAAAAAA+H8hhetRq3guwQAAAAAAAPh\u002fLCtNCk5qLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fyoQNjxj9exAPxCN7u0k8UAXb86IokblQL1k2v6NA+pA3R8a3eGK50AAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fijxJ2p5+LsHWIJOMrDPSQNBYyjIUpb9AAAAAAAAA+H\u002fXi6FcD18uwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+V1foinebdQEatKvt+ruZABNiBc+4070DyzMe1AdbsQAAAAAAAAPh\u002f+Db92UiELsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f0HsTKFlZi7BnyxDHENGwEDpM2jo9zzAQGyblIIeMblAAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f9ejcD18hD7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fEGdmZp686kDgmZmZ+bfwQNoUrkeNcPFArvhrspDc90AAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f5h+kCxgKl5AKwe2ShhDx0DDKT+pZiG4QAAAAAAAAPh\u002fAAAAAAAA+H+gw3y56oc+wdejcD02gT7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fhutROCqEPsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f3bGbTQ0v+VAw482juDc5ECC8DMucFHqQEHsUbjqgvlAiOxRuFY580AZMDTX9bn2QAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fGHjuPdiCPsEAAAAAAAD4f5XeN776Pi7BenKFdzkIvkBFdxD7Rkouwf+tZCfNYC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AkzXq5QzvQLIC1NR26vRAbDMzM9u2BkHbdVS11DUAQQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H9Fcy7Fp+XzQGsn\u002fFLzgfBAAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fXFX2vQdvLsHKVMEoi3MuwcUI4VHCXi7BxCRATW0rnUCmoL5l3uvCQJrrNBLhdC7BIF7Xr5l8LsFDNLqDyn4uwQAAAAAAAPh\u002fAAAAAAAA+H\u002fYZI26V1QtwUqdgPZjfT7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002f7LG\u002f7HJY5UDYNXugJfXvQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f0L11iB3Pi7BAAAAAAAA+H8Tti3KDCPDQNjKhP87IC7BAaQ28SCALsGGvjCZanOvQDH18wYfUi7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f\u002frVHGDJdC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fz9ptlwl+LsEAAAAAAAD4f07mAMEcXpdAAAAAAAAA+H8AAAAAAAD4f2l0B7Htfi7BdV5jt1xyLsGzRj0krm4uwbzQs1k1zqNAAAAAAAAA+H8AAAAAAAD4f+i8xu4Mfy7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fxYOhKQlci7BAAAAAAAA+H9eyy2thp+OQGtI3OM1cy7BAppfzYEXk0AMbOwS1QKHQNT10akberFAmlO4HoX7kkAAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f6vP1dbOhi7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f5qZmZmWhD7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8J3Lqb+4UuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fyzPCgxZsW5AnwsMWd2AdkAAAAAAAAD4fwAAAAAAAPh\u002fctgN2xbdh0ByxFo8+YIuwQAAAAAAAPh\u002fSuy7IviTiEBOeJJ0jcWtQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8mKH4cGns+wQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fIAw8N0WDLsEAAAAAAAD4f7IRiJcDhC7BAAAAAAAA+H\u002fC9Shcl4QuwQAAAAAAAPh\u002fAAAAAAAA+H94CyTIGIAuwQAAAAAAAPh\u002fAAAAAAAA+H\u002f7v627SVa1QA56NqsuaS7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fNV666S2HPsG0q5AyYoIuwQAAAAAAAPh\u002fAAAAAAAA+H9H5pG\u002fC4IuwQAAAAAAAPh\u002fAAAAAAAA+H+CBMWvyWouwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fZmZm5ouEPsEAAAAAAAD4fwAAAAAAAPh\u002fva4bti0iUEAAAAAAAAD4f259fhghsGtAAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f7\u002fxtecEgS7BAAAAAAAA+H8AAAAAAAD4f2ZmZmYzhS7BAAAAAAAA+H\u002f68gKsQIQuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fN\u002f3ZT4GELsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+PwvUoK4QuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002f9ihcjzKELsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fyD+\u002f\u002f\u002f\u002fhYhAAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fexSux9h4LsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8fNJ2dbADHQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fw==","shape":"22, 29"},"type":"contour"},{"marker":{"color":"black","line":{"color":"Gray","width":2.0}},"mode":"markers","name":"Feasible Trial","showlegend":false,"x":[18,19,16,24,8,11,14,30,15,25,33,23,22,27,19,21,27,19,19,12,17,24,21,26,29,30,30,34,13,18,10,21,19,16,28,24,29,23,31,32,25,34,33,32,15,15,9,17,20,18,17,14,13,12,14,14,13,14,11,16,14,17,17,13,15,12,18,16,20,20,20,17,17,17,17,19,18,22,19,16,21,18,17,17,17,19,20,22,22,23,20,21,21,21,21,22,23,22,24,25,24,24,24,26,25,23,23,26,23,24,22,21,21,21,21,21,21,21,21,22,23,23,21,21,22,20,21,22,20,23,21,21,21,20,20,19,19,22,21,22,23,20,19,20,21,20,19,22,21,21,22,20,20,19,21,20,22,23,18,20,21,20,19,19,18,19,19,18,20,19,18,19,19,19,19,19,19,18,19,19,18,18,18,18,18,18,18,18,18,18,17,16,16,16,17,17,17,16,16,16,16,15,15,15,15,15,15,15,15,15,15,15,15,15,15,14,14,14,14,14,14,14,14,14,14,14,13,13,13,13,13,13,13,12,12,13,13,13,13,13,13,13,12,12,12,13,13,13,11,11,13,12,13,13,12,13,12,12,12,12,11,10,10,11,10,10,10,10,10,10,10,10,9,9,9,9,9,9,9,9,9,8,8,8,9,9,9,9,9,9,9,8,9,9,8,8,8,9,9,8,9,8,8,8,8,8,9,8,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,10,11,10,11,11,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,9,9,9,9,10,10,10,8,9,9,9,10,8,8,8,8,8,8,8,8,9,9,9,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,9,10,10,9,9,10,9,10,9,10,9,10,10,9,10,9,10,10,10,10,9,10,11,9,10,11,11,11,12,11,11,12,12,12,12,12,12,12,12,12,12,12,12,12,11,12,12,12,12,12,12,12,12,11,12,11,11,11,11,11,11,12,11,11,12,29,11,12,11,11,12,11,12,11,11,12,11,11,11,12,11,12,11,12,11,32,13,13,11,32,32,31,33,11,32,33,11,32,31,33,33,34,34,34,34,34,33,34,34],"y":[53.0,56.0,52.0,50.0,66.0,66.0,69.0,58.0,51.0,56.0,61.0,57.0,50.0,61.0,54.0,60.0,55.0,59.0,63.0,59.0,64.0,56.0,53.0,50.0,58.0,58.0,62.0,59.0,55.0,57.0,53.0,60.0,54.0,64.0,52.0,70.0,58.0,67.0,51.0,56.0,59.0,59.0,57.0,57.0,61.0,61.0,62.0,60.0,60.0,55.0,64.0,62.0,62.0,63.0,62.0,65.0,67.0,63.0,65.0,65.0,62.0,60.0,62.0,66.0,60.0,63.0,61.0,65.0,62.0,60.0,64.0,62.0,61.0,61.0,61.0,61.0,61.0,60.0,59.0,63.0,60.0,62.0,61.0,61.0,61.0,59.0,61.0,61.0,61.0,63.0,58.0,61.0,61.0,62.0,60.0,63.0,64.0,63.0,59.0,58.0,59.0,59.0,59.0,58.0,59.0,60.0,57.0,60.0,59.0,58.0,60.0,59.0,59.0,59.0,57.0,59.0,58.0,59.0,59.0,59.0,58.0,58.0,57.0,57.0,57.0,56.0,56.0,58.0,57.0,58.0,56.0,55.0,56.0,55.0,55.0,54.0,54.0,54.0,56.0,57.0,53.0,55.0,56.0,55.0,55.0,56.0,56.0,57.0,53.0,56.0,54.0,54.0,54.0,58.0,52.0,56.0,69.0,57.0,55.0,57.0,58.0,55.0,55.0,55.0,54.0,54.0,54.0,53.0,55.0,54.0,53.0,54.0,54.0,54.0,54.0,52.0,52.0,51.0,54.0,54.0,53.0,53.0,53.0,53.0,52.0,52.0,52.0,52.0,51.0,52.0,52.0,51.0,52.0,52.0,52.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,52.0,52.0,52.0,52.0,52.0,52.0,52.0,51.0,51.0,50.0,52.0,51.0,52.0,52.0,52.0,52.0,51.0,52.0,50.0,51.0,52.0,52.0,53.0,53.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,55.0,55.0,54.0,55.0,55.0,55.0,54.0,55.0,54.0,54.0,55.0,54.0,55.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,55.0,55.0,55.0,55.0,55.0,55.0,55.0,55.0,55.0,55.0,55.0,56.0,55.0,55.0,55.0,55.0,55.0,55.0,56.0,55.0,55.0,55.0,56.0,55.0,55.0,56.0,55.0,56.0,55.0,55.0,55.0,55.0,56.0,55.0,55.0,56.0,56.0,56.0,56.0,56.0,56.0,56.0,56.0,56.0,56.0,56.0,57.0,56.0,56.0,56.0,57.0,56.0,56.0,56.0,57.0,56.0,56.0,57.0,56.0,56.0,56.0,56.0,57.0,56.0,56.0,57.0,56.0,56.0,56.0,57.0,56.0,56.0,56.0,57.0,56.0,56.0,56.0,56.0,57.0,56.0,57.0,56.0,56.0,56.0,56.0,57.0,57.0,56.0,56.0,56.0,56.0,56.0,57.0,56.0,56.0,57.0,57.0,56.0,56.0,57.0,56.0,56.0,56.0,56.0,57.0,56.0,57.0,56.0,56.0,56.0,56.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,58.0,58.0,58.0,58.0,58.0,57.0,58.0,58.0,57.0,58.0,58.0,58.0,58.0,57.0,58.0,57.0,57.0,58.0,58.0,58.0,58.0,59.0,58.0,57.0,57.0,57.0,57.0,57.0,57.0,58.0,58.0,59.0,58.0,59.0,58.0,57.0,58.0,57.0,57.0,58.0,57.0,57.0,58.0,57.0,58.0,57.0,57.0,57.0,59.0,58.0,57.0,58.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,70.0],"type":"scatter"},{"marker":{"color":"#cccccc","line":{"color":"Gray","width":2.0}},"mode":"markers","name":"Infeasible Trial","showlegend":false,"x":[],"y":[],"type":"scatter"}], {"title":{"text":"等高线 — InpFastEmaPeriod × InpRsiSellLevel"},"template":{"data":{"barpolar":[{"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"type":"carpet"}],"choropleth":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"choropleth"}],"contourcarpet":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"contourcarpet"}],"contour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"contour"}],"heatmap":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmap"}],"histogram2dcontour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2dcontour"}],"histogram2d":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2d"}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"mesh3d":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"mesh3d"}],"parcoords":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"parcoords"}],"pie":[{"automargin":true,"type":"pie"}],"scatter3d":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatter3d"}],"scattercarpet":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattercarpet"}],"scattergeo":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergeo"}],"scattergl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergl"}],"scattermapbox":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermapbox"}],"scattermap":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermap"}],"scatterpolargl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolargl"}],"scatterpolar":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolar"}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"scatterternary":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterternary"}],"surface":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"surface"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}]},"layout":{"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"autotypenumbers":"strict","coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]],"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]},"colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"geo":{"bgcolor":"white","lakecolor":"white","landcolor":"white","showlakes":true,"showland":true,"subunitcolor":"#C8D4E3"},"hoverlabel":{"align":"left"},"hovermode":"closest","mapbox":{"style":"light"},"paper_bgcolor":"white","plot_bgcolor":"white","polar":{"angularaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""},"bgcolor":"white","radialaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""}},"scene":{"xaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"yaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"zaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"ternary":{"aaxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"baxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"bgcolor":"white","caxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""}},"title":{"x":0.05},"xaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2},"yaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2}}},"xaxis":{"title":{"text":"InpFastEmaPeriod"},"range":[6.7,35.3]},"yaxis":{"title":{"text":"InpRsiSellLevel"},"range":[49.0,71.0]},"font":{"family":"Microsoft YaHei, Arial, sans-serif","size":12,"color":"#222"},"margin":{"l":70,"r":70,"t":60,"b":70},"height":520,"width":700}, {"responsive": true} ) }; </script> </div></section>
<section class="chart"><h2>等高线 — InpRsiPeriod × InpRsiSellLevel</h2><div style="height:520px; width:700px;"> <div id="contour-InpRsiPeriod-InpRsiSellLevel" class="plotly-graph-div" style="height:100%; width:100%;"></div> <script> window.PLOTLYENV=window.PLOTLYENV || {}; if (document.getElementById("contour-InpRsiPeriod-InpRsiSellLevel")) { Plotly.newPlot( "contour-InpRsiPeriod-InpRsiSellLevel", [{"colorbar":{"title":{"text":"Objective Value"}},"colorscale":[[0.0,"rgb(247,251,255)"],[0.125,"rgb(222,235,247)"],[0.25,"rgb(198,219,239)"],[0.375,"rgb(158,202,225)"],[0.5,"rgb(107,174,214)"],[0.625,"rgb(66,146,198)"],[0.75,"rgb(33,113,181)"],[0.875,"rgb(8,81,156)"],[1.0,"rgb(8,48,107)"]],"connectgaps":true,"contours":{"coloring":"heatmap"},"hoverinfo":"none","line":{"smoothing":1.3},"reversescale":false,"x":[5.95,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29.05],"y":[49.0,50.0,51.0,52.0,53.0,54.0,55.0,56.0,57.0,58.0,59.0,60.0,61.0,62.0,63.0,64.0,65.0,66.0,67.0,69.0,70.0,71.0],"z":{"dtype":"f8","bdata":"AAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f1svhhKjZy7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002fMBplkJYIuwdKkFLR5fC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fkF4yVSDuz0AAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f\u002fk00lLB3i3B1xDacjaI2UAAAAAAAAD4f+h+h6LUMi7BvNqKfYI0LsEAAAAAAAD4fwAAAAAAAPh\u002fJQFqqih8LsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f69M+IXNRC7BAAAAAAAA+H8AAAAAAAD4f2Rad\u002fPEKNBA8gEEcwRf4kBlFitqCG7HQDocZJJVCtFAXcaFAyHmyUB4Xb8gy1kuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+M+E5snHouwQAAAAAAAPh\u002fIYXrUat4LsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8sK00KTmouwXo4QDAjFuRAduLVOe7c30D8jtWtZtXZQPsqajAVWdhAAAAAAAAA+H8AAAAAAAD4f9Bhvvy5gi7BlfHvc1OFLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H9S1QRRJog+wQdCssDShC7B9b7xNRN+LsHXi6FcD18uwdBYyjIUpb9AAAAAAAAA+H+iqz5Xc43iQD8Qje7tJPFAMMqhRbaTykDWIJOMrDPSQByJ0t4MANJAAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fznRruJXgC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H9sm5SCHjG5QAAAAAAAAPh\u002fyDo7GVhm6UAE2IFz7jTvQEatKvt+ruZAnyxDHENGwED4Nv3ZSIQuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f9ejcD02gT7BoMN8ueqHPsEAAAAAAAD4fwAAAAAAAPh\u002f9el4DLdMLsErB7ZKGEPHQCBy4UC0QehArvhrspDc90DaFK5HjXDxQGDsUbhenN9AAAAAAAAA+H8AAAAAAAD4f5h+kCxgKl5AAAAAAAAA+H8AAAAAAAD4f6eMfx8EbC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fGHjuPdiCPsGV3je++j4uwWwzMzPbtgZBYReCHERk90DpAG+BEiDwQEHsUbjqgvlA\u002foXrUZA\u002f9ECC8DMucFHqQAAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8zMzMzZXsuwQAAAAAAAPh\u002fwvUo3FuDLsHXo3C9jIEuwQAAAAAAAPh\u002fAAAAAAAA+H+YgcoYKFguwQAAAAAAAPh\u002fxQjhUcJeLsGmoL5l3uvCQCBe16+ZfC7BSGjLGUVoLsGlQX3LSObxQEVzLsWn5fNAAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+4QILi2nkuwQlQU0tmfi7BYjO\u002fmouIwUATti3KDCPDQIa+MJlqc69AAaQ28SCALsHYNXugJfXvQK1Xz0kX0OxAAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f2ZmZqaYhD7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H91XmO3XHIuwbNGPSSubi7BTuYAwRxel0C80LNZNc6jQJW3I5xofi7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8fhevR4IQuwQAAAAAAAPh\u002fAAAAAAAA+H+QwvUoVW8uwdT10akberFAFRqjdVQZoEACml\u002fNgReTQD3VITfDgS7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f6vP1dbOhi7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+amZmZloQ+wQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f054knSNxa1ASuy7IviTiEAszwoMWbFuQAAAAAAAAPh\u002femA3bFtEW0BxPQrXk4MuwQAAAAAAAPh\u002fJih+HBp7PsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fPQrXo4SELsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8iyEEplmwuwfu\u002frbtJVrVAAAAAAAAA+H8gDDw3RYMuwXgLJMgYgC7BshGIlwOELsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f4IExa\u002fJai7BR+aRvwuCLsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f7SrkDJigi7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fpHA9iq2EPsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fbn1+GCGwa0AAAAAAAAD4fwAAAAAAAPh\u002fva4bti0iUEAAAAAAAAD4fwAAAAAAAPh\u002fZmZm5ouEPsEAAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f\u002fryAqxAhC7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H+\u002f8bXnBIEuwWZmZmYzhS7BAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fzf92U+BhC7BAAAAAAAA+H+PwvUoK4QuwQAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H\u002f2KFyPMoQuwSD+\u002f\u002f\u002f\u002fhYhAAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4f3sUrsfYeC7BAAAAAAAA+H8AAAAAAAD4fx80nZ1sAMdAAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002fAAAAAAAA+H8AAAAAAAD4fwAAAAAAAPh\u002f","shape":"22, 24"},"type":"contour"},{"marker":{"color":"black","line":{"color":"Gray","width":2.0}},"mode":"markers","name":"Feasible Trial","showlegend":false,"x":[23,20,22,8,22,23,13,7,20,8,28,14,14,17,11,28,18,10,11,26,17,9,10,13,7,7,15,11,19,9,24,7,10,9,21,8,12,16,24,8,7,11,12,13,9,8,10,9,7,8,21,9,10,10,12,12,14,12,15,12,27,10,13,11,9,10,11,9,9,9,9,8,8,8,8,10,7,8,7,10,8,10,9,9,11,8,9,9,7,8,9,9,8,8,7,8,8,7,11,11,11,11,11,13,10,10,10,11,12,10,11,9,9,10,11,10,9,10,10,10,10,10,12,12,13,12,12,14,10,12,13,13,13,15,15,14,14,13,14,13,16,15,14,16,13,13,14,13,12,13,12,14,13,14,14,15,14,12,13,13,12,16,17,18,18,18,19,19,18,18,18,20,20,19,20,20,21,20,20,20,20,20,20,20,20,20,20,20,21,20,21,21,19,19,22,20,20,20,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,18,18,17,18,18,18,18,18,18,18,18,17,18,18,18,18,18,18,18,18,17,18,18,18,17,18,18,17,18,18,18,17,18,18,17,17,17,17,17,16,17,17,17,17,17,17,17,17,17,17,17,17,17,16,17,17,17,17,17,17,16,17,17,17,16,17,17,16,17,17,16,17,17,16,17,16,16,17,17,16,16,16,16,17,17,16,16,16,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,14,15,15,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,28,16,16,16,16,27,16,16,15,16,17,16,15,16,17,16,25,17,15,16,17,16,15,15,15,15,16,15,23,14,15,15,15,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,13,14,14,14,13,14,14,13,14,14,14,13,14,14,13,14,14,13,14,14,13,13,13,14,13,14,14,13,14,14,14,13,13,13,14,14,13,14,14,13,12,12,12,12,12,13,12,11,12,12,11,12,12,12,12,11,11,11,11,11,11,11,11,11],"y":[53.0,56.0,52.0,50.0,66.0,66.0,69.0,58.0,51.0,56.0,61.0,57.0,50.0,61.0,54.0,60.0,55.0,59.0,63.0,59.0,64.0,56.0,53.0,50.0,58.0,58.0,62.0,59.0,55.0,57.0,53.0,60.0,54.0,64.0,52.0,70.0,58.0,67.0,51.0,56.0,59.0,59.0,57.0,57.0,61.0,61.0,62.0,60.0,60.0,55.0,64.0,62.0,62.0,63.0,62.0,65.0,67.0,63.0,65.0,65.0,62.0,60.0,62.0,66.0,60.0,63.0,61.0,65.0,62.0,60.0,64.0,62.0,61.0,61.0,61.0,61.0,61.0,60.0,59.0,63.0,60.0,62.0,61.0,61.0,61.0,59.0,61.0,61.0,61.0,63.0,58.0,61.0,61.0,62.0,60.0,63.0,64.0,63.0,59.0,58.0,59.0,59.0,59.0,58.0,59.0,60.0,57.0,60.0,59.0,58.0,60.0,59.0,59.0,59.0,57.0,59.0,58.0,59.0,59.0,59.0,58.0,58.0,57.0,57.0,57.0,56.0,56.0,58.0,57.0,58.0,56.0,55.0,56.0,55.0,55.0,54.0,54.0,54.0,56.0,57.0,53.0,55.0,56.0,55.0,55.0,56.0,56.0,57.0,53.0,56.0,54.0,54.0,54.0,58.0,52.0,56.0,69.0,57.0,55.0,57.0,58.0,55.0,55.0,55.0,54.0,54.0,54.0,53.0,55.0,54.0,53.0,54.0,54.0,54.0,54.0,52.0,52.0,51.0,54.0,54.0,53.0,53.0,53.0,53.0,52.0,52.0,52.0,52.0,51.0,52.0,52.0,51.0,52.0,52.0,52.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,53.0,52.0,52.0,52.0,52.0,52.0,52.0,52.0,51.0,51.0,50.0,52.0,51.0,52.0,52.0,52.0,52.0,51.0,52.0,50.0,51.0,52.0,52.0,53.0,53.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,55.0,55.0,54.0,55.0,55.0,55.0,54.0,55.0,54.0,54.0,55.0,54.0,55.0,54.0,54.0,54.0,54.0,54.0,54.0,54.0,55.0,55.0,55.0,55.0,55.0,55.0,55.0,55.0,55.0,55.0,55.0,56.0,55.0,55.0,55.0,55.0,55.0,55.0,56.0,55.0,55.0,55.0,56.0,55.0,55.0,56.0,55.0,56.0,55.0,55.0,55.0,55.0,56.0,55.0,55.0,56.0,56.0,56.0,56.0,56.0,56.0,56.0,56.0,56.0,56.0,56.0,57.0,56.0,56.0,56.0,57.0,56.0,56.0,56.0,57.0,56.0,56.0,57.0,56.0,56.0,56.0,56.0,57.0,56.0,56.0,57.0,56.0,56.0,56.0,57.0,56.0,56.0,56.0,57.0,56.0,56.0,56.0,56.0,57.0,56.0,57.0,56.0,56.0,56.0,56.0,57.0,57.0,56.0,56.0,56.0,56.0,56.0,57.0,56.0,56.0,57.0,57.0,56.0,56.0,57.0,56.0,56.0,56.0,56.0,57.0,56.0,57.0,56.0,56.0,56.0,56.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,58.0,58.0,58.0,58.0,58.0,57.0,58.0,58.0,57.0,58.0,58.0,58.0,58.0,57.0,58.0,57.0,57.0,58.0,58.0,58.0,58.0,59.0,58.0,57.0,57.0,57.0,57.0,57.0,57.0,58.0,58.0,59.0,58.0,59.0,58.0,57.0,58.0,57.0,57.0,58.0,57.0,57.0,58.0,57.0,58.0,57.0,57.0,57.0,59.0,58.0,57.0,58.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,57.0,70.0],"type":"scatter"},{"marker":{"color":"#cccccc","line":{"color":"Gray","width":2.0}},"mode":"markers","name":"Infeasible Trial","showlegend":false,"x":[],"y":[],"type":"scatter"}], {"title":{"text":"等高线 — InpRsiPeriod × InpRsiSellLevel"},"template":{"data":{"barpolar":[{"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"white","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"#C8D4E3","linecolor":"#C8D4E3","minorgridcolor":"#C8D4E3","startlinecolor":"#2a3f5f"},"type":"carpet"}],"choropleth":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"choropleth"}],"contourcarpet":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"contourcarpet"}],"contour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"contour"}],"heatmap":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmap"}],"histogram2dcontour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2dcontour"}],"histogram2d":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2d"}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"mesh3d":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"mesh3d"}],"parcoords":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"parcoords"}],"pie":[{"automargin":true,"type":"pie"}],"scatter3d":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatter3d"}],"scattercarpet":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattercarpet"}],"scattergeo":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergeo"}],"scattergl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergl"}],"scattermapbox":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermapbox"}],"scattermap":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermap"}],"scatterpolargl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolargl"}],"scatterpolar":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolar"}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"scatterternary":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterternary"}],"surface":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"surface"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}]},"layout":{"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"autotypenumbers":"strict","coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]],"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]},"colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"geo":{"bgcolor":"white","lakecolor":"white","landcolor":"white","showlakes":true,"showland":true,"subunitcolor":"#C8D4E3"},"hoverlabel":{"align":"left"},"hovermode":"closest","mapbox":{"style":"light"},"paper_bgcolor":"white","plot_bgcolor":"white","polar":{"angularaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""},"bgcolor":"white","radialaxis":{"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":""}},"scene":{"xaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"yaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"},"zaxis":{"backgroundcolor":"white","gridcolor":"#DFE8F3","gridwidth":2,"linecolor":"#EBF0F8","showbackground":true,"ticks":"","zerolinecolor":"#EBF0F8"}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"ternary":{"aaxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"baxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""},"bgcolor":"white","caxis":{"gridcolor":"#DFE8F3","linecolor":"#A2B1C6","ticks":""}},"title":{"x":0.05},"xaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2},"yaxis":{"automargin":true,"gridcolor":"#EBF0F8","linecolor":"#EBF0F8","ticks":"","title":{"standoff":15},"zerolinecolor":"#EBF0F8","zerolinewidth":2}}},"xaxis":{"title":{"text":"InpRsiPeriod"},"range":[5.95,29.05]},"yaxis":{"title":{"text":"InpRsiSellLevel"},"range":[49.0,71.0]},"font":{"family":"Microsoft YaHei, Arial, sans-serif","size":12,"color":"#222"},"margin":{"l":70,"r":70,"t":60,"b":70},"height":520,"width":700}, {"responsive": true} ) }; </script> </div></section>
</main>
<footer>
生成时间:2026-06-26 · 来源:<code>studies\optuna\gold_scalper_pro_is2025.db</code>
· 框架:<a href="https://optuna.org">Optuna</a> + <a href="https://plotly.com/python">Plotly</a>
</footer>
</body>
</html>