Initial commit

This commit is contained in:
Michael Schimmel
2026-01-28 09:10:52 +01:00
commit a1d2e96f8a
513 changed files with 19503 additions and 0 deletions
@@ -0,0 +1,22 @@
{
"Chart": {
"Symbol": "GER40",
"Period": "m15"
},
"Parameters": {
"direction": "1",
"entryhour": "9",
"entryminute": "0",
"cancelhour": "14",
"closehour": "18",
"kclen": "14",
"kcmult": "1",
"atrmult": "3.3",
"slmult": "2.8000000000000003",
"tpmult": "2.8000000000000003",
"filtertrend": "True",
"malength": "240",
"compounding": "False",
"risk": "2"
}
}
@@ -0,0 +1,22 @@
{
"Chart": {
"Symbol": "GER40",
"Period": "m15"
},
"Parameters": {
"direction": "-1",
"entryhour": "9",
"entryminute": "0",
"cancelhour": "14",
"closehour": "18",
"kclen": "14",
"kcmult": "1",
"atrmult": "3.2",
"slmult": "2.7",
"tpmult": "2.1",
"filtertrend": "True",
"malength": "220",
"compounding": "False",
"risk": "2"
}
}
@@ -0,0 +1,21 @@
{
"Chart": {
"Symbol": "GER40",
"Period": "m15"
},
"Parameters": {
"entryhour": 9,
"entryminute": 0,
"cancelhour": 14,
"closehour": 18,
"kclen": 14,
"kcmult": 1.0,
"atrmult": 3.2,
"slmult": 2.8,
"tpmult": 2.5,
"filtertrend": true,
"malength": 230,
"compounding": false,
"risk": 2
}
}
@@ -0,0 +1,22 @@
{
"Chart": {
"Symbol": "GER40",
"Period": "m30"
},
"Parameters": {
"direction": "1",
"entryhour": "9",
"entryminute": "0",
"cancelhour": "14",
"closehour": "18",
"kclen": "10",
"kcmult": "0.8",
"atrmult": "2.5",
"slmult": "2.5",
"tpmult": "2.6",
"filtertrend": "True",
"malength": "260",
"compounding": "False",
"risk": "2"
}
}
@@ -0,0 +1,22 @@
{
"Chart": {
"Symbol": "GER40",
"Period": "m30"
},
"Parameters": {
"direction": "-1",
"entryhour": "9",
"entryminute": "0",
"cancelhour": "14",
"closehour": "18",
"kclen": "10",
"kcmult": "1.3",
"atrmult": "2.5",
"slmult": "2.6",
"tpmult": "2.1",
"filtertrend": "True",
"malength": "200",
"compounding": "False",
"risk": "2"
}
}