VmaPredict2.js (new)
#10
(09-10-2019, 02:48 PM)PGTART Wrote: Thats almost double of the market good tweaking !!!
I see it got especially well through the bear markets, that's for me the hardest part to code.
I'm curious how the new code will behave on it, and what settings you used.
If you share it then I might get some insights and better be able to nail the bear market in code.
Perhaps also include the console log  (i'm a creative thinker so i use colors to think about statiscal strategies)

Oh notice that the new BullsEye value was in the past hard coded at 1000 (its a new toml setting).

I'm still actively coding till I start at my new job, in about 9 days.
What i would like to create is a good 5 minute strategy,
As mainly because it would be less boring to look at it.  
And it should potentially have more profit (as there are more price swings in short regions).
I would like to create a small room display next to my thermostat, a trading stat Wink

I also will release a candle stick trader soonish, (but it should perform a bit beter first).

Smile I didn't change anything in your code. When I refer to new and old are your versions, being the first version of your code the OLD and the version that you've released today the NEW.

The only thing that i change were values in the toml, which you can see in the posts above. The changes that you published today make the stategie with the same configuration on the TOML to performe worst than you older version of the code.

Using the TOML configuration that i've posted above the console log output is the following:

OUPUT OF THE CODE VERSION THAT YOU'VE RELEASE TODAY WHICH PERFORMS BELOW THE OLDER VERSION:

{ Swings:
   { Magica: 280,
     MediumOut: 280,
     ShortSight: 380,
     MaxPeekPred: 580,
     BullsEye: 1000 },
  ForcastTrend: { Short: 6, Medium: 17, Long: 100 },
  PeriodAverage: { Short: 6, Medium: 25, Long: 100 },
  VolumePeriodAverage: { Short: 6, Medium: 30, Long: 100 } }
Bear Uptopica
Bear MaxpeekPred  -533.04
Bear Uptopica
Bull ShortSight    1205.13
Bear Uptopica
Bull MediumOut     2202.13
Bear Uptopica
Bull ShortSight    676.21
Bear Uptopica
Bear MaxpeekPred  -512.07
Bear Uptopica
Bull ShortSight    568.71
Bear Uptopica
Bear MaxpeekPred  -256.44
Bear Uptopica
Bear MaxpeekPred  -752.36
Bear Uptopica
Bull ShortSight    2345.95
Bear Uptopica
Bull MediumOut     1329.31
Bull Magica
Bull MediumOut    -108.98
Bull Magica
Bear MaxpeekPred  -348.87
Bear Magica
Bear MaxpeekPred  -141.67
Bull Magica
Bull MediumOut     192.61
Bear Uptopica
Bull MediumOut     1456.62
Bear Magica
Bear MaxpeekPred  -0.36
Bear Magica
Bear MaxpeekPred  -661.57
Bear Magica
Bear MaxpeekPred  -454.93
Bear Magica
Bull ShortSight    944.39
Bear Uptopica
Bear MaxpeekPred  -525.19
Bear Uptopica
Bull ShortSight    993.36
Bear Uptopica
Bear MaxpeekPred  -298.83
Bull Magica
Bear MaxpeekPred   221.64
Bear Uptopica
Bear MaxpeekPred  -501.36
Bear Uptopica
Bear MaxpeekPred  -221.11
Bear profit -4986.160000000002 Bull proffit 11805.439999999999

[b]OUPUT OF THE CODE VERSION THAT YOU HAD RELEASE BEFORE TODAY:[/b]

{ Swings:
   { Magica: 280, MediumOut: 280, ShortSight: 380, MaxPeekPred: 580 },
  ForcastTrend: { Short: 6, Medium: 17, Long: 100 },
  PeriodAverage: { Short: 6, Medium: 25, Long: 100 },
  VolumePeriodAverage: { Short: 6, Medium: 30, Long: 100 } }
Bear Uptopica
Bear MaxpeekPred  -337.20
Bear Uptopica
Bull ShortSight    1268.23
Bear Uptopica
Bull MediumOut     2202.13
Bear Magica
Bull ShortSight    1038.72
Bull Magica
Bear MaxpeekPred  -427.63
Bear Uptopica
Bull ShortSight    577.41
Bull Magica
  <-- POST /api/getCandles
Bear MaxpeekPred  -252.25
Bear Uptopica
  --> POST /api/getCandles 200 561ms 240.57kb
Bull ShortSight    841.60
Bear Uptopica
Bear MaxpeekPred  -256.44
Bear Uptopica
Bear MaxpeekPred  -330.91
Bear Uptopica
Bull ShortSight    2530.09
Bull Magica
Bull MediumOut     955.93
Bull Magica
Bull ShortSight    1087.15
Bull Magica
Bear MaxpeekPred  -512.59
Bear Magica
Bear MaxpeekPred   87.25
Bear Uptopica
Bear ShortSight    609.44
Bear Uptopica
Bull ShortSight    586.92
Bull Magica
Bull MediumOut    -108.98
Bull Magica
Bear MaxpeekPred  -348.87
Bear Uptopica
Bear MaxpeekPred  -536.28
Bear Magica
Bear ShortSight    649.84
Bull Magica
Bull MediumOut     192.61
Bear Magica
Bull MediumOut     1403.92
Bull Magica
Bull MediumOut     634.81
Bull Magica
Bear MaxpeekPred  -314.33
Bear Uptopica
Bear MaxpeekPred  -240.55
Bear Magica
Bear MaxpeekPred  -661.57
Bear Uptopica
Bull MediumOut     684.35
Bear Magica
Bear MaxpeekPred  -454.93
Bear Uptopica
Bull ShortSight    883.59
Bull Magica
Bear MaxpeekPred  -265.62
Bear Uptopica
Bear MaxpeekPred  -445.56
Bear Uptopica
Bull ShortSight    2315.49
Bear Uptopica
Bear MaxpeekPred  -298.83
Bear Uptopica
Bear MaxpeekPred  -414.08
Bear Uptopica
Bear MaxpeekPred  -659.88
Bear Uptopica
Bull MediumOut     596.00
Bull Magica
Bear MaxpeekPred   221.64
Bear Uptopica
Bear MaxpeekPred  -291.57
Bear Uptopica
Bear MaxpeekPred   798.90
Bear Uptopica
Bear profit -4682.020000000004 Bull proffit 17689.969999999994
  Reply


Messages In This Thread
VmaPredict2.js (new) - by PGTART - 09-09-2019, 04:02 PM
RE: VmaPredict2.js (new) - by anon.e.mous - 09-09-2019, 04:34 PM
RE: VmaPredict2.js (new) - by PGTART - 09-09-2019, 10:46 PM
RE: VmaPredict2.js (new) - by anon.e.mous - 09-10-2019, 09:25 AM
RE: VmaPredict2.js (new) - by PGTART - 09-10-2019, 01:59 PM
RE: VmaPredict2.js (new) - by anon.e.mous - 09-10-2019, 02:13 PM
RE: VmaPredict2.js (new) - by anon.e.mous - 09-10-2019, 02:48 PM
RE: VmaPredict2.js (new) - by PGTART - 09-10-2019, 02:48 PM
RE: VmaPredict2.js (new) - by anon.e.mous - 09-10-2019, 03:30 PM
RE: VmaPredict2.js (new) - by PGTART - 09-10-2019, 03:18 PM
RE: VmaPredict2.js (new) - by PGTART - 09-10-2019, 06:21 PM
RE: VmaPredict2.js (new) - by Jupiterix - 09-11-2019, 07:45 AM
RE: VmaPredict2.js (new) - by PGTART - 09-11-2019, 09:50 AM
RE: VmaPredict2.js (new) - by anon.e.mous - 09-11-2019, 09:48 AM
RE: VmaPredict2.js (new) - by anon.e.mous - 09-11-2019, 12:04 PM
RE: VmaPredict2.js (new) - by anon.e.mous - 09-11-2019, 12:47 PM
RE: VmaPredict2.js (new) - by PGTART - 09-11-2019, 04:57 PM
RE: VmaPredict2.js (new) - by anon.e.mous - 09-12-2019, 08:55 AM
RE: VmaPredict2.js (new) - by PGTART - 09-15-2019, 01:14 PM
RE: VmaPredict2.js (new) - by anon.e.mous - 09-16-2019, 12:43 PM
RE: VmaPredict2.js (new) - by PGTART - 09-16-2019, 01:06 PM
RE: VmaPredict2.js (new) - by anon.e.mous - 09-16-2019, 01:18 PM
RE: VmaPredict2.js (new) - by anon.e.mous - 09-16-2019, 01:57 PM
RE: VmaPredict2.js (new) - by PGTART - 09-16-2019, 04:35 PM
RE: VmaPredict2.js (new) - by anon.e.mous - 09-17-2019, 08:03 AM
RE: VmaPredict2.js (new) - by Stixx - 09-16-2019, 05:26 PM
RE: VmaPredict2.js (new) - by PGTART - 09-16-2019, 05:35 PM
RE: VmaPredict2.js (new) - by QueefWellington - 09-16-2019, 05:48 PM
RE: VmaPredict2.js (new) - by PGTART - 09-16-2019, 06:04 PM
RE: VmaPredict2.js (new) - by QueefWellington - 09-16-2019, 06:08 PM
RE: VmaPredict2.js (new) - by PGTART - 09-16-2019, 06:30 PM
RE: VmaPredict2.js (new) - by QueefWellington - 09-16-2019, 06:35 PM
RE: VmaPredict2.js (new) - by PGTART - 09-17-2019, 02:01 PM
RE: VmaPredict2.js (new) - by QueefWellington - 09-17-2019, 07:12 PM
RE: VmaPredict2.js (new) - by PGTART - 09-17-2019, 08:11 PM
RE: VmaPredict2.js (new) - by QueefWellington - 09-17-2019, 08:30 PM
RE: VmaPredict2.js (new) - by PGTART - 09-17-2019, 08:56 PM
RE: VmaPredict2.js (new) - by ortu - 09-20-2019, 08:35 AM
RE: VmaPredict2.js (new) - by PGTART - 09-20-2019, 11:26 AM
RE: VmaPredict2.js (new) - by trackers - 09-22-2019, 07:45 AM
RE: VmaPredict2.js (new) - by PGTART - 09-22-2019, 07:39 PM
RE: VmaPredict2.js (new) - by Dieguz - 09-23-2019, 08:29 AM
RE: VmaPredict2.js (new) - by Dieguz - 09-23-2019, 09:19 PM
RE: VmaPredict2.js (new) - by PGTART - 09-22-2019, 01:33 PM
RE: VmaPredict2.js (new) - by PGTART - 09-24-2019, 05:04 AM
RE: VmaPredict2.js (new) - by Dieguz - 09-24-2019, 07:41 AM
RE: VmaPredict2.js (new) - by PGTART - 09-28-2019, 02:48 PM
RE: VmaPredict2.js (new) - by ILoveLeverage - 09-29-2019, 01:23 PM
RE: VmaPredict2.js (new) - by Dieguz - 09-29-2019, 05:06 PM
RE: VmaPredict2.js (new) - by PGTART - 09-30-2019, 10:42 AM
RE: VmaPredict2.js (new) - by Zid - 09-30-2019, 08:55 AM
RE: VmaPredict2.js (new) - by PGTART - 09-30-2019, 05:24 PM
RE: VmaPredict2.js (new) - by ILoveLeverage - 09-30-2019, 06:28 PM
RE: VmaPredict2.js (new) - by PGTART - 09-30-2019, 10:20 PM
RE: VmaPredict2.js (new) - by Dieguz - 10-07-2019, 08:15 AM
RE: VmaPredict2.js (new) - by PGTART - 10-08-2019, 09:37 PM
RE: VmaPredict2.js (new) - by mauroprojetos - 10-11-2019, 04:32 PM
RE: VmaPredict2.js (new) - by mauroprojetos - 10-12-2019, 01:06 AM
RE: VmaPredict2.js (new) - by Zid - 10-12-2019, 05:13 AM
RE: VmaPredict2.js (new) - by mauroprojetos - 10-12-2019, 02:04 PM
RE: VmaPredict2.js (new) - by PGTART - 10-12-2019, 06:33 PM
RE: VmaPredict2.js (new) - by mauroprojetos - 10-13-2019, 01:43 PM
RE: VmaPredict2.js (new) - by PGTART - 10-13-2019, 06:41 PM
RE: VmaPredict2.js (new) - by Dieguz - 10-14-2019, 08:38 PM
RE: VmaPredict2.js (new) - by PGTART - 10-16-2019, 08:50 PM
RE: VmaPredict2.js (new) - by Dieguz - 10-17-2019, 12:01 PM
RE: VmaPredict2.js (new) - by PGTART - 10-17-2019, 08:58 PM
RE: VmaPredict2.js (new) - by PGTART - 10-18-2019, 06:14 PM
RE: VmaPredict2.js (new) - by owk - 01-02-2020, 06:30 PM
RE: VmaPredict2.js (new) - by owk - 01-03-2020, 03:43 PM
RE: VmaPredict2.js (new) - by PGTART - 01-15-2020, 12:04 PM
RE: VmaPredict2.js (new) - by lipnel - 02-05-2020, 08:36 AM
RE: VmaPredict2.js (new) - by PGTART - 02-22-2020, 12:04 PM
RE: VmaPredict2.js (new) - by Stixx - 02-22-2020, 01:26 PM
RE: VmaPredict2.js (new) - by PGTART - 02-23-2020, 02:37 AM
RE: VmaPredict2.js (new) - by Stixx - 02-24-2020, 04:42 PM
RE: VmaPredict2.js (new) - by PGTART - 02-24-2020, 06:29 PM
RE: VmaPredict2.js (new) - by PGTART - 02-26-2020, 10:21 PM
RE: VmaPredict2.js (new) - by Stixx - 02-26-2020, 11:11 PM
RE: VmaPredict2.js (new) - by Stixx - 02-27-2020, 04:13 PM
RE: VmaPredict2.js (new) - by PGTART - 02-27-2020, 05:42 PM
RE: VmaPredict2.js (new) - by Stixx - 02-28-2020, 10:27 AM
RE: VmaPredict2.js (new) - by Stixx - 04-05-2020, 09:03 AM
WW - by mtom78632 - 07-18-2021, 11:08 AM
mtom - by mtom78632 - 07-31-2021, 05:47 AM
RE: VmaPredict2.js (new) - by mtom78632 - 07-31-2021, 11:18 AM
RE: VmaPredict2.js (new) - by mtom78632 - 09-23-2021, 01:37 PM
RE: VmaPredict2.js (new) - by mtom78632 - 10-04-2021, 01:58 PM

Forum Jump:


Users browsing this thread: