Trading Rules
1 2 3

thread: Trading Rules

  1. #1
    Junior Member Isacipk00's Avatar
    18

    Trading Rules

    List and discuss some of your favourite trading rules.

  2. #2
    Buy low, and market high.
    When it's low? When it's high? Haha...

    I use zigzag and trendlines, draw last 3 trendlines from last 5 zigzag points and check candle versions such as pinbar and engulfing

  3. #3
    Never pursue the price.

    KP

  4. #4
    Member angel's Avatar
    46
    Do vice versa and whatever.

  5. #5
    List and discuss some of your favorite trading principles.
    //------

    if I were to ask for every single eurusd 240 macd cross on a reside v20-1 host oanda ny account here from the states, enivid, iya, sangmane, mladen, kennyhubbard, stingo and fat himself , could compile identical lists.... The exact same second, bar and price....

    Only math can length every nation with such precision....

    Try asking the exact same group to list every oversold, overbought , support, resistance, breakout , trending, ranging and so on.... Words, concepts, ideas and so on can seldom be explained less agreed upon....

    For me, when money is on the line, rules must be math in a form That's undeniable with no explanation necessary...h
    //------

    Inserted Code //----- //----- colour gatorcolor(string sym, int tf) // gatorcolor(sym,tf) colour clr = Black; double chin = iAlligator(sym,tf, 13, 8, 8, 5, 5, 5, 5, 3, MODE_SMMA, PRICE_MEDIAN, MODE_GATORJAW, 0); double teeth iAlligator(sym,tf, 13, 8, 8, 5, 5, 5, 3, MODE_SMMA, PRICE_MEDIAN, MODE_GATORTEETH, 0); double lips = iAlligator(sym,tf, 13, 8, 8, 5, 5, 5, 5, 3, MODE_SMMA, PRICE_MEDIAN, MODE_GATORLIPS, 0); double jaw1 = iAlligator(sym,tf, 13, 8, 8, 5, 5, 5, 3, MODE_SMMA, PRICE_MEDIAN, MODE_GATORJAW, 1); double teeth1 = iAlligator(sym,tf, 13, 8, 8, 5, 5, 5, 5, 3, MODE_SMMA, PRICE_MEDIAN, MODE_GATORTEETH, 1); double lips1 = iAlligator(sym,tf, 13, 8, 8, 5, 5, 5, 5, 3, MODE_SMMA, PRICE_MEDIAN, MODE_GATORLIPS, 1); double sma = iMA(sym,tf, 3, 1, MODE_SMMA, PRICE_MEDIAN, 0); double clos = iClose(sym,tf, 0); double clos1 = iClose(sym,tf, 1); double max1 = MathMax(MathMax(jaw1,teeth1),lips1); double min1 = MathMin(MathMin(jaw1,teeth1),lips1); double max = MathMax(MathMax(jaw,teeth)(lips); double minute = MathMin(MathMin(jaw,teeth)(lips); if((jaw lt; teeth) (teeth whitening lt; lips) (clos gt; jaw) (clos gt; teeth) (clos gt; lips)) clr = Lime; // if((jaw gt; teeth) (teeth whitening gt; lips) (clos lt; jaw) (clos lt; teeth) (clos lt; lips)) clr = Magenta; // if(/*(jaw lt; teeth) (teeth whitening lt; lips) (clos gt; jaw) (clos gt; teeth) */ (clos gt; maximum) (clos1 lt; max1)) clr = Blue; // if(/*(jaw gt; teeth) (teeth gt; lips) (clos lt; jaw) (clos lt; teeth) */ (clos lt; min) (clos1 gt; min1)) clr = Red; // return(clr);

  6. #6
    Junior Member piliolo's Avatar
    29
    List and share some of your favourite trading principles.
    Well I have many Trading rules but my favourite one is 'Wish what the markets want'.

  7. #7
    Buy low, and sell high.

  8. #8
    List and discuss some of your favourite trading principles.
    //-----
    //-----

    Inserted Code color ichicolor(string sym, int tf) (iClose(sym,tf,2) lt; iIchimoku(sym, tf, TenkanSen, KijunSen, SenkoSpan, MODE_SENKOUSPANB,2)))) clr = Blue; if( (iClose(sym,tf,1) lt; iIchimoku(sym, tf, TenkanSen, KijunSen, SenkoSpan, MODE_SENKOUSPANA, 1)) (iClose(sym,tf,1) lt; iIchimoku(sym, tf, TenkanSen, KijunSen, SenkoSpan, MODE_SENKOUSPANB,1)) ((iClose(sym,tf,2) gt; iIchimoku(sym, tf, TenkanSen, KijunSen, SenkoSpan, MODE_SENKOUSPANA,2))
    //------
    //------

  9. #9
    Never change a running system.
    Really never!

  10. #10
    Break the Principles ... (but before you do that, Learn the Principles)

  •