Forum

I need help with my ea, it doesnt trade.

Im coding an ea that sells but i dont know why it doesnt work. I upload you the image of the pattern that i want to code. Thanks void OnTick () { bool trade = true ; for ( int i= 0 ;i< OrdersTotal ();i++) { int orden_seleccionada = OrderSelect ( 1 ,SELECT_BY_POS,MODE_TRADES); if

I have a problem setting my stop loss, please help me

I´m coding an EA that just sells and I code the patron i want the expert follows but i dont know how to set the stop loss where i want (VIEW IMAGE) Here is my code, please help me. //+------------------------------------------------------------------+ //|

How can I set stop loss above/below the price action structure?

Hi, I´m making my own EA and I need to set my stop loss above the stucture for sells (view image) but I don´t know how to do it

How can I set stop loss above the price action structure?

Hi, I´m developing an EA that sells and i dont know how to set my stop loss above the structure (view image). Please help me //+------------------------------------------------------------------+ //| Robot_50%.mq4 | //|