Keep Marcos
Keep Marcos
Friends

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

Keep Marcos
Added topic iHghest HELP!
Hello my brothers. I'm trying to make a indicator. iHighest = 20 bars to get the highest price. Now:   Expected:     What is wrong?? :(((  thank you so much! double UpLine[];    void init()   {   
Keep Marcos
Added topic Max of 10bars
Hello!! how to know the maximum value of 10 bars?   Thanks people! =) 
Keep Marcos
Added topic Tralling Stop
Hello!!! I have a problem in the code. I tried everything, but nothing ERROR: 130 . thanks for help.   //=========================POINT double MyPoint=Point; if(Digits==3 || Digits==5) MyPoint=Point*10;   for ( int trade3= OrdersTotal ()- 1
Keep Marcos
Added topic Calculate lots size
Hello people! It is a pleasure to be here in the forum. I'm studying a lot calculator. but it does not work. I tried everything. Can anyone help me find the error? Thanks a lot for the help. *Sorry for English  
Keep Marcos
Added topic EA signal indicator
Hello. I am studying shipping order from a signal from an external indicator. I'm much doubt about an indicator I downloaded on the internet. I would love to send an order to the indicator bar came to -8 read article Creation of custom indicator but
Keep Marcos
Added topic Orders delay?
Heey people... I was sending two buy orders to shell and was ok.but today he is with delay.  This OK!!! if ( OrdersTotal ()== 0 )          {
Keep Marcos
Added topic slippage best?
heey!  I will put an Expert in a VPN .. but I can not find the forum or google if you need to set slippage or what number best suited for this.  thank you very much people! (: 
Keep Marcos
Added topic two orders. close one!
People thanks very much for the help. you help a lot and i am very grateful for the help in my learning.   In my studies, I'm trying to terminate an order if another order is closed.   Example SHELL:  if Order(1)
Keep Marcos
Added topic Tralling Stop
heeey gus!!! It is a pleasure to be in this forum. The forum helps me a lot in my studies. =) Thankss!!! People,I can not place stop when the price reach a value. Example: price is 1.50 Stop in 01.30  if (Ask+ 50 *MyPoint>OrderOpenPrice())
Keep Marcos
Added topic loop very big
Heey gus! I'm trying to make a Trailling Stop Bad, is very large. Is there something I'm missing?   Example: OrdenOpenPrice() is 1.00000   OrdenOpenPrice() is 1.20  (STOPLOSS()) OrderOpenPrice() is 1.50 (STOPLOSS()) thank you for
Keep Marcos
Added topic Error send
Already many thanks for your help!  I'm going through a hard time finding the error. the "if" is working properly, but sometimes it does not respect the order. int TotalOrdersCount()   {    int result= 0 ;    for (
Keep Marcos
Added topic HELP Tranlling Stop Candle
Heey people! I'm trying to set TrallingStop the next candle. But has no results.  Thank you. Sorry English error.  static datetime new_time = 0 ;           if ( OrdersTotal ()> 0 )
Keep Marcos
Added topic Definition of "!"
Hello people!! Why some programmers put the "!" before a function ?? example: !isPositionOpen() and isPositionOpen() What do the different "!" ??   thanks for help! =]
Keep Marcos
Registered at MQL5.community
Keep Marcos
Added topic Candlesitck above averege
Heey. This forum is GREAT!!!! Tanks Brothers! I'm new to MQL, and I'm a big doubt. the code below inserts a market order if the sale price and the purchase is above or below the average. I would like to know how to make a candle is above or below