Budget: 15000 UAH Deadline: 5 days
I can create a test version in 5 working days - the bot will check a couple of coins on the 1d timeframe, catch condition X, record signal Y in a Google spreadsheet, then wait for condition Z and update the row with the duration of the deal.
So here it’s more about this - it’s important not just to record the price, but to properly manage the state of the signal to avoid duplication, missed closures, and chaos in the history. For the MVP, I would simplify it - launch, input parameters X and Z, price source, a table with history, and a check log. After that, it can be expanded to a dashboard, notifications, or more complex logic.
> Need to clarify
>> from which exchange we take prices - Binance, Bybit, or another
>> parameters X and Z - is it the percentage change, the difference between coins, the spread, or another formula
Examples of similar works by Ingello
> https://business.ingello.com/fractal - automation of complex workflows and agency logic
> https://business.ingello.com/vorfahr - a system with data, rules, and decision automation
> https://systems-fl.ingello.com/ua - briefly about our approach to system development
Look, there’s a nuance here... for the test version, we can keep the interface simple, but the logic of the signals needs to be done carefully, because then one small mistake in the states gives an incorrect history. Something like that =)