Forex miner

Personal blog about forex trading. Automated trading strategy for VT TRADER, TRADERSTATION, METATRADER. Trading strategy fx reviews

TRADESTATION WOODIES CCI INDICATOR

You can download it here (WOODIECCI.ELD).

  1. After download double-click file, file is imported into Tradestation.
  2. Open chart
  3. Add analysis -> Select Woodies CCI

Enjoy the trading !

ADX trading system link

You can download fully working vttrs file here

VT TRADER WOODIES CCI INDICATOR

screenshot of woodies cci together with vt trader in action:
VT TRADER WOODIES CCI
...sometime called WCCI
You can change CCI period, Turbo CCI, moving averages. There are two mathematical formulas to choose for calculating values: original one and improved one ( I prefer ).



You can download it here for your VT Trader

More about trading like a Woodie at woodies club.
Enjoy the trading !

Trading strategy fx

[Part I - Trading strategy fx]
Which timeframe to choose ?
  • Depend on your account sizen
  • Depend how much time you can spend with trading
Select the right currency pair
  • Look at the relative percent change
  • Look at the spread
Use automated trading system if you can.
  • Save the time
  • Computer performance is similar with amateur trader.
  • Safety setup your portfolio.
Trading strategy fx should be platform independent.

Transactive memory system software

A computer network model of human transactive memory

Each person doesn't need to remember everything the group needs to know, after all, if each person merely stores in memory information about who is likely to have a particular item in the future. This capacity for remembering who knows what is the key to transactive memory.

Transactive memory suggests an analysis not only of how couples and families in close relationships coordinate memory and tasks in the home, but how larger groups and organizations come to develop "group minds," memory systems that are more complex and potentially more effective than those of any of the individuals that comprise them.

I'm personally using TiddlyWiki with Firefox and TiddlySnip plugin.

But how to do in effective way "company related transactive memory" ?

More information:
Wikipedia
Search engine results

[update]
Maybe tools like this one http://socialplatform.com/solutions/communicate/
in desktop version (we need fast response) could be the solution

VTTRADER ADX TRADING SYSTEM

Today, I have rewrote my original ADX trading system. Entry signal stay same, but exit signals are now using DMI+ / DMI- crosses.

Source code: VTRS
{Control Error}

Err:= (Pr=0);

TH:=if(Ref(C,-1) > H,Ref(C,-1),H);
TL:=if(Ref(C,-1) <>
{ADX Indicator Calculation}
TR:=TH-TL;

PlusDM:=if(H>Ref(H,-1) AND L>=Ref(L,-1), H-Ref(H,-1),if(H >Ref(H,-1) AND L Ref(L,-1)-L, H-Ref(H,-1),0));
PlusDI:=100*Wilders(PlusDM,Pr)/Wilders(Tr,Pr);

MinusDM:=if(LRef(H,-1) AND L
MinusDI:=100*Wilders(MinusDM,Pr)/Wilders(Tr,Pr);

DIDif:=Abs(PlusDI-MinusDI);
DISum:=PlusDI+MinusDI;

ADXFinal:=100*Wilders(DIDif/DISum,Pr);
ADXRCustom:= (ADXFinal+Ref(ADXFinal,1-Pr))/2;

_ADX := if( cT=0,ADXFinal,ADXRCustom);

{Signal Long and Short}

Long:=not Err and Cross(PlusDI, MinusDI);
Short:=not Err and Cross(MinusDI, PlusDI);

UpTrend:=PlusDI>MinusDI;
DownTrend:=MinusDI>PlusDI;

{OpenBuy and CloseBuy}

OpenBuy:=not Err and Long and (eventCount('OpenBuy')= eventCount('CloseBuy'));
CloseBuy:=not Err and Short and (eventCount('OpenBuy')>eventCount('CloseBuy'));

{OpenSell and CloseSell}

OpenSell:=not Err and Short and (eventCount('OpenSell')= eventCount('CloseSell'));
CloseSell:=not Err and Long and (eventCount('OpenSell')>eventCount('CloseSell'));

Useful indicators - technical analysis

  1. Woodie CCI
  2. Moving Average
  3. CCI
  4. SSTO & FSSTO
  5. MOM
  6. ADX

I usually use them in this order.

Forex trading software

VT Trader
Metatrader
Oanda
Saxobank
Track'n'Trade
Sierra charts