VmaPredict2.js (new)
#24
I think for shorter time ranges
The red values are based on trade profits losses so those might require to be a bit smaller :
The green values are used in averaging, so say 20  minute trades, if one does the averages x3 (then they still contain a hour of data).
It should be possible i think there is nothing limiting this math not to work on other time ranges.
And if it works for one range it should thus also work on another range (math is universal), but it will have different tweak settings.

ea Magica moments might be a bit smaller because in smaller timeranges the gain profit (per candle) is statistically smaller as compared to one hour profit  (however since more candle's pass by there is a chance to take more opertunities in the 5 min range).

sorry for my typo of using # instead of // on top of the js file   (misstake used toml style comment).

TOML:

[Swings]  # where is store my own constants

# magica       = used in long buy price dips
# mediumout = used in short sell
# shortsight   = used in short sell

Magica = 325
MediumOut = 280
ShortSight = 400

# downhill = short after price drop since highest
# highshot = short after price jump 2 new candles
# bullseye = secure profit since bought
# daystop = max los stops trade till next day

DownHill = 250 
HighShot = 290  
BullsEye = 1000    
DayStop = 300     



[ForcastTrend] 
#forcast trend tulip indicator

Short =  6 
Medium = 12
Long = 100   #nan


[PeriodAverage] 
#moving averages
Short = 6 
Medium = 25
Long = 100

[VolumePeriodAverage]
 #volume moving averages  

Short  = 6    #not used
Medium = 30  
Long   = 100  #not used


This resulted in 
simulated profit: 258.50833%
When market was 172.74404%

I was trying to test with smaller candles (1 and 5 min) but never found a way to have a positive result. Need to test more.
[....Resistance is futile...]
  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: