Daniel Cioca
Daniel Cioca
  • Information
1 year
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Daniel Cioca
Added topic Fractal
Hello guys! Trying to get the latest fractal value and I came up with this: double GetLowFractal()   {    double val= 0 ;    for ( int i= 0 ; i< 300 ; i++)      {
Daniel Cioca
Added topic Language Basic
Hello guys! I have one question is it any diference between  static int some; //or int static some; Thanks
Daniel Cioca
Added topic OnDeinit()
Hello!  I want store some variables in my EA as GlobalVariable in case EA stops, so it can recover. My question is if EA stops for no reason ( power failure or terminal failure or internet loss) is the OnDeinit() function in the EA will
Daniel Cioca
Added topic NewBar
Hello Guys!  I have also a question which is also time related. So I have the following newbar function: void OnTick() { newbar(_Symbol,PERIOD_D1); } bool newbar( string Ssymbol, int _timeframe)   {    bool bar = false ;
Daniel Cioca
Added topic StopLoss TakeProfit as filters
Hello! I would like to close trades on filters of TP and SL, instead of placing SL and TP in OrderSend() function. I find it difficult to identify when a trade is closed on SL or TP, and as I may need to trigger some actions when TP or SL is hit, I
Daniel Cioca
Added topic How/When do we take Profits ..scale out/take all ??
Hi guys! Still don't understand this concept that everybody is presenting ( that are presenting/teaching) - ... they say...set your risk /reward to 1/2 1/3 1/5 ..whatever..1/X...and then when they are showing a model of entry/exit, they say
Daniel Cioca
Added topic Normalizing doubles
Hello! I believe that this topic has been discussed. Kindly advise where to find the answer. I would like to convert doubles(price) to integers, work with them, and then convert them back to prices before using them in a OrderSend() / OrderModify()
Daniel Cioca
Registered at MQL5.community
123