Rami Khattab / Publications
Forum
I have 2 EAs working on a pair, I want to open just one
//+------------------------------------------------------------------+ //| ReverseTrade.mq4 | //| A fully functioning EA that opens a reverse trade when price hits | //| -50% of SL of an existing trade, and keeps original trade open. |
Trackig Demo Account
Hello Forum, iam testing my EA on a Demo account , and i want to connect it to mql5 for better monitoring and statistics. looks like i cannot connect it as signal... what can i do? appreciate any assitance
Support Resistance Fixed lines, stay on chart
Hello Guys, I'm new to coding, and I have this question; I'm trying to create support resistance expert; it draws 2 lines on 5minTF if the conditions are met; however, the lines keep moving ( I want the lines fixed, and if there is another signal, I want to draw extra line , and so on). How can I
One Trade only//Hello Guys, how can I adjust this EA to enter one trade only /// and ifpossible how can i add 10 pips to the sl
#include <Trade\Trade.mqh> CTrade trade; int OnInit () { return ( INIT_SUCCEEDED ); } void OnDeinit ( const int reason) { } void OnTick () { double high = iHigh ( _Symbol , PERIOD_H4 , 1 ); double low = iLow ( _Symbol , PERIOD_H4 , 1 ); double close = iClose ( _Symbol , PERIOD_H4
Adding multiple comments
HELLO, IM LEARNING MQL5, BELOW IS SIMPLE SCRIPT THAT SHOWS IF CANDLE (1) CLOSE {ABOVE/BELOW} THE {HIGH/LOW} OF CANDLE(2). HOWEVER IT IS SHOWING ONLY ONE COMMENT ON CHART, IT IS SUPPOSED TO COMMENT 2 ORDERS. MUCH APPRECIATED FOR ANYHELP :) void OnStart () { // FIRST CANDLE 1 double high =
I want this indicator to draw the first 4h range (H&L) of the day, for the rest of the day. everyday adjust to the new first 4h candle
Hello guys, Im new to coding, and seeking your help with a little issue :) MT5 I want this indicator to draw two lines at the first 4H candle of the day, (one at the high & second at the low), and I want these two lines to stay fixed for the rest of the day, ( i don't want to draw the upcoming 4H