colombodave
colombodave
Friends

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

colombodave
Added topic An iterable variable declaration
Can I declare variables in a loop, each with a different name? for ( int i= 0 ; i< OrdersTotal (); i++)   {    if ( OrderSelect (i, SELECT_BY_POS ))      {       double var +
colombodave
Added topic Single EA to manage trailing stop on all open orders on all symbols
Hi All I am thinking about how to write an EA to manage trailing stops for all open orders. It will be attached to a single chart but will manage orders for every symbol. It does not make sense to run the code from OnTick() because it will only
colombodave
Added topic Strategy Tester: Period Setting
Hi All I have written an EA which operates on the timeframe defined manually in the Expert Inputs tab, rather than the timeframe of the attached chart. When I run the EA in the strategy tester i get significantly different results when the Period
colombodave
Added topic Enter on market open
Hi  I am looking for a way to enter a market order when a market opens. I check for signals after the market has closed and want to enter on the market open. Is there an EA that will do this? I have searched without success, and I don't know how
colombodave
Registered at MQL5.community