signal.it
signal.it
Friends 2
signal.it
Added topic Support and Resistance
hello guys, I'm struggling with a system that enters supports and resistance, some ideas on how to structure the entrance. The signal must be given by three highs or three lows
signal.it
Added topic Timeframe
hi, is there a way to get a timeframe of less than M1 on mt4
signal.it
Added topic Auto Fibonacci
//+------------------------------------------------------------------+
signal.it
Added topic Trailing Stop OBJ_HLINE
if (OrdersTotalMagicbuy(Magicbuy)>= 1 ) { ObjectCreate ( "HLine" , OBJ_HLINE , 0 , Time [ 0 ], OrderOpenPrice ()- 50 * Point ); } if (OrdersTotalMagicbuy(Magicbuy)>= 2 ) { ObjectSet ( "HLine" , OBJ_HLINE , High [ 0 ]- 50 * Point ); } Hi, I'd
signal.it
Added topic % Forex
Hi, I'm not an expert on the subject, I would like to know, how do you calculate the percentage change on the forex
signal.it
Added topic Help time Seconds()
hello, can you reset the Seconds () variable? my test reset does not work if ( Open [ 0 ]!= Open [ 1 ])     {     seconds= Seconds ();     }    else if (seconds >= 20 )
signal.it
Added topic help print function
how can I print a value on a graph? with this function I can do it but keep changing what I want is. example: if profit> 10 print 20 20 must not change until the next condition  profit> 20 printing 30 if profit returns to 10 remain in
signal.it
Added topic Stile arrow in expert adwisor
Hello, can you include in the OrderSend or OrderModify function the type of arrow in addition to the color? If it is not possible there is a way to do so
signal.it
Added topic Help ea TrendlineFr
hello, I can not set the inputs on the downloaded market indicator, attached. Is this my function where it is wrong? //+------------------------------------------------------------------+ //VARIABLE INITIAL INPUT
signal.it
Added topic help Trandline "mql4 code"
Hi, help me realize, three-point automatic trendline, that you work at 1 minute? basic code in the file
signal.it
Added topic ideas, for expert advisor
Tired of indicators, advice on market entrances without them
signal.it
Added topic Help, profit history
Hi, is there a function that returns the historic profit of the day
signal.it
Registered at MQL5.community