How do you mitigate for indicators that repaint? Ex: at times indicators will paint a BUY signal, then erase it, never ever painting a new sell signal, because it assumes that the previous signal before the new BUY one (that got erased) was already a SELL. Which means a trade will be on the opposite side of the trend if the bot doesn’t close the order on a repaint or signal removal.
one way to do this if you don't have access to indicator source code, set alerts to once per bar close. this will wait for the indicator to plot a signal and then at the end of the cancel it will check if condition is still true and then only trade. this works on most repainting indicators if they don't remove indicators after x candles. Otherwise you need to adapt the code indicator it self most likely by using the source "close" for calculations or checking history[1] and then fixing your code. once per bar should be a easier test and might just work fine.
@@DewaldsCryptoSpace that makes sense, so we can also do a check on history it sounds like. You brought a good point though about the alert on bar close. Any thoughts on my other comment to automate a strategy using 3 diff indicators which rely on criteria from one another to fire sell or buy alerts? Is it possible to clone the source code of 3 diff indicators and save a new code file having the if conditions based on all the needed checks against the 3 different indicators code base?
@@tonkihonks3430 so the correct way to do this would be to code it using one indicator and then add the logic to check each if its a signal to buy and sell and with their confirmation. Then returning only on alert per buy or sell
Hi , not sure which video i show that in but it is just under “close” set your symbol and then select close short and the quantity or join Discord and i can assist there just create a ticket.
Well I won't suggest using them since the exchanges does not support those apis 100% anymore so could break at any time id suggest using the latest bot on crodl.com or on app.crodl.com since this is the latest one and the only one being maintained.
Can you use a bot on the demo account? So to test it out
At the moment no. Only live accounts on bybit,blofing , bitget and binance
this was awesome I was up all day trying to do something like this, im going to bed and doing the discord as soon as I wake up
Great will see you in discord 👌
Is it possible to TP 1 TP2 TP3 and trailing stop?
Ill be adding it soon as ive mentioned in video why i removed it. But if your indicator has multiple exits the webhooks can be used
how much is the % commission fee on trades to use your bot?
Hi not % fee , its a monthly / yearly or lifetime membership you can find it on the website crodl.com
How do you mitigate for indicators that repaint? Ex: at times indicators will paint a BUY signal, then erase it, never ever painting a new sell signal, because it assumes that the previous signal before the new BUY one (that got erased) was already a SELL. Which means a trade will be on the opposite side of the trend if the bot doesn’t close the order on a repaint or signal removal.
one way to do this if you don't have access to indicator source code, set alerts to once per bar close.
this will wait for the indicator to plot a signal and then at the end of the cancel it will check if condition is still true and then only trade.
this works on most repainting indicators if they don't remove indicators after x candles. Otherwise you need to adapt the code indicator it self most likely by using the source "close" for calculations or checking history[1] and then fixing your code.
once per bar should be a easier test and might just work fine.
@@DewaldsCryptoSpace that makes sense, so we can also do a check on history it sounds like.
You brought a good point though about the alert on bar close.
Any thoughts on my other comment to automate a strategy using 3 diff indicators which rely on criteria from one another to fire sell or buy alerts? Is it possible to clone the source code of 3 diff indicators and save a new code file having the if conditions based on all the needed checks against the 3 different indicators code base?
@@tonkihonks3430 so the correct way to do this would be to code it using one indicator and then add the logic to check each if its a signal to buy and sell and with their confirmation. Then returning only on alert per buy or sell
@@DewaldsCryptoSpace got it so: *if indicator 1 = X && indicator 2 = Y && Indicator 3 = Z; return alert*
Correct?
@@tonkihonks3430 yeah
indicator1 = x1
indicator2 = x2
indicator3 = x3
if indicator1 and indicator2 and indicator3
enter long
Can you share the video how to set close Oder with trading view sell alart
Hi , not sure which video i show that in but it is just under “close” set your symbol and then select close short and the quantity or join Discord and i can assist there just create a ticket.
hey could i set up custom takeprofit an stop loss orders based on my strategy instead of fixed percentages
yes the bot has something called a close syntax you can set that to any alert and when it gets triggered it will close the position.
DOES THE OLD BOT STILL WORK?
Well I won't suggest using them since the exchanges does not support those apis 100% anymore so could break at any time id suggest using the latest bot on crodl.com or on app.crodl.com since this is the latest one and the only one being maintained.
is this free or pay?
for monthly its 5 USD - or you can join Discord and take a look at the free trial option if you want to test it out first.