Search results

  1. E

    Difference between S&T and Prop Trading Strategies

    So trading in investment banks function like a broker, where customers use the bank to execute their orders, did I understand it correctly? Also, can you clarify what you meant with "Prop firms' process originates with the flow of orders usually from an exchange."? Why would an exchange send...
  2. E

    Difference between S&T and Prop Trading Strategies

    So how exactly do they facilitate customer order flow? What kind of strategies are employed when executing customers' orders?
  3. E

    Difference between S&T and Prop Trading Strategies

    Hi everyone, I have a question that I wanted to ask for a long time, if you guys can help me about it I will be very grateful. I just cannot grasp what differences exist between trading done in Sales&Trading departments of Investment banks and trading done at Proprietary Trading companies &...
  4. E

    Algorithmic Paper / Demo Trading for each Asset Class

    Thanks for suggesting the package. If I may ask, being a non-US (also non-UK&EU) citizen do I have through the long process of opening up a real account even if I only want to do paper trading?
  5. E

    Algorithmic Paper / Demo Trading for each Asset Class

    Hi everyone, I have been developing an amateurish backtesting framework in R based on packages like Quantstrat. The framework consists of backtesting, parameter optimization, walk-forward analysis and other statistical tests that I have learnt from books written on the topic. Now the problem I...
  6. E

    Optimization of 3 or more parameters

    Oh, seems that my ad blocker add-in blocked it. Thank you for pointing it out :).
  7. E

    Optimization of 3 or more parameters

    Thanks for the answer. Can you specify which book you are talking about? I did a search on Amazon and there a lot of books written by him.
  8. E

    Optimization of 3 or more parameters

    My question wasn't about how long should my test set and training set be, it was about in what fashion the parameters were optimized. If you have 2 parameters, you can just bruteforce every possible combination and plot them as a surface, however when you have 3 or more parameters, you have to...
  9. E

    Optimization of 3 or more parameters

    Thank you for mentioning HMMs, didn't know what they were but will look into it.
  10. E

    Optimization of 3 or more parameters

    Genetic Optimization is just an alternative to brute-forcing all parameter combinations. Does not answer my question about the methodology. So, 50+ parameters? Do you first optimize the first one keeping the other 49+ with their default or some predetermined values, and optimize one parameter by...
  11. E

    Optimization of 3 or more parameters

    No, I am not suggesting that the optimization is producing a local maximum, I am suggesting that the optimization might produce a global maximum but with "nearby" combinations having profits drastically lower than the found maximum your excel solver finds. I have read a lot that those global...
  12. E

    Optimization of 3 or more parameters

    That means you did 2-parameter strategy optimization (the fast-sma and the slow-sma). It is easy to find the combination that results in maximum profit, but the problem is that might just be a "peak" combination as opposed to a "plateau" combination of parameters...
  13. E

    Optimization of 3 or more parameters

    What were the results? How did you plot them? Can you show some example plots?
  14. E

    Optimization of 3 or more parameters

    I don't have any experience with wireframe plots in R but will try to do that for you. I have only done heatmaps in R, but look into it when I get home from university.
  15. E

    Optimization of 3 or more parameters

    Oh, ok I see. So I will plot 5 of these (https://www.wavemetrics.com/products/igorpro/creatinggraphs/3dandvolume/surfacepix/wireframe1.jpg). Seems it is going to be too cluttered, but giving them different colors might improve it a little. Thanks. Also, although this solves the problem for...
  16. E

    Optimization of 3 or more parameters

    That can results in hundreds of plots, but seems it is the only way to do this.
  17. E

    Optimization of 3 or more parameters

    Yes, kind of. Minimizing k is not needed though. Stops can be far away if that is the most optimal. Also, maximizing function(i,j,k) is not adequate, as it might return me parameters that might represent a "peak" value (which means the parameter combination is very sensitive to market changes)...
  18. E

    Optimization of 3 or more parameters

    Actually, I am using R, I found that image on google just to clarify what I meant.
  19. E

    Optimization of 3 or more parameters

    Yes, I want to run a strategy for every fast-sma,slow-sma,stoploss-distance and takeprofit-distance value. Plotting the strategy results of fast-sma and slow-sma is achievable, but as you said, what if I add the stoploss-distance to the mix? Sharpe ratio was just an example, it can just as be...
  20. E

    Optimization of 3 or more parameters

    So, I should decrease my parameters to a total of 2? Like I can create a new parameter like FastSMA period - SlowSMA period = SMAperiodDifference and optimize that? That might enable me to optimize SL or TP as well. Am I on the right path?
Back
Top