Hi, I'm using a free forex trading platform called MetaTrader4. It's the most popular forex terminal and it offer unlimited choices like custom scripting, and it also has a program for building scripts to use in trading (Meta Editor). The codes seem to be written in javascript but not sure, here's and example: int init() { // Comment("Last RSI: ", rsiVal(1), // "\nRSI Vals: ", rsiVal(0), // "\nRSIMA Vals: ", rsiMAVal(0), // "\nBands: ",bands1()); lastBars = Bars; } double getATR() { double atr=iATR(NULL,0,10,0); double atr_val = atr*Use_ATR_Pct; return(atr_val); } double rsiMAVal(int shift) { double rsi[]; ArrayResize(rsi, Bars); ArraySetAsSeries(rsi,true); for(int i=Bars; i>=0; i--) { rsi[i]=iRSI(Symbol(),0, RSIPeriod, PRICE_CLOSE,i+shift); } double ma = iMAOnArray(rsi,0,RSIMAPeriod,0,MODE_EMA,0); return(ma); } Code (markup): I am in need of a script written in that language, it's not too long but needs an experienced programmer (hopefully someone who knows basic forex terms). Please let me know if you can provide the service above, Regards, Daniel.