Search results

  1. T

    The trancendental use of Data in Optimizations

    Jack, how do you define ROI ? scJohn, I use the current N100 synthesis in the backtesting results.
  2. T

    The trancendental use of Data in Optimizations

    Here is the distribution graph.
  3. T

    The trancendental use of Data in Optimizations

    Here is the top10 of N100 stocks for the transcendental data method. The AFL code was NUM=Optimize("NUM",15,0,9,1); N= WriteIf(NUM==0,"AMAT", WriteIf(NUM==1,"CPWR", WriteIf(NUM==2,"CSCO", WriteIf(NUM==3,"JNPR", WriteIf(NUM==4,"MXIM", WriteIf(NUM==5,"NTAP", WriteIf(NUM==6,"PSFT"...
  4. T

    The trancendental use of Data in Optimizations

    How about the smart money ? From the Market Profile we see that buyers acted better : the higher % of money spent were in the area [10,20]. On the other side, a lot of money were spent in the [50,60] interval : Sellers are forced for a premature exit, when Stochastic is ascending, or take...
  5. T

    The trancendental use of Data in Optimizations

    Let us use another example for the popular Stochastic trading system. To smooth the oscillator and avoid undesirable whipsaws, we will study the trading properties of Y=DEMA(StochD(X),X1); The basket of stocks was ^NDX, AAPL, AMZN, BEAS, CSCO, DELL, MSFT, ORCL, RFMD, SYMC, YHOO and QQQ...
  6. T

    The trancendental use of Data in Optimizations

    Here is the additional Fig. 3 and Fig. 4
  7. T

    The trancendental use of Data in Optimizations

    We may improve optimization results, if we improve our "logic" . There is a usual procedure in optimizations: When we optimize, MSFT for example, we use MSFT data. Is there any special reason ? I do not think so. We just suppose that MSFT data match better with MSFT. It looks obvious but...
  8. T

    Trading with Market Profile

    Two more ref at http://groups.yahoo.com/group/amibroker/message/32689 http://groups.yahoo.com/group/amibroker/message/32729 try a Market profile application, combined with optimization results. Enjoy !! Dimitris Tsokakis
  9. T

    Trading with Market Profile

    I began with 4 definitions Dv : The total volume per price step for a trading period Dvc : The total Volume*Close per price step for a trading period Dva : the total Volume*Average per price step for a trading period Dt : the total time the market stays at each price step for a trading...
Back
Top