Ok guys, I have made this:
1. Collection OCHL data and save it to database
2. ... Volume and Delta data and save to database
3. Calculations of Delta signals, average volume, all the moving averages, ATR and so on (what can be calculated with OCHL data).
Also I made this: I can draw custom charts, using real live data
The logic is that:
bybit API -> volume data -> delta -> execution of trade + support it (TP, SL, averaging etc) or same for binance or CME data -> python bot (same like we have for crypto since the logic is the same) -> execution on MT5 and
a) track trade with existing mt5 EA
b) with python
Next step: add delta signals and delta charts to the main chart
For that I have to study javascript a little, because I'm at the very beggining of learning python and js is new to me hehe
What I have found while manual testing: delta signals generated with data from tradingview are awful. Same for forex and for crypto. They are not using real trades to calculate the volume.
also I made several bots too: for binance that make about 1000+ trades a day and earn about 1-2% on 5 pairs. I can make it using telegram or discord so you can test them too. But this will be stage 3, because if we will add delta entried to the bots they will run much much better and earn more than 1%
p.s. people ask me to code EAs and bots for them. Guys and girls I don't have a lot of time for that. So I can accept only interesting projects. I'm busy with that customs data charts now and will have more free time only after I'll finish it
1. Collection OCHL data and save it to database
2. ... Volume and Delta data and save to database
3. Calculations of Delta signals, average volume, all the moving averages, ATR and so on (what can be calculated with OCHL data).
Also I made this: I can draw custom charts, using real live data
The logic is that:
bybit API -> volume data -> delta -> execution of trade + support it (TP, SL, averaging etc) or same for binance or CME data -> python bot (same like we have for crypto since the logic is the same) -> execution on MT5 and
a) track trade with existing mt5 EA
b) with python
Next step: add delta signals and delta charts to the main chart
For that I have to study javascript a little, because I'm at the very beggining of learning python and js is new to me hehe
What I have found while manual testing: delta signals generated with data from tradingview are awful. Same for forex and for crypto. They are not using real trades to calculate the volume.
also I made several bots too: for binance that make about 1000+ trades a day and earn about 1-2% on 5 pairs. I can make it using telegram or discord so you can test them too. But this will be stage 3, because if we will add delta entried to the bots they will run much much better and earn more than 1%
p.s. people ask me to code EAs and bots for them. Guys and girls I don't have a lot of time for that. So I can accept only interesting projects. I'm busy with that customs data charts now and will have more free time only after I'll finish it

Observer effect
7