Amin Marashi, I have a few suggestions and comments on the bot...
1.Bot algorithm does not always work correctly on the 5 minute timeframe candles, that is, if you select the menu, 5 minutes, set the algorithm deals and open candlestick chart, the bot does not always work out well, but in minute intervals all perfect
2. There is a desire to make the option "next candle", for the example : If we analyze the candlestick chart, after the successful closing of the transaction, the bot immediately opens a new deal. I would like to pause to wait for the opening of the next candle and then open a new deal
3. it is not clear how to work with arrays candlestick, please throw off a few examples folder with bot examples
Thanks!
@ekozhin You can now select "Open Time" in the candle properties to detect a new candle. You'll need to keep the current candle time in a variable and compare it with the latest candle.
Take a look at: here
Thanks Amin. Option New candle is goog working, but I have one question. For example, if 5 ticks length transaction after the first or second transaction result winning, how to make a pause before the next candle to open the bot transactions, the bot did not open the deal after winning, and waited for the opening of the next candle.
Amin, part of a new candle is working fine, thank you very much! but would like to add one wish, for example, if we analyze the candle interval with timeframe 1 minute and time of the transaction candle 5 ticks, so ... after a successful transaction, the boat continues to open the transaction, and I would like to pause until the next candle
Amin, may I ask the wrong question, idea is that when losing the bot again open the deal until to win, while there is time candlestick, and not waiting for the opening of the next candle. Perhaps there is necessary to use a Loops...repeat until win
I think I get it now. Please find the bot file here
This bot will keep buying if the last result is loss, but waits for new candle if last result is win.
I don't think that's true, please note that in case of same seeing the candle as the previous trade it will wait for a new candle if the last trade was won. If it doesn't trade even on a new candle then it's hanged as you said.
BTW, I'm happy that users are creating more and more blocks of their own. You can consider sharing them for free, or selling them on our shop.
Everything works, no more questions. The idea to create a trading bot is one of the best, 100% winning strategies still does not happen, so why not entrust a bot , the more there is the opportunity to try it on a demo account. Have a nice day Amin! Good job!
... so it say for me "TLS_candles_list is undefinied" - see screenshot. Maybe a little screen of a working configuration would solve my problem. Thanks very much!
Amin, good evening! thanks for the binary bot, I had another idea to improve the robot ... how to do so after the time the deal has not been opened, in other words, that the transaction does not overlap with the next candle? for example: the length of the transaction 5 ticks, time frame candlestick 1 minute, time left before closing the candle, for example, 3 seconds .... bot opens a deal that transitions which moves to the next candle, which is a completely different picture of the chart.
if the language of logic ... "if the transaction length 5 ticks and time left before closing the candle below 10 seconds, do not open the transaction"
in the ideal case would be if the bot is not just wait for the opening of a new candle, but recalculates the terms of the transaction with the opening of a new candle, because new candle may go in a different direction...unless of course this is possible to do
Thanks!
well, I downloaded the file, I will be tested
after being loaded into the bot, it turned out like this (see the screenshot) and I will write on the results
@Amin Marashi
I am very interested in bot.binary.com and eager to learn. I have some questions, 1. Can bot.binary in determining the order to use the analysis spot price? if it could be like what the example of the block puzzle bot.binary? 2. how to determine the order that used the analysis of the indicators, for example if the price touches the indicator sma 50 then will order either fell or rose .. please give me an example of the above questions. thank you..
You can using ALS bot. Like martingale strategy, By using this application, users can set up some markets, underlying, trade type, duration, barrier and payout / stake at each different level this app can download at https://drive.google.com/open?id=0B8Pa0AHp6qgNQWRPZzl5TVZzdkk
@Amin Marashi
I am very interested in bot.binary.com and eager to learn. I have some questions, 1. Can bot.binary in determining the order to use the analysis spot price? if it could be like what the example of the block puzzle bot.binary? 2. how to determine the order that used the analysis of the indicators, for example if the price touches the indicator sma 50 then will order either fell or rose .. please give me an example of the above questions. thank you..
@anra said:
... so it say for me "TLS_candles_list is undefinied" - see screenshot. Maybe a little screen of a working configuration would solve my problem. Thanks very much!
I am trying different way use wrong bot pls send tick trade rise and fall bot pls help recover my money. I am ask many people thay are asking money pls send bot sureshrdx2014@gmail.com
Comments
Amin Marashi, I have a few suggestions and comments on the bot...
1.Bot algorithm does not always work correctly on the 5 minute timeframe candles, that is, if you select the menu, 5 minutes, set the algorithm deals and open candlestick chart, the bot does not always work out well, but in minute intervals all perfect
2. There is a desire to make the option "next candle", for the example : If we analyze the candlestick chart, after the successful closing of the transaction, the bot immediately opens a new deal. I would like to pause to wait for the opening of the next candle and then open a new deal
3. it is not clear how to work with arrays candlestick, please throw off a few examples folder with bot examples
Thanks!
Hi,
Thank you very much for your feedback.
@ekozhin You can now select "Open Time" in the candle properties to detect a new candle. You'll need to keep the current candle time in a variable and compare it with the latest candle.
Take a look at: here
Thanks Amin. Option New candle is goog working, but I have one question. For example, if 5 ticks length transaction after the first or second transaction result winning, how to make a pause before the next candle to open the bot transactions, the bot did not open the deal after winning, and waited for the opening of the next candle.
This part does that for you, it waits for a new candle to purchase.
Do you mean you want this behaviour only if the trade result was win?
Amin, part of a new candle is working fine, thank you very much! but would like to add one wish, for example, if we analyze the candle interval with timeframe 1 minute and time of the transaction candle 5 ticks, so ... after a successful transaction, the boat continues to open the transaction, and I would like to pause until the next candle
Can you please give me a bot file showing that problem?
Amin, may I ask the wrong question, idea is that when losing the bot again open the deal until to win, while there is time candlestick, and not waiting for the opening of the next candle. Perhaps there is necessary to use a Loops...repeat until win
I think I get it now. Please find the bot file here
This bot will keep buying if the last result is loss, but waits for new candle if last result is win.
Amin, link for your google drive with bot examples don't work
Seems to be a problem with google drive, try this.
ok, i download zip, thanks Amin
Amin, in your version of the file (check new candle only on wine), I fixed a bug bot hanged after losing in the opening of the next deal
I don't think that's true, please note that in case of same seeing the candle as the previous trade it will wait for a new candle if the last trade was won. If it doesn't trade even on a new candle then it's hanged as you said.
BTW, I'm happy that users are creating more and more blocks of their own. You can consider sharing them for free, or selling them on our shop.
Hi there!
Sorry for ot but how can i get Three Line Strike from shared blocks to work? How can i implent it as a signal i.e. for a martingale? Thanks!
Everything works, no more questions. The idea to create a trading bot is one of the best, 100% winning strategies still does not happen, so why not entrust a bot , the more there is the opportunity to try it on a demo account. Have a nice day Amin! Good job!
... so it say for me "TLS_candles_list is undefinied" - see screenshot. Maybe a little screen of a working configuration would solve my problem. Thanks very much!
Thanks for reporting, it was a bug which is fixed now. You should be able to download the fixed version again and trade.
Amin, good evening! thanks for the binary bot, I had another idea to improve the robot ... how to do so after the time the deal has not been opened, in other words, that the transaction does not overlap with the next candle? for example: the length of the transaction 5 ticks, time frame candlestick 1 minute, time left before closing the candle, for example, 3 seconds .... bot opens a deal that transitions which moves to the next candle, which is a completely different picture of the chart.
if the language of logic ... "if the transaction length 5 ticks and time left before closing the candle below 10 seconds, do not open the transaction"
in the ideal case would be if the bot is not just wait for the opening of a new candle, but recalculates the terms of the transaction with the opening of a new candle, because new candle may go in a different direction...unless of course this is possible to do
Thanks!
Yes, you're right. We need to address this problem in a new way. Perhaps a new block in the bot itself. Let me check and I'll get back to you.
@ekozhin check this out
well, I downloaded the file, I will be tested
after being loaded into the bot, it turned out like this (see the screenshot) and I will write on the results
Now you can make and load remote blocks, here's the same functionality usable as a package: https://gist.github.com/aminmarashi/dfabc8eadfaf77bf270b0318f03ea8bb
All you need to do is to use this block:
picked from:
to load this url:
https://gist.githubusercontent.com/aminmarashi/7cd7be9f3ce9004de767f4d4f6a6c5a0/raw/is%20candle%20new.xml
and then choose the "is new candle" block from the functions:
@Amin Marashi
I am very interested in bot.binary.com and eager to learn. I have some questions, 1. Can bot.binary in determining the order to use the analysis spot price? if it could be like what the example of the block puzzle bot.binary? 2. how to determine the order that used the analysis of the indicators, for example if the price touches the indicator sma 50 then will order either fell or rose .. please give me an example of the above questions. thank you..
By using this application, users can set up some markets, underlying, trade type, duration, barrier and payout / stake at each different level
this app can download at https://drive.google.com/open?id=0B8Pa0AHp6qgNQWRPZzl5TVZzdkk
Contact Details
alsbinary@gmail.com
@Amin Marashi
I am very interested in bot.binary.com and eager to learn. I have some questions, 1. Can bot.binary in determining the order to use the analysis spot price? if it could be like what the example of the block puzzle bot.binary? 2. how to determine the order that used the analysis of the indicators, for example if the price touches the indicator sma 50 then will order either fell or rose .. please give me an example of the above questions. thank you..
Send bot for my email wilsonsiena@hotmail.com