trevman
trevman
Friends

Add friends via their profile or user search and you will be able to see if they are online

trevman
Added topic Consensus View
Every day, our community of users predict the financial markets, often with surprising accuracy. Some people find it helpful to test themselves against expert traders and see how well their intuition is working. Others like to see the temperature of
trevman
Added topic FTSE on metatrader?
anyone know where i can get FTSE on metatrader? thanks
trevman
Added topic '\end_of_program'
what does this error mean? '\end_of_program' - unbalanced left parenthesis thanks
trevman
Added topic Number of trades per bar
how do i make one trade per bar, based on the close price . my backtest makes thousands of traders per bar (see chart)
trevman
Added topic Recall result of last trade
is it possible to recall if the last trade hit TP or SL and make a trade according to that? thanks
trevman
Added topic Basic EA template
im looking for a template for a basic EA with buy sell command, something like buy when close above MA and sell on close below. so i can edit it to my liking, is there a one around somewhere? thanks
trevman
Added topic 95% of traders fail
... we've all heard it, and if oandas trade book is correct http://fxtrade.oanda.com/resources/trastats/positionsummary.shtml 95% is pretty accurate
trevman
Added topic National High Five day - today!
high five to everyone here have fun http://www.nationalhighfiveday.com/
trevman
Added topic Rectangle object colour
is there any way to colour a rectangle diff colours so top half is diff to bottom, or join two together. i'd like to use a two colour rectangle to better guage when a stop or profit is hit in a manual backtest . thanks
trevman
Added topic Help finding an indicator
i'm after an indicator that someone on this forum made, it was a seperate indicator window which showed the candles high/low above/below a fixed line, i can't remember what it even might be called. thanks
trevman
Added topic Moving average indicator levels
is it possible to build an indicator based on the MA levels, eg if i wanted to use a 21 SMA with levels of +40 and -40, how would this be coded in comparison to ma = iMA(NULL,0,21,0,MODE_SMA,PRICE_CLOSE,0); is it simply a case of ma + 0.0040 ma -
trevman
Added topic AutoChartist
this software identifies patterns and trends. it may be worth keeping an eye on to see how good it is. http://www.fxstreet.com/rates-charts/chart-patterns/
trevman
Registered at MQL5.community
trevman
Added topic High-High/Low-Low indicator
this is just an idea, but what about an indicator that draw a line from one high point to the next. example, count 0-20bars back and mark the high point, then count 20-40bars back and draw a line from the first highest point to the second. do this