Samuel Ogden
Samuel Ogden
Student at College
Age: 17
Location: UK

I am currently in college studying A levels : Maths, Physics, Chemistry and Economics. (AS results: A, A, A, A)
Computing is a passion of mine and I am 5 weeks through the challenging CS50x course run by Harvard at www.edx.org.
I hope to study Computer Science at University.

Trading US Equities since November 2013 and FX since March 2014.
Samuel Ogden
Added topic MT4 and Raspberry PI b+
Hello,  does anyone know of a way to get MT4 working on raspberry pi b+  to test an EA out live (on demo) and if it is even possible? Cheers, Sam. 
Samuel Ogden
Added topic Help with OrderProfit()
void ExitConditions()   {    for ( int i= OrdersTotal ()- 1 ; i>= 0 ; i--)      {        if ( OrderSelect (i,SELECT_BY_POS))         {
Samuel Ogden
Added topic delete?
a
Samuel Ogden
Left feedback to customer for job Changes to existing EA
Samuel Ogden
Left feedback to customer for job Simple strategy: buy when RSI and CCI oversold exit when overbought
Samuel Ogden
Added topic Order History
I need to find out whether the last closed order was a short or long position for a specific symbol, is this possible?  If so please could you point me in the right direction with some of the functions I will need Thanks
Samuel Ogden
Added topic Trailing stop?
How can I check to see if the price has increased since the last tick so EA knows when to change the stoploss
Samuel Ogden
Added topic How to check time?
Hi, I need to check the time is between midnight and 12:05  (GMT +2)  in an IF statement. How could I do this?? Thanks, sam. 
Samuel Ogden
Registered at MQL5.community