Baumann Andrea
Baumann Andrea
Friends

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

Baumann Andrea
Added topic IndicatorRelease WHEN needed?
Hi I wonder when i must release Indicator and when not? i have a custom RSI so sometimes the EA load "myRSI" and sometime he removing the indicator. No i am worrying if i do this maybe 200 times that there  will be buffers every time and i may
Baumann Andrea
Added topic MQL5 pending order expiriance every friday
Hi It looked verry easy to my but now i get error:                TimeToStruct ( TimeCurrent (),myTime);
Baumann Andrea
Added topic Position // Order // Deal - Working on deeper understanding - to find out if a pendingorder is deleted od executed
Hi In order to properly find out if my pending order is executed i try to exactly understand how it works: So i find out I can place a pending order ( trade_action_pending ) then i get result.deal=0 result.order=12345678 order.result ist the order
Baumann Andrea
Added topic AGAIN: Calculate lot size wit fix risk and fix points
i scrolled to many pages but the moor i read them the less i understand. Basicli it is simple math Balance in USD Distance 500 Points myBalance is 10000 USD myRisk 2% myRiskMoney 200 USD  myLot is then 200USD / 500 Points Job done! (Help me if
Baumann Andrea
Added topic double treated as integer - never seen bug?
The math is simple: 155/32 = 4.84375 Not here: void OnTick ()   { double tmp = 155 / 32 ; Print (tmp); MessageBox ( DoubleToString (tmp, 3 )); } I do not have any clue wath went wrong here
Baumann Andrea
Added topic Rounding Problem with uint
Hi Can someone explayn to my where this comes from: input double SL = 1.23400; uint mySL = 0 ; void OnTick () { mySL  = uint ( NormalizeDouble (SL, 5 )/ _Point ); Comment ( IntegerToString (mySL));    } This code with a 1.23400
Baumann Andrea
Added topic MQL5 type conversion
Hi I think i get type conversion warning because ulong has no negative value possible, but the calculation could finish negative... (For understanding the fSpot is a double with the actual price witch is turned in his one magicnumber by multiplying
Baumann Andrea
Added topic MQL5 CopyLow returns Bid prise
Hi I code a trailingfunktion below one of the last candles. But this code returns the lowest Bid price - fine so far but i need the Ask price.   double    lowest = 0 ;   int       TrailingCandles
Baumann Andrea
Added topic MQL5 CloseTradeFunction
//_____________________________________________________________________________________________________________________________ bool CloseMarginals( double fSpot){ //
Baumann Andrea
Added topic Check if magicnumber exists MQL5
Hi Im freaking out to check if Magicnumber XXXXXX[1-9] exist. How can i search in heding mode for magicnumbers of actual symbol. (I remember the way it is codet in MT4 but i can not find out how to fine it in MT5) ist there something like: //Loop
Baumann Andrea
Registered at MQL5.community