francisirving
Registered Member
- Dec 22, 2013
- 64
- 46
I poked around on other sites but decided to create this journey here. For the past year I've been working on 2 things:
1) learning how to day trade forex, eth/btc and indices on foreign exchange (hankotrade, hugosway, etc)
2) trying to get a simple python bot that can make trades for me based on indicators
I'm a network engineer, not a programmer or trader so I had to learn the basics of python and trading at the same time. My bots are crude; they use pyautogui to take a screenshot of whatever im trading on the standalone Tradingview app with whatever indicators I have been trying. I've tried all sort of things like RSI, MACD, VWAP, machine learning, EMA, SMA and combinations of all previously mentioned with little success. In March of this year, I stumbled across Nick Sean on Youtube and his style of support and resistance trading. It changed my life as watching his videos and being in his free Telegram channel slowly started showing me what it takes to trade, especially the mindset. That's not a plug, you can find all his stuff for free on youtube.
Getting back to the bot, I shifted my strategy away from trying to win trades, to a concept of 'win big on your winners and lose small on your losses'. Basically the Trading 101 stuff they teach you from the get-go. All my bot does is allow me to trade on a 1-minute timeframe 24x7. I currently am using 1 indicator called 'SWING TRADE SIGNALS' on tradingview. It's free.
I only changed the settings to get rid of the lines I dont use and just show the green arrow that tells me to buy and the red arrow that tells me to sell. Here's a screenie:

That's it, that's the strategy. I lose about 70% of the time and for the past week its made money everyday. It makes money because my risk/reward ratio most trading pair is about 3 or 5 to 1
I'm just keeping this journal as a sanity check for all the tweaking and adjustments I've been making on a daily basis for future tracking, and maybe hoping a lot smarter people then me have easier ways to do things.
1) learning how to day trade forex, eth/btc and indices on foreign exchange (hankotrade, hugosway, etc)
2) trying to get a simple python bot that can make trades for me based on indicators
I'm a network engineer, not a programmer or trader so I had to learn the basics of python and trading at the same time. My bots are crude; they use pyautogui to take a screenshot of whatever im trading on the standalone Tradingview app with whatever indicators I have been trying. I've tried all sort of things like RSI, MACD, VWAP, machine learning, EMA, SMA and combinations of all previously mentioned with little success. In March of this year, I stumbled across Nick Sean on Youtube and his style of support and resistance trading. It changed my life as watching his videos and being in his free Telegram channel slowly started showing me what it takes to trade, especially the mindset. That's not a plug, you can find all his stuff for free on youtube.
Getting back to the bot, I shifted my strategy away from trying to win trades, to a concept of 'win big on your winners and lose small on your losses'. Basically the Trading 101 stuff they teach you from the get-go. All my bot does is allow me to trade on a 1-minute timeframe 24x7. I currently am using 1 indicator called 'SWING TRADE SIGNALS' on tradingview. It's free.
I only changed the settings to get rid of the lines I dont use and just show the green arrow that tells me to buy and the red arrow that tells me to sell. Here's a screenie:

That's it, that's the strategy. I lose about 70% of the time and for the past week its made money everyday. It makes money because my risk/reward ratio most trading pair is about 3 or 5 to 1
I'm just keeping this journal as a sanity check for all the tweaking and adjustments I've been making on a daily basis for future tracking, and maybe hoping a lot smarter people then me have easier ways to do things.





