anthony
anthony
Friends

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

anthony
Added topic storing value problem...
Hi guys, a little help here? int
anthony
Added topic How to have one signal per bar with current price as signal
https://www.mql5.com/en/forum/141967 int start() { static datetime currTime; if (currTime==Time[ 0 ]) return ;currTime=Time[ 0 ]; //Get Signal //Trade   } the above link show the example of time condition is used,but my ea used a signal based on
anthony
Added topic array and file problem
hi all, this is part of my code int handle1,handle2,write; string File_Name= "mydata.csv" ; double Erray[ 1 , 0 ]; Erray[ 0 , 0 ]=pastfractalup; Erray[ 1 , 0 ]=pastfractaldown; {    if (handle1< 1 )       {
anthony
Added topic Help, storing a variable
 hi all, i would like to know how to store a value. if (fractalup> 0
anthony
Added topic trade limitation
hi all, i need a help in coding i want to disallowed trading for a few bar, lets say 10 bar after a trade is closed, how do i do that
anthony
Added topic bill william signal trading
hi all, my robot finally near completion but right now my robot doest seem to be trading accordingly, can anyone please look at my code and give me suggestion? it dont do sell signal , man, and there is tons of modify error, 130,131,138,1, this is
anthony
Added topic need guide in this trading operation
int ticket;    if (allsignal== 1 && total<3 &&
anthony
Added topic i need only one trade per signal
hi all, i need some guide on writing a code, can anyone show me suggestion and how i do it? what i want is i have a few indicators, and then i only want a signal coming out from each bar for 3 different indicators so for one bar, maximum signal i get
anthony
Added topic one signal per bar
hi all, i need some guide on writing a code, can anyone show me suggestion and how i do it? what i want is i have a few indicators, and then i only want a signal coming out from each bar for 3 different indicators so for one bar, maximum signal i get
anthony
Added topic Help needed, explaining the coding
<SNIP>   here is what i had written so far, when i tested on strategy tester , no trade was occur, i compiled the code with no error no warnings, can anyone tell me why   ? also is there anyone to give me suggestion on perfecting
anthony
Registered at MQL5.community