binary-com / binary-bot

Visual automation for binary.com
binary-bot.binary.sx
MIT License
231 stars 516 forks source link

need Moving average of oscillator indicator in binary option bot #3912

Open rvinoth39 opened 12 months ago

rvinoth39 commented 12 months ago

hi team, can anyone create Osma - Moving average of oscillator indicator

binary-ex-machina commented 11 months ago

If you are referring to MACD, you can use the histogram as output. OSMA is the oscillator value (in this case MACD) less the signal line (SMA). You can do this with almost any oscillator, like the ones below

image

Here is a very simple bot that will trade based on the MACD histogram, positive values with Rise, negative values with Fall

Download the file MACD histogram.json.zip and use it on Binary Blocks

image