Forum

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() { SetIndexBuffer ( 0 , UpLine); SetIndexStyle ( 0 , DRAW_ARROW ); SetIndexArrow ( 0 , 159 );

Max of 10bars

Hello!! how to know the maximum value of 10 bars? Thanks people! =)

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 ; trade3>= 0 ; trade3--) { if ( OrderSelect

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

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 could not develop this indicator I downloaded

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! (

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 ) { OrderSend ( Symbol (),OP_BUY, 1.0 ,Ask, 0 , 0 , 0 , NULL , 0 , 0 ,Blue); OrderSend ( Symbol (),OP_BUY, 1.0 ,Ask, 0 , 0 , 0

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) OrderOpenPrice()-20PIPS then Order(2) CLOSE. I can not imagine how to program! please, I'm

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()) modify =

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 help. AutoStop= 20 ; AutoStop2= 30 ; int cnt, total= OrdersTotal ();