Build a custom alert message for TradingView >Alertatron>bybit/binance/deribit exchange
Budget: $10 – $30 AUD
I would like to add custom alert message for strategy.entry() and strategy.exit() Pine script functions of my TradingView Strategy.
1. I am using webhook from Alertatron.
2. I would like to ensure that I always send a Limit order and only get charged with Maker fee.
3. I would like to ensure that I always get a fill with maker fee (so the limit order should stay within the Bid and Ask price & keep following the price until it get filled before the slippage limit).
4. You can use agressive() or trailinglimit() functions, but you need to demonstrate that it is working on bybit/deribit/binance all these exchanges.
5. The fill price should not be more than $0.5-$1.0 from the buy price. You can use the price trigger $1-$-2 away from target price.
6. Same action can be used for strategy.close ().
1. I am using webhook from Alertatron.
2. I would like to ensure that I always send a Limit order and only get charged with Maker fee.
3. I would like to ensure that I always get a fill with maker fee (so the limit order should stay within the Bid and Ask price & keep following the price until it get filled before the slippage limit).
4. You can use agressive() or trailinglimit() functions, but you need to demonstrate that it is working on bybit/deribit/binance all these exchanges.
5. The fill price should not be more than $0.5-$1.0 from the buy price. You can use the price trigger $1-$-2 away from target price.
6. Same action can be used for strategy.close ().