binary-ex-machina / binaryblocks

Repository created with the purpose to help the Binary Blocks users get learn and get inspiration to build any kind of strategies blockly based web application
6 stars 3 forks source link

I'd like assistance on adding to my bot 2 conditions #43

Closed FrancisMairura closed 1 month ago

FrancisMairura commented 7 months ago
  1. In an uptrend, candle colors condition where if there are 2 red candles formed the next candle doesn't trigger a trade to open.n. The same would apply for a downtrend if the pattern of the previous 2 candles are green, the next candle doesn't trigger a trade to open.

  2. I am using the 9 EMA to dictate entries. I'd desire for the bot to only open if the previous candle closes above the 9 EMA for an uptrend and below the 9 EMA in the case of a downtrend.

binary-ex-machina commented 1 month ago

Hello, your bot is here. I put the conditions for 1min candle

Download it here: Candle SMA Color.json.zip

Run it at https://binaryblocks.pro/

Screenshot 2023-10-25 at 13 35 02

image