PieroNetto
PieroNetto
Friends

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

PieroNetto
Added topic GMT to Server
HI there! Im trying to get the difference from GMT to Server, but is the server shows midnight as 0 and GMT shows as 21, so of curse 21 - 0 = 21. 21 would be the wrong different between GMT and Server in my case. How do i calculate it the right way
PieroNetto
Added topic Subwindow indicator problem
Hi everyone! So in the moment i'm trying to build a indicator in the subwindow using   ObjectSetCreate() ObjectSetText() ObjectSet() for text and SetIndexBuffer() SetIndexStyle() SetIndexLabel() for the indicator.  Problem 1) The
PieroNetto
Added topic if Statement stop's running after first time
Hi Everyone! if Statement stop's running after first day, only works one's on the drup on chart. pls,need the hint here        double BFM;        double BarsFromMidnight()
PieroNetto
Added topic iLowest
Hi Everyone! Please point me in the right direction! Trying to get either Lowest_Open or Lowest_Close in Comment, show only the lower of a candle body. The same to the up side Highest_Open or Highest_Close
PieroNetto
Added topic OrderClose error 4051
{        int OSS,OTS;        bool OCS;       OSS= OrderSelect ( NULL ,SELECT_BY_POS,MODE_TRADES);       OTS=OrderType();
PieroNetto
Added topic zero divide problem
{BR1=CandleBody1* 100 /CandleRange1;BodyRange1= MathAbs (BR1);} So im trying to get % of the candle body to candle rande, im getting this error zero divide and the ea stops trading. How can i fix that? Thanks Piero
PieroNetto
Added topic OrderClose what im doing wrong? Beginner
      {        double A;        bool res,resC;        if ( OrdersTotal ()> 0 )       res=
PieroNetto
Added topic Point Calculation
How do i get the Point amount caculation  between OrderOpenPrice and StoppLoss in an open order? thanks 
PieroNetto
Added topic CloseCondition not working
bool clbuy,clsell; //+------------------------------------------------------------------+ //| Close
PieroNetto
Added topic costume candle close help neede
hi everyone!!! i trying to code a closing condition. When there is an open position and candle is closing in profit bigger then 10*points close trade. i try to attach the code with src but i only get attachment option. it says it right there to use
PieroNetto
Added topic There is no SRC
Hi everyone. I trying to show my Code to solve a problem. the only option is attach with the brows bottom. cant find out or see Src bottom?????????? please help
PieroNetto
Registered at MQL5.community
PieroNetto
Added topic OpenAtMarket=OrderSend
After i changed and shnipt around a few EA's i like to try a very simple EA on my own step by step and see what happen thru the prosses. I start with something like a candle trader. Past Candle is long open long. I have the feeling o missing
PieroNetto
Added topic RSI Filter
Hello Again! After having my time filter working and understand the coding of time in a good matter moving on to the next topic. I try to code an Rsi Filter, in to my existing EA, that allows trading only on certain levels. Lets
PieroNetto
Added topic EA will not manage trade outside time filter
extern bool    TradeOnFriday     = true ;         //trade on friday extern int     FridayStartHour     = 9
PieroNetto
Added topic FX Prime2 based on HAS need help
Hi, my name is Piero and im new to this forum, hoping to get help with this EA. I did find it on the net and was written by Ronald Raygun. I do like the EA a lot, has one flow. The EA opens trade according to the previous candel, therfor is