Welcome to the new Traders Laboratory! Please bear with us as we finish the migration over the next few days. If you find any issues, want to leave feedback, get in touch with us, or offer suggestions please post to the Support forum here.
trader_08
Members-
Content Count
4 -
Joined
-
Last visited
Content Type
Profiles
Forums
Calendar
Articles
Everything posted by trader_08
-
Here is the afl for amibroker... //// Vchart //This was converted from code created for TradeStation by Mark W. Helweg of ValueCharts.com VarNumbars = Param("Number of Bars",5,2,1000,1); Color = Param("Bar Color",colorBlue); Top = Param("Top Chart Line",8); TopMid = Param("Top Mid Chart Line",4); BottomMid = Param("Bottom Mid Chart Line",-4); Bottom = Param("Bottom Chart Line",-8); Plot(Top,"Top Chart Line",colorRed); Plot(TopMid,"Top Mid Chart Line",colorLightGrey); Plot(BottomMid,"Bottom Mid Chart Line",colorLightGrey); Plot(Bottom,"Bottom Chart Line",colorRed); LRange = 0; VarP = round(VarNumBars/5); if (VarNumBars > 7) { VarA=HHV(H,VarP)-LLV(L,VarP); VarR1 = IIf(VarA==0 AND VarP==1,abs(C-Ref(C,-Varp)),VarA); VarB=Ref(HHV(H,VarP),-VarP+1)-Ref(LLV(L,VarP),-VarP); VarR2 = IIf(VarB==0 AND VARP==1,abs( Ref(C,-VarP)-Ref(C,-Varp*2) ),VarB); VarC=Ref(HHV(H,VarP),-VarP*2)-Ref(LLV(L,VarP),-VarP*2); VarR3 = IIf(VarC == 0 AND VarP==1,abs(Ref(C,-Varp*2)-Ref(C,-Varp*3)),VarC); VarD = Ref(HHV(H,VarP),-VarP*3)-Ref(LLV(L,VarP),-VarP*3); VarR4 = IIf(VarD == 0 AND VarP==1,abs(Ref(C,-Varp*3)-Ref(C,-Varp*4)),VarD); VarE = Ref(HHV(H,VarP),-VarP*4)-Ref(LLV(L,VarP),-VarP*4); VarR5 = IIf(VarE == 0 AND VarP==1,abs(Ref(C,-Varp*4)-Ref(C,-Varp*5)),VarE); LRange=((VarR1+VarR2+VarR3+VarR4+VarR5)/5)*.2; }; CDelta = abs(C - Ref(C,-1)); if (VarNumBars <=7) { Var0 = IIf(CDelta > (H-L) OR H==L,CDelta,(H-L)); LRange = MA(Var0,5)*.2; } MidBarAverage = MA( (H+L)/2,VarNumbars); VOpen = (Open- MidBarAverage)/LRange; VHigh = (High-MidBarAverage)/LRange; VLow = (Low-MidBarAverage)/LRange; VClose = (Close-MidBarAverage)/LRange; PlotOHLC(VOpen,VHigh,VLow,VClose,"ValueChart",color,styleBar | styleThick ,-12,12); Title= Name() + " " + WriteVal( DateTime(), formatDateTime )+ "\nVOpen " + VOpen + "\n"+ " VHigh "+ VHigh + "\n"+ " VLow " + Vlow + "\n"+ " VClose " + VClose;
-
Introduce Yourself Here - Don't Be Shy!!
trader_08 replied to trading4life's topic in Beginners Forum
hii i m jay from india... i m new in TA field.- 2026 replies
-
- automated trading
- beginner
-
(and 76 more)
Tagged with:
- automated trading
- beginner
- bethlehem pa
- binary options
- binary options trading
- capitalization
- charlie mckelvey
- commodity stock tips
- commodity tips
- contrarian positions
- currencies
- day trading
- daytrading
- equity tips
- es-emini
- etf
- finance
- first day
- foreign currency
- forex
- forex accounts
- forex analysis
- forex forecasting
- forex trading
- forex webinar
- fundamentals
- furniture
- futures
- futures trading course
- international trade
- intro
- introduce
- introduce yourself
- introducing myself
- introduction
- investment
- java trading at
- learn forex trading
- london
- market analysis
- market forecasting
- markets
- momentum postions
- money
- money trader
- money trading
- new member
- newbie
- news
- options stocks
- philippines
- price
- price action
- price action trading
- real time
- sierra chart
- start
- startegy
- starting
- starts
- stock analysis
- stock education
- stock market beginners
- stock tips
- stocks and options
- stocks to watch
- system
- trader
- traders lab
- trading
- trading analysis
- trading live
- trading plan
- trading strategy
- univeristy of texas
- vinayak trader
- volatility
- volume
-
gr8 thread.. so inspirable...
-
What's the Best Free Paper-trading Software?
trader_08 replied to dementyia's topic in Beginners Forum
Try gci's demo a/c they give you both intraday and eod chart and price data.. http://www.gcitrading.com/demo.htm