gsoros
gsoros
Hi Kiril, > What does means "Signals" indicators? Basically the logic is: the strategy emits a signal (either short or long) which you can display on the chart using the...
> How I can recognize the type of signal? And this is about buy or sell? > http://prntscr.com/fzyas2 Yes, the green thingy means open long position (= buy), red thingy...
You can use for example EMA(Open, 5), EMA(Close, 5)... as your inputs, this will smooth out any extreme values but also introduce delay. Is this what you mean?
I'm glad somebody appreciates it. Make sure you share your reliable winning strategy with me when you find it :)
Hi! > Is this looks like successful strategy? That depends :) Has the network seen the data, i.e. was it trained on this range? It made some good trades but...
> I like the way how strategy is works and generate signals(base on visual results). > But still did't understand how the signals is generated, based on which data? It...