Forum

combined two indicators compiled but no result

Hello All, I have two codes one Doda stochastic and EMA cross over alert, i have combined both. ( i have set correctly i guess the buffer values, setindex and all but because of two "for loops" i am stuck and two counter in same code), I have modified code as much as i could. (compiled when counter

help need in code edit two horizontal lines X pips above and below at daily open

instead of Bid I want to put Dailyopen ObjectCreate (LineName, OBJ_HLINE , 0 , 0 , Bid - pipDistance* Point ); in below "daily open" indicator code i have put horizontal lines code but instead of Bid price i want horizontal lines on daily open. try to edit but compile error. Any Help Highly

two horizontal lines X pips above and below at daily open

instead of Bid I want to put Dailyopen ObjectCreate (LineName, OBJ_HLINE , 0 , 0 , Bid - pipDistance* Point ); in below "daily open" indicator code i have put horizontal lines code but instead of Bid price i want horizontal lines on daily open. try to edit by compile error. Any Help Highly

EA not working live only in strategy tester

Hello, This is an old // coded by hirdes, Chemnitz, Germany, 07.2019 extern double LongEntry= 0.00 ; extern double ShortEntry= 0.00 ; extern int hour= 8 ; extern int minute= 00 ; extern int Account= 0 ; extern double Lots= 1.0 ; extern int Slippage= 2 ; extern int StopLoss= 200 ; extern

code editing (should open 2 order a day)

//+------------------------------------------------------------------+ //| EA Pending Order.mq4 | //| Copyright 2016, MetaQuotes Software Corp. | //| https://www.mql5.com |

CAN ANYBODY modify this script to work like this CCI(14) period buy sell on certain levels

I have a script but doesn't work as i want can anybody modify this script like if the a lines crosses 100 up (buy) and once it gets reverse and crossed 100 (close) if the a line crosses - 100 down (sell) and once it gets reverse and crosses -100 (close) i have attached a jpeg image which shown what