Hi, Can anyone direct me to proper information.

Discussion in 'Automated Trading' started by tenny1886, Apr 2, 2019.

  1. i was thinking about running an automated strategy on one account and use another account to trade manually myself. And compare the two after say 3-6 months to see which one has more shortcomings. and then stick to the one that is less stressful. If the difference is not too great then use automated feature but if there is a huge difference in results then just go with one that is better.
     
    #11     Apr 2, 2019
    tommcginnis likes this.
  2. WeToddDid2

    WeToddDid2

    Without knowing much about your strategy and if you are decent at excel, you can probably automate your strategy utilizing Sierra Chart and the spreadsheet for trading study which is similar to excel . It can handle pretty complex strategies. If you use it, don't try to take shortcuts. Read all the documentation about it. Other than that, you should learn how to code.

    If you learn to code, do yourself a longterm favor and learn, c++, c#, or python.
     
    #12     Apr 2, 2019
    tenny1886 likes this.
  3. It is not matter of over-trading or under-trading.
    I get a feeling that you don't know what you are doing ....and you want to blame your emotional factors when your trades go wrong.
     
    #13     Apr 2, 2019
  4. smiles

    smiles

    Since you have a customized entry indicator; can you not create a customized exit indicator?

    You would likely benefit more from teaching yourself to code and develop the program you need as well, which would facilitate the privacy of your strategy, as well.
     
    #14     Apr 2, 2019
    tommcginnis and tenny1886 like this.
  5. I am sorry if i was not very clear on my posting. I am not blaming my emotional factors for trades not going in favor, as i have a stop loss mechanism in play that takes me out of the trades if i am wrong. My conflicting emotions that are a hindrance to me is in regards to profit taking. Most of trades that i execute i tend to exit after 2-3 points. Even when i have set a profit target and all my indicators point towards it, i tend to exit at first signs of price stagnation. If i could have made 7-10 points still my instincts kick in and i exit at first sign of price movement weakness. That is why if i had an automated trading strategy on, i am sure i would be able to ignore those tendencies.
     
    #15     Apr 2, 2019
  6. Yes the customized indicator is so far very effective in entry and exit signals both. But sticking to the exit signal manually is very hard, as when price fluctuates towards my break even, i tend to exit. I am not complaining about it as i am still making profits but i am little displeased as many such trades would have bagged me larger points but due to my emotions i tend to exit early. for those kind of trades i would really benefit from an automated strategy. Also a factor could be i tend to trade in very small time frames but there are certain break out trades that i am very confident about bagging 7-10 points and also can recognize those moves on my larger time frame screen but since price does not move in one direction, i tend to exit those when there is a slight stagnation or small reversal.
     
    #16     Apr 2, 2019
    IamaMars likes this.
  7. which of these languages would be suitable for complete novice in terms of coding and also easy to code with other platforms. currently i use TOS and MT5.
     
    #17     Apr 2, 2019
  8. WeToddDid2

    WeToddDid2

    The only one that is somewhat easy is sierra chart's spreadsheet for trading, . Again, read all of the documentation. The rest of them you have to learn the language. I chased easy and that is a much longer road that is actually much harder. It will lead you to learning how to code if you stick with trading. I learned easylanguge and thinkscript. It is much better to learn c++, C#, or python.

    There is also TT and amibroker.
     
    Last edited: Apr 2, 2019
    #18     Apr 2, 2019
  9. smiles

    smiles

    I mean taking a profit is something you should be proud of, as it is not something everyone can do. I would ask, have you taken the time to calculate how much you have missed out on? I would think any material amount would require either a significant change to your script or a significant extension in the holding period to waver through that initial downturn.

    If you are so confident in your entry signals, and it sounds like you are and that you should be, you should be confident in your so far successful exit signal. you may need to adjust it over time but better to take green than leave red.
     
    #19     Apr 3, 2019
    tenny1886 and tommcginnis like this.
  10. That's the beauty of it tho... Algo's will never have an imagination, that's the advantage. Institutional algo's with massive funding, constant news streaming, yea those are sick for sure... But generally speaking, a good human trader will outperform a good algorithm system in long/short option equities. I will never understand how a retail trader would want to automate entry, it doesn't make sense, one is much better off with lower volume of trades but really researched entries.
     
    #20     Apr 3, 2019
    tenny1886 likes this.