09-16-2019, 01:57 PM
Well.... testing the version 6 with one hour candles...
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.
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.