binary-com / binary-bot

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

Stochastic issue #3969

Open kokomano opened 8 months ago

kokomano commented 8 months ago

Can anyone help me with a stochastic block in binary bot that gets it's value from open candle and not close candle. I found a custom block for stochastic in binary bot but it reads value from close not open. Thanks in advance

kokomano commented 8 months ago

@binary-deriv-master please can you help

binary-deriv-master commented 8 months ago

hello friend @kokomano , here is the stochastic working good , enjoy

image

We remind you that Neuronal Trader only has 3 groups:

โœ… (SPANISH GROUP) https://t.me/neuronaltrader_comunidad โœ… (ENGLISH GROUP) https://t.me/neuronaltrader_community โœ… (PORTUGUESE GROUP) https://t.me/neuronaltrader_portugues

and there is only one channel for informational purposes:

๐Ÿ‘‰(THE ONLY NEURONAL TRADER CHANNEL)๐Ÿ‘ˆ https://t.me/neuronaltrader

๐Ÿ”‰๐Ÿ”Šโ•These are the official Neuronal Trader communitiesโ•๐Ÿ“ข๐Ÿ“ฃ

๐Ÿ‘‡๐Ÿ‘‡DOWNLOAD THE BOT FREE HERE ๐Ÿ‘‡๐Ÿ‘‡

Stochastics Bot Free_Rise-Fall __ BinaryTools 2023.zip

Open the bot on BinaryTools ๐Ÿ‘‡ https://bot.binarytools.io/platform

kokomano commented 7 months ago

Thanks for your response @binary-deriv-master

binary-ex-machina commented 7 months ago

@kokomano, the solution above still uses close as the default value for the stochastic. My solution below changes the base calculation to open.

As you can see in the blocks below, you can create an object that contains three values: open, high, and low. The classic stochastic uses close, high, and low. That is exclusive to Binary Blocks.

Download it here: stochastic close example.json.zip

Run it at https://binaryblocks.pro/

Screenshot 2023-10-25 at 13 35 02

image