torexvir
torexvir
Friends

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

torexvir
Left feedback to developer for job MQL4 advice. Gathering data from closed positions.
torexvir
Added topic Can you generate a switch like mechanism using bools on an indictor ?
I am struggling to generate a switch using booleans. Essentially if(UPTREND) { Up=true Down=false } if(DOWNTREND) { Down=true Up=false } So when market UPTRENDED based on criteria Up=true Down=false This would only change when DOWNTREND criteria were
torexvir
Left feedback to developer for job Modifications for error work around and order management
torexvir
Left feedback to developer for job Minor modifications
torexvir
Left feedback to developer for job Modifications to previous renko work
torexvir
Left feedback to developer for job Modification of an existing renko EA style code
torexvir
Left feedback to developer for job Pulling Pricing Data Externally To Be Utilised In MT4
torexvir
Left feedback to developer for job Edit of Previous job
torexvir
Left feedback to developer for job Incorporate an array into fractals
torexvir
Added topic Trying to get an Array working
Hey,  Ive been trying to get an array working for a while and keep coming back to it after moving on too finish other things. Im simply wanting to store a fractal high/low value in it. I only need 3 stored so i can identify a change in trend so
torexvir
Added topic Anyone know why ordersend won't work ?
void start() {    int     i= 0 ,nCountedBars;         //i=0 added instead of just i, in order to get rid of warning when under an EA template    bool    bFound;
torexvir
Added topic expression has no effect error ? for loop and array
Hey, I have been trying to get my head around for loops in order to store data in an array.  a = (Current> High [i+ 1 ] && Current> High [i- 1 ]);             for (a;!a;a++)
torexvir
Added topic Editing the iFractals function
Hey, Is it possible to edit the iFractals function . It returns previous values based only on 5 candle tops and bottoms. 2 lower candles either side of high. Can it be edited to return a previous fractal value of this with 3,4 or 5 candles either
torexvir
Registered at MQL5.community