binary-com / binary-bot

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

Building costume indicator in Block bot #511

Closed creativi77 closed 6 years ago

creativi77 commented 6 years ago

picture for github

Hi, everyone.

Please, can someone kindly help me. How can i use this costume indicator in a block bot to trade Call and Put? thanks.

Custom Indicator.zip

binary-ex-machina commented 6 years ago

do you have the template file? Let us know more about the configuration and what each signal represents. Also the indicators names.

creativi77 commented 6 years ago

I have included the source file in the zip folder. Custom indicator.zip . It is an mql4 indicator.

binary-ex-machina commented 6 years ago

@creativi77 it doesn't have the .tpl file. I can't see the configuration of each indicator without it. I don't use meta trader.

creativi77 commented 6 years ago

ok

creativi77 commented 6 years ago

i dont know about template file

creativi77 commented 6 years ago

ok I will upload the .tpl

creativi77 commented 6 years ago

I don't know if the above can help. Thanks.

binary-ex-machina commented 6 years ago

please load your strategy on metatrader and export your template like this

https://www.youtube.com/watch?v=5vIBNReuhdg

then send the file here

creativi77 commented 6 years ago

here is the indicator and the .tpl file.

thanks.

Custom Indicator And TEMPLATE.zip

creativi77 commented 6 years ago

the indicator name is Super Signal Channel.

1 Open a trade (Put) whenever the red arrows appears and Point Downwards.

2 Open a trade (Call) whenever the Lime arrows appears and Point Upwards.

binary-ex-machina commented 6 years ago

I can't find the formula on internet. If you find it, please share here and I'll try to replicate on the bot.

laxracorp commented 6 years ago

how about this custom trendline indicator? https://www.mql5.com/en/code/viewcode/1220/128791/autotrendlines.mq5

binary-ex-machina commented 6 years ago

it just draw lines on chart based on highs and lows on determined period.

laxracorp commented 6 years ago

if price hit the high you place put and vice versa for low. its profitable.

mandakamitramedia commented 6 years ago

Hi, Everyone

May I be able to explain what use block puzzle "constrain" and how to use it, thanks

laxracorp commented 6 years ago

@binary-ex-machina,this is it explained https://www.mql5.com/en/code/12598

binary-ex-machina commented 6 years ago

@laxracorp this type of indicator is very hard to reproduce in the bot. You draw the line based on what you see, and the bot needs numbers. I don't know if it's possible to get this in a way that is profitable

gokula-krishna-dev commented 6 years ago

We're closing this issue due to inactivity, you're welcome to open it again if you still haven't got your answer.