VmaPredict2.js (new) - Printable Version +- Gekko Forum (https://forum.gekko.wizb.it) +-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html) +--- Forum: Strategy Development (https://forum.gekko.wizb.it/forum-12.html) +--- Thread: VmaPredict2.js (new) (/thread-58001.html) |
RE: VmaPredict2.js (new) - PGTART - 09-22-2019 thanks confirmed for 6B fixed in 6C will fix later this week or so. RE: VmaPredict2.js (new) - PGTART - 09-22-2019 (09-22-2019, 07:45 AM)trackers Wrote: FYI there's a spelling mistake in 6B - 'malong' instead of 'maLong' on line 277 Fixed on github, ha just discovred github has online edit RE: VmaPredict2.js (new) - Dieguz - 09-23-2019 Hello, no trades in backtest with the current toml. is there an optimized toml in GitHub? if so i will backtest the strategy Diego RE: VmaPredict2.js (new) - Dieguz - 09-23-2019 hello, used the toml written in the previous posts. very promising results. here the backtests. RE: VmaPredict2.js (new) - PGTART - 09-24-2019 As said before you have to find optimal toml settings that's the deal to be a tester and using my math. Or else I quit developing opensource for this. RE: VmaPredict2.js (new) - Dieguz - 09-24-2019 (09-24-2019, 05:04 AM)PGTART Wrote: As said before you have to find optimal toml settings that's the deal to be a tester and using my math. Or else I quit developing opensource for this. ok, i agree. i will find optimal toml settings via backtesting and post them in this thread. Dieguz RE: VmaPredict2.js (new) - PGTART - 09-28-2019 Had no time to improve code, I'm curious if people here already had some food results with the procentual (fractional) settings. I also wonder what the next update should be about. Maybe support telegram messaging? Also wondering what is the cheapest hardware this can run on Intel nuc or rasberi pi since the code is quite large numbers now?. RE: VmaPredict2.js (new) - ILoveLeverage - 09-29-2019 (09-28-2019, 02:48 PM)PGTART Wrote: Had no time to improve code, I'm curious if people here already had some food results with the procentual (fractional) settings. Hey, I'm currently going through various backtests using 6B on ETH/USDT pair. I'm having some trouble with 6C. When I run it I just get a load of values integrating in the terminal rather than any logic. Any idea what the issue is? See attached. Thanks RE: VmaPredict2.js (new) - Dieguz - 09-29-2019 hello i have started to do some testing; using the vmapredict6c. here a .rtf files with some considerations. i was no able to use percentage in Magica MediumOut ShortSight HighShot so i used values. i will experiment with percentage and report results using eur/btc and magica around 250 or so i got good results. the other parameters are not relevant https://www.mediafire.com/file/juczc9ehqi4y78w/strategyAnalysis.rtf/file i will continue to test the solution which is very interesting. RE: VmaPredict2.js (new) - Zid - 09-30-2019 Hello. I have problems with vmapredict6c. I use the same values as in vmapredict6b + the [RSISafety] part. It seems that [RSISafety] will not work correct. When RSICandles is higher than 1 there are no trades. With 1 candle I receive weird/many trades. It doesn't matter when I use percentage values or not. Additional the "trade duration" is maximal one candle long (eg. 1 hour). Dieguz has the same effect. His losses are not "cut", it is because of the trade duration lasts only 1 candle. In vmapredict6b I have acceptable results with percentage values. I optimize it a bit and will certainly post my values. Zid PS: Sorry for my bad english, it is not my native language. |